@charset "UTF-8";
.btn-icon.download.btn-icon-left, .btn-icon.search.btn-icon-left, .btn-icon.arrow-preview.btn-icon-left, .btn-icon.arrow-next.btn-icon-left {
  padding-right: 3em !important;
}

.btn-icon.download.btn-icon-left:before, .btn-icon.search.btn-icon-left:before, .btn-icon.arrow-preview.btn-icon-left:before, .btn-icon.arrow-next.btn-icon-left:before {
  right: 12px;
  right: 0.75rem;
}

.btn-icon.download.btn-icon-right, .btn-icon.search.btn-icon-right, .btn-icon.arrow-preview.btn-icon-right, .btn-icon.arrow-next.btn-icon-right {
  padding-left: 3em !important;
}

.btn-icon.download.btn-icon-right:before, .btn-icon.search.btn-icon-right:before, .btn-icon.arrow-preview.btn-icon-right:before, .btn-icon.arrow-next.btn-icon-right:before {
  left: 12px;
  left: 0.75rem;
}

.btn-icon.download:before, .btn-icon.search:before, .btn-icon.arrow-preview:before, .btn-icon.arrow-next:before, [class*="v_icon-"]:before, .block--socialauthlogin .auth-link::before, .annual-grid .item-content blockquote.awb-blockquote:before, .annual-grid .item-content blockquote.awb-blockquote:after, .block-location .location-search:after, .block-location .location-search:before, .vhm-variant1 .vhm__menu .has-sub > a::after, .vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li a.header-search-btn::before,
.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li span.header-search-btn::before, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul.menu-level--1 > li.has-sub > a:before, .vh-header.vh-variant3 .vh-header__bottom .vh-header--search-button a::before,
.vh-header.vh-variant3 .vh-header__bottom .vh-header--user-controll a::before,
.vh-header.vh-variant3 .vh-header__bottom .vh-header--user-link a::before, aside#vhm.vhm-variant3 .vhm__menu ul.menu-item-wrapper > li.has-sub > a:before, aside#vhm.vhm-variant3 .vhm__menu ul.menu-level--1 > li.has-sub > a:before, .vh-variant4 .has-sub > .menu__link:after {
  /* 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;
}

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

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Tajawal, "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --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%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: Tajawal, "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: right;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-right: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: Tajawal, "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  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: 1rem;
  margin-bottom: 1rem;
  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: 400;
}

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .container, .bar-tabs, .container-sm {
    max-width: 540px;
    max-width: 33.75rem;
  }
}

@media (min-width: 768px) {
  .container, .bar-tabs, .container-sm, .container-md {
    max-width: 720px;
    max-width: 45rem;
  }
}

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

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

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

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

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 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%;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 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%;
}

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.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-right: 8.33333%;
}

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

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

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

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

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

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

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

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

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

.offset-11 {
  margin-right: 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%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.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-right: 0;
  }
  .offset-sm-1 {
    margin-right: 8.33333%;
  }
  .offset-sm-2 {
    margin-right: 16.66667%;
  }
  .offset-sm-3 {
    margin-right: 25%;
  }
  .offset-sm-4 {
    margin-right: 33.33333%;
  }
  .offset-sm-5 {
    margin-right: 41.66667%;
  }
  .offset-sm-6 {
    margin-right: 50%;
  }
  .offset-sm-7 {
    margin-right: 58.33333%;
  }
  .offset-sm-8 {
    margin-right: 66.66667%;
  }
  .offset-sm-9 {
    margin-right: 75%;
  }
  .offset-sm-10 {
    margin-right: 83.33333%;
  }
  .offset-sm-11 {
    margin-right: 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%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.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-right: 0;
  }
  .offset-md-1 {
    margin-right: 8.33333%;
  }
  .offset-md-2 {
    margin-right: 16.66667%;
  }
  .offset-md-3 {
    margin-right: 25%;
  }
  .offset-md-4 {
    margin-right: 33.33333%;
  }
  .offset-md-5 {
    margin-right: 41.66667%;
  }
  .offset-md-6 {
    margin-right: 50%;
  }
  .offset-md-7 {
    margin-right: 58.33333%;
  }
  .offset-md-8 {
    margin-right: 66.66667%;
  }
  .offset-md-9 {
    margin-right: 75%;
  }
  .offset-md-10 {
    margin-right: 83.33333%;
  }
  .offset-md-11 {
    margin-right: 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%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.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-right: 0;
  }
  .offset-lg-1 {
    margin-right: 8.33333%;
  }
  .offset-lg-2 {
    margin-right: 16.66667%;
  }
  .offset-lg-3 {
    margin-right: 25%;
  }
  .offset-lg-4 {
    margin-right: 33.33333%;
  }
  .offset-lg-5 {
    margin-right: 41.66667%;
  }
  .offset-lg-6 {
    margin-right: 50%;
  }
  .offset-lg-7 {
    margin-right: 58.33333%;
  }
  .offset-lg-8 {
    margin-right: 66.66667%;
  }
  .offset-lg-9 {
    margin-right: 75%;
  }
  .offset-lg-10 {
    margin-right: 83.33333%;
  }
  .offset-lg-11 {
    margin-right: 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%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.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-right: 0;
  }
  .offset-xl-1 {
    margin-right: 8.33333%;
  }
  .offset-xl-2 {
    margin-right: 16.66667%;
  }
  .offset-xl-3 {
    margin-right: 25%;
  }
  .offset-xl-4 {
    margin-right: 33.33333%;
  }
  .offset-xl-5 {
    margin-right: 41.66667%;
  }
  .offset-xl-6 {
    margin-right: 50%;
  }
  .offset-xl-7 {
    margin-right: 58.33333%;
  }
  .offset-xl-8 {
    margin-right: 66.66667%;
  }
  .offset-xl-9 {
    margin-right: 75%;
  }
  .offset-xl-10 {
    margin-right: 83.33333%;
  }
  .offset-xl-11 {
    margin-right: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
}

.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-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 {
  color: #000;
  background-color: rgba(0, 0, 0, 0.075);
}

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

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

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

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

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

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

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

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

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

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

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

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

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

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

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 0.125rem);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border: 0.0625rem solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

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

.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 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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%;
  right: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .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 {
  border-color: #dc3545;
}

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem 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-right: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-left: 0.25rem;
    margin-right: 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 {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.btn:hover {
  color: #000;
  text-decoration: none;
}

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

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

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

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

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

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

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

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

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

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

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

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

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

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

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

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

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

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

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

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

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

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

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

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

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

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

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

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

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

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

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

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

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

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

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

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

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

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

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

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

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

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

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

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

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

@media (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 (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    left: auto;
    right: 0;
  }
  .dropdown-menu-sm-right {
    left: 0;
    right: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    left: auto;
    right: 0;
  }
  .dropdown-menu-md-right {
    left: 0;
    right: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    left: auto;
    right: 0;
  }
  .dropdown-menu-lg-right {
    left: 0;
    right: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    left: auto;
    right: 0;
  }
  .dropdown-menu-xl-right {
    left: 0;
    right: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.dropleft .dropdown-toggle:empty::after {
  margin-right: 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"] {
  left: auto;
  bottom: auto;
}

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

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

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

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

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

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

.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:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-right: -1px;
  margin-right: -0.0625rem;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
  margin-top: -0.0625rem;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: -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 > .form-control-plaintext,
.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%;
  min-width: 0;
  margin-bottom: 0;
}

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

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-right: -1px;
  margin-right: -0.0625rem;
}

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

.input-group-append {
  margin-right: -1px;
  margin-right: -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: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border: 0.0625rem solid #ced4da;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-right: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  right: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

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

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

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

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

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

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

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  right: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  border: #adb5bd solid 0.0625rem;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  right: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

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

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

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

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

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

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

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

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

.custom-switch {
  padding-right: 2.25rem;
}

.custom-switch .custom-control-label::before {
  right: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  top: calc(0.25rem + 0.125rem);
  right: calc(-2.25rem + 2px);
  right: calc(-2.25rem + 0.125rem);
  width: calc(1rem - 4px);
  width: calc(1rem - 0.25rem);
  height: calc(1rem - 4px);
  height: calc(1rem - 0.25rem);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(-0.75rem);
      -ms-transform: translateX(-0.75rem);
          transform: translateX(-0.75rem);
}

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 0.125rem);
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") left 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border: 0.0625rem solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

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

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

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

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

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 0.125rem);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border: 0.0625rem solid #ced4da;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: 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;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

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

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

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

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

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

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

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

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: 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 (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

.nav-tabs .nav-link {
  margin-bottom: -1px;
  margin-bottom: -0.0625rem;
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

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

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

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

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

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

.nav-justified > .nav-link,
.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: 0.5rem 1rem;
}

.navbar .container, .navbar .bar-tabs,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  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-left: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

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

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

.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 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;
  border-radius: 0.25rem;
}

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

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .bar-tabs,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-left: 0;
    padding-right: 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-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .bar-tabs,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .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, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-left: 0;
    padding-right: 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-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .bar-tabs,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .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, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-left: 0;
    padding-right: 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-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .bar-tabs,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .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, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-left: 0;
    padding-right: 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-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .bar-tabs,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .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, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-left: 0;
  padding-right: 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-left: 0.5rem;
  padding-right: 0.5rem;
}

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

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 0.0625rem);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 0.0625rem);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 0.0625rem);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 0.0625rem);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  min-height: 0.0625rem;
  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-right: 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:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  border-radius: calc(0.25rem - 0.0625rem) calc(0.25rem - 0.0625rem) 0 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-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  border-radius: 0 0 calc(0.25rem - 0.0625rem) calc(0.25rem - 0.0625rem);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
  border-radius: calc(0.25rem - 0.0625rem);
}

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

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

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

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

@media (min-width: 576px) {
  .card-deck {
    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;
    margin-left: -15px;
    margin-left: -0.9375rem;
    margin-right: -15px;
    margin-right: -0.9375rem;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-left: 15px;
    margin-left: 0.9375rem;
    margin-bottom: 0;
    margin-right: 15px;
    margin-right: 0.9375rem;
  }
}

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

@media (min-width: 576px) {
  .card-group {
    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;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-right: 0;
    border-right: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-right-radius: 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 {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

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

.accordion > .card:not(:first-of-type) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
  margin-bottom: -0.0625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -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 (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
  top: -0.0625rem;
}

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

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

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

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

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

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

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

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

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

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

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

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

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

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

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

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

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

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

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

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-dismissible .close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

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

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

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

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

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

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

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

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

.progress-bar-striped {
  background-image: -o-linear-gradient(135deg, 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: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}

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

.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-right: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

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

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

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

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

.list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

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

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

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  margin-top: -0.0625rem;
  border-top-width: 1px;
  border-top-width: 0.0625rem;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

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

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-top-width: 0.0625rem;
  border-right-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-right: -1px;
  margin-right: -0.0625rem;
  border-right-width: 1px;
  border-right-width: 0.0625rem;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-top-width: 0.0625rem;
    border-right-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    margin-right: -0.0625rem;
    border-right-width: 1px;
    border-right-width: 0.0625rem;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-top-width: 0.0625rem;
    border-right-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    margin-right: -0.0625rem;
    border-right-width: 1px;
    border-right-width: 0.0625rem;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-top-width: 0.0625rem;
    border-right-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    margin-right: -0.0625rem;
    border-right-width: 1px;
    border-right-width: 0.0625rem;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-top-width: 0.0625rem;
    border-right-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-right: -1px;
    margin-right: -0.0625rem;
    border-right-width: 1px;
    border-right-width: 0.0625rem;
  }
}

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

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
  border-width: 0 0 0.0625rem;
}

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

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

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

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

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

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

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

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

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

.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  -ms-flex-preferred-size: 21.875rem;
      flex-basis: 21.875rem;
  max-width: 350px;
  max-width: 21.875rem;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

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

.modal.fade .modal-dialog {
  -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, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transform: translate(0, -3.125rem);
      -ms-transform: translate(0, -3.125rem);
          transform: translate(0, -3.125rem);
}

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

.modal.show .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

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

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

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -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;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

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

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

.modal-header {
  display: -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 1rem;
  border-bottom: 1px solid #dee2e6;
  border-bottom: 0.0625rem solid #dee2e6;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 0.0625rem);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 0.0625rem);
}

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

.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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-top: 0.0625rem solid #dee2e6;
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 0.0625rem);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 0.0625rem);
}

.modal-footer > * {
  margin: 0.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-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
    max-width: 18.75rem;
  }
}

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

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
    max-width: 71.25rem;
  }
}

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

.tooltip.show {
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
  bottom: calc(-0.5rem - 0.0625rem);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  bottom: 0.0625rem;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-right: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  right: calc(-0.5rem - 1px);
  right: calc(-0.5rem - 0.0625rem);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  right: 1px;
  right: 0.0625rem;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
  top: calc(-0.5rem - 0.0625rem);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  top: 0.0625rem;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  right: 50%;
  display: block;
  width: 1rem;
  margin-right: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
  border-bottom: 0.0625rem solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-left: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  left: calc(-0.5rem - 1px);
  left: calc(-0.5rem - 0.0625rem);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  left: 1px;
  left: 0.0625rem;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.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;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 0.0625rem);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 0.0625rem);
}

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

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: right;
  width: 100%;
  margin-left: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (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:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0;
  margin-left: 15%;
  margin-right: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  width: 1.875rem;
  height: 3px;
  height: 0.1875rem;
  margin-left: 3px;
  margin-left: 0.1875rem;
  margin-right: 3px;
  margin-right: 0.1875rem;
  text-indent: -999px;
  text-indent: -62.4375rem;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-top: 0.625rem solid transparent;
  border-bottom: 10px solid transparent;
  border-bottom: 0.625rem solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

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

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

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

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-left-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border;
}

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

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

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

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -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;
  right: 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: right !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: right !important;
  }
  .float-sm-right {
    float: left !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: right !important;
  }
  .float-md-right {
    float: left !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: right !important;
  }
  .float-lg-right {
    float: left !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: right !important;
  }
  .float-xl-right {
    float: left !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 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;
  margin: -1px;
  margin: -0.0625rem;
  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 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
          animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
          animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
          animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
          animation-name: hvr-push;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
          animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
       -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
          transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
       -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
          transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(-4deg);
      -ms-transform: scale(1.1) rotate(-4deg);
          transform: scale(1.1) rotate(-4deg);
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transform: translateY(0.5rem);
      -ms-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-transform: translateY(-0.25rem);
            transform: translateY(-0.25rem);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-transform: translateY(-0.25rem);
            transform: translateY(-0.25rem);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
          animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
          animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
          animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
          animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
          animation-direction: normal, alternate;
}

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-transform: translateY(0.25rem);
            transform: translateY(0.25rem);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-transform: translateY(0.25rem);
            transform: translateY(0.25rem);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}

@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}

@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
}

.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
          animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
          animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
          animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
          animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
          animation-direction: normal, alternate;
}

/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
  -webkit-transform: skew(10deg);
      -ms-transform: skew(10deg);
          transform: skew(10deg);
}

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(10deg);
      -ms-transform: skew(10deg);
          transform: skew(10deg);
}

/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-transform: translateY(-0.375rem);
            transform: translateY(-0.375rem);
  }
  49.95% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-transform: translateY(0.25rem);
            transform: translateY(0.25rem);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
  83.25% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    -webkit-transform: translateY(0.0625rem);
            transform: translateY(0.0625rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-transform: translateY(-0.375rem);
            transform: translateY(-0.375rem);
  }
  49.95% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-transform: translateY(0.25rem);
            transform: translateY(0.25rem);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
  83.25% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    -webkit-transform: translateY(0.0625rem);
            transform: translateY(0.0625rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
          animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    -webkit-transform: translateX(-0.5rem);
            transform: translateX(-0.5rem);
  }
  33.3% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
    -webkit-transform: translateX(0.375rem);
            transform: translateX(0.375rem);
  }
  49.95% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
    -webkit-transform: translateX(-0.25rem);
            transform: translateX(-0.25rem);
  }
  66.6% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
    -webkit-transform: translateX(0.125rem);
            transform: translateX(0.125rem);
  }
  83.25% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
    -webkit-transform: translateX(-0.0625rem);
            transform: translateX(-0.0625rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
    -webkit-transform: translateX(-0.5rem);
            transform: translateX(-0.5rem);
  }
  33.3% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
    -webkit-transform: translateX(0.375rem);
            transform: translateX(0.375rem);
  }
  49.95% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
    -webkit-transform: translateX(-0.25rem);
            transform: translateX(-0.25rem);
  }
  66.6% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
    -webkit-transform: translateX(0.125rem);
            transform: translateX(0.125rem);
  }
  83.25% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
    -webkit-transform: translateX(-0.0625rem);
            transform: translateX(-0.0625rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
          animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(-8px, 8px);
            transform: translate(-8px, 8px);
    -webkit-transform: translate(-0.5rem, 0.5rem);
            transform: translate(-0.5rem, 0.5rem);
  }
  33.3% {
    -webkit-transform: translate(6px, -6px);
            transform: translate(6px, -6px);
    -webkit-transform: translate(0.375rem, -0.375rem);
            transform: translate(0.375rem, -0.375rem);
  }
  49.95% {
    -webkit-transform: translate(-4px, 4px);
            transform: translate(-4px, 4px);
    -webkit-transform: translate(-0.25rem, 0.25rem);
            transform: translate(-0.25rem, 0.25rem);
  }
  66.6% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
    -webkit-transform: translate(0.125rem, -0.125rem);
            transform: translate(0.125rem, -0.125rem);
  }
  83.25% {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
    -webkit-transform: translate(-0.0625rem, 0.0625rem);
            transform: translate(-0.0625rem, 0.0625rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(-8px, 8px);
            transform: translate(-8px, 8px);
    -webkit-transform: translate(-0.5rem, 0.5rem);
            transform: translate(-0.5rem, 0.5rem);
  }
  33.3% {
    -webkit-transform: translate(6px, -6px);
            transform: translate(6px, -6px);
    -webkit-transform: translate(0.375rem, -0.375rem);
            transform: translate(0.375rem, -0.375rem);
  }
  49.95% {
    -webkit-transform: translate(-4px, 4px);
            transform: translate(-4px, 4px);
    -webkit-transform: translate(-0.25rem, 0.25rem);
            transform: translate(-0.25rem, 0.25rem);
  }
  66.6% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
    -webkit-transform: translate(0.125rem, -0.125rem);
            transform: translate(0.125rem, -0.125rem);
  }
  83.25% {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
    -webkit-transform: translate(-0.0625rem, 0.0625rem);
            transform: translate(-0.0625rem, 0.0625rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
          animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(-8px, -8px);
            transform: translate(-8px, -8px);
    -webkit-transform: translate(-0.5rem, -0.5rem);
            transform: translate(-0.5rem, -0.5rem);
  }
  33.3% {
    -webkit-transform: translate(6px, 6px);
            transform: translate(6px, 6px);
    -webkit-transform: translate(0.375rem, 0.375rem);
            transform: translate(0.375rem, 0.375rem);
  }
  49.95% {
    -webkit-transform: translate(-4px, -4px);
            transform: translate(-4px, -4px);
    -webkit-transform: translate(-0.25rem, -0.25rem);
            transform: translate(-0.25rem, -0.25rem);
  }
  66.6% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
    -webkit-transform: translate(0.125rem, 0.125rem);
            transform: translate(0.125rem, 0.125rem);
  }
  83.25% {
    -webkit-transform: translate(-1px, -1px);
            transform: translate(-1px, -1px);
    -webkit-transform: translate(-0.0625rem, -0.0625rem);
            transform: translate(-0.0625rem, -0.0625rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(-8px, -8px);
            transform: translate(-8px, -8px);
    -webkit-transform: translate(-0.5rem, -0.5rem);
            transform: translate(-0.5rem, -0.5rem);
  }
  33.3% {
    -webkit-transform: translate(6px, 6px);
            transform: translate(6px, 6px);
    -webkit-transform: translate(0.375rem, 0.375rem);
            transform: translate(0.375rem, 0.375rem);
  }
  49.95% {
    -webkit-transform: translate(-4px, -4px);
            transform: translate(-4px, -4px);
    -webkit-transform: translate(-0.25rem, -0.25rem);
            transform: translate(-0.25rem, -0.25rem);
  }
  66.6% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
    -webkit-transform: translate(0.125rem, 0.125rem);
            transform: translate(0.125rem, 0.125rem);
  }
  83.25% {
    -webkit-transform: translate(-1px, -1px);
            transform: translate(-1px, -1px);
    -webkit-transform: translate(-0.0625rem, -0.0625rem);
            transform: translate(-0.0625rem, -0.0625rem);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
          animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(12deg);
            transform: skew(12deg);
  }
  33.3% {
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
  }
  49.95% {
    -webkit-transform: skew(6deg);
            transform: skew(6deg);
  }
  66.6% {
    -webkit-transform: skew(-4deg);
            transform: skew(-4deg);
  }
  83.25% {
    -webkit-transform: skew(2deg);
            transform: skew(2deg);
  }
  100% {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(12deg);
            transform: skew(12deg);
  }
  33.3% {
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
  }
  49.95% {
    -webkit-transform: skew(6deg);
            transform: skew(6deg);
  }
  66.6% {
    -webkit-transform: skew(-4deg);
            transform: skew(-4deg);
  }
  83.25% {
    -webkit-transform: skew(2deg);
            transform: skew(2deg);
  }
  100% {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}

.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
          animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(12deg);
            transform: skew(12deg);
  }
  33.3% {
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
  }
  49.95% {
    -webkit-transform: skew(6deg);
            transform: skew(6deg);
  }
  66.6% {
    -webkit-transform: skew(-4deg);
            transform: skew(-4deg);
  }
  83.25% {
    -webkit-transform: skew(2deg);
            transform: skew(2deg);
  }
  100% {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(12deg);
            transform: skew(12deg);
  }
  33.3% {
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
  }
  49.95% {
    -webkit-transform: skew(6deg);
            transform: skew(6deg);
  }
  66.6% {
    -webkit-transform: skew(-4deg);
            transform: skew(-4deg);
  }
  83.25% {
    -webkit-transform: skew(2deg);
            transform: skew(2deg);
  }
  100% {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}

.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transform-origin: 0% 0;
      -ms-transform-origin: 0% 0;
          transform-origin: 0% 0;
}

.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
          animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(12deg);
            transform: skew(12deg);
  }
  33.3% {
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
  }
  49.95% {
    -webkit-transform: skew(6deg);
            transform: skew(6deg);
  }
  66.6% {
    -webkit-transform: skew(-4deg);
            transform: skew(-4deg);
  }
  83.25% {
    -webkit-transform: skew(2deg);
            transform: skew(2deg);
  }
  100% {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(12deg);
            transform: skew(12deg);
  }
  33.3% {
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
  }
  49.95% {
    -webkit-transform: skew(6deg);
            transform: skew(6deg);
  }
  66.6% {
    -webkit-transform: skew(-4deg);
            transform: skew(-4deg);
  }
  83.25% {
    -webkit-transform: skew(2deg);
            transform: skew(2deg);
  }
  100% {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}

.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
          animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
    -webkit-transform: translateX(-0.1875rem) rotate(-2deg);
            transform: translateX(-0.1875rem) rotate(-2deg);
  }
  100% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
    -webkit-transform: translateX(0.1875rem) rotate(2deg);
            transform: translateX(0.1875rem) rotate(2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
    -webkit-transform: translateX(-0.1875rem) rotate(-2deg);
            transform: translateX(-0.1875rem) rotate(-2deg);
  }
  100% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
    -webkit-transform: translateX(0.1875rem) rotate(2deg);
            transform: translateX(0.1875rem) rotate(2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
          animation-name: hvr-buzz;
  -webkit-animation-duration: .15s;
          animation-duration: .15s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
    -webkit-transform: translateX(-0.1875rem) rotate(-2deg);
            transform: translateX(-0.1875rem) rotate(-2deg);
  }
  20% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
    -webkit-transform: translateX(0.1875rem) rotate(2deg);
            transform: translateX(0.1875rem) rotate(2deg);
  }
  30% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
    -webkit-transform: translateX(-0.1875rem) rotate(-2deg);
            transform: translateX(-0.1875rem) rotate(-2deg);
  }
  40% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
    -webkit-transform: translateX(0.1875rem) rotate(2deg);
            transform: translateX(0.1875rem) rotate(2deg);
  }
  50% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
    -webkit-transform: translateX(-0.125rem) rotate(-1deg);
            transform: translateX(-0.125rem) rotate(-1deg);
  }
  60% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
    -webkit-transform: translateX(0.125rem) rotate(1deg);
            transform: translateX(0.125rem) rotate(1deg);
  }
  70% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
    -webkit-transform: translateX(-0.125rem) rotate(-1deg);
            transform: translateX(-0.125rem) rotate(-1deg);
  }
  80% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
    -webkit-transform: translateX(0.125rem) rotate(1deg);
            transform: translateX(0.125rem) rotate(1deg);
  }
  90% {
    -webkit-transform: translateX(-1px) rotate(0);
            transform: translateX(-1px) rotate(0);
    -webkit-transform: translateX(-0.0625rem) rotate(0);
            transform: translateX(-0.0625rem) rotate(0);
  }
  100% {
    -webkit-transform: translateX(1px) rotate(0);
            transform: translateX(1px) rotate(0);
    -webkit-transform: translateX(0.0625rem) rotate(0);
            transform: translateX(0.0625rem) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
    -webkit-transform: translateX(-0.1875rem) rotate(-2deg);
            transform: translateX(-0.1875rem) rotate(-2deg);
  }
  20% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
    -webkit-transform: translateX(0.1875rem) rotate(2deg);
            transform: translateX(0.1875rem) rotate(2deg);
  }
  30% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
    -webkit-transform: translateX(-0.1875rem) rotate(-2deg);
            transform: translateX(-0.1875rem) rotate(-2deg);
  }
  40% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
    -webkit-transform: translateX(0.1875rem) rotate(2deg);
            transform: translateX(0.1875rem) rotate(2deg);
  }
  50% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
    -webkit-transform: translateX(-0.125rem) rotate(-1deg);
            transform: translateX(-0.125rem) rotate(-1deg);
  }
  60% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
    -webkit-transform: translateX(0.125rem) rotate(1deg);
            transform: translateX(0.125rem) rotate(1deg);
  }
  70% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
    -webkit-transform: translateX(-0.125rem) rotate(-1deg);
            transform: translateX(-0.125rem) rotate(-1deg);
  }
  80% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
    -webkit-transform: translateX(0.125rem) rotate(1deg);
            transform: translateX(0.125rem) rotate(1deg);
  }
  90% {
    -webkit-transform: translateX(-1px) rotate(0);
            transform: translateX(-1px) rotate(0);
    -webkit-transform: translateX(-0.0625rem) rotate(0);
            transform: translateX(-0.0625rem) rotate(0);
  }
  100% {
    -webkit-transform: translateX(1px) rotate(0);
            transform: translateX(1px) rotate(0);
    -webkit-transform: translateX(0.0625rem) rotate(0);
            transform: translateX(0.0625rem) rotate(0);
  }
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
          animation-name: hvr-buzz-out;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
  -webkit-transform: translateX(-0.5rem);
      -ms-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
}

/* Backward */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
  -webkit-transform: translateX(0.5rem);
      -ms-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: "color, background-color";
  -o-transition-property: "color, background-color";
  transition-property: "color, background-color";
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    opacity: 0.75;
  }
}
@keyframes hvr-back-pulse {
  50% {
    opacity: 0.75;
  }
}

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: "color: background-color";
  -o-transition-property: "color: background-color";
  transition-property: "color: background-color";
}

.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
          animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-sweep-to-right.btn-outline-primary:before {
  background-color: #007bff;
}

.hvr-sweep-to-right.btn-outline-primary:hover {
  background-color: transparent;
}

.hvr-sweep-to-right.btn-primary:before {
  background-color: #0069d9;
}

.hvr-sweep-to-right.btn-primary:hover {
  background-color: #007bff;
}

.hvr-sweep-to-right.btn-outline-secondary:before {
  background-color: #6c757d;
}

.hvr-sweep-to-right.btn-outline-secondary:hover {
  background-color: transparent;
}

.hvr-sweep-to-right.btn-secondary:before {
  background-color: #5a6268;
}

.hvr-sweep-to-right.btn-secondary:hover {
  background-color: #6c757d;
}

.hvr-sweep-to-right.btn-outline-success:before {
  background-color: #28a745;
}

.hvr-sweep-to-right.btn-outline-success:hover {
  background-color: transparent;
}

.hvr-sweep-to-right.btn-success:before {
  background-color: #218838;
}

.hvr-sweep-to-right.btn-success:hover {
  background-color: #28a745;
}

.hvr-sweep-to-right.btn-outline-info:before {
  background-color: #17a2b8;
}

.hvr-sweep-to-right.btn-outline-info:hover {
  background-color: transparent;
}

.hvr-sweep-to-right.btn-info:before {
  background-color: #138496;
}

.hvr-sweep-to-right.btn-info:hover {
  background-color: #17a2b8;
}

.hvr-sweep-to-right.btn-outline-warning:before {
  background-color: #ffc107;
}

.hvr-sweep-to-right.btn-outline-warning:hover {
  background-color: transparent;
}

.hvr-sweep-to-right.btn-warning:before {
  background-color: #e0a800;
}

.hvr-sweep-to-right.btn-warning:hover {
  background-color: #ffc107;
}

.hvr-sweep-to-right.btn-outline-danger:before {
  background-color: #dc3545;
}

.hvr-sweep-to-right.btn-outline-danger:hover {
  background-color: transparent;
}

.hvr-sweep-to-right.btn-danger:before {
  background-color: #c82333;
}

.hvr-sweep-to-right.btn-danger:hover {
  background-color: #dc3545;
}

.hvr-sweep-to-right.btn-outline-light:before {
  background-color: #f8f9fa;
}

.hvr-sweep-to-right.btn-outline-light:hover {
  background-color: transparent;
}

.hvr-sweep-to-right.btn-light:before {
  background-color: #e2e6ea;
}

.hvr-sweep-to-right.btn-light:hover {
  background-color: #f8f9fa;
}

.hvr-sweep-to-right.btn-outline-dark:before {
  background-color: #343a40;
}

.hvr-sweep-to-right.btn-outline-dark:hover {
  background-color: transparent;
}

.hvr-sweep-to-right.btn-dark:before {
  background-color: #23272b;
}

.hvr-sweep-to-right.btn-dark:hover {
  background-color: #343a40;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -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.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-sweep-to-left.btn-outline-primary:before {
  background-color: #007bff;
}

.hvr-sweep-to-left.btn-outline-primary:hover {
  background-color: transparent;
}

.hvr-sweep-to-left.btn-primary:before {
  background-color: #0069d9;
}

.hvr-sweep-to-left.btn-primary:hover {
  background-color: #007bff;
}

.hvr-sweep-to-left.btn-outline-secondary:before {
  background-color: #6c757d;
}

.hvr-sweep-to-left.btn-outline-secondary:hover {
  background-color: transparent;
}

.hvr-sweep-to-left.btn-secondary:before {
  background-color: #5a6268;
}

.hvr-sweep-to-left.btn-secondary:hover {
  background-color: #6c757d;
}

.hvr-sweep-to-left.btn-outline-success:before {
  background-color: #28a745;
}

.hvr-sweep-to-left.btn-outline-success:hover {
  background-color: transparent;
}

.hvr-sweep-to-left.btn-success:before {
  background-color: #218838;
}

.hvr-sweep-to-left.btn-success:hover {
  background-color: #28a745;
}

.hvr-sweep-to-left.btn-outline-info:before {
  background-color: #17a2b8;
}

.hvr-sweep-to-left.btn-outline-info:hover {
  background-color: transparent;
}

.hvr-sweep-to-left.btn-info:before {
  background-color: #138496;
}

.hvr-sweep-to-left.btn-info:hover {
  background-color: #17a2b8;
}

.hvr-sweep-to-left.btn-outline-warning:before {
  background-color: #ffc107;
}

.hvr-sweep-to-left.btn-outline-warning:hover {
  background-color: transparent;
}

.hvr-sweep-to-left.btn-warning:before {
  background-color: #e0a800;
}

.hvr-sweep-to-left.btn-warning:hover {
  background-color: #ffc107;
}

.hvr-sweep-to-left.btn-outline-danger:before {
  background-color: #dc3545;
}

.hvr-sweep-to-left.btn-outline-danger:hover {
  background-color: transparent;
}

.hvr-sweep-to-left.btn-danger:before {
  background-color: #c82333;
}

.hvr-sweep-to-left.btn-danger:hover {
  background-color: #dc3545;
}

.hvr-sweep-to-left.btn-outline-light:before {
  background-color: #f8f9fa;
}

.hvr-sweep-to-left.btn-outline-light:hover {
  background-color: transparent;
}

.hvr-sweep-to-left.btn-light:before {
  background-color: #e2e6ea;
}

.hvr-sweep-to-left.btn-light:hover {
  background-color: #f8f9fa;
}

.hvr-sweep-to-left.btn-outline-dark:before {
  background-color: #343a40;
}

.hvr-sweep-to-left.btn-outline-dark:hover {
  background-color: transparent;
}

.hvr-sweep-to-left.btn-dark:before {
  background-color: #23272b;
}

.hvr-sweep-to-left.btn-dark:hover {
  background-color: #343a40;
}

.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -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.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-sweep-to-bottom.btn-outline-primary:before {
  background-color: #007bff;
}

.hvr-sweep-to-bottom.btn-outline-primary:hover {
  background-color: transparent;
}

.hvr-sweep-to-bottom.btn-primary:before {
  background-color: #0069d9;
}

.hvr-sweep-to-bottom.btn-primary:hover {
  background-color: #007bff;
}

.hvr-sweep-to-bottom.btn-outline-secondary:before {
  background-color: #6c757d;
}

.hvr-sweep-to-bottom.btn-outline-secondary:hover {
  background-color: transparent;
}

.hvr-sweep-to-bottom.btn-secondary:before {
  background-color: #5a6268;
}

.hvr-sweep-to-bottom.btn-secondary:hover {
  background-color: #6c757d;
}

.hvr-sweep-to-bottom.btn-outline-success:before {
  background-color: #28a745;
}

.hvr-sweep-to-bottom.btn-outline-success:hover {
  background-color: transparent;
}

.hvr-sweep-to-bottom.btn-success:before {
  background-color: #218838;
}

.hvr-sweep-to-bottom.btn-success:hover {
  background-color: #28a745;
}

.hvr-sweep-to-bottom.btn-outline-info:before {
  background-color: #17a2b8;
}

.hvr-sweep-to-bottom.btn-outline-info:hover {
  background-color: transparent;
}

.hvr-sweep-to-bottom.btn-info:before {
  background-color: #138496;
}

.hvr-sweep-to-bottom.btn-info:hover {
  background-color: #17a2b8;
}

.hvr-sweep-to-bottom.btn-outline-warning:before {
  background-color: #ffc107;
}

.hvr-sweep-to-bottom.btn-outline-warning:hover {
  background-color: transparent;
}

.hvr-sweep-to-bottom.btn-warning:before {
  background-color: #e0a800;
}

.hvr-sweep-to-bottom.btn-warning:hover {
  background-color: #ffc107;
}

.hvr-sweep-to-bottom.btn-outline-danger:before {
  background-color: #dc3545;
}

.hvr-sweep-to-bottom.btn-outline-danger:hover {
  background-color: transparent;
}

.hvr-sweep-to-bottom.btn-danger:before {
  background-color: #c82333;
}

.hvr-sweep-to-bottom.btn-danger:hover {
  background-color: #dc3545;
}

.hvr-sweep-to-bottom.btn-outline-light:before {
  background-color: #f8f9fa;
}

.hvr-sweep-to-bottom.btn-outline-light:hover {
  background-color: transparent;
}

.hvr-sweep-to-bottom.btn-light:before {
  background-color: #e2e6ea;
}

.hvr-sweep-to-bottom.btn-light:hover {
  background-color: #f8f9fa;
}

.hvr-sweep-to-bottom.btn-outline-dark:before {
  background-color: #343a40;
}

.hvr-sweep-to-bottom.btn-outline-dark:hover {
  background-color: transparent;
}

.hvr-sweep-to-bottom.btn-dark:before {
  background-color: #23272b;
}

.hvr-sweep-to-bottom.btn-dark:hover {
  background-color: #343a40;
}

.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -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.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-sweep-to-top.btn-outline-primary:before {
  background-color: #007bff;
}

.hvr-sweep-to-top.btn-outline-primary:hover {
  background-color: transparent;
}

.hvr-sweep-to-top.btn-primary:before {
  background-color: #0069d9;
}

.hvr-sweep-to-top.btn-primary:hover {
  background-color: #007bff;
}

.hvr-sweep-to-top.btn-outline-secondary:before {
  background-color: #6c757d;
}

.hvr-sweep-to-top.btn-outline-secondary:hover {
  background-color: transparent;
}

.hvr-sweep-to-top.btn-secondary:before {
  background-color: #5a6268;
}

.hvr-sweep-to-top.btn-secondary:hover {
  background-color: #6c757d;
}

.hvr-sweep-to-top.btn-outline-success:before {
  background-color: #28a745;
}

.hvr-sweep-to-top.btn-outline-success:hover {
  background-color: transparent;
}

.hvr-sweep-to-top.btn-success:before {
  background-color: #218838;
}

.hvr-sweep-to-top.btn-success:hover {
  background-color: #28a745;
}

.hvr-sweep-to-top.btn-outline-info:before {
  background-color: #17a2b8;
}

.hvr-sweep-to-top.btn-outline-info:hover {
  background-color: transparent;
}

.hvr-sweep-to-top.btn-info:before {
  background-color: #138496;
}

.hvr-sweep-to-top.btn-info:hover {
  background-color: #17a2b8;
}

.hvr-sweep-to-top.btn-outline-warning:before {
  background-color: #ffc107;
}

.hvr-sweep-to-top.btn-outline-warning:hover {
  background-color: transparent;
}

.hvr-sweep-to-top.btn-warning:before {
  background-color: #e0a800;
}

.hvr-sweep-to-top.btn-warning:hover {
  background-color: #ffc107;
}

.hvr-sweep-to-top.btn-outline-danger:before {
  background-color: #dc3545;
}

.hvr-sweep-to-top.btn-outline-danger:hover {
  background-color: transparent;
}

.hvr-sweep-to-top.btn-danger:before {
  background-color: #c82333;
}

.hvr-sweep-to-top.btn-danger:hover {
  background-color: #dc3545;
}

.hvr-sweep-to-top.btn-outline-light:before {
  background-color: #f8f9fa;
}

.hvr-sweep-to-top.btn-outline-light:hover {
  background-color: transparent;
}

.hvr-sweep-to-top.btn-light:before {
  background-color: #e2e6ea;
}

.hvr-sweep-to-top.btn-light:hover {
  background-color: #f8f9fa;
}

.hvr-sweep-to-top.btn-outline-dark:before {
  background-color: #343a40;
}

.hvr-sweep-to-top.btn-outline-dark:hover {
  background-color: transparent;
}

.hvr-sweep-to-top.btn-dark:before {
  background-color: #23272b;
}

.hvr-sweep-to-top.btn-dark:hover {
  background-color: #343a40;
}

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -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.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.hvr-bounce-to-right.btn-outline-primary:before {
  background-color: #007bff;
}

.hvr-bounce-to-right.btn-outline-primary:hover {
  background-color: transparent;
}

.hvr-bounce-to-right.btn-primary:before {
  background-color: #0069d9;
}

.hvr-bounce-to-right.btn-primary:hover {
  background-color: #007bff;
}

.hvr-bounce-to-right.btn-outline-secondary:before {
  background-color: #6c757d;
}

.hvr-bounce-to-right.btn-outline-secondary:hover {
  background-color: transparent;
}

.hvr-bounce-to-right.btn-secondary:before {
  background-color: #5a6268;
}

.hvr-bounce-to-right.btn-secondary:hover {
  background-color: #6c757d;
}

.hvr-bounce-to-right.btn-outline-success:before {
  background-color: #28a745;
}

.hvr-bounce-to-right.btn-outline-success:hover {
  background-color: transparent;
}

.hvr-bounce-to-right.btn-success:before {
  background-color: #218838;
}

.hvr-bounce-to-right.btn-success:hover {
  background-color: #28a745;
}

.hvr-bounce-to-right.btn-outline-info:before {
  background-color: #17a2b8;
}

.hvr-bounce-to-right.btn-outline-info:hover {
  background-color: transparent;
}

.hvr-bounce-to-right.btn-info:before {
  background-color: #138496;
}

.hvr-bounce-to-right.btn-info:hover {
  background-color: #17a2b8;
}

.hvr-bounce-to-right.btn-outline-warning:before {
  background-color: #ffc107;
}

.hvr-bounce-to-right.btn-outline-warning:hover {
  background-color: transparent;
}

.hvr-bounce-to-right.btn-warning:before {
  background-color: #e0a800;
}

.hvr-bounce-to-right.btn-warning:hover {
  background-color: #ffc107;
}

.hvr-bounce-to-right.btn-outline-danger:before {
  background-color: #dc3545;
}

.hvr-bounce-to-right.btn-outline-danger:hover {
  background-color: transparent;
}

.hvr-bounce-to-right.btn-danger:before {
  background-color: #c82333;
}

.hvr-bounce-to-right.btn-danger:hover {
  background-color: #dc3545;
}

.hvr-bounce-to-right.btn-outline-light:before {
  background-color: #f8f9fa;
}

.hvr-bounce-to-right.btn-outline-light:hover {
  background-color: transparent;
}

.hvr-bounce-to-right.btn-light:before {
  background-color: #e2e6ea;
}

.hvr-bounce-to-right.btn-light:hover {
  background-color: #f8f9fa;
}

.hvr-bounce-to-right.btn-outline-dark:before {
  background-color: #343a40;
}

.hvr-bounce-to-right.btn-outline-dark:hover {
  background-color: transparent;
}

.hvr-bounce-to-right.btn-dark:before {
  background-color: #23272b;
}

.hvr-bounce-to-right.btn-dark:hover {
  background-color: #343a40;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -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.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
       -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.hvr-bounce-to-left.btn-outline-primary:before {
  background-color: #007bff;
}

.hvr-bounce-to-left.btn-outline-primary:hover {
  background-color: transparent;
}

.hvr-bounce-to-left.btn-primary:before {
  background-color: #0069d9;
}

.hvr-bounce-to-left.btn-primary:hover {
  background-color: #007bff;
}

.hvr-bounce-to-left.btn-outline-secondary:before {
  background-color: #6c757d;
}

.hvr-bounce-to-left.btn-outline-secondary:hover {
  background-color: transparent;
}

.hvr-bounce-to-left.btn-secondary:before {
  background-color: #5a6268;
}

.hvr-bounce-to-left.btn-secondary:hover {
  background-color: #6c757d;
}

.hvr-bounce-to-left.btn-outline-success:before {
  background-color: #28a745;
}

.hvr-bounce-to-left.btn-outline-success:hover {
  background-color: transparent;
}

.hvr-bounce-to-left.btn-success:before {
  background-color: #218838;
}

.hvr-bounce-to-left.btn-success:hover {
  background-color: #28a745;
}

.hvr-bounce-to-left.btn-outline-info:before {
  background-color: #17a2b8;
}

.hvr-bounce-to-left.btn-outline-info:hover {
  background-color: transparent;
}

.hvr-bounce-to-left.btn-info:before {
  background-color: #138496;
}

.hvr-bounce-to-left.btn-info:hover {
  background-color: #17a2b8;
}

.hvr-bounce-to-left.btn-outline-warning:before {
  background-color: #ffc107;
}

.hvr-bounce-to-left.btn-outline-warning:hover {
  background-color: transparent;
}

.hvr-bounce-to-left.btn-warning:before {
  background-color: #e0a800;
}

.hvr-bounce-to-left.btn-warning:hover {
  background-color: #ffc107;
}

.hvr-bounce-to-left.btn-outline-danger:before {
  background-color: #dc3545;
}

.hvr-bounce-to-left.btn-outline-danger:hover {
  background-color: transparent;
}

.hvr-bounce-to-left.btn-danger:before {
  background-color: #c82333;
}

.hvr-bounce-to-left.btn-danger:hover {
  background-color: #dc3545;
}

.hvr-bounce-to-left.btn-outline-light:before {
  background-color: #f8f9fa;
}

.hvr-bounce-to-left.btn-outline-light:hover {
  background-color: transparent;
}

.hvr-bounce-to-left.btn-light:before {
  background-color: #e2e6ea;
}

.hvr-bounce-to-left.btn-light:hover {
  background-color: #f8f9fa;
}

.hvr-bounce-to-left.btn-outline-dark:before {
  background-color: #343a40;
}

.hvr-bounce-to-left.btn-outline-dark:hover {
  background-color: transparent;
}

.hvr-bounce-to-left.btn-dark:before {
  background-color: #23272b;
}

.hvr-bounce-to-left.btn-dark:hover {
  background-color: #343a40;
}

.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -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.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
       -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.hvr-bounce-to-bottom.btn-outline-primary:before {
  background-color: #007bff;
}

.hvr-bounce-to-bottom.btn-outline-primary:hover {
  background-color: transparent;
}

.hvr-bounce-to-bottom.btn-primary:before {
  background-color: #0069d9;
}

.hvr-bounce-to-bottom.btn-primary:hover {
  background-color: #007bff;
}

.hvr-bounce-to-bottom.btn-outline-secondary:before {
  background-color: #6c757d;
}

.hvr-bounce-to-bottom.btn-outline-secondary:hover {
  background-color: transparent;
}

.hvr-bounce-to-bottom.btn-secondary:before {
  background-color: #5a6268;
}

.hvr-bounce-to-bottom.btn-secondary:hover {
  background-color: #6c757d;
}

.hvr-bounce-to-bottom.btn-outline-success:before {
  background-color: #28a745;
}

.hvr-bounce-to-bottom.btn-outline-success:hover {
  background-color: transparent;
}

.hvr-bounce-to-bottom.btn-success:before {
  background-color: #218838;
}

.hvr-bounce-to-bottom.btn-success:hover {
  background-color: #28a745;
}

.hvr-bounce-to-bottom.btn-outline-info:before {
  background-color: #17a2b8;
}

.hvr-bounce-to-bottom.btn-outline-info:hover {
  background-color: transparent;
}

.hvr-bounce-to-bottom.btn-info:before {
  background-color: #138496;
}

.hvr-bounce-to-bottom.btn-info:hover {
  background-color: #17a2b8;
}

.hvr-bounce-to-bottom.btn-outline-warning:before {
  background-color: #ffc107;
}

.hvr-bounce-to-bottom.btn-outline-warning:hover {
  background-color: transparent;
}

.hvr-bounce-to-bottom.btn-warning:before {
  background-color: #e0a800;
}

.hvr-bounce-to-bottom.btn-warning:hover {
  background-color: #ffc107;
}

.hvr-bounce-to-bottom.btn-outline-danger:before {
  background-color: #dc3545;
}

.hvr-bounce-to-bottom.btn-outline-danger:hover {
  background-color: transparent;
}

.hvr-bounce-to-bottom.btn-danger:before {
  background-color: #c82333;
}

.hvr-bounce-to-bottom.btn-danger:hover {
  background-color: #dc3545;
}

.hvr-bounce-to-bottom.btn-outline-light:before {
  background-color: #f8f9fa;
}

.hvr-bounce-to-bottom.btn-outline-light:hover {
  background-color: transparent;
}

.hvr-bounce-to-bottom.btn-light:before {
  background-color: #e2e6ea;
}

.hvr-bounce-to-bottom.btn-light:hover {
  background-color: #f8f9fa;
}

.hvr-bounce-to-bottom.btn-outline-dark:before {
  background-color: #343a40;
}

.hvr-bounce-to-bottom.btn-outline-dark:hover {
  background-color: transparent;
}

.hvr-bounce-to-bottom.btn-dark:before {
  background-color: #23272b;
}

.hvr-bounce-to-bottom.btn-dark:hover {
  background-color: #343a40;
}

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -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.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
       -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.hvr-bounce-to-top.btn-outline-primary:before {
  background-color: #007bff;
}

.hvr-bounce-to-top.btn-outline-primary:hover {
  background-color: transparent;
}

.hvr-bounce-to-top.btn-primary:before {
  background-color: #0069d9;
}

.hvr-bounce-to-top.btn-primary:hover {
  background-color: #007bff;
}

.hvr-bounce-to-top.btn-outline-secondary:before {
  background-color: #6c757d;
}

.hvr-bounce-to-top.btn-outline-secondary:hover {
  background-color: transparent;
}

.hvr-bounce-to-top.btn-secondary:before {
  background-color: #5a6268;
}

.hvr-bounce-to-top.btn-secondary:hover {
  background-color: #6c757d;
}

.hvr-bounce-to-top.btn-outline-success:before {
  background-color: #28a745;
}

.hvr-bounce-to-top.btn-outline-success:hover {
  background-color: transparent;
}

.hvr-bounce-to-top.btn-success:before {
  background-color: #218838;
}

.hvr-bounce-to-top.btn-success:hover {
  background-color: #28a745;
}

.hvr-bounce-to-top.btn-outline-info:before {
  background-color: #17a2b8;
}

.hvr-bounce-to-top.btn-outline-info:hover {
  background-color: transparent;
}

.hvr-bounce-to-top.btn-info:before {
  background-color: #138496;
}

.hvr-bounce-to-top.btn-info:hover {
  background-color: #17a2b8;
}

.hvr-bounce-to-top.btn-outline-warning:before {
  background-color: #ffc107;
}

.hvr-bounce-to-top.btn-outline-warning:hover {
  background-color: transparent;
}

.hvr-bounce-to-top.btn-warning:before {
  background-color: #e0a800;
}

.hvr-bounce-to-top.btn-warning:hover {
  background-color: #ffc107;
}

.hvr-bounce-to-top.btn-outline-danger:before {
  background-color: #dc3545;
}

.hvr-bounce-to-top.btn-outline-danger:hover {
  background-color: transparent;
}

.hvr-bounce-to-top.btn-danger:before {
  background-color: #c82333;
}

.hvr-bounce-to-top.btn-danger:hover {
  background-color: #dc3545;
}

.hvr-bounce-to-top.btn-outline-light:before {
  background-color: #f8f9fa;
}

.hvr-bounce-to-top.btn-outline-light:hover {
  background-color: transparent;
}

.hvr-bounce-to-top.btn-light:before {
  background-color: #e2e6ea;
}

.hvr-bounce-to-top.btn-light:hover {
  background-color: #f8f9fa;
}

.hvr-bounce-to-top.btn-outline-dark:before {
  background-color: #343a40;
}

.hvr-bounce-to-top.btn-outline-dark:hover {
  background-color: transparent;
}

.hvr-bounce-to-top.btn-dark:before {
  background-color: #23272b;
}

.hvr-bounce-to-top.btn-dark:hover {
  background-color: #343a40;
}

.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -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.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
       -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -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.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
}

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-radial-in.btn-primary:before {
  background-color: #007bff;
}

.hvr-radial-in.btn-secondary:before {
  background-color: #6c757d;
}

.hvr-radial-in.btn-success:before {
  background-color: #28a745;
}

.hvr-radial-in.btn-info:before {
  background-color: #17a2b8;
}

.hvr-radial-in.btn-warning:before {
  background-color: #ffc107;
}

.hvr-radial-in.btn-danger:before {
  background-color: #dc3545;
}

.hvr-radial-in.btn-light:before {
  background-color: #f8f9fa;
}

.hvr-radial-in.btn-dark:before {
  background-color: #343a40;
}

.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 100%;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  -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.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-rectangle-in.btn-primary:before {
  background-color: #007bff;
}

.hvr-rectangle-in.btn-secondary:before {
  background-color: #6c757d;
}

.hvr-rectangle-in.btn-success:before {
  background-color: #28a745;
}

.hvr-rectangle-in.btn-info:before {
  background-color: #17a2b8;
}

.hvr-rectangle-in.btn-warning:before {
  background-color: #ffc107;
}

.hvr-rectangle-in.btn-danger:before {
  background-color: #dc3545;
}

.hvr-rectangle-in.btn-light:before {
  background-color: #f8f9fa;
}

.hvr-rectangle-in.btn-dark:before {
  background-color: #343a40;
}

.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -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.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-rectangle-out.btn-outline-primary:before {
  background-color: #007bff;
}

.hvr-rectangle-out.btn-outline-primary:hover {
  background-color: transparent;
}

.hvr-rectangle-out.btn-primary:before {
  background-color: #0069d9;
}

.hvr-rectangle-out.btn-primary:hover {
  background-color: #007bff;
}

.hvr-rectangle-out.btn-outline-secondary:before {
  background-color: #6c757d;
}

.hvr-rectangle-out.btn-outline-secondary:hover {
  background-color: transparent;
}

.hvr-rectangle-out.btn-secondary:before {
  background-color: #5a6268;
}

.hvr-rectangle-out.btn-secondary:hover {
  background-color: #6c757d;
}

.hvr-rectangle-out.btn-outline-success:before {
  background-color: #28a745;
}

.hvr-rectangle-out.btn-outline-success:hover {
  background-color: transparent;
}

.hvr-rectangle-out.btn-success:before {
  background-color: #218838;
}

.hvr-rectangle-out.btn-success:hover {
  background-color: #28a745;
}

.hvr-rectangle-out.btn-outline-info:before {
  background-color: #17a2b8;
}

.hvr-rectangle-out.btn-outline-info:hover {
  background-color: transparent;
}

.hvr-rectangle-out.btn-info:before {
  background-color: #138496;
}

.hvr-rectangle-out.btn-info:hover {
  background-color: #17a2b8;
}

.hvr-rectangle-out.btn-outline-warning:before {
  background-color: #ffc107;
}

.hvr-rectangle-out.btn-outline-warning:hover {
  background-color: transparent;
}

.hvr-rectangle-out.btn-warning:before {
  background-color: #e0a800;
}

.hvr-rectangle-out.btn-warning:hover {
  background-color: #ffc107;
}

.hvr-rectangle-out.btn-outline-danger:before {
  background-color: #dc3545;
}

.hvr-rectangle-out.btn-outline-danger:hover {
  background-color: transparent;
}

.hvr-rectangle-out.btn-danger:before {
  background-color: #c82333;
}

.hvr-rectangle-out.btn-danger:hover {
  background-color: #dc3545;
}

.hvr-rectangle-out.btn-outline-light:before {
  background-color: #f8f9fa;
}

.hvr-rectangle-out.btn-outline-light:hover {
  background-color: transparent;
}

.hvr-rectangle-out.btn-light:before {
  background-color: #e2e6ea;
}

.hvr-rectangle-out.btn-light:hover {
  background-color: #f8f9fa;
}

.hvr-rectangle-out.btn-outline-dark:before {
  background-color: #343a40;
}

.hvr-rectangle-out.btn-outline-dark:hover {
  background-color: transparent;
}

.hvr-rectangle-out.btn-dark:before {
  background-color: #23272b;
}

.hvr-rectangle-out.btn-dark:hover {
  background-color: #343a40;
}

.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -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.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* Shutter In Horizontal */
.hvr-shutter-in-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-shutter-in-btn.btn-outline-primary:before {
  background-color: #007bff;
}

.hvr-shutter-in-btn.btn-outline-primary:hover {
  background-color: transparent;
}

.hvr-shutter-in-btn.btn-primary:before {
  background-color: #0069d9;
}

.hvr-shutter-in-btn.btn-primary:hover {
  background-color: #007bff;
}

.hvr-shutter-in-btn.btn-outline-secondary:before {
  background-color: #6c757d;
}

.hvr-shutter-in-btn.btn-outline-secondary:hover {
  background-color: transparent;
}

.hvr-shutter-in-btn.btn-secondary:before {
  background-color: #5a6268;
}

.hvr-shutter-in-btn.btn-secondary:hover {
  background-color: #6c757d;
}

.hvr-shutter-in-btn.btn-outline-success:before {
  background-color: #28a745;
}

.hvr-shutter-in-btn.btn-outline-success:hover {
  background-color: transparent;
}

.hvr-shutter-in-btn.btn-success:before {
  background-color: #218838;
}

.hvr-shutter-in-btn.btn-success:hover {
  background-color: #28a745;
}

.hvr-shutter-in-btn.btn-outline-info:before {
  background-color: #17a2b8;
}

.hvr-shutter-in-btn.btn-outline-info:hover {
  background-color: transparent;
}

.hvr-shutter-in-btn.btn-info:before {
  background-color: #138496;
}

.hvr-shutter-in-btn.btn-info:hover {
  background-color: #17a2b8;
}

.hvr-shutter-in-btn.btn-outline-warning:before {
  background-color: #ffc107;
}

.hvr-shutter-in-btn.btn-outline-warning:hover {
  background-color: transparent;
}

.hvr-shutter-in-btn.btn-warning:before {
  background-color: #e0a800;
}

.hvr-shutter-in-btn.btn-warning:hover {
  background-color: #ffc107;
}

.hvr-shutter-in-btn.btn-outline-danger:before {
  background-color: #dc3545;
}

.hvr-shutter-in-btn.btn-outline-danger:hover {
  background-color: transparent;
}

.hvr-shutter-in-btn.btn-danger:before {
  background-color: #c82333;
}

.hvr-shutter-in-btn.btn-danger:hover {
  background-color: #dc3545;
}

.hvr-shutter-in-btn.btn-outline-light:before {
  background-color: #f8f9fa;
}

.hvr-shutter-in-btn.btn-outline-light:hover {
  background-color: transparent;
}

.hvr-shutter-in-btn.btn-light:before {
  background-color: #e2e6ea;
}

.hvr-shutter-in-btn.btn-light:hover {
  background-color: #f8f9fa;
}

.hvr-shutter-in-btn.btn-outline-dark:before {
  background-color: #343a40;
}

.hvr-shutter-in-btn.btn-outline-dark:hover {
  background-color: transparent;
}

.hvr-shutter-in-btn.btn-dark:before {
  background-color: #23272b;
}

.hvr-shutter-in-btn.btn-dark:hover {
  background-color: #343a40;
}

.hvr-shutter-in-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -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.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-shutter-in-btn:hover:before, .hvr-shutter-in-btn:focus:before, .hvr-shutter-in-btn:active:before {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal.btn-outline-primary:before {
  background-color: #007bff;
}

.hvr-shutter-out-horizontal.btn-outline-primary:hover {
  background-color: transparent;
}

.hvr-shutter-out-horizontal.btn-primary:before {
  background-color: #0069d9;
}

.hvr-shutter-out-horizontal.btn-primary:hover {
  background-color: #007bff;
}

.hvr-shutter-out-horizontal.btn-outline-secondary:before {
  background-color: #6c757d;
}

.hvr-shutter-out-horizontal.btn-outline-secondary:hover {
  background-color: transparent;
}

.hvr-shutter-out-horizontal.btn-secondary:before {
  background-color: #5a6268;
}

.hvr-shutter-out-horizontal.btn-secondary:hover {
  background-color: #6c757d;
}

.hvr-shutter-out-horizontal.btn-outline-success:before {
  background-color: #28a745;
}

.hvr-shutter-out-horizontal.btn-outline-success:hover {
  background-color: transparent;
}

.hvr-shutter-out-horizontal.btn-success:before {
  background-color: #218838;
}

.hvr-shutter-out-horizontal.btn-success:hover {
  background-color: #28a745;
}

.hvr-shutter-out-horizontal.btn-outline-info:before {
  background-color: #17a2b8;
}

.hvr-shutter-out-horizontal.btn-outline-info:hover {
  background-color: transparent;
}

.hvr-shutter-out-horizontal.btn-info:before {
  background-color: #138496;
}

.hvr-shutter-out-horizontal.btn-info:hover {
  background-color: #17a2b8;
}

.hvr-shutter-out-horizontal.btn-outline-warning:before {
  background-color: #ffc107;
}

.hvr-shutter-out-horizontal.btn-outline-warning:hover {
  background-color: transparent;
}

.hvr-shutter-out-horizontal.btn-warning:before {
  background-color: #e0a800;
}

.hvr-shutter-out-horizontal.btn-warning:hover {
  background-color: #ffc107;
}

.hvr-shutter-out-horizontal.btn-outline-danger:before {
  background-color: #dc3545;
}

.hvr-shutter-out-horizontal.btn-outline-danger:hover {
  background-color: transparent;
}

.hvr-shutter-out-horizontal.btn-danger:before {
  background-color: #c82333;
}

.hvr-shutter-out-horizontal.btn-danger:hover {
  background-color: #dc3545;
}

.hvr-shutter-out-horizontal.btn-outline-light:before {
  background-color: #f8f9fa;
}

.hvr-shutter-out-horizontal.btn-outline-light:hover {
  background-color: transparent;
}

.hvr-shutter-out-horizontal.btn-light:before {
  background-color: #e2e6ea;
}

.hvr-shutter-out-horizontal.btn-light:hover {
  background-color: #f8f9fa;
}

.hvr-shutter-out-horizontal.btn-outline-dark:before {
  background-color: #343a40;
}

.hvr-shutter-out-horizontal.btn-outline-dark:hover {
  background-color: transparent;
}

.hvr-shutter-out-horizontal.btn-dark:before {
  background-color: #23272b;
}

.hvr-shutter-out-horizontal.btn-dark:hover {
  background-color: #343a40;
}

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -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.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-shutter-in-vertical.btn-primary:before {
  background-color: #007bff;
}

.hvr-shutter-in-vertical.btn-secondary:before {
  background-color: #6c757d;
}

.hvr-shutter-in-vertical.btn-success:before {
  background-color: #28a745;
}

.hvr-shutter-in-vertical.btn-info:before {
  background-color: #17a2b8;
}

.hvr-shutter-in-vertical.btn-warning:before {
  background-color: #ffc107;
}

.hvr-shutter-in-vertical.btn-danger:before {
  background-color: #dc3545;
}

.hvr-shutter-in-vertical.btn-light:before {
  background-color: #f8f9fa;
}

.hvr-shutter-in-vertical.btn-dark:before {
  background-color: #343a40;
}

.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -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.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-shutter-out-vertical.btn-outline-primary:before {
  background-color: #007bff;
}

.hvr-shutter-out-vertical.btn-outline-primary:hover {
  background-color: transparent;
}

.hvr-shutter-out-vertical.btn-primary:before {
  background-color: #0069d9;
}

.hvr-shutter-out-vertical.btn-primary:hover {
  background-color: #007bff;
}

.hvr-shutter-out-vertical.btn-outline-secondary:before {
  background-color: #6c757d;
}

.hvr-shutter-out-vertical.btn-outline-secondary:hover {
  background-color: transparent;
}

.hvr-shutter-out-vertical.btn-secondary:before {
  background-color: #5a6268;
}

.hvr-shutter-out-vertical.btn-secondary:hover {
  background-color: #6c757d;
}

.hvr-shutter-out-vertical.btn-outline-success:before {
  background-color: #28a745;
}

.hvr-shutter-out-vertical.btn-outline-success:hover {
  background-color: transparent;
}

.hvr-shutter-out-vertical.btn-success:before {
  background-color: #218838;
}

.hvr-shutter-out-vertical.btn-success:hover {
  background-color: #28a745;
}

.hvr-shutter-out-vertical.btn-outline-info:before {
  background-color: #17a2b8;
}

.hvr-shutter-out-vertical.btn-outline-info:hover {
  background-color: transparent;
}

.hvr-shutter-out-vertical.btn-info:before {
  background-color: #138496;
}

.hvr-shutter-out-vertical.btn-info:hover {
  background-color: #17a2b8;
}

.hvr-shutter-out-vertical.btn-outline-warning:before {
  background-color: #ffc107;
}

.hvr-shutter-out-vertical.btn-outline-warning:hover {
  background-color: transparent;
}

.hvr-shutter-out-vertical.btn-warning:before {
  background-color: #e0a800;
}

.hvr-shutter-out-vertical.btn-warning:hover {
  background-color: #ffc107;
}

.hvr-shutter-out-vertical.btn-outline-danger:before {
  background-color: #dc3545;
}

.hvr-shutter-out-vertical.btn-outline-danger:hover {
  background-color: transparent;
}

.hvr-shutter-out-vertical.btn-danger:before {
  background-color: #c82333;
}

.hvr-shutter-out-vertical.btn-danger:hover {
  background-color: #dc3545;
}

.hvr-shutter-out-vertical.btn-outline-light:before {
  background-color: #f8f9fa;
}

.hvr-shutter-out-vertical.btn-outline-light:hover {
  background-color: transparent;
}

.hvr-shutter-out-vertical.btn-light:before {
  background-color: #e2e6ea;
}

.hvr-shutter-out-vertical.btn-light:hover {
  background-color: #f8f9fa;
}

.hvr-shutter-out-vertical.btn-outline-dark:before {
  background-color: #343a40;
}

.hvr-shutter-out-vertical.btn-outline-dark:hover {
  background-color: transparent;
}

.hvr-shutter-out-vertical.btn-dark:before {
  background-color: #23272b;
}

.hvr-shutter-out-vertical.btn-dark:hover {
  background-color: #343a40;
}

.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -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.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  -webkit-box-shadow: inset 0 0 0 2px #007bff, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 2px #007bff, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 0.125rem #007bff, 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.125rem #007bff, 0 0 0.0625rem rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}

.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
  background: none;
}

.hvr-hollow.btn-primary {
  -webkit-box-shadow: inset 0 0 0 2px #007bff, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 2px #007bff, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 0.125rem #007bff, 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.125rem #007bff, 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-hollow.btn-secondary {
  -webkit-box-shadow: inset 0 0 0 2px #6c757d, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 2px #6c757d, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 0.125rem #6c757d, 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.125rem #6c757d, 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-hollow.btn-success {
  -webkit-box-shadow: inset 0 0 0 2px #28a745, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 2px #28a745, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 0.125rem #28a745, 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.125rem #28a745, 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-hollow.btn-info {
  -webkit-box-shadow: inset 0 0 0 2px #17a2b8, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 2px #17a2b8, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 0.125rem #17a2b8, 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.125rem #17a2b8, 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-hollow.btn-warning {
  -webkit-box-shadow: inset 0 0 0 2px #ffc107, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 2px #ffc107, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 0.125rem #ffc107, 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.125rem #ffc107, 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-hollow.btn-danger {
  -webkit-box-shadow: inset 0 0 0 2px #dc3545, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 2px #dc3545, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 0.125rem #dc3545, 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.125rem #dc3545, 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-hollow.btn-light {
  -webkit-box-shadow: inset 0 0 0 2px #f8f9fa, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 2px #f8f9fa, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 0.125rem #f8f9fa, 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.125rem #f8f9fa, 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-hollow.btn-dark {
  -webkit-box-shadow: inset 0 0 0 2px #343a40, 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 2px #343a40, 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 0.125rem #343a40, 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0.125rem #343a40, 0 0 0.0625rem rgba(0, 0, 0, 0);
}

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-trim:before {
  content: '';
  position: absolute;
  border: solid 2px;
  border: solid 0.125rem;
  top: 2px;
  top: 0.125rem;
  right: 2px;
  right: 0.125rem;
  left: 2px;
  left: 0.125rem;
  bottom: 2px;
  bottom: 0.125rem;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    top: -0.75rem;
    left: -12px;
    left: -0.75rem;
    bottom: -12px;
    bottom: -0.75rem;
    right: -12px;
    right: -0.75rem;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    top: -0.75rem;
    left: -12px;
    left: -0.75rem;
    bottom: -12px;
    bottom: -0.75rem;
    right: -12px;
    right: -0.75rem;
    opacity: 0;
  }
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: solid 2px;
  border: solid 0.125rem;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
          animation-name: hvr-ripple-out;
}

.hvr-ripple-out.btn-primary:before {
  border-color: #007bff;
}

.hvr-ripple-out.btn-secondary:before {
  border-color: #6c757d;
}

.hvr-ripple-out.btn-success:before {
  border-color: #28a745;
}

.hvr-ripple-out.btn-info:before {
  border-color: #17a2b8;
}

.hvr-ripple-out.btn-warning:before {
  border-color: #ffc107;
}

.hvr-ripple-out.btn-danger:before {
  border-color: #dc3545;
}

.hvr-ripple-out.btn-light:before {
  border-color: #f8f9fa;
}

.hvr-ripple-out.btn-dark:before {
  border-color: #343a40;
}

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
  }
}

.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: solid 2px;
  border: solid 0.125rem;
  top: -12px;
  top: -0.75rem;
  left: -12px;
  left: -0.75rem;
  bottom: -12px;
  bottom: -0.75rem;
  right: -12px;
  right: -0.75rem;
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
          animation-name: hvr-ripple-in;
}

.hvr-ripple-in.btn-primary:before {
  border-color: #007bff;
}

.hvr-ripple-in.btn-secondary:before {
  border-color: #6c757d;
}

.hvr-ripple-in.btn-success:before {
  border-color: #28a745;
}

.hvr-ripple-in.btn-info:before {
  border-color: #17a2b8;
}

.hvr-ripple-in.btn-warning:before {
  border-color: #ffc107;
}

.hvr-ripple-in.btn-danger:before {
  border-color: #dc3545;
}

.hvr-ripple-in.btn-light:before {
  border-color: #f8f9fa;
}

.hvr-ripple-in.btn-dark:before {
  border-color: #343a40;
}

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: solid 2px;
  border: solid 0.125rem;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: "top, left, bottom, right";
  -o-transition-property: "top, left, bottom, right";
  transition-property: "top, left, bottom, right";
}

.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: -4px;
  top: -0.25rem;
  left: -4px;
  left: -0.25rem;
  bottom: -4px;
  bottom: -0.25rem;
  right: -4px;
  right: -0.25rem;
}

.hvr-outline-out.btn-primary:before {
  border-color: #007bff;
}

.hvr-outline-out.btn-secondary:before {
  border-color: #6c757d;
}

.hvr-outline-out.btn-success:before {
  border-color: #28a745;
}

.hvr-outline-out.btn-info:before {
  border-color: #17a2b8;
}

.hvr-outline-out.btn-warning:before {
  border-color: #ffc107;
}

.hvr-outline-out.btn-danger:before {
  border-color: #dc3545;
}

.hvr-outline-out.btn-light:before {
  border-color: #f8f9fa;
}

.hvr-outline-out.btn-dark:before {
  border-color: #343a40;
}

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: solid 2px;
  border: solid 0.125rem;
  top: -8px;
  top: -0.5rem;
  left: -8px;
  left: -0.5rem;
  bottom: -8px;
  bottom: -0.5rem;
  right: -8px;
  right: -0.5rem;
  opacity: 0;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: "top, left, bottom, right";
  -o-transition-property: "top, left, bottom, right";
  transition-property: "top, left, bottom, right";
}

.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -4px;
  top: -0.25rem;
  left: -4px;
  left: -0.25rem;
  bottom: -4px;
  bottom: -0.25rem;
  right: -4px;
  right: -0.25rem;
  opacity: 1;
}

.hvr-outline-in.btn-primary:before {
  border-color: #007bff;
}

.hvr-outline-in.btn-secondary:before {
  border-color: #6c757d;
}

.hvr-outline-in.btn-success:before {
  border-color: #28a745;
}

.hvr-outline-in.btn-info:before {
  border-color: #17a2b8;
}

.hvr-outline-in.btn-warning:before {
  border-color: #ffc107;
}

.hvr-outline-in.btn-danger:before {
  border-color: #dc3545;
}

.hvr-outline-in.btn-light:before {
  border-color: #f8f9fa;
}

.hvr-outline-in.btn-dark:before {
  border-color: #343a40;
}

/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  -o-transition-property: border-radius;
  transition-property: border-radius;
}

.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
  border-radius: 1em;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  left: 100%;
  bottom: 0;
  background: #007bff;
  height: 2px;
  height: 0.125rem;
  -webkit-transition-property: "left";
  -o-transition-property: "left";
  transition-property: "left";
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  left: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 51%;
  left: 51%;
  bottom: 0;
  background: #007bff;
  height: 2px;
  height: 0.125rem;
  -webkit-transition-property: "right,left";
  -o-transition-property: "right,left";
  transition-property: "right,left";
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  right: 0;
  left: 0;
}

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 100%;
  left: 0;
  bottom: 0;
  background: #007bff;
  height: 2px;
  height: 0.125rem;
  -webkit-transition-property: "right";
  -o-transition-property: "right";
  transition-property: "right";
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  right: 0;
}

/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  left: 100%;
  top: 0;
  background: #007bff;
  height: 2px;
  height: 0.125rem;
  -webkit-transition-property: "left";
  -o-transition-property: "left";
  transition-property: "left";
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
  left: 0;
}

/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 51%;
  left: 51%;
  top: 0;
  background: #007bff;
  height: 2px;
  height: 0.125rem;
  -webkit-transition-property: "right, left";
  -o-transition-property: "right, left";
  transition-property: "right, left";
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  right: 0;
  left: 0;
}

/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 100%;
  left: 0;
  top: 0;
  background: #007bff;
  height: 2px;
  height: 0.125rem;
  -webkit-transition-property: "right";
  -o-transition-property: "right";
  transition-property: "right";
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
  right: 0;
}

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  border-color: #007bff;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  -o-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  border-width: 2px;
  border-width: 0.125rem;
}

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  bottom: 0;
  background: #007bff;
  height: 2px;
  height: 0.125rem;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transform: translateY(0.125rem);
      -ms-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
  -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.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  top: 0;
  background: #007bff;
  height: 2px;
  height: 0.125rem;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transform: translateY(-0.125rem);
      -ms-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
  -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.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
}

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0.625rem 0.625rem -0.625rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.625rem 0.625rem -0.625rem rgba(0, 0, 0, 0.5);
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: "box-shadow, transform";
  -o-transition-property: "box-shadow, transform";
  transition-property: "box-shadow, transform";
}

.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0.625rem 0.625rem -0.625rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.625rem 0.625rem -0.625rem rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
  -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: -0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
          box-shadow: -0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
}

/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 0.0625rem rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
  -webkit-box-shadow: inset -2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: inset -2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset -0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.6), 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: inset -0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.6), 0 0 0.0625rem rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  right: 5%;
  height: 10px;
  height: 0.625rem;
  width: 90%;
  opacity: 0;
  background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: "transform, opacity";
  -o-transition-property: "transform, opacity";
  transition-property: "transform, opacity";
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transform: translateY(-0.3125rem);
      -ms-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transform: translateY(0.3125rem);
      -ms-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  right: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  height: 0.3125rem;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.hvr-shadow-radial:before {
  bottom: 100%;
  background: -o-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}

.hvr-shadow-radial:after {
  top: 100%;
  background: -o-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}

.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}

/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.hvr-icon-back .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-back:hover .hvr-icon, .hvr-icon-back:focus .hvr-icon, .hvr-icon-back:active .hvr-icon {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
  -webkit-transform: translateX(0.25rem);
      -ms-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
          transform: translateX(-4px);
  -webkit-transform: translateX(-0.25rem);
      -ms-transform: translateX(-0.25rem);
          transform: translateX(-0.25rem);
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-transform: translateY(0.375rem);
            transform: translateY(0.375rem);
  }
}
@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-transform: translateY(0.375rem);
            transform: translateY(0.375rem);
  }
}

/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-icon-down .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.hvr-icon-down:hover .hvr-icon, .hvr-icon-down:focus .hvr-icon, .hvr-icon-down:active .hvr-icon {
  -webkit-animation-name: hvr-icon-down;
          animation-name: hvr-icon-down;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-transform: translateY(-0.375rem);
            transform: translateY(-0.375rem);
  }
}
@keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-transform: translateY(-0.375rem);
            transform: translateY(-0.375rem);
  }
}

/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-icon-up .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.hvr-icon-up:hover .hvr-icon, .hvr-icon-up:focus .hvr-icon, .hvr-icon-up:active .hvr-icon {
  -webkit-animation-name: hvr-icon-up;
          animation-name: hvr-icon-up;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-icon-spin .hvr-icon {
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.hvr-icon-spin:hover .hvr-icon, .hvr-icon-spin:focus .hvr-icon, .hvr-icon-spin:active .hvr-icon {
  -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}

/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-icon-drop .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.hvr-icon-drop:hover .hvr-icon, .hvr-icon-drop:focus .hvr-icon, .hvr-icon-drop:active .hvr-icon {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
          animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-icon-fade .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.hvr-icon-fade:hover .hvr-icon, .hvr-icon-fade:focus .hvr-icon, .hvr-icon-fade:active .hvr-icon {
  color: #0F9E5E;
}

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
}

/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-icon-float-away .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hvr-icon-float-away:hover .hvr-icon, .hvr-icon-float-away:focus .hvr-icon, .hvr-icon-float-away:active .hvr-icon {
  -webkit-animation-name: hvr-icon-float-away;
          animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
  }
}

/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-icon-sink-away .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hvr-icon-sink-away:hover .hvr-icon, .hvr-icon-sink-away:focus .hvr-icon, .hvr-icon-sink-away:active .hvr-icon {
  -webkit-animation-name: hvr-icon-sink-away;
          animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-icon-grow .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-grow:hover .hvr-icon, .hvr-icon-grow:focus .hvr-icon, .hvr-icon-grow:active .hvr-icon {
  -webkit-transform: scale(1.3) translateZ(0);
          transform: scale(1.3) translateZ(0);
}

/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-icon-shrink .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-shrink:hover .hvr-icon, .hvr-icon-shrink:focus .hvr-icon, .hvr-icon-shrink:active .hvr-icon {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-icon-pulse .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-pulse:hover .hvr-icon, .hvr-icon-pulse:focus .hvr-icon, .hvr-icon-pulse:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse;
          animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-icon-pulse-grow .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow:hover .hvr-icon, .hvr-icon-pulse-grow:focus .hvr-icon, .hvr-icon-pulse-grow:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-grow;
          animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
}

.hvr-icon-pulse-shrink .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-pulse-shrink:hover .hvr-icon, .hvr-icon-pulse-shrink:focus .hvr-icon, .hvr-icon-pulse-shrink:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-shrink;
          animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-icon-push .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-push:hover .hvr-icon, .hvr-icon-push:focus .hvr-icon, .hvr-icon-push:active .hvr-icon {
  -webkit-animation-name: hvr-icon-push;
          animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-icon-pop .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-pop:hover .hvr-icon, .hvr-icon-pop:focus .hvr-icon, .hvr-icon-pop:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pop;
          animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-icon-bounce .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-bounce:hover .hvr-icon, .hvr-icon-bounce:focus .hvr-icon, .hvr-icon-bounce:active .hvr-icon {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
       -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
          transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-icon-rotate .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-rotate:hover .hvr-icon, .hvr-icon-rotate:focus .hvr-icon, .hvr-icon-rotate:active .hvr-icon {
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-icon-grow-rotate .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-grow-rotate:hover .hvr-icon, .hvr-icon-grow-rotate:focus .hvr-icon, .hvr-icon-grow-rotate:active .hvr-icon {
  -webkit-transform: scale(1.5) rotate(-12deg);
      -ms-transform: scale(1.5) rotate(-12deg);
          transform: scale(1.5) rotate(-12deg);
}

/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-icon-float .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-float:hover .hvr-icon, .hvr-icon-float:focus .hvr-icon, .hvr-icon-float:active .hvr-icon {
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transform: translateY(-0.25rem);
      -ms-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem);
}

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-icon-sink .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-icon-sink:hover .hvr-icon, .hvr-icon-sink:focus .hvr-icon, .hvr-icon-sink:active .hvr-icon {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transform: translateY(0.25rem);
      -ms-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-transform: translateY(-0.375rem);
            transform: translateY(-0.375rem);
  }
  50% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-transform: translateY(-0.375rem);
            transform: translateY(-0.375rem);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-transform: translateY(-0.375rem);
            transform: translateY(-0.375rem);
  }
  50% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-transform: translateY(-0.375rem);
            transform: translateY(-0.375rem);
  }
}

@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-transform: translateY(-0.375rem);
            transform: translateY(-0.375rem);
  }
}

@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-transform: translateY(-0.375rem);
            transform: translateY(-0.375rem);
  }
}

.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-icon-bob .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.hvr-icon-bob:hover .hvr-icon, .hvr-icon-bob:focus .hvr-icon, .hvr-icon-bob:active .hvr-icon {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
          animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: .3s, 1.5s;
          animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
          animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
          animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
          animation-direction: normal, alternate;
}

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-transform: translateY(0.375rem);
            transform: translateY(0.375rem);
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    -webkit-transform: translateY(0.125rem);
            transform: translateY(0.125rem);
  }
  100% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-transform: translateY(0.375rem);
            transform: translateY(0.375rem);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-transform: translateY(0.375rem);
            transform: translateY(0.375rem);
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    -webkit-transform: translateY(0.125rem);
            transform: translateY(0.125rem);
  }
  100% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-transform: translateY(0.375rem);
            transform: translateY(0.375rem);
  }
}

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-transform: translateY(0.375rem);
            transform: translateY(0.375rem);
  }
}

@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-transform: translateY(0.375rem);
            transform: translateY(0.375rem);
  }
}

.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-icon-hang .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.hvr-icon-hang:hover .hvr-icon, .hvr-icon-hang:focus .hvr-icon, .hvr-icon-hang:active .hvr-icon {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
          animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s,1.5s;
          animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
          animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
          animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
          animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
          animation-direction: normal,alternate;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
    -webkit-transform: translateX(-0.375rem);
            transform: translateX(-0.375rem);
  }
  33.3% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    -webkit-transform: translateX(0.3125rem);
            transform: translateX(0.3125rem);
  }
  49.95% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
    -webkit-transform: translateX(-0.25rem);
            transform: translateX(-0.25rem);
  }
  66.6% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
    -webkit-transform: translateX(0.125rem);
            transform: translateX(0.125rem);
  }
  83.25% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
    -webkit-transform: translateX(-0.0625rem);
            transform: translateX(-0.0625rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
    -webkit-transform: translateX(-0.375rem);
            transform: translateX(-0.375rem);
  }
  33.3% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    -webkit-transform: translateX(0.3125rem);
            transform: translateX(0.3125rem);
  }
  49.95% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
    -webkit-transform: translateX(-0.25rem);
            transform: translateX(-0.25rem);
  }
  66.6% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
    -webkit-transform: translateX(0.125rem);
            transform: translateX(0.125rem);
  }
  83.25% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
    -webkit-transform: translateX(-0.0625rem);
            transform: translateX(-0.0625rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
          animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-transform: translateY(0.375rem);
            transform: translateY(0.375rem);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transform: translateY(-0.3125rem);
            transform: translateY(-0.3125rem);
  }
  49.95% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-transform: translateY(0.25rem);
            transform: translateY(0.25rem);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
  83.25% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    -webkit-transform: translateY(0.0625rem);
            transform: translateY(0.0625rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-transform: translateY(0.375rem);
            transform: translateY(0.375rem);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transform: translateY(-0.3125rem);
            transform: translateY(-0.3125rem);
  }
  49.95% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-transform: translateY(0.25rem);
            transform: translateY(0.25rem);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
  83.25% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    -webkit-transform: translateY(0.0625rem);
            transform: translateY(0.0625rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-icon-wobble-vertical .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.hvr-icon-wobble-vertical:hover .hvr-icon, .hvr-icon-wobble-vertical:focus .hvr-icon, .hvr-icon-wobble-vertical:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-vertical;
          animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
    -webkit-transform: translateX(-0.1875rem) rotate(-2deg);
            transform: translateX(-0.1875rem) rotate(-2deg);
  }
  100% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
    -webkit-transform: translateX(0.1875rem) rotate(2deg);
            transform: translateX(0.1875rem) rotate(2deg);
  }
}
@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
    -webkit-transform: translateX(-0.1875rem) rotate(-2deg);
            transform: translateX(-0.1875rem) rotate(-2deg);
  }
  100% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
    -webkit-transform: translateX(0.1875rem) rotate(2deg);
            transform: translateX(0.1875rem) rotate(2deg);
  }
}

.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-icon-buzz .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.hvr-icon-buzz:hover .hvr-icon, .hvr-icon-buzz:focus .hvr-icon, .hvr-icon-buzz:active .hvr-icon {
  -webkit-animation-name: hvr-icon-buzz;
          animation-name: hvr-icon-buzz;
  -webkit-animation-duration: .15s;
          animation-duration: .15s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
    -webkit-transform: translateX(-0.1875rem) rotate(-2deg);
            transform: translateX(-0.1875rem) rotate(-2deg);
  }
  20% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
    -webkit-transform: translateX(0.1875rem) rotate(2deg);
            transform: translateX(0.1875rem) rotate(2deg);
  }
  30% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
    -webkit-transform: translateX(-0.1875rem) rotate(-2deg);
            transform: translateX(-0.1875rem) rotate(-2deg);
  }
  40% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
    -webkit-transform: translateX(0.1875rem) rotate(2deg);
            transform: translateX(0.1875rem) rotate(2deg);
  }
  50% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
    -webkit-transform: translateX(-0.125rem) rotate(-1deg);
            transform: translateX(-0.125rem) rotate(-1deg);
  }
  60% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
    -webkit-transform: translateX(0.125rem) rotate(1deg);
            transform: translateX(0.125rem) rotate(1deg);
  }
  70% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
    -webkit-transform: translateX(-0.125rem) rotate(-1deg);
            transform: translateX(-0.125rem) rotate(-1deg);
  }
  80% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
    -webkit-transform: translateX(0.125rem) rotate(1deg);
            transform: translateX(0.125rem) rotate(1deg);
  }
  90% {
    -webkit-transform: translateX(-1px) rotate(0);
            transform: translateX(-1px) rotate(0);
    -webkit-transform: translateX(-0.0625rem) rotate(0);
            transform: translateX(-0.0625rem) rotate(0);
  }
  100% {
    -webkit-transform: translateX(1px) rotate(0);
            transform: translateX(1px) rotate(0);
    -webkit-transform: translateX(0.0625rem) rotate(0);
            transform: translateX(0.0625rem) rotate(0);
  }
}
@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
    -webkit-transform: translateX(-0.1875rem) rotate(-2deg);
            transform: translateX(-0.1875rem) rotate(-2deg);
  }
  20% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
    -webkit-transform: translateX(0.1875rem) rotate(2deg);
            transform: translateX(0.1875rem) rotate(2deg);
  }
  30% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
    -webkit-transform: translateX(-0.1875rem) rotate(-2deg);
            transform: translateX(-0.1875rem) rotate(-2deg);
  }
  40% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
    -webkit-transform: translateX(0.1875rem) rotate(2deg);
            transform: translateX(0.1875rem) rotate(2deg);
  }
  50% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
    -webkit-transform: translateX(-0.125rem) rotate(-1deg);
            transform: translateX(-0.125rem) rotate(-1deg);
  }
  60% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
    -webkit-transform: translateX(0.125rem) rotate(1deg);
            transform: translateX(0.125rem) rotate(1deg);
  }
  70% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
    -webkit-transform: translateX(-0.125rem) rotate(-1deg);
            transform: translateX(-0.125rem) rotate(-1deg);
  }
  80% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
    -webkit-transform: translateX(0.125rem) rotate(1deg);
            transform: translateX(0.125rem) rotate(1deg);
  }
  90% {
    -webkit-transform: translateX(-1px) rotate(0);
            transform: translateX(-1px) rotate(0);
    -webkit-transform: translateX(-0.0625rem) rotate(0);
            transform: translateX(-0.0625rem) rotate(0);
  }
  100% {
    -webkit-transform: translateX(1px) rotate(0);
            transform: translateX(1px) rotate(0);
    -webkit-transform: translateX(0.0625rem) rotate(0);
            transform: translateX(0.0625rem) rotate(0);
  }
}

.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(0.0625rem) translateZ(0);
          transform: perspective(0.0625rem) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.hvr-icon-buzz-out .hvr-icon {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.hvr-icon-buzz-out:hover .hvr-icon, .hvr-icon-buzz-out:focus .hvr-icon, .hvr-icon-buzz-out:active .hvr-icon {
  -webkit-animation-name: hvr-icon-buzz-out;
          animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.hvr-icon {
  display: inline-block;
  padding: 6px;
  padding: 0.375rem;
}

.hbg-fade-in {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.hbg-fade-in:before, .hbg-fade-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hbg-fade-in:after {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: scale(0.5, 0.5);
      -ms-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}

.hbg-fade-in:hover:before {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.hbg-fade-in:hover:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.hbg-fade-out {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.hbg-fade-out:before, .hbg-fade-out:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hbg-fade-out:before {
  background-color: rgba(255, 255, 255, 0.1);
}

.hbg-fade-out:after {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.hbg-fade-out:hover {
  background-color: transparent;
  border-color: transparent;
}

.hbg-fade-out:hover:before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
      -ms-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}

.hbg-fade-out:hover:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.hbg-fade-in-down {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.hbg-fade-in-down:before, .hbg-fade-in-down:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hbg-fade-in-down:before, .hbg-fade-in-down:after {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
       -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
          transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.hbg-fade-in-down:after {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.hbg-fade-in-down:hover:before, .hbg-fade-in-down:hover:after {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.hbg-fade-in-left {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.hbg-fade-in-left:before, .hbg-fade-in-left:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hbg-fade-in-left:before, .hbg-fade-in-left:after {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
       -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
          transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.hbg-fade-in-left:after {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.hbg-fade-in-left:hover:before, .hbg-fade-in-left:hover:after {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.hbg-bounce-in-down {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.hbg-bounce-in-down:before, .hbg-bounce-in-down:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hbg-bounce-in-down:before, .hbg-bounce-in-down:after {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: translate(13%, -190%) rotate(30deg);
      -ms-transform: translate(13%, -190%) rotate(30deg);
          transform: translate(13%, -190%) rotate(30deg);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
       -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
          transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.hbg-bounce-in-down:after {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.hbg-bounce-in-down:hover:before, .hbg-bounce-in-down:hover:after {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.hbg-bounce-in-up {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.hbg-bounce-in-up:before, .hbg-bounce-in-up:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hbg-bounce-in-up:before, .hbg-bounce-in-up:after {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: translate(-13%, 190%) rotate(30deg);
      -ms-transform: translate(-13%, 190%) rotate(30deg);
          transform: translate(-13%, 190%) rotate(30deg);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
       -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
          transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.hbg-bounce-in-up:after {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.hbg-bounce-in-up:hover:before, .hbg-bounce-in-up:hover:after {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.hbg-pulse {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.hbg-pulse:before, .hbg-pulse:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hbg-pulse:before, .hbg-pulse:after {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: translate(-13%, 190%) rotate(30deg);
      -ms-transform: translate(-13%, 190%) rotate(30deg);
          transform: translate(-13%, 190%) rotate(30deg);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
       -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
          transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.hbg-pulse:before {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.hbg-pulse:hover:before, .hbg-pulse:hover:after {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.hbg-flash-border {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.hbg-flash-border:before, .hbg-flash-border:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hbg-flash-border:before {
  height: 1px;
  height: 0.0625rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(100%, -600%) rotate(-30deg);
      -ms-transform: translate(100%, -600%) rotate(-30deg);
          transform: translate(100%, -600%) rotate(-30deg);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
       -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
          transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  background-color: #fff;
  bottom: 0;
  top: inherit;
}

.hbg-flash-border::after {
  display: none;
}

.hbg-flash-border:hover {
  border-color: transparent;
  background: transparent;
}

.hbg-flash-border:hover:before {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.hbg-flash-borders {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border: 0;
}

.hbg-flash-borders:before, .hbg-flash-borders:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hbg-flash-borders:before {
  opacity: 0;
  border-top: 1px solid;
  border-top: 0.0625rem solid;
  border-bottom: 1px solid;
  border-bottom: 0.0625rem solid;
  -webkit-transform: scale(0.1, 1);
      -ms-transform: scale(0.1, 1);
          transform: scale(0.1, 1);
}

.hbg-flash-borders:hover {
  background-color: transparent;
}

.hbg-flash-borders:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

@font-face {
  font-family: "vactory";
  src: url("../fonts/icons-font/vactory-icons-font/fonts/vactory.eot?xs0w7x");
  src: url("../fonts/icons-font/vactory-icons-font/fonts/vactory.eot?xs0w7x#iefix") format("embedded-opentype"), url("../fonts/icons-font/vactory-icons-font/fonts/vactory.ttf?xs0w7x") format("truetype"), url("../fonts/icons-font/vactory-icons-font/fonts/vactory.woff?xs0w7x") format("woff"), url("../fonts/icons-font/vactory-icons-font/fonts/vactory.svg?xs0w7x#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-arrow-circle-left-solid:before {
  content: "";
}

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

.icon-arrow-circle-right-solid:before {
  content: "";
}

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

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

.icon-arrow-left-solid:before {
  content: "";
}

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

.icon-arrow-narrow-left-solid:before {
  content: "";
}

.icon-arrow-narrow-left:before {
  content: "";
}

.icon-arrow-narrow-right-solid:before {
  content: "";
}

.icon-arrow-narrow-right:before {
  content: "";
}

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

.icon-arrow-right-solid:before {
  content: "";
}

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

.icon-arrow-sm-left-solid:before {
  content: "";
}

.icon-arrow-sm-left:before {
  content: "";
}

.icon-arrow-sm-right-solid:before {
  content: "";
}

.icon-arrow-sm-right:before {
  content: "";
}

.icon-arrows-expand-solid:before {
  content: "";
}

.icon-arrows-expand:before {
  content: "";
}

.icon-badge-check-solid:before {
  content: "";
}

.icon-badge-check:before {
  content: "";
}

.icon-call-center:before {
  content: "";
}

.icon-caret-left:before {
  content: "";
}

.icon-caret-right:before {
  content: "";
}

.icon-check-circle-solid:before {
  content: "";
}

.icon-check-circle:before {
  content: "";
}

.icon-check-solid:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-chevron-double-down-solid:before {
  content: "";
}

.icon-chevron-double-down:before {
  content: "";
}

.icon-chevron-double-left-solid:before {
  content: "";
}

.icon-chevron-double-left:before {
  content: "";
}

.icon-chevron-double-right-solid:before {
  content: "";
}

.icon-chevron-double-right:before {
  content: "";
}

.icon-chevron-double-up-solid:before {
  content: "";
}

.icon-chevron-double-up:before {
  content: "";
}

.icon-chevron-down-solid:before {
  content: "";
}

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

.icon-chevron-left-solid:before {
  content: "";
}

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

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

.icon-chevron-right-solid:before {
  content: "";
}

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

.icon-chevron-up-solid:before {
  content: "";
}

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

.icon-chevrons-down:before {
  content: "";
}

.icon-clipboard-check-solid:before {
  content: "";
}

.icon-clipboard-check:before {
  content: "";
}

.icon-cloud-download-solid:before {
  content: "";
}

.icon-cloud-download:before {
  content: "";
}

.icon-cloud-solid:before {
  content: "";
}

.icon-cloud-upload-solid:before {
  content: "";
}

.icon-cloud-upload:before {
  content: "";
}

.icon-cloud:before {
  content: "";
}

.icon-cookies:before {
  content: "";
}

.icon-document-search-solid:before {
  content: "";
}

.icon-document-search:before {
  content: "";
}

.icon-document-text-solid:before {
  content: "";
}

.icon-document-text:before {
  content: "";
}

.icon-double-chevron-left:before {
  content: "";
}

.icon-double-chevron-right:before {
  content: "";
}

.icon-emoji-happy:before {
  content: "";
}

.icon-excellence:before {
  content: "";
}

.icon-exclamation-circle-solid:before {
  content: "";
}

.icon-exclamation-circle:before {
  content: "";
}

.icon-exclamation-solid:before {
  content: "";
}

.icon-exclamation:before {
  content: "";
}

.icon-external-link-solid:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-eye-off-solid:before {
  content: "";
}

.icon-eye-off:before {
  content: "";
}

.icon-eye-solid:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-file-excel:before {
  content: "";
}

.icon-file-text-light:before {
  content: "";
}

.icon-file-text:before {
  content: "";
}

.icon-home-solid:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-mail-open:before {
  content: "";
}

.icon-mail-solid:before {
  content: "";
}

.icon-mail-to:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-minus-circle-solid:before {
  content: "";
}

.icon-minus-circle:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-plus-circle-solid:before {
  content: "";
}

.icon-plus-circle:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-question-mark-circle-solid:before {
  content: "";
}

.icon-question-mark-circle:before {
  content: "";
}

.icon-quote-left:before {
  content: "";
}

.icon-quote-right:before {
  content: "";
}

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

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

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

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

.icon-search:before {
  content: "";
}

.icon-shield-check-solid:before {
  content: "";
}

.icon-shield-check:before {
  content: "";
}

.icon-shield-exclamation-solid:before {
  content: "";
}

.icon-shield-exclamation:before {
  content: "";
}

.icon-trash-solid:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-upload-solid:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-user-add-solid:before {
  content: "";
}

.icon-user-add:before {
  content: "";
}

.icon-user-circle-solid:before {
  content: "";
}

.icon-user-circle:before {
  content: "";
}

.icon-user-group-solid:before {
  content: "";
}

.icon-user-group:before {
  content: "";
}

.icon-user-light:before {
  content: "";
}

.icon-user-remove-solid:before {
  content: "";
}

.icon-user-remove:before {
  content: "";
}

.icon-user-solid:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-users-solid:before {
  content: "";
}

.icon-users:before {
  content: "";
}

.icon-x-circle-solid:before {
  content: "";
}

.icon-x-circle:before {
  content: "";
}

.icon-x-solid:before {
  content: "";
}

.icon-x:before {
  content: "";
}

.icon-emoji-happy1:before {
  content: "";
}

.icon-double-chevron-left1:before {
  content: "";
}

.icon-double-chevron-right1:before {
  content: "";
}

.icon-cookies1:before {
  content: "";
}

.icon-user1:before {
  content: "";
}

.icon-enter:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-close:before {
  content: "";
}

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

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

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

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

.icon-chevron-right-circle1:before {
  content: "";
}

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

.icon-arrow-right--circle1:before {
  content: "";
}

.icon-arrow-left--circle1:before {
  content: "";
}

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

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

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-search1:before {
  content: "";
}

.icon-search-bolder1:before {
  content: "";
}

.icon-at:before {
  content: "";
}

.icon-search-spaced1:before {
  content: "";
}

.icon-search-light-spaced1:before {
  content: "";
}

.icon-search-lightest1:before {
  content: "";
}

.icon-behance:before {
  content: "";
}

.icon-blogger:before {
  content: "";
}

.icon-dailymotion:before {
  content: "";
}

.icon-dribbble:before {
  content: "";
}

.icon-drive:before {
  content: "";
}

.icon-dropbox:before {
  content: "";
}

.icon-drupal:before {
  content: "";
}

.icon-evernote:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-github:before {
  content: "";
}

.icon-googleplus:before {
  content: "";
}

.icon-hangouts:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-messenger:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-pocket:before {
  content: "";
}

.icon-rss:before {
  content: "";
}

.icon-snapchat:before {
  content: "";
}

.icon-souncloud:before {
  content: "";
}

.icon-spotify:before {
  content: "";
}

.icon-tumblr:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-burger-menu-bolder:before {
  content: "";
}

.icon-burger-menu:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-burger-menu-narrow:before {
  content: "";
}

.icon-burger-menu-narrow-bold-flat:before {
  content: "";
}

.icon-burger-menu-thin:before {
  content: "";
}

.icon-burger-menu-lighter:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-check-circle1:before {
  content: "";
}

.icon-caret-down:before {
  content: "";
}

.icon-caret-left1:before {
  content: "";
}

.icon-caret-right1:before {
  content: "";
}

.icon-caret-up:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-picture:before {
  content: "";
}

.icon-file-code:before {
  content: "";
}

.icon-file-excel1:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-file-pdf:before {
  content: "";
}

.icon-file-picture:before {
  content: "";
}

.icon-file-powerpoint:before {
  content: "";
}

.icon-file-sound:before {
  content: "";
}

.icon-file-text-light1:before {
  content: "";
}

.icon-file-text1:before {
  content: "";
}

.icon-file-video:before {
  content: "";
}

.icon-file-word:before {
  content: "";
}

.icon-file-zip:before {
  content: "";
}

.icon-file1:before {
  content: "";
}

.icon-files:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-video-camera:before {
  content: "";
}

.icon-photo-camera:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-control-panel:before {
  content: "";
}

.icon-download-v2:before {
  content: "";
}

.icon-comment:before {
  content: "";
}

.icon-forum:before {
  content: "";
}

.icon-paper-clip:before {
  content: "";
}

.icon-quote-right1:before {
  content: "";
}

.icon-quote-left1:before {
  content: "";
}

.icon-cloud-download1:before {
  content: "";
}

.icon-arrow-back:before {
  content: "";
}

.icon-arrow-forward:before {
  content: "";
}

.icon-google-plusone:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-pattern:before {
  content: "";
}

.icon-user-light1:before {
  content: "";
}

.icon-timer:before {
  content: "";
}

.icon-half-star:before {
  content: "";
}

.icon-like:before {
  content: "";
}

.icon-favorite-star:before {
  content: "";
}

.icon-calendar-v2:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-chevrons-down1:before {
  content: "";
}

.icon-clic:before {
  content: "";
}

.icon-doctor:before {
  content: "";
}

.icon-excellence1:before {
  content: "";
}

.icon-eye1:before {
  content: "";
}

.icon-fax:before {
  content: "";
}

.icon-itineraire:before {
  content: "";
}

.icon-external-link1:before {
  content: "";
}

.icon-locator:before {
  content: "";
}

.icon-locator-v2:before {
  content: "";
}

.icon-mail-to1:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-less:before {
  content: "";
}

.icon-gps:before {
  content: "";
}

.icon-payment:before {
  content: "";
}

.icon-more:before {
  content: "";
}

.icon-urgency:before {
  content: "";
}

.icon-visio:before {
  content: "";
}

.icon-check1:before {
  content: "";
}

.icon-close-bold:before {
  content: "";
}

.icon-download-v3:before {
  content: "";
}

.icon-scroll:before {
  content: "";
}

.icon-facebook-carre:before {
  content: "";
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 4px 5px;
  padding: 0.25rem 0.3125rem;
  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;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 24px;
  width: 1.5rem;
  height: 11px;
  height: 0.6875rem;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
  margin-top: -0.03125rem;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  width: 1.5rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #000;
  border-radius: 5px;
  border-radius: 0.3125rem;
  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: -5px;
  top: -0.3125rem;
}

.hamburger-inner::after {
  bottom: -5px;
  bottom: -0.3125rem;
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 0.5px;
  top: 0.03125rem;
  -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: 5px;
  top: 0.3125rem;
  -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: 10px;
  top: 0.625rem;
  -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, 5px, 0) rotate(-45deg);
          transform: translate3d(0, 5px, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, 0.3125rem, 0) rotate(-45deg);
          transform: translate3d(0, 0.3125rem, 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, 5px, 0) rotate(45deg);
          transform: translate3d(0, 5px, 0) rotate(45deg);
  -webkit-transform: translate3d(0, 0.3125rem, 0) rotate(45deg);
          transform: translate3d(0, 0.3125rem, 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;
  right: 0;
  top: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

[dir="rtl"] .slick-slide {
  float: left;
}

.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-fonts/slick.eot");
  src: url("../fonts/slick-fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick-fonts/slick.woff") format("woff"), url("../fonts/slick-fonts/slick.ttf") format("truetype"), url("../fonts/slick-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: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  right: -25px;
  right: -1.5625rem;
}

[dir="rtl"] .slick-prev {
  right: auto;
  left: -25px;
  left: -1.5625rem;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  left: -25px;
  left: -1.5625rem;
}

[dir="rtl"] .slick-next {
  right: -25px;
  right: -1.5625rem;
  left: 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;
  right: 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-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  width: 13.75rem \0;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-left: 25px;
  padding-left: 1.5625rem;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  right: 50%;
  display: block !important;
  width: 0.5px !important;
  width: 0.03125rem !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  right: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
  width: 13.75rem;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline: 0.3125rem auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
  outline-offset: -0.125rem;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-right: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: left;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: right;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  left: 12px;
  left: 0.75rem;
  margin-top: -2px;
  margin-top: -0.125rem;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-right: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-right: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  bottom: 0.3125rem;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  min-height: 1.625rem;
  padding: 3px 5px;
  padding: 0.1875rem 0.3125rem;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  border: 0.0625rem solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  padding: 0.1875rem;
  background: #f5f5f5;
  margin: 0 5px;
  margin: 0 0.3125rem;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
  margin-top: -0.0625rem;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  left: 15px;
  left: 0.9375rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-left: 34px;
  margin-left: 2.125rem;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-right: 7px solid transparent;
  border-right: 0.4375rem solid transparent;
  border-left: 7px solid transparent;
  border-left: 0.4375rem solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0.4375rem solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  bottom: -0.25rem;
  right: 9px;
  right: 0.5625rem;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-right: 6px solid transparent;
  border-right: 0.375rem solid transparent;
  border-left: 6px solid transparent;
  border-left: 0.375rem solid transparent;
  border-bottom: 6px solid white;
  border-bottom: 0.375rem solid white;
  position: absolute;
  bottom: -4px;
  bottom: -0.25rem;
  right: 10px;
  right: 0.625rem;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  top: -0.1875rem;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-top: 0.4375rem solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  top: -0.1875rem;
  border-top: 6px solid white;
  border-top: 0.375rem solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  left: 12px;
  left: 0.75rem;
  right: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  left: 13px;
  left: 0.8125rem;
  right: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: right;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
  padding: 0 0.5rem 0.25rem;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

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

html.js body.no-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

html.screen-disable__scroll,
html.screen-disable__scroll body {
  height: 100%;
  overflow: hidden;
}

html body {
  height: 100%;
  background-color: #fff;
  color: #000;
  visibility: visible;
    direction: rtl;
}

html body.overflow-y {
  overflow-y: hidden;
}

html body.screen-disable__scroll {
  height: 100%;
  overflow: 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;
}

html main {
  overflow-x: hidden;
  width: 100%;
}

.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-size-auto,
.has-background--image.bg-size-auto {
  background-size: auto;
}

.vactory-page--has-background.bg-size-awb,
.has-background--image.bg-size-awb {
  background-size: auto 150px;
}

.vactory-page--has-background.bg-align-right,
.has-background--image.bg-align-right {
  background-position-x: left;
}

.vactory-page--has-background.bg-align-left,
.has-background--image.bg-align-left {
  background-position-x: right;
}

.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-align-v-center,
.has-background--image.bg-align-v-center {
  background-position-y: center;
}

.vactory-page--has-background.bg-align-h-center,
.has-background--image.bg-align-h-center {
  background-position-x: center;
}

.vactory-page--has-background.bg-parallax,
.has-background--image.bg-parallax {
  background-attachment: fixed;
}

.bg-size-cover {
  background-size: cover;
}

.bg-size-contain {
  background-size: contain;
}

.bg-size-auto {
  background-size: auto;
}

.bg-size-auto-100 {
  background-size: auto 100%;
}

.bg-size-100-auto {
  background-size: 100% auto;
}

.bg-size-awb {
  background-size: auto 150px;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-align-right {
  background-position-x: left;
}

.bg-align-left {
  background-position-x: right;
}

.bg-align-top {
  background-position-y: top;
}

.bg-align-bottom {
  background-position-y: bottom;
}

.bg-align-center {
  background-position: center;
}

.bg-align-v-center,
.bg-align-y-center {
  background-position-y: center;
}

.bg-align-h-center,
.bg-align-x-center {
  background-position-x: center;
}

.bg-attachment-fixed {
  background-attachment: fixed;
}

.bg-attachment-scroll {
  background-attachment: scroll;
}

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

.vf-more-link {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  text-align: center;
}

.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: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

@media (prefers-reduced-motion: reduce) {
  .vf-more-link > a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.vf-more-link > a:focus, .vf-more-link > a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.vf-more-link > a.disabled, .vf-more-link > a:disabled {
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.vf-more-link > a:not([disabled]):not(.disabled):active, .vf-more-link > a:not([disabled]):not(.disabled).active {
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
}

.vf-more-link > a:not([disabled]):not(.disabled):active:focus, .vf-more-link > a:not([disabled]):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.vf-more-link > a:focus, .vf-more-link > a.focus {
  color: #fff;
  background-color: #0062cc;
  border-color: #003e80;
}

.vf-more-link > a:hover {
  color: #fff;
  background-color: #0062cc;
  border-color: #005dc2;
}

.vf-more-link > a:active, .vf-more-link > a.active,
.open > .vf-more-link > a.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005dc2;
}

.vf-more-link > a:active:hover, .vf-more-link > a:active:focus, .vf-more-link > a:active.focus, .vf-more-link > a.active:hover, .vf-more-link > a.active:focus, .vf-more-link > a.active.focus,
.open > .vf-more-link > a.dropdown-toggle:hover,
.open > .vf-more-link > a.dropdown-toggle:focus,
.open > .vf-more-link > a.dropdown-toggle.focus {
  color: #fff;
  background-color: #0051a8;
  border-color: #003e80;
}

.vf-more-link > a:active, .vf-more-link > a.active,
.open > .vf-more-link > a.dropdown-toggle {
  background-image: none;
}

.vf-more-link > a.disabled:hover, .vf-more-link > a.disabled:focus, .vf-more-link > a.disabled.focus, .vf-more-link > a[disabled]:hover, .vf-more-link > a[disabled]:focus, .vf-more-link > a[disabled].focus,
fieldset[disabled] .vf-more-link > a:hover,
fieldset[disabled] .vf-more-link > a:focus,
fieldset[disabled] .vf-more-link > a.focus {
  background-color: #007bff;
  border-color: #007bff;
}

.vf-more-link > a .badge {
  color: #007bff;
  background-color: #fff;
}

.text-blue {
  color: #007bff;
}

.text-blue * :not(.btn) {
  color: #007bff;
}

.text-indigo {
  color: #6610f2;
}

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

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

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

.text-green {
  color: #28a745;
}

.text-green * :not(.btn) {
  color: #28a745;
}

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

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

.text-cyan {
  color: #17a2b8;
}

.text-cyan * :not(.btn) {
  color: #17a2b8;
}

.text-white {
  color: #fff;
}

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

.text-gray {
  color: #6c757d;
}

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

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

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

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

.text-primary * :not(.btn) {
  color: #007bff;
}

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

.text-secondary * :not(.btn) {
  color: #6c757d;
}

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

.text-success * :not(.btn) {
  color: #28a745;
}

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

.text-info * :not(.btn) {
  color: #17a2b8;
}

.text-warning {
  color: #ffc107;
}

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

.text-danger {
  color: #dc3545;
}

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

.text-light {
  color: #f8f9fa;
}

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

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

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

.js-img-video > a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.js-img-video > a:hover:before {
  color: #007bff;
}

.js-img-video > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  font-family: 'vactory';
  color: #fff;
  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;
  right: 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: #007bff url(../img/rings.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

.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: "";
  right: 40px;
  right: 2.5rem;
}

.qoute-right::before {
  content: "";
  left: 40px;
  left: 2.5rem;
}

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

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

.invisible {
  visibility: hidden;
}

.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-right: 0;
  padding-left: 0;
}

.no-container {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}

.last-mb-0:last-child {
  margin-bottom: 0 !important;
}

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

.cursor-pointer {
  cursor: pointer;
}

.btn-icon.download:before {
  content: "";
  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: #6c757d;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn-icon.download.inverted:hover:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn-icon.search:before {
  content: "";
  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: #6c757d;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn-icon.search.inverted:hover:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn-icon.arrow-preview:before {
  content: "";
  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: #6c757d;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn-icon.arrow-preview.inverted:hover:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn-icon.arrow-next:before {
  content: "";
  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: #6c757d;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn-icon.arrow-next.inverted:hover:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

[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-"] {
  right: 0.75rem;
}

.form-item--icon.form-item--icon-prefix input {
  padding-right: 1.5rem;
}

.form-item--icon.form-item--icon-suffix [class^="icon-"] {
  left: 0.75rem;
}

.form-item--icon.form-item--icon-suffix input {
  padding-left: 1.5rem;
}

[class*="prefix-icon-"] [class^="icon-"],
[class*="suffix-icon-"] [class^="icon-"] {
  font-size: inherit;
  color: inherit;
}

[class*="prefix-icon-"] [class^="icon-"] {
  margin-left: 10px;
  margin-left: 0.625rem;
}

[class*="prefix-icon-"].positioned-icon {
  padding-right: 40px;
  padding-right: 2.5rem;
}

[class*="prefix-icon-"].positioned-icon [class^="icon-"] {
  right: 14px;
  right: 0.875rem;
}

[class*="suffix-icon-"] [class^="icon-"] {
  margin-right: 10px;
  margin-right: 0.625rem;
}

[class*="suffix-icon-"].positioned-icon {
  padding-left: 40px;
  padding-left: 2.5rem;
}

[class*="suffix-icon-"].positioned-icon [class^="icon-"] {
  left: 14px;
  left: 0.875rem;
}

i.icon-play.is-player {
  color: #fff;
  border: 3px solid #fff;
  border: 0.1875rem solid #fff;
  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: #fff;
  background: rgba(0, 0, 0, 0.32);
  border-color: #000;
}

i.icon-play.is-player:before {
  font-size: 50px;
  font-size: 3.125rem;
}

html[dir=rtl] .icon-chevron-left::before {
  content: "";
}

html[dir=rtl] .icon-chevron-right::before {
  content: "";
}

html[dir=rtl] .icon-arrow_back:before {
  content: "";
}

html[dir=rtl] .icon-arrow_forward:before {
  content: "";
}

html[dir=rtl] .icon-quote-left:before {
  content: "";
}

html[dir=rtl] .icon-quote-right:before {
  content: "";
}

html[dir=rtl] .icon-caret-right:before {
  content: "";
}

html[dir=rtl] .icon-caret-left:before {
  content: "";
}

html[dir=rtl] .icon-arrow-left--circle:before {
  content: "";
}

html[dir=rtl] .icon-arrow-right--circle:before {
  content: "";
}

html[dir=rtl] .icon-arrow-left:before {
  content: "";
}

html[dir=rtl] .icon-arrow-right:before {
  content: "";
}

html[dir=rtl] .icon-chevron-left-circle:before {
  content: "";
}

html[dir=rtl] .icon-chevron-right-circle:before {
  content: "";
}

[class*="has-background--"] + .paragraph {
  padding-top: 64px;
  padding-top: 4rem;
}

.paragraph:not(.paragraph--type--vactory-paragraph-tab):not(.vp_anchor) {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

[class*="has-background--"] .paragraph:not(.paragraph--type--vactory-paragraph-tab) {
  padding-top: 64px;
  padding-top: 4rem;
}

@media (min-width: 992px) {
  [class*="has-background--"] + .paragraph {
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .paragraph:not(.paragraph--type--vactory-paragraph-tab):not(.vp_anchor) {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
  [class*="has-background--"] .paragraph:not(.paragraph--type--vactory-paragraph-tab) {
    padding-top: 100px;
    padding-top: 6.25rem;
  }
}

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

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

.intro,
.block-intro {
  max-width: 820px;
  max-width: 51.25rem;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin: 0 auto 40px auto;
  margin: 0 auto 2.5rem auto;
}

.intro:last-child,
.block-intro:last-child {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .intro,
  .block-intro {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
  .intro:last-child,
  .block-intro:last-child {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}

.title {
  padding: 0 15px 20px;
  padding: 0 0.9375rem 1.25rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  position: relative;
  text-align: center;
}

.title::after {
  content: "";
  width: 100%;
  max-width: 70px;
  max-width: 4.375rem;
  border-bottom: 4px solid #495057;
  border-bottom: 0.25rem solid #495057;
  position: absolute;
  right: 50%;
  bottom: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.subtitle {
  color: #8d97ad;
  line-height: 24px;
  line-height: 1.5rem;
}

.text-success-gradiant {
  background: #28a745;
  background: -webkit-gradient(linear, right top, left top, from(#28a745), to(#1dc8cc));
  background: -o-linear-gradient(right, #28a745 0%, #1dc8cc 100%);
  background: linear-gradient(to left, #28a745 0%, #1dc8cc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.text-info-gradiant {
  background: #17a2b8;
  background: -webkit-gradient(linear, right top, left top, from(#17a2b8), to(#007bff));
  background: -o-linear-gradient(right, #17a2b8 0%, #007bff 100%);
  background: linear-gradient(to left, #17a2b8 0%, #007bff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

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

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

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

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

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

.text-blue {
  color: #007bff;
}

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

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

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

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

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

.font-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.font-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.font-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.font-16 {
  font-size: 16px;
  font-size: 1rem;
}

.font-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.font-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.letter-space-1 {
  letter-spacing: 1px;
}

.bg-orange {
  background-color: #fd7e14 !important;
}

.bg-yellow {
  background-color: #ffc107;
}

.bg-facebook {
  background-color: #365397;
}

.bg-twitter {
  background-color: #00a9f1;
}

.bg-success-gradiant {
  background: #28a745;
  background: -webkit-gradient(linear, right top, left top, from(#28a745), to(#1dc8cc));
  background: -o-linear-gradient(right, #28a745 0%, #1dc8cc 100%);
  background: linear-gradient(to left, #28a745 0%, #1dc8cc 100%);
}

.bg-info-gradiant {
  background: #17a2b8;
  background: -webkit-gradient(linear, right top, left top, from(#17a2b8), to(#007bff));
  background: -o-linear-gradient(right, #17a2b8 0%, #007bff 100%);
  background: linear-gradient(to left, #17a2b8 0%, #007bff 100%);
}

.bg-danger-gradiant {
  background: #dc3545;
  background: -webkit-gradient(linear, right top, left top, from(#dc3545), to(#fd7e14));
  background: -o-linear-gradient(right, #dc3545 0%, #fd7e14 100%);
  background: linear-gradient(to left, #dc3545 0%, #fd7e14 100%);
}

.accordion .accordion-header {
  background: transparent;
  padding: 0;
}

.accordion .accordion-header + div {
  border: 1px solid #D5D5D5;
  border: 0.0625rem solid #D5D5D5;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  border-radius: 0 0 0.3125rem 0.3125rem;
  background: #fff;
}

.accordion .accordion-header + div.show, .accordion .accordion-header + div.collapsing {
  border-color: #007bff;
}

.accordion .accordion-header [data-toggle="collapse"] {
  display: block;
  width: 100%;
  position: relative;
  padding: 21px 30px 21px 45px;
  padding: 1.3125rem 1.875rem 1.3125rem 2.8125rem;
  border: 1px solid #D5D5D5;
  border: 0.0625rem solid #D5D5D5;
  border-radius: 5px;
  border-radius: 0.3125rem;
  text-align: right;
  text-decoration: none;
  white-space: normal;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
  background-color: #fff;
}

.accordion .accordion-header [data-toggle="collapse"]:hover {
  cursor: pointer;
}

.accordion .accordion-header [data-toggle="collapse"]::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 26px;
  left: 1.625rem;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  font-family: "vactory";
}

.accordion .accordion-header [aria-expanded="false"]::after {
  content: "";
}

.accordion .accordion-header [aria-expanded="true"] {
  border-radius: 5px 5px 0 0;
  border-radius: 0.3125rem 0.3125rem 0 0;
  background-color: #007bff;
  border-color: #007bff;
}

.accordion .accordion-header [aria-expanded="true"]::after {
  content: "";
}

.accordion .accordion-body {
  padding: 23px 30px;
  padding: 1.4375rem 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.accordion-item {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

@media (max-width: 991.98px) {
  .accordion .accordion-header [data-toggle="collapse"] {
    padding: 20px 20px 20px 40px;
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  }
  .accordion .accordion-header [data-toggle="collapse"]::after {
    left: 10px;
    left: 0.625rem;
  }
  .accordion .accordion-body {
    padding: 20px 20px;
    padding: 1.25rem 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .accordion .accordion-header [data-toggle="collapse"] {
    padding: 16px 16px 16px 35px;
    padding: 1rem 1rem 1rem 2.1875rem;
  }
  .accordion .accordion-body {
    padding: 20px 16px;
    padding: 1.25rem 1rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
  }
}

.vf-addtoany-fixed.block--addtoanybuttons {
  position: absolute;
  top: 206px;
  top: 12.875rem;
  right: 6px;
  right: 0.375rem;
  z-index: 9;
}

.vf-addtoany-fixed.block--addtoanybuttons.right {
  left: 6px;
  left: 0.375rem;
  right: 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: #fff;
  font-size: 23px;
  font-size: 1.4375rem;
}

.vf-addtoany-fixed.block--addtoanybuttons .addtoany_list [class*="icon-"]:hover {
  color: #6c757d;
}

.vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed {
  position: fixed;
  top: 50%;
  right: -27px;
  right: -1.6875rem;
}

.vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.fade-left {
  right: 6px;
  right: 0.375rem;
  -webkit-transition: right 1s;
  -o-transition: right 1s;
  transition: right 1s;
}

.vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed .addtoany_list [class*="icon-"] {
  color: #007bff;
}

.vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed .addtoany_list [class*="icon-"]:hover {
  color: #6c757d;
}

.vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.right {
  left: -27px;
  left: -1.6875rem;
  right: inherit;
}

.vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.right.fade-left {
  right: inherit;
  left: 6px;
  left: 0.375rem;
  -webkit-transition: left 1s;
  -o-transition: left 1s;
  transition: left 1s;
}

.block--addtoanybuttons .addtoany_list [class*="icon-"] span {
  display: none;
}

@media (min-width: 992px) {
  .vf-addtoany-fixed.block--addtoanybuttons {
    right: 24px;
    right: 1.5rem;
  }
  .vf-addtoany-fixed.block--addtoanybuttons.right {
    left: 24px;
    left: 1.5rem;
  }
  .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.fade-left {
    right: 24px;
    right: 1.5rem;
  }
  .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.right.fade-left {
    left: 24px;
    left: 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;
}

.c-breadcrumb {
  display: inline-block;
  margin: 0;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 11px;
  line-height: 0.6875rem;
  padding: 10px 12px 8px;
  padding: 0.625rem 0.75rem 0.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  word-wrap: break-word;
}

.c-breadcrumb.right {
  float: left;
}

.c-breadcrumb .breadcrumb {
  background-color: transparent;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}

.c-breadcrumb .breadcrumb a {
  color: #fff;
}

@media (max-width: 575.98px) {
  .c-breadcrumb {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .c-breadcrumb.right {
    float: none;
  }
}

.btn {
  border-radius: 0;
}

.btn:focus, .btn:active, .btn:visited {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-empty {
  background-color: transparent;
  color: #007bff;
}

.btn.btn-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.24);
}

.btn.btn-round {
  border-radius: 20px;
  border-radius: 1.25rem;
  min-width: 150px;
  min-width: 9.375rem;
}

.btn.icon-right {
  position: relative;
  padding-left: 45px;
  padding-left: 2.8125rem;
}

.btn.icon-right::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  left: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn.icon-left {
  position: relative;
  padding-right: 45px;
  padding-right: 2.8125rem;
}

.btn.icon-left::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-with-icon, .btn-with-icon.prefix {
  display: inline-block;
  padding: 13px 58px 13px 15px;
  padding: 0.8125rem 3.625rem 0.8125rem 0.9375rem;
  border: 1px solid #cbcbcb;
  border: 0.0625rem solid #cbcbcb;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  font-family: Tajawal, "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  position: relative;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  text-decoration: none;
  white-space: normal;
}

@media (max-width: 991.98px) {
  .btn-with-icon, .btn-with-icon.prefix {
    padding-top: 11px;
    padding-top: 0.6875rem;
    padding-bottom: 7px;
    padding-bottom: 0.4375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    border: 1px solid gray;
    border: 0.0625rem solid gray;
  }
}

.btn-with-icon:hover, .btn-with-icon.prefix:hover {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  text-decoration: none;
}

.btn-with-icon:hover:before, .btn-with-icon.prefix:hover:before {
  border-color: #fff;
}

.btn-with-icon:before, .btn-with-icon.prefix:before {
  position: absolute;
  top: 50%;
  right: 17px;
  right: 1.0625rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  padding-left: 12px;
  padding-left: 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #cbcbcb;
  border-left: 0.0625rem solid #cbcbcb;
  font-family: 'vactory';
  -webkit-transition: border .3s ease-in;
  -o-transition: border .3s ease-in;
  transition: border .3s ease-in;
}

.btn-with-icon.suffix, .btn-with-icon.prefix.suffix {
  padding: 16px 15px 11px 58px;
  padding: 1rem 0.9375rem 0.6875rem 3.625rem;
}

@media (max-width: 991.98px) {
  .btn-with-icon.suffix, .btn-with-icon.prefix.suffix {
    padding-top: 11px;
    padding-top: 0.6875rem;
    padding-bottom: 7px;
    padding-bottom: 0.4375rem;
  }
}

.btn-with-icon.suffix:before, .btn-with-icon.prefix.suffix:before {
  right: auto;
  left: 17px;
  left: 1.0625rem;
  border-left: 0;
  border-right: 1px solid #cbcbcb;
  border-right: 0.0625rem solid #cbcbcb;
  padding-left: 0;
  padding-right: 12px;
  padding-right: 0.75rem;
}

.card {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  border-radius: 6px;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 8px 10px 0 rgba(48, 49, 51, 0.1);
          box-shadow: 0 8px 10px 0 rgba(48, 49, 51, 0.1);
  -webkit-box-shadow: 0 0.5rem 0.625rem 0 rgba(48, 49, 51, 0.1);
          box-shadow: 0 0.5rem 0.625rem 0 rgba(48, 49, 51, 0.1);
  overflow: hidden;
}

.card__image, .card__image__wrapper, .card__image--inline {
  overflow: hidden;
}

.card__image img, .card__image__wrapper img, .card__image--inline img {
  width: 100%;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.card__event__overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  text-align: center;
}

.card__event__overlay:hover {
  color: #fff;
}

.card__event__date {
  background-color: #007bff;
}

.card__event__date__separator {
  line-height: 0;
}

.card__event__date__start, .card__event__date__end {
  padding: 3px;
  padding: 0.1875rem;
}

.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-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-word;
  width: 100%;
  padding: 18px 20px 28px;
  padding: 1.125rem 1.25rem 1.75rem;
}

.card__meta {
  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: 6px;
  margin-bottom: 0.375rem;
}

.card__tag {
  display: inline-block;
  border-radius: 3px;
  border-radius: 0.1875rem;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  background-color: #ffc107;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  color: #0D0D0D;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.card__date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #adb5bd;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.card__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: 0px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.card__title,
.card__title a {
  color: #000;
}

.card__title a:hover {
  color: #000;
  text-decoration: underline;
}

.card__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0px;
  margin-bottom: auto;
}

.card__read-more, .card__permalink {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.card__attached-assets {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.card:hover img:not(.no-effect) {
  -webkit-transform: scale(1.14);
      -ms-transform: scale(1.14);
          transform: scale(1.14);
}

.card--inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.card--inline--reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.card--inline .card__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.card--inline .card__image img {
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  border-radius: 0.3125rem;
}

.card--inline .card__body {
  padding: 35px 40px;
  padding: 2.1875rem 2.5rem;
}

.card--inline .card__title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.card--inline .card__description {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0px;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.card--search {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #dee2e6;
  border: 0.0625rem solid #dee2e6;
}

.card--search .card__title {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.slick-slider .card {
  width: 100%;
  height: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slick-slider .card {
    height: 100%;
  }
}

@media (max-width: 991.98px) {
  .card__body {
    padding: 20px 18px 24px;
    padding: 1.25rem 1.125rem 1.5rem;
  }
  .card__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3;
  }
  .card--inline .card__image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .card--inline .card__body {
    padding: 30px;
    padding: 1.875rem;
  }
}

@media (max-width: 767.98px) {
  .card__body {
    padding: 20px 18px 24px;
    padding: 1.25rem 1.125rem 1.5rem;
  }
  .card__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .card__description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .card--inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card--inline .card__image {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 100%;
  }
  .card--inline .card__body {
    padding: 30px 16px;
    padding: 1.875rem 1rem;
  }
  .card--inline .card__description {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.block-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.block-comment .comment-body {
  padding-right: 8px;
  padding-right: 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: #007bff;
}

.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-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  position: relative;
}

.wrapper-comment article {
  position: inherit;
}

.wrapper-comment article:after {
  content: "";
  position: absolute;
  height: 1px;
  height: 0.0625rem;
  width: 100%;
  right: 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;
  right: -1000px;
  right: -62.5rem;
  left: -1000px;
  left: -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 {
  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-right: 30px;
  padding-right: 1.875rem;
}

.indented .indented .indented {
  padding-right: 0px;
  padding-right: 0;
}

@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 {
    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-right: 70px;
    padding-right: 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-right: 20px;
    padding-right: 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;
}

/**
 * New Cookie layer Variant
 **/
#sliding-popup.sliding-popup-bottom {
  background-color: #282e37;
  -webkit-box-shadow: -3px 5px 13px 0 rgba(0, 0, 0, 0.12);
          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: -0.1875rem 0.3125rem 0.8125rem 0 rgba(0, 0, 0, 0.12);
}

@media (min-width: 576px) {
  #sliding-popup {
    right: 20px;
    right: 1.25rem;
    bottom: 20px !important;
    bottom: 1.25rem !important;
    width: 60%;
    max-width: 580px;
    max-width: 36.25rem;
  }
}

.cookie-layer-v2 {
  padding: 15px;
  padding: 0.9375rem;
}

@media (min-width: 576px) {
  .cookie-layer-v2__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cookie-layer-v2__content .cookie-layer-v2__buttons {
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}

.cookie-layer-v2__message {
  position: relative;
  padding-right: 50px;
  padding-right: 3.125rem;
  text-align: right;
}

.cookie-layer-v2__message .icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  font-size: 1.875rem;
  color: #ffc107;
}

.cookie-layer-v2__message h2 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  text-align: right;
}

.cookie-layer-v2__message p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  display: inline;
  text-align: right;
}

.cookie-layer-v2__find-more-button {
  display: inline;
  background: none;
  border: 0;
  text-decoration: underline;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}

.cookie-layer-v2__find-more-button:hover {
  color: #ffc107;
}

.cookie-layer-v2__buttons {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: left;
}

.cookie-layer-v2__buttons button {
  background: none;
  border: 2px solid #ffc107;
  border: 0.125rem solid #ffc107;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  font-weight: normal;
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  margin: 5px;
  margin: 0.3125rem;
}

.cookie-layer-v2__buttons button:hover {
  background: none;
  background-color: #ffc107;
  color: #000;
}

.view--vactory-cross-content {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.dropdown-menu {
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border: 0.0625rem solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropdown-menu-small {
  -webkit-box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.11), 0 3px 10px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.11), 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.05), 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.11), 0 3px 10px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.11), 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.05), 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.06);
  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;
}

select[multiple] ~ .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

select[multiple] ~ .btn-group label {
  padding: 3px 20px;
  padding: 0.1875rem 1.25rem;
}

select[multiple] ~ .btn-group .multiselect-container {
  width: 100%;
}

select[multiple] ~ .btn-group button.multiselect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991.98px) {
  select[multiple] ~ .btn-group.filter-slider .dropdown-menu {
    -webkit-transform: translate3d(-500px, 0, 0) !important;
            transform: translate3d(-500px, 0, 0) !important;
    -webkit-transform: translate3d(-31.25rem, 0, 0) !important;
            transform: translate3d(-31.25rem, 0, 0) !important;
    height: 100vh;
    position: fixed !important;
    width: calc(100vw - 35px);
    width: calc(100vw - 2.1875rem);
    border-radius: 0;
    left: 0;
    right: inherit !important;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
    -o-transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
    transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
  }
  select[multiple] ~ .btn-group.filter-slider::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    display: block;
    top: 0;
    right: -100%;
    z-index: 999;
    opacity: .8;
    -webkit-transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -o-transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  }
  select[multiple] ~ .btn-group.filter-slider.show .dropdown-menu.show {
    padding: 30px 0;
    padding: 1.875rem 0;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
  select[multiple] ~ .btn-group.filter-slider.show::after {
    right: 0;
    background: #000;
  }
}

.dropup .dropdown-menu {
  margin-bottom: 0.125rem;
}

.dropright .dropdown-menu {
  margin-right: 0.125rem;
}

.dropleft .dropdown-menu {
  margin-left: 0.125rem;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
  border-top: 0.0625rem solid #e9ecef;
}

.dropdown-item {
  padding: 0.25rem 1.5rem;
  font-weight: 400;
  color: #212529;
  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: #16181b;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #007bff;
}

.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: #6c757d;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  display: block;
}

.vf-go-back-top {
  border: solid 1px #fff;
  border: solid 0.0625rem #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  border-radius: 0.3125rem;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  padding: 10px;
  padding: 0.625rem;
  background-color: #007bff;
  position: fixed;
  bottom: 30px;
  bottom: 1.875rem;
  left: 30px;
  left: 1.875rem;
  outline: none !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 15px;
  font-size: 0.9375rem;
  display: none;
  z-index: 999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.vf-go-back-top a {
  color: transparent;
  font-size: 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;
}

.vf-go-back-top a::after {
  content: "";
  font-family: "vactory";
  color: #000;
  font-size: 16px;
  font-size: 1rem;
}

.vf-go-back-top:hover {
  background-color: #0071eb;
  text-decoration: initial;
}

@media (max-width: 768px) {
  .vf-go-back-top {
    left: auto;
    right: 10px;
    right: 0.625rem;
    bottom: 70px;
    bottom: 4.375rem;
  }
}

/**
 * Hamburger Button
 */
.hamburger:not(.is-active) .hamburger-box::after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  top: -0.3125rem;
  width: 24px;
  width: 1.5rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #000;
  border-radius: 5px;
  border-radius: 0.3125rem;
}

.hamburger:not(.is-active) .hamburger-inner {
  width: 14px;
  width: 0.875rem;
}

.hamburger.is-active .hamburger-inner {
  height: 0;
}

.hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger.is-active .hamburger-inner::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

button.hamburger:focus {
  outline: 0;
}

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;
  right: 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;
  right: 0;
  left: 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;
  right: 0;
  left: 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;
  right: 0;
  left: 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;
  right: 0;
  left: 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;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    color: #fff;
    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: #007bff;
  }
  a.link-scroll:before {
    content: "";
    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: #007bff;
}

a.white-link {
  color: #fff;
}

a.white-link:hover, a.white-link:focus {
  color: #343a40;
}

a[href^="tel:"] {
  direction: ltr;
}

/*
* custom list style
*/
.default-list, .styled-list {
  list-style: none;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem;
}

.default-list li, .styled-list li {
  position: relative;
  padding-right: 30px;
  padding-right: 1.875rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.default-list li:last-child, .styled-list li:last-child {
  margin-bottom: 0;
}

.default-list li:before, .styled-list li:before {
  position: absolute;
  right: 0;
  top: 4px;
  top: 0.25rem;
}

.styled-list {
  /*!*/
}

.styled-list li:before {
  content: "";
  display: block;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  border-radius: 50%;
  background-color: #007bff;
}

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-right: 40px;
  padding-right: 2.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

ol.custom-ordered-list > li:before {
  content: counter(step-counter);
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  line-height: 1.5;
  text-align: center;
}

[dir="rtl"] ol.custom-ordered-list > li {
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 0;
}

[dir="rtl"] ol.custom-ordered-list > li:before {
  left: 0;
  right: 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 #007bff;
  -webkit-text-stroke: 0.0625rem #007bff;
  -moz-text-stroke: 1px #007bff;
  -moz-text-stroke: 0.0625rem #007bff;
  -ms-text-stroke-width: 1px #007bff;
  -ms-text-stroke-width: 0.0625rem #007bff;
  -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 #007bff, 1px 1px 0 #007bff, 1px 0 0 #007bff, -1px -1px 0 #007bff, -1px 1px 0 #007bff, -1px 0 0 #007bff, 0 -1px 0 #007bff, 0 1px 0 #007bff;
    text-shadow: 0.0625rem -0.0625rem 0 #007bff, 0.0625rem 0.0625rem 0 #007bff, 0.0625rem 0 0 #007bff, -0.0625rem -0.0625rem 0 #007bff, -0.0625rem 0.0625rem 0 #007bff, -0.0625rem 0 0 #007bff, 0 -0.0625rem 0 #007bff, 0 0.0625rem 0 #007bff;
  }
}

/*
 * Pagination Style
 */
.pagination-wrapper {
  text-align: center;
  padding: 10px;
  padding: 0.625rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px !important;
  margin-bottom: 3.75rem !important;
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.pagination .page-item {
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.pagination .page-link {
  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;
  padding: 0;
  width: 53px;
  width: 3.3125rem;
  height: 53px;
  height: 3.3125rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

.pagination .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination .pager__item--next .page-link,
.pagination .pager__item--previous .page-link,
.pagination .pager__item--first .page-link,
.pagination .pager__item--last .page-link {
  padding: 0;
  font-size: 0;
  position: relative;
}

.pagination .pager__item--next .page-link::before,
.pagination .pager__item--previous .page-link::before,
.pagination .pager__item--first .page-link::before,
.pagination .pager__item--last .page-link::before {
  content: '';
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "vactory";
}

.pagination .pager__item--previous .page-link::before {
  content: "";
}

html[dir=rtl] .pagination .pager__item--previous .page-link::before {
  content: "";
}

.pagination .pager__item--next .page-link::before {
  content: "";
}

html[dir=rtl] .pagination .pager__item--next .page-link::before {
  content: "";
}

.pagination .pager__item--first .page-link::before {
  content: "";
}

html[dir=rtl] .pagination .pager__item--first .page-link::before {
  content: "";
}

.pagination .pager__item--last .page-link::before {
  content: "";
}

html[dir=rtl] .pagination .pager__item--last .page-link::before {
  content: "";
}

.pagination .pager__item--ellipsis {
  line-height: 42px;
  line-height: 2.625rem;
}

@media (max-width: 767.98px) {
  .pagination {
    margin-bottom: 40px !important;
    margin-bottom: 2.5rem !important;
  }
  .pagination .page-item {
    margin: 4px;
    margin: 0.25rem;
  }
  .pagination .page-item--ellipsis {
    line-height: 30px;
    line-height: 1.875rem;
  }
  .pagination .page-link {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    font-size: 16px;
    font-size: 1rem;
  }
  .pagination .pager__item--next .page-link::before,
  .pagination .pager__item--previous .page-link::before {
    font-size: 16px;
    font-size: 1rem;
  }
  .pagination .pager__item--ellipsis {
    line-height: 30px;
    line-height: 1.875rem;
  }
}

@media (max-width: 575.98px) {
  .pagination .page-item {
    margin: 4px;
    margin: 0.25rem;
  }
  .pagination .page-item--ellipsis {
    line-height: 28px;
    line-height: 1.75rem;
  }
  .pagination .page-link {
    width: 36px;
    width: 2.25rem;
    height: 36px;
    height: 2.25rem;
  }
  .pagination .pager__item--ellipsis {
    line-height: 28px;
    line-height: 1.75rem;
  }
}

/* -------------------------------------------------------------------------- */
/*                            Component: Permalink                            */
/* -------------------------------------------------------------------------- */
.permalink-icon-before::before, .permalink:not(.permalink-icon-after)::before, .permalink-icon-after::before, .permalink.permalink-icon-after::before, .permalink-icon-before::after, .permalink:not(.permalink-icon-after)::after, .permalink-icon-after::after, .permalink.permalink-icon-after::after {
  font-family: "vactory";
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  color: #007bff;
}

.permalink-icon-before:before,
.permalink:not(.permalink-icon-after):before {
  content: "";
  margin-left: 8px;
  margin-left: 0.5rem;
}

.permalink-icon-after:after,
.permalink.permalink-icon-after:after {
  content: "";
  margin-right: 8px;
  margin-right: 0.5rem;
}

.permalink {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  color: #007bff;
  font-weight: 500;
  text-decoration: none;
}

.permalink:hover {
  text-decoration: underline;
}

.permalink--download:not(.permalink-icon-after)::before {
  content: "";
}

.permalink--download.permalink-icon-after::after {
  content: "";
}

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: #000;
}

.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 0 0 10px;
  margin: 0.625rem 0 0 0.625rem;
}

.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: #fff;
  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: #007bff;
  color: #007bff;
}

.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: left -40px bottom;
  background-size: 230px 230px;
  -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.11);
          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 0.6875rem 0 rgba(0, 0, 0, 0.11);
  background-color: #fff;
}

.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: #fff;
  border-color: #fff;
}

.t-rapport.has-bg .t-rapport--content h3 {
  color: #fff;
}

.t-rapport.has-bg .t-rapport--content p {
  color: #fff;
}

.t-rapport.has-bg .t-rapport--link .permalink {
  color: #fff;
}

.t-rapport.has-bg .t-rapport--link .permalink:after {
  background-color: #fff;
}

.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;
  left: -22px;
  left: -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;
          -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: #fff;
  -webkit-text-stroke: 1px #007bff;
  -webkit-text-stroke: 0.0625rem #007bff;
  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;
  right: 8px;
  right: 0.5rem;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left -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: #000;
}

.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: "";
  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;
    right: 180px;
    right: 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;
    right: auto;
    left: 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: #000;
}

.t-rapport .t-rapport--link .permalink:after {
  background-color: #000;
}

@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: left 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: left 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: #fff;
    -webkit-text-stroke: 1px #007bff;
    -webkit-text-stroke: 0.0625rem #007bff;
    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: "";
}

.checked-full {
  color: #ffc107;
}

.checked-half {
  position: relative;
}

.checked-half::after {
  content: "";
  font-family: 'vactory';
  position: absolute;
  right: 0;
  color: #ffc107;
}

.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: "";
  font-family: 'vactory';
  font-size: 17px;
  font-size: 1.0625rem;
}

.star-vote .rate-fivestar-btn-filled {
  color: #ffc107;
}

.star-vote .rate-widget-fivestar ul li a {
  color: #6c757d;
}

.star-vote .rate-widget-fivestar ul li.hovering a {
  background: none;
  color: #ffc107;
}

.star-vote .ajax-progress.ajax-progress-throbber .throbber {
  position: absolute;
  left: 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: right;
}

.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;
  right: -22px;
  right: -1.375rem;
}

.satisfaction-range .radio::before {
  content: "";
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  position: absolute;
  right: -100px;
  right: -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;
  right: -35px;
  right: -2.1875rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background: #EAEAEA;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  z-index: 1;
  border-radius: 50%;
}

.satisfaction-range .radio input[type='radio'] {
  opacity: 0;
  margin: 0;
  right: 50%;
}

.satisfaction-range .radio input[type='radio']:checked ~ label::before {
  background: #007bff;
}

.satisfaction-range .panel-heading {
  font-weight: 600;
  color: #000;
  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);
            transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -0.625rem, 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);
            transform: translate3d(0, -8px, 0);
    -webkit-transform: translate3d(0, -0.5rem, 0);
            transform: translate3d(0, -0.5rem, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
    -webkit-transform: translate3d(0, -0.25rem, 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);
            transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -0.625rem, 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);
            transform: translate3d(0, -8px, 0);
    -webkit-transform: translate3d(0, -0.5rem, 0);
            transform: translate3d(0, -0.5rem, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
    -webkit-transform: translate3d(0, -0.25rem, 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 #ced4da;
  border: 0.0625rem solid #ced4da;
  border-radius: 27px;
  border-radius: 1.6875rem;
  text-align: center;
}

@media (max-width: 991.98px) {
  .satisfaction-range .js-webform-radios {
    margin-right: 115px;
    margin-right: 7.1875rem;
  }
  .satisfaction-range .radio {
            text-align: right;
            right: -100px;
            right: -6.25rem
  }
  .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;
  }
  .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;
    right: 50%;
  }
  .satisfaction-range .radio::before {
    width: 64px;
    width: 4rem;
    height: 64px;
    height: 4rem;
    right: 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;
    right: 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);
              transform: translate3d(50%, calc(-100% - -10px), 0);
      -webkit-transform: translate3d(50%, calc(-100% - -0.625rem), 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);
              transform: translate3d(50%, calc(-100% - -8px), 0);
      -webkit-transform: translate3d(50%, calc(-100% - -0.5rem), 0);
              transform: translate3d(50%, calc(-100% - -0.5rem), 0);
    }
    90% {
      -webkit-transform: translate3d(50%, calc(-100% - -4px), 0);
              transform: translate3d(50%, calc(-100% - -4px), 0);
      -webkit-transform: translate3d(50%, calc(-100% - -0.25rem), 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);
              transform: translate3d(50%, calc(-100% - -10px), 0);
      -webkit-transform: translate3d(50%, calc(-100% - -0.625rem), 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);
              transform: translate3d(50%, calc(-100% - -8px), 0);
      -webkit-transform: translate3d(50%, calc(-100% - -0.5rem), 0);
              transform: translate3d(50%, calc(-100% - -0.5rem), 0);
    }
    90% {
      -webkit-transform: translate3d(50%, calc(-100% - -4px), 0);
              transform: translate3d(50%, calc(-100% - -4px), 0);
      -webkit-transform: translate3d(50%, calc(-100% - -0.25rem), 0);
              transform: translate3d(50%, calc(-100% - -0.25rem), 0);
    }
  }
}

ul.slick-dots,
.slick-dots {
  position: relative;
  bottom: auto;
  margin: 16px auto 0;
  margin: 1rem auto 0;
  width: auto;
}

ul.slick-dots li,
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  margin: 0 0.5rem;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  cursor: pointer;
}

ul.slick-dots li.slick-active button,
.slick-dots li.slick-active button {
  border-color: #007bff;
}

ul.slick-dots li.slick-active button:after,
.slick-dots li.slick-active button:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

ul.slick-dots li button,
.slick-dots li button {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 0;
  background-color: #fff;
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
  border: 2px solid #495057;
  border: 0.125rem solid #495057;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  padding: 0;
}

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: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: #007bff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 1px #007bff;
          box-shadow: 0 0 1px #007bff;
  -webkit-box-shadow: 0 0 0.0625rem #007bff;
          box-shadow: 0 0 0.0625rem #007bff;
  opacity: 0;
  -webkit-transform: scale(3);
      -ms-transform: scale(3);
          transform: scale(3);
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
}

ul.slick-dots li button:hover, ul.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-dots li button:focus {
  border-color: #007bff;
}

.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: #000;
  border: 2px solid #000;
  border: 0.125rem solid #000;
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
  outline: none;
  background: transparent;
  -webkit-transition: background .3s, color .3s, border .3s;
  -o-transition: background .3s, color .3s, border .3s;
  transition: background .3s, color .3s, border .3s;
  z-index: 1;
}

.slick-arrow:focus {
  color: #000;
  border: 2px solid #000;
  border: 0.125rem solid #000;
}

.slick-arrow:before {
  display: none;
}

.slick-arrow.prev, .slick-arrow.slick-prev {
  right: 0;
}

.slick-arrow.next, .slick-arrow.slick-next {
  left: 0;
}

.slick-arrow [class^="icon-"],
.slick-arrow [class*=" icon-"] {
  font-size: 12px;
  font-size: 0.75rem;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.slick-arrow:hover {
  color: #fff;
  background: #007bff;
  border-color: #007bff;
}

.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;
  margin: 0 auto;
  width: calc(100% - 40px);
  width: calc(100% - 2.5rem);
  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;
}

.slick-controls .slick-arrow {
  position: static;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.slick-controls .slick-arrow.slick-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.slick-controls .slick-arrow.slick-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.slick-controls .slick-dots {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  position: static;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .slick-arrow {
    width: 54px;
    width: 3.375rem;
    height: 54px;
    height: 3.375rem;
  }
  .slick-arrow [class^="icon-"],
  .slick-arrow [class*=" icon-"] {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .slick-list {
    margin: 0 74px;
    margin: 0 4.625rem;
  }
}

@media (max-width: 991.98px) {
  .slick-arrows-mobile .slick-arrow.slick-next {
    left: 20px;
    left: 1.25rem;
  }
  .slick-arrows-mobile .slick-arrow.slick-prev {
    right: 20px;
    right: 1.25rem;
  }
  .slick-arrows-mobile .slick-arrow.slick-next, .slick-arrows-mobile .slick-arrow.slick-prev {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 576px) {
  .vf-slick-slider--item-visible .slick-list {
    overflow: initial;
  }
}

.social-media-links--platforms {
  margin: 0;
}

.social-media-links--platforms .fa:before {
  content: "";
  font-family: "vactory";
}

.social-media-links--platforms .fa-facebook:before {
  content: "";
}

.social-media-links--platforms .fa-youtube:before {
  content: "";
}

.social-media-links--platforms .fa-linkedin:before {
  content: "";
}

.social-media-links--platforms .fa-twitter:before {
  content: "";
}

.social-media-links--platforms .fa-instagram:before {
  content: "";
}

.social-media-links--platforms li span.fa {
  font-size: 20px;
  font-size: 1.25rem;
  color: #212529;
  -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: #007bff !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: "";
  font-family: 'vactory';
}

.vh-header-social-media .social-media-links--platforms li span.fa {
  color: #fff;
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .social-media-links--platforms li span.fa:hover {
    color: #212529 !important;
  }
  .vh-header-social-media .social-media-links--platforms li span.fa {
    color: #fff;
  }
  .vh-header-social-media .social-media-links--platforms li span.fa:hover {
    color: #fff;
  }
}

/* -------------------------------------------------------------------------- */
/*                          Sharing Block / addtoany                          */
/* -------------------------------------------------------------------------- */
.block-share {
  padding: 13px 20px;
  padding: 0.8125rem 1.25rem;
  border-top: 1px solid #dee2e6;
  border-top: 0.0625rem solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-bottom: 0.0625rem solid #dee2e6;
}

.block-share .addtoany_list > a {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 7px;
  margin: 0 0.4375rem;
  color: #444444;
  text-decoration: none;
}

.block-share--sticky-top {
  position: fixed;
  top: 0;
  border: 0;
  padding: 10px 5px;
  padding: 0.625rem 0.3125rem;
}

.block-share--sticky-top .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;
}

.block-share--sticky-top .addtoany_list a {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@media (max-width: 991.98px) {
  .block-share {
    padding: 10px;
    padding: 0.625rem;
  }
  .block-share p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.overflow-y {
  overflow-y: hidden;
}

.bar-tabs .bar-tab-head {
  position: fixed;
  bottom: -1px;
  bottom: -0.0625rem;
  right: 0;
  left: 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-right: 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: #fff;
  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-left-color: #000;
}

.bar-tabs .bar-tab-head ul li a {
  color: #fff;
  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: #000;
  margin-bottom: -1px;
  margin-bottom: -0.0625rem;
}

.bar-tabs .bar-tab-head ul li.active a {
  color: #000;
}

.bar-tabs .bar-tab-content {
  background-color: #fff;
}

.bar-tabs .bar-tab-content > div {
  position: fixed;
  top: 0;
  right: 0;
  left: 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: #fff;
}

.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: #fff;
  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;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  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-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 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-left: 25px;
  padding-left: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
}

.vh-sticky-tab-bar-close a:hover {
  color: #007bff;
}

.vh-sticky-tab-bar-close a:before {
  position: absolute;
  left: 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;
    right: 0;
    left: 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;
    left: auto;
    right: 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;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  .bar-tabs .bar-tab-head ul li a:before {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bar-tabs .bar-tab-content {
    background-color: #fff;
  }
  .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;
  }
}

/* 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 {
  left: 10px;
  left: 0.625rem;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  right: 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: #fff;
  opacity: 0.4;
  border: 0px solid #495057;
  border: 0 solid #495057;
  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: #007bff;
}

.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;
  }
}

.nav-tabs .nav-link {
  color: #007bff;
  background: transparent;
}

.nav-tabs .nav-link.active {
  background: #fff;
  color: #000;
}

.tab-content {
  padding: 16px 12px;
  padding: 1rem 0.75rem;
  background-color: #fff;
}

.tab-content.has-border {
  border: 1px solid #dee2e6;
  border: 0.0625rem solid #dee2e6;
  border-top: 0;
}

.nav-pills .nav-link {
  color: #007bff;
}

.nav-pills .nav-link.active {
  color: #000;
}

.validation-messages-box {
  list-style: inside;
  padding: 20px;
  padding: 1.25rem;
}

.validation-messages-box li div {
  display: inline;
}

.view__filters {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.views-exposed-form {
  width: 100%;
}

.views-exposed-form .form-row > .col {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-left: 0;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.views-exposed-form .col-12 > .col {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .views-exposed-form {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .views-exposed-form .form-row > .col {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

.form-actions-button-right .form-actions {
  text-align: left;
}

@media (min-width: 576px) {
  .views-exposed-form .form-row > .col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media (min-width: 768px) {
  .view__filters {
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .views-exposed-form {
    width: auto;
  }
  .views-exposed-form .form-row > .col {
    margin-left: 20px;
    margin-left: 1.25rem;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 280px;
    max-width: 17.5rem;
  }
  .views-exposed-form .form-row > .col.form-actions {
    max-width: 100%;
    width: auto;
    text-align: right;
  }
}

@media (min-width: 992px) {
  .view__filters {
    margin-top: 50px;
    margin-top: 3.125rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .views-exposed-form .form-row > .col {
    max-width: 310px;
    max-width: 19.375rem;
  }
}

@media (min-width: 1200px) {
  .views-exposed-form .form-row > .col {
    max-width: 320px;
    max-width: 20rem;
  }
}

.view__empty {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* 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: #495057;
  color: #495057 !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-right: -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;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  direction: rtl;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

input::-webkit-datetime-edit {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

input[type="date" i]::-webkit-calendar-picker-indicator {
  -webkit-box-ordinal-group: 2;
          order: 1;
  margin-left: 0;
  margin-right: 24px;
  margin-right: 1.5rem
}

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: #28a745;
}

.bootstrap-select .dropdown-toggle.is-invalid {
  color: #dc3545;
  border-color: #dc3545;
}

.bootstrap-select .dropdown-toggle.is-valid {
  color: #28a745;
  border-color: #28a745;
}

.select-wrapper.is-invalid {
  color: #dc3545;
  border-color: #dc3545;
}

.select-wrapper.is-valid {
  color: #28a745;
  border-color: #28a745;
}

/*
 * 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-right: -15px;
    margin-right: -0.9375rem;
    margin-left: -15px;
    margin-left: -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-right: 15px;
    padding-right: 0.9375rem;
    padding-left: 15px;
    padding-left: 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-left: 30px;
    padding-left: 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;
  }
}

.animated-label {
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.animated-label input,
.animated-label textarea {
  border-top: none;
  border-right: none;
  border-left: 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;
  right: 10px;
  right: 0.625rem;
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  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);
}

.animated-label input:focus,
.animated-label textarea:focus {
  border-color: #ced4da;
  -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);
      -ms-transform: scale(0.75) translateY(-50px);
          transform: scale(0.75) translateY(-50px);
  -webkit-transform: scale(0.75) translateY(-3.125rem);
      -ms-transform: scale(0.75) translateY(-3.125rem);
          transform: scale(0.75) translateY(-3.125rem);
  color: #007bff;
}

.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: #28a745;
}

.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: #28a745;
}

.bootstrap-select {
  width: 100%;
}

.bootstrap-select.form-control {
  border: 1px solid #ced4da;
  border: 0.0625rem solid #ced4da;
}

.bootstrap-select > .dropdown-menu {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.bootstrap-select ul.dropdown-menu li:hover {
  background-color: #6c757d;
}

.bootstrap-select ul.dropdown-menu li a {
  display: block;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  color: #000;
}

.custom-control,
.skinned-control.checkbox,
.skinned-control .checkbox,
.skinned-control .radio {
  min-height: 1.5rem;
  padding-right: 0.5rem;
}

.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-left: 1rem;
}

.custom-control-input,
.skinned-control input[type="radio"],
.skinned-control input[type="checkbox"] {
  position: absolute;
  z-index: 0;
  opacity: 0;
  margin: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
}

.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: #fff;
  border-color: transparent;
  background-color: #007bff;
}

.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.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.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: #fff;
  background-color: #b3d7ff;
}

.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: #6c757d;
}

.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: #e9ecef;
}

.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.25rem;
  right: 0;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  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);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
}

.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.25rem;
  right: -0.5rem;
  width: 1rem;
  height: 1rem;
  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.25rem;
}

.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: 5px;
  top: 0.3125rem;
  right: 7px;
  right: 0.4375rem;
  width: 5px;
  width: 0.3125rem;
  height: 11px;
  height: 0.6875rem;
  opacity: 0;
  -webkit-transform: rotate(-45deg) scale(0);
      -ms-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
  border-left: 2px solid #fff;
  border-left: 0.125rem solid #fff;
  border-bottom: 2px solid #fff;
  border-bottom: 0.125rem solid #fff;
  -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='#fff' 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: #007bff;
}

.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='#fff' d='M0 2h4'/></svg>");
  background-color: #fff;
  border: none;
  width: 10px;
  width: 0.625rem;
  height: 2px;
  height: 0.125rem;
  top: 11px;
  top: 0.6875rem;
  right: 4px;
  right: 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: #e9ecef;
  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;
  right: 5px;
  right: 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: #007bff;
}

.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: #e9ecef;
  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;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 0.125rem);
  margin-bottom: 0;
  font-size: 1rem;
  -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 (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(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 0.125rem);
  margin: 0;
  padding: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  color: #495057;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
  color: #007bff;
  background: white;
}

.custom-file-input:focus ~ .custom-file-label:hover {
  border-color: #80bdff;
}

.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: #a2aeb9;
}

.custom-file-input:disabled + .custom-file-label {
  color: #6c757d;
  background-color: #f8f9fa;
}

.custom-file-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 0.125rem);
  padding: 0.75rem 0.375rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border: 0.0625rem solid #ced4da;
  font-weight: 400;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  -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;
}

@media (prefers-reduced-motion: reduce) {
  .custom-file-label {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  content: "Browse";
  padding: 0.75rem 0.375rem;
  height: 100%;
  line-height: 1.5;
  color: #495057;
  border-right: 1px solid #ced4da;
  border-right: 0.0625rem solid #ced4da;
  background-color: #e9ecef;
  border-radius: 0.25rem 0 0 0.25rem;
}

.custom-select {
  height: calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 0.125rem);
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
  line-height: 1.5;
  color: #495057;
  background: #fff url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='#343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat left 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border: 0.0625rem solid #ced4da;
  font-weight: 400;
  font-size: 1rem;
  -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.25rem;
}

@media (prefers-reduced-motion: reduce) {
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-select:focus {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select:hover:not(:focus):not(:disabled) {
  cursor: pointer;
  border-color: #a2aeb9;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  padding-left: 0.75rem;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select-sm {
  height: calc(1em + 0.5rem + 2px);
  height: calc(1em + 0.5rem + 0.125rem);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 0.125rem);
  font-size: 1.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.custom-toggle {
  position: relative;
  padding-right: 3.75rem;
}

.custom-toggle .custom-control-label::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3.125rem;
  height: 1.75rem;
  background: #fff;
  border-radius: 100px;
  border-radius: 6.25rem;
  border: 0.0625rem solid #ced4da;
}

.custom-toggle .custom-control-label::after {
  content: '';
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #ced4da;
  border-radius: 6.25rem;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}

.custom-toggle .custom-control-input:checked ~ .custom-control-label::before {
  background: #28a745;
  border-color: #28a745;
}

.custom-toggle .custom-control-input:checked ~ .custom-control-label::after {
  right: 2.875rem;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background: #fff;
}

.custom-toggle .custom-control-input:checked:disabled ~ .custom-control-label::before {
  background: #e9ecef;
  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: #fff;
}

.custom-toggle .custom-control-input:disabled:active ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-toggle .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0.313rem 0.719rem rgba(40, 167, 69, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.313rem 0.719rem rgba(40, 167, 69, 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.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-toggle.custom-toggle-sm {
  padding-right: 2.625rem;
}

.custom-toggle.custom-toggle-sm .custom-control-label::before {
  top: .1875rem;
  position: absolute;
  display: block;
  width: 2.1875rem;
  height: 1.125rem;
  background: #fff;
  border-radius: 100px;
  border-radius: 6.25rem;
  border: 0.0625rem solid #ced4da;
}

.custom-toggle.custom-toggle-sm .custom-control-label::after {
  content: '';
  position: absolute;
  top: .375rem;
  right: 0.1875rem;
  width: 0.75rem;
  height: 0.75rem;
}

.custom-toggle.custom-toggle-sm .custom-control-input:checked ~ .custom-control-label::after {
  right: 1.9375rem;
}

.custom-toggle.custom-toggle-sm .custom-control-input:active:not(:disabled) ~ .custom-control-label::after {
  width: 1rem;
}

.datepicker {
  border-radius: 0;
  direction: rtl;
}

.datepicker-inline {
  width: 220px;
  width: 13.75rem;
}

.datepicker-rtl {
  direction: ltr;
}

.datepicker-rtl.dropdown-menu {
  right: auto;
}

.datepicker-rtl table tr td span {
  float: left;
}

.datepicker-dropdown {
  top: 0;
  right: 0;
  padding: 20px 22px;
  padding: 1.25rem 1.375rem;
    left: auto !important;
}

.datepicker-dropdown:before, .datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown:before {
  border-right: 7px solid transparent;
  border-right: 0.4375rem solid transparent;
  border-left: 7px solid transparent;
  border-left: 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-right: 6px solid transparent;
  border-right: 0.375rem solid transparent;
  border-left: 6px solid transparent;
  border-left: 0.375rem solid transparent;
  border-bottom: 6px solid #fff;
  border-bottom: 0.375rem solid #fff;
}

.datepicker-dropdown.datepicker-orient-left:before {
  right: 6px;
  right: 0.375rem;
      left: auto !important;
}

.datepicker-dropdown.datepicker-orient-left:after {
  right: 7px;
  right: 0.4375rem;
      left: auto !important;
}

.datepicker-dropdown.datepicker-orient-right:before {
  left: 6px;
  left: 0.375rem;
}

.datepicker-dropdown.datepicker-orient-right:after {
  left: 7px;
  left: 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 #fff;
  border-top: 0.375rem solid #fff;
}

.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.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s 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: #007bff;
}

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #007bff;
  color: #5A6169;
}

.datepicker table tr td.today {
  background: #e6f2ff;
}

.datepicker table tr td.today.focused {
  background: #f5f5f6;
}

.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #f5f5f6;
  color: #6c757d;
}

.datepicker table tr td.range {
  background: #007bff;
  color: #fff;
  border-radius: 0;
}

.datepicker table tr td.range.focused {
  background: #0067d6;
}

.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active, .datepicker table tr td.range.day.disabled:hover {
  background: #0062cc;
  color: #3395ff;
}

.datepicker table tr td.range.highlighted.focused {
  background: #cbd3da;
}

.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e9ecef;
  color: #e7e9ea;
}

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #007bff;
  color: #fff;
}

.datepicker table tr td.day.range-start {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.datepicker table tr td.day.range-end {
  border-top-right-radius: 0;
  border-bottom-right-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: #007bff;
  color: #fff;
}

.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: #007bff;
  color: #fff;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  height: 3.375rem;
  line-height: 54px;
  line-height: 3.375rem;
  float: right;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
  border-radius: 0.25rem;
}

.datepicker table tr td span:hover, .datepicker table tr td span.focused {
  background: #e9ecef;
}

.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: #6c757d;
}

.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: #e9ecef;
}

.datepicker .prev.disabled, .datepicker .next.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  font-size: 0.625rem;
  width: 12px;
  width: 0.75rem;
  padding: 0 5px 0 2px;
  padding: 0 0.3125rem 0 0.125rem;
  vertical-align: middle;
}

/* -------------------------------------------------------------------------- */
.form-select.form-control:not(.lang-dropdown-select-element) {
  height: auto !important;
  min-width: 260px;
  min-width: 16.25rem;
  max-width: 100%;
  background-image: url(../img/arrow-down.svg);
  background-color: #F5F5F5;
  background-repeat: no-repeat;
  background-position: calc(100% - (100% - 12px)) center;
  background-position: 12px center;
  background-size: auto 10px;
  padding-left: 40px;
  padding-left: 2.5rem;
  cursor: pointer;
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-select.form-control:not(.lang-dropdown-select-element):-moz-focusring {
  outline: none;
}

.form-select.form-control:not(.lang-dropdown-select-element)::-ms-expand {
  display: none;
}

.form-select.form-control:not(.lang-dropdown-select-element).is-invalid {
  color: #dc3545;
}

@media (max-width: 767.98px) {
  .form-select.form-control:not(.lang-dropdown-select-element) {
    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 {
  right: 2px;
  right: 0.125rem;
}

.ui-datepicker .ui-datepicker-next-hover {
  left: 2px;
  left: 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;
}

.form-item.form-item-global-file,
.form-item.form-item-document-file,
.form-item.form-item-audio-file,
.form-item.form-item-image-file,
.form-item.form-item-video-file,
.form-item.form-type-managed-file,
.form-item.custom-form-file-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.form-item.form-item-global-file .form-managed-file,
.form-item.form-item-document-file .form-managed-file,
.form-item.form-item-audio-file .form-managed-file,
.form-item.form-item-image-file .form-managed-file,
.form-item.form-item-video-file .form-managed-file,
.form-item.form-type-managed-file .form-managed-file,
.form-item.custom-form-file-wrapper .form-managed-file {
  position: relative;
}

.form-item.form-item-global-file .ajax-progress.ajax-progress-throbber,
.form-item.form-item-document-file .ajax-progress.ajax-progress-throbber,
.form-item.form-item-audio-file .ajax-progress.ajax-progress-throbber,
.form-item.form-item-image-file .ajax-progress.ajax-progress-throbber,
.form-item.form-item-video-file .ajax-progress.ajax-progress-throbber,
.form-item.form-type-managed-file .ajax-progress.ajax-progress-throbber,
.form-item.custom-form-file-wrapper .ajax-progress.ajax-progress-throbber {
  position: absolute;
  top: 3px;
  top: 0.1875rem;
  left: 12px;
  left: 0.75rem;
  z-index: 2;
}

.form-item.form-item-global-file .form-file-input,
.form-item.form-item-global-file input[type="file"],
.form-item.form-item-document-file .form-file-input,
.form-item.form-item-document-file input[type="file"],
.form-item.form-item-audio-file .form-file-input,
.form-item.form-item-audio-file input[type="file"],
.form-item.form-item-image-file .form-file-input,
.form-item.form-item-image-file input[type="file"],
.form-item.form-item-video-file .form-file-input,
.form-item.form-item-video-file input[type="file"],
.form-item.form-type-managed-file .form-file-input,
.form-item.form-type-managed-file input[type="file"],
.form-item.custom-form-file-wrapper .form-file-input,
.form-item.custom-form-file-wrapper input[type="file"] {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 0.125rem);
  margin: 0;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
}

.form-item.form-item-global-file .label-input-webform,
.form-item.form-item-document-file .label-input-webform,
.form-item.form-item-audio-file .label-input-webform,
.form-item.form-item-image-file .label-input-webform,
.form-item.form-item-video-file .label-input-webform,
.form-item.form-type-managed-file .label-input-webform,
.form-item.custom-form-file-wrapper .label-input-webform {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 0.125rem);
  padding: 0.375rem 0.75rem;
  padding-left: 50px;
  padding-left: 3.125rem;
  text-align: left;
  margin: 0;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(101, 106, 114, 0.5);
  background-color: #fff;
  border: 1px dashed #ced4da;
  border: 0.0625rem dashed #ced4da;
  cursor: pointer;
  border-radius: 0.25rem;
}

.form-item.form-item-global-file .label-input-webform::before,
.form-item.form-item-document-file .label-input-webform::before,
.form-item.form-item-audio-file .label-input-webform::before,
.form-item.form-item-image-file .label-input-webform::before,
.form-item.form-item-video-file .label-input-webform::before,
.form-item.form-type-managed-file .label-input-webform::before,
.form-item.custom-form-file-wrapper .label-input-webform::before {
  content: "";
  position: absolute;
  left: 20px;
  left: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  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: rgba(101, 106, 114, 0.5);
  border: 1px solid rgba(101, 106, 114, 0.5);
  border: 0.0625rem solid rgba(101, 106, 114, 0.5);
  border-radius: 50%;
  font-size: 14px;
  font-size: 0.875rem;
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  font-family: "vactory";
}

.form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file,
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file,
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file,
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file,
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file,
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file,
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file {
  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;
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  border: 1px dashed #ced4da;
  border: 0.0625rem dashed #ced4da;
  border-radius: 0.25rem;
}

.form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file span.file,
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file span.file,
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file span.file,
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file span.file,
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file span.file,
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file span.file,
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file span.file {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file span.file-size,
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file span.file-size,
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file span.file-size,
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file span.file-size,
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file span.file-size,
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file span.file-size,
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file span.file-size {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"],
.form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"],
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"],
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"],
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"],
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"],
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"],
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"],
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"],
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"],
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"],
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"],
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"],
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"] {
  border: none !important;
  background-color: transparent !important;
  color: #007bff;
  padding: 0;
  margin-right: auto;
}

.form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:hover i.icon, .form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:focus i.icon, .form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:active i.icon, .form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:hover:focus i.icon, .form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:active:focus i.icon, .form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon, .form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon,
.form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:hover i.icon,
.form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:focus i.icon,
.form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:active i.icon,
.form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:hover:focus i.icon,
.form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:active:focus i.icon,
.form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon,
.form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon,
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:hover i.icon,
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:focus i.icon,
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:active i.icon,
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:hover:focus i.icon,
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:active:focus i.icon,
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon,
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon,
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:hover i.icon,
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:focus i.icon,
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:active i.icon,
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:hover:focus i.icon,
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:active:focus i.icon,
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon,
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon,
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:hover i.icon,
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:focus i.icon,
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:active i.icon,
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:hover:focus i.icon,
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:active:focus i.icon,
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon,
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon,
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:hover i.icon,
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:focus i.icon,
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:active i.icon,
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:hover:focus i.icon,
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:active:focus i.icon,
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon,
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon,
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:hover i.icon,
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:focus i.icon,
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:active i.icon,
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:hover:focus i.icon,
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:active:focus i.icon,
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon,
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon,
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:hover i.icon,
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:focus i.icon,
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:active i.icon,
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:hover:focus i.icon,
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:active:focus i.icon,
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon,
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon,
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:hover i.icon,
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:focus i.icon,
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:active i.icon,
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:hover:focus i.icon,
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:active:focus i.icon,
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon,
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon,
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:hover i.icon,
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:focus i.icon,
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:active i.icon,
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:hover:focus i.icon,
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:active:focus i.icon,
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon,
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon,
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:hover i.icon,
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:focus i.icon,
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:active i.icon,
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:hover:focus i.icon,
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:active:focus i.icon,
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon,
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon,
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:hover i.icon,
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:focus i.icon,
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:active i.icon,
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:hover:focus i.icon,
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:active:focus i.icon,
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon,
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon,
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:hover i.icon,
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:focus i.icon,
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:active i.icon,
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:hover:focus i.icon,
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:active:focus i.icon,
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon,
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon,
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:hover i.icon,
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:focus i.icon,
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:active i.icon,
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:hover:focus i.icon,
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:active:focus i.icon,
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon,
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"] i.icon::before,
.form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"] i.icon::before,
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"] i.icon::before,
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"] i.icon::before,
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"] i.icon::before,
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"] i.icon::before,
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"] i.icon::before,
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"] i.icon::before,
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"] i.icon::before,
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"] i.icon::before,
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"] i.icon::before,
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"] i.icon::before,
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file button[name$="remove_button"] i.icon::before,
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .form-managed-file input[name$="remove_button"] i.icon::before {
  content: "";
}

.form-item.form-item-global-file.remove-file:not(.custom-multiple-file) .label-input-webform,
.form-item.form-item-document-file.remove-file:not(.custom-multiple-file) .label-input-webform,
.form-item.form-item-audio-file.remove-file:not(.custom-multiple-file) .label-input-webform,
.form-item.form-item-image-file.remove-file:not(.custom-multiple-file) .label-input-webform,
.form-item.form-item-video-file.remove-file:not(.custom-multiple-file) .label-input-webform,
.form-item.form-type-managed-file.remove-file:not(.custom-multiple-file) .label-input-webform,
.form-item.custom-form-file-wrapper.remove-file:not(.custom-multiple-file) .label-input-webform {
  display: none;
}

.form-item.form-item-global-file.remove-file.custom-multiple-file .form-managed-file .form-file-input,
.form-item.form-item-document-file.remove-file.custom-multiple-file .form-managed-file .form-file-input,
.form-item.form-item-audio-file.remove-file.custom-multiple-file .form-managed-file .form-file-input,
.form-item.form-item-image-file.remove-file.custom-multiple-file .form-managed-file .form-file-input,
.form-item.form-item-video-file.remove-file.custom-multiple-file .form-managed-file .form-file-input,
.form-item.form-type-managed-file.remove-file.custom-multiple-file .form-managed-file .form-file-input,
.form-item.custom-form-file-wrapper.remove-file.custom-multiple-file .form-managed-file .form-file-input {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.form-item.form-item-global-file.remove-file.custom-multiple-file .form-managed-file span.file,
.form-item.form-item-document-file.remove-file.custom-multiple-file .form-managed-file span.file,
.form-item.form-item-audio-file.remove-file.custom-multiple-file .form-managed-file span.file,
.form-item.form-item-image-file.remove-file.custom-multiple-file .form-managed-file span.file,
.form-item.form-item-video-file.remove-file.custom-multiple-file .form-managed-file span.file,
.form-item.form-type-managed-file.remove-file.custom-multiple-file .form-managed-file span.file,
.form-item.custom-form-file-wrapper.remove-file.custom-multiple-file .form-managed-file span.file {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.form-item.form-item-global-file.remove-file.custom-multiple-file .form-managed-file span.file-size,
.form-item.form-item-document-file.remove-file.custom-multiple-file .form-managed-file span.file-size,
.form-item.form-item-audio-file.remove-file.custom-multiple-file .form-managed-file span.file-size,
.form-item.form-item-image-file.remove-file.custom-multiple-file .form-managed-file span.file-size,
.form-item.form-item-video-file.remove-file.custom-multiple-file .form-managed-file span.file-size,
.form-item.form-type-managed-file.remove-file.custom-multiple-file .form-managed-file span.file-size,
.form-item.custom-form-file-wrapper.remove-file.custom-multiple-file .form-managed-file span.file-size {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.form-item.form-item-global-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"],
.form-item.form-item-document-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"],
.form-item.form-item-audio-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"],
.form-item.form-item-image-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"],
.form-item.form-item-video-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"],
.form-item.form-type-managed-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"],
.form-item.custom-form-file-wrapper.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"] {
  border: none !important;
  background-color: transparent !important;
  color: #007bff;
  padding: 0;
  margin-right: auto;
}

.form-item.form-item-global-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:hover i.icon, .form-item.form-item-global-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:focus i.icon, .form-item.form-item-global-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:active i.icon, .form-item.form-item-global-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:hover:focus i.icon, .form-item.form-item-global-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:active:focus i.icon, .form-item.form-item-global-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon, .form-item.form-item-global-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon,
.form-item.form-item-document-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:hover i.icon,
.form-item.form-item-document-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:focus i.icon,
.form-item.form-item-document-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:active i.icon,
.form-item.form-item-document-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:hover:focus i.icon,
.form-item.form-item-document-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:active:focus i.icon,
.form-item.form-item-document-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon,
.form-item.form-item-document-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon,
.form-item.form-item-audio-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:hover i.icon,
.form-item.form-item-audio-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:focus i.icon,
.form-item.form-item-audio-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:active i.icon,
.form-item.form-item-audio-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:hover:focus i.icon,
.form-item.form-item-audio-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:active:focus i.icon,
.form-item.form-item-audio-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon,
.form-item.form-item-audio-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon,
.form-item.form-item-image-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:hover i.icon,
.form-item.form-item-image-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:focus i.icon,
.form-item.form-item-image-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:active i.icon,
.form-item.form-item-image-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:hover:focus i.icon,
.form-item.form-item-image-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:active:focus i.icon,
.form-item.form-item-image-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon,
.form-item.form-item-image-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon,
.form-item.form-item-video-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:hover i.icon,
.form-item.form-item-video-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:focus i.icon,
.form-item.form-item-video-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:active i.icon,
.form-item.form-item-video-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:hover:focus i.icon,
.form-item.form-item-video-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:active:focus i.icon,
.form-item.form-item-video-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon,
.form-item.form-item-video-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon,
.form-item.form-type-managed-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:hover i.icon,
.form-item.form-type-managed-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:focus i.icon,
.form-item.form-type-managed-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:active i.icon,
.form-item.form-type-managed-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:hover:focus i.icon,
.form-item.form-type-managed-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:active:focus i.icon,
.form-item.form-type-managed-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon,
.form-item.form-type-managed-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon,
.form-item.custom-form-file-wrapper.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:hover i.icon,
.form-item.custom-form-file-wrapper.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:focus i.icon,
.form-item.custom-form-file-wrapper.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:active i.icon,
.form-item.custom-form-file-wrapper.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:hover:focus i.icon,
.form-item.custom-form-file-wrapper.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:active:focus i.icon,
.form-item.custom-form-file-wrapper.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active i.icon,
.form-item.custom-form-file-wrapper.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"]:not(:disabled):not(.disabled):active:focus i.icon {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.form-item.form-item-global-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"] i.icon::before,
.form-item.form-item-document-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"] i.icon::before,
.form-item.form-item-audio-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"] i.icon::before,
.form-item.form-item-image-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"] i.icon::before,
.form-item.form-item-video-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"] i.icon::before,
.form-item.form-type-managed-file.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"] i.icon::before,
.form-item.custom-form-file-wrapper.remove-file.custom-multiple-file .form-managed-file button[name$="remove_button"] i.icon::before {
  content: "";
}

.form-item.form-item-global-file.remove-file.custom-multiple-file .label-input-webform,
.form-item.form-item-document-file.remove-file.custom-multiple-file .label-input-webform,
.form-item.form-item-audio-file.remove-file.custom-multiple-file .label-input-webform,
.form-item.form-item-image-file.remove-file.custom-multiple-file .label-input-webform,
.form-item.form-item-video-file.remove-file.custom-multiple-file .label-input-webform,
.form-item.form-type-managed-file.remove-file.custom-multiple-file .label-input-webform,
.form-item.custom-form-file-wrapper.remove-file.custom-multiple-file .label-input-webform {
  top: 0;
  bottom: auto;
}

.form-item.form-item-global-file .messages--error ~ .label-input-webform,
.form-item.form-item-document-file .messages--error ~ .label-input-webform,
.form-item.form-item-audio-file .messages--error ~ .label-input-webform,
.form-item.form-item-image-file .messages--error ~ .label-input-webform,
.form-item.form-item-video-file .messages--error ~ .label-input-webform,
.form-item.form-type-managed-file .messages--error ~ .label-input-webform,
.form-item.custom-form-file-wrapper .messages--error ~ .label-input-webform {
  border-color: #dc3545;
  color: #dc3545;
}

.form-item.form-item-global-file .messages--error ~ .label-input-webform::before,
.form-item.form-item-document-file .messages--error ~ .label-input-webform::before,
.form-item.form-item-audio-file .messages--error ~ .label-input-webform::before,
.form-item.form-item-image-file .messages--error ~ .label-input-webform::before,
.form-item.form-item-video-file .messages--error ~ .label-input-webform::before,
.form-item.form-type-managed-file .messages--error ~ .label-input-webform::before,
.form-item.custom-form-file-wrapper .messages--error ~ .label-input-webform::before {
  border-color: #dc3545;
  color: #dc3545;
}

.form-item.custom-form-file-wrapper .form-type-submit i.icon {
  display: inline-block;
}

.form-item.custom-form-file-wrapper > .webform-element-description {
  background-color: transparent !important;
  padding: 0 !important;
  color: #374253 !important;
  font-size: 12px !important;
  font-size: 0.75rem !important;
}

.custom-form-file-wrapper .is-invalid .label-input-webform {
  border-color: #dc3545;
  color: #dc3545;
}

.custom-form-file-wrapper .is-invalid .label-input-webform::before {
  border-color: #dc3545;
  color: #dc3545;
}

.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 {
  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: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border: 0.0625rem solid #ced4da;
  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;
  right: 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: #28a745;
}

.selected-option:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  left: 0.625rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'vactory';
  font-size: 20px;
  font-size: 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);
          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: -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);
          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: -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: 1rem;
  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 (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: 1rem;
  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: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
  font-family: 'vactory';
}

.skinned-file .form-managed-file span.file ~ .form-type-submit {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
}

input[type="button"]#file-upload-button {
  float: left;
  padding: 0.375rem 0.75rem;
  color: #495057;
  background-color: #e9ecef;
  border: none;
  border-right: 1px solid #ced4da;
  border-right: 0.0625rem solid #ced4da;
  margin: 0;
  line-height: 1;
  height: 38px;
  height: 2.375rem;
}

.skinned-file .managed-file-placeholder {
  display: none;
}

.skinned-file .form-control[name="files[file]"] {
  padding: 0 0.75rem 0 0;
  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: left;
  padding: 0.375rem 0.75rem;
  color: #495057;
  background-color: #e9ecef;
  border: none;
  border-right: 1px solid #ced4da;
  border-right: 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.75rem 0 0;
  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: left;
  padding: 0.375rem 0.75rem;
  color: #495057;
  background-color: #e9ecef;
  border: none;
  border-right: 1px solid #ced4da;
  border-right: 0.0625rem solid #ced4da;
  margin: 0;
  line-height: 1;
  height: 38px;
  height: 2.375rem;
}

.skinned-multiple-file .form-check {
  margin-bottom: 0;
}

@-moz-document url-prefix() {
  .skinned-file .form-managed-file, .skinned-multiple-file .form-managed-file {
    position: relative;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    height: calc(1.5em + 0.75rem + 0.125rem);
    margin-bottom: 0;
    font-size: 1rem;
    display: flex;
    padding: 0 25px;
    padding: 0 1.5625rem;
    background-color: #fff;
    border: 1px solid #C7C7C7;
    border: 0.0625rem solid #C7C7C7;
    border-radius: 0;
    justify-content: space-between;
    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 (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: flex;
    justify-content: space-between;
    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: "";
    display: inline-flex;
    font-size: 20px;
    font-size: 1.25rem;
    color: #000;
    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;
    left: 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;
    right: 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;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    height: calc(1.5em + 0.75rem + 2px);
    height: calc(1.5em + 0.75rem + 0.125rem);
    padding: 0.75rem 0.375rem;
    line-height: 1.5;
    color: #495057;
    font-weight: 400;
    box-shadow: none;
    display: flex;
    align-items: center;
    -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;
  }
  @media (prefers-reduced-motion: reduce) {
    .skinned-file .webform-managed-file-placeholder, .skinned-multiple-file .webform-managed-file-placeholder {
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
    }
  }
  .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;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    content: "Choisir un fichier";
    padding: 0.75rem 0.375rem;
    height: 100%;
    line-height: 1.5;
    color: #495057;
    border-right: 1px solid #ced4da;
    border-right: 0.0625rem solid #ced4da;
    display: inline-flex;
    align-items: center;
    background-color: #e9ecef;
    border-radius: 0.25rem 0 0 0.25rem;
  }
  html[lang="ar"] .skinned-file .webform-managed-file-placeholder::after, html[lang="ar"] .skinned-multiple-file .webform-managed-file-placeholder::after {
    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-right: 35%;
    }
  }
}

.team-1.fdb-block img {
  border-bottom: solid 5px #007bff;
  border-bottom: solid 0.3125rem #007bff;
  border-radius: 0 !important;
}

.team-1.fdb-block .fdb-box {
  padding: 0;
}

.team-1.fdb-block .fdb-box .content {
  padding: 20px;
  padding: 1.25rem;
}

.team-2.fdb-block img {
  border-radius: 100% !important;
}

.team-3.fdb-block img {
  border-radius: 100% !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.24);
}

.fdb-block {
  text-rendering: optimizelegibility;
  padding: 0 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: transparent;
}

.fdb-block.fdb-block-hasbackground {
  padding: 100px 0;
  padding: 6.25rem 0;
}

.fdb-block.fdb-viewport {
  min-height: calc(100% - 2 * 100px);
  min-height: calc(100% - 2 * 6.25rem);
}

.fdb-block.fdb-viewport .container, .fdb-block.fdb-viewport .bar-tabs {
  min-height: calc(100% - 2 * 100px);
  min-height: calc(100% - 2 * 6.25rem);
}

.fdb-block.fdb-image-bg {
  color: #f2f2f2;
}

.fdb-block .fdb-box {
  background: #fff;
  padding: 60px 40px;
  padding: 3.75rem 2.5rem;
  border-radius: 4px;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.fdb-block .fdb-touch {
  border-top: solid 5px #007bff;
  border-top: solid 0.3125rem #007bff;
}

.fdb-block .font-weight-light {
  font-weight: 300;
}

.fdb-block .img-ratio {
  position: relative;
  display: block;
  overflow: hidden;
}

.fdb-block .img-ratio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 48.69565%;
}

.fdb-block .img-ratio img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.fdb-block .img-fluid {
  width: 100%;
}

.fdb-block img + p, .fdb-block img + h3, .fdb-block img + h4 {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.fdb-block img + h1, .fdb-block img + h2 {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.fdb-block .col-fill-left {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.fdb-block .col-fill-left + div {
  position: relative;
  z-index: 2;
}

.fdb-block .col-fill-right {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.fdb-block .col-fill-right + div {
  position: relative;
  z-index: 2;
}

.fdb-block img.fdb-icon {
  width: 60px;
  width: 3.75rem;
}

.fdb-block img.fdb-icon-round {
  width: 60px;
  width: 3.75rem;
  border-radius: 60px;
  border-radius: 3.75rem;
}

.fdb-block .row-100 {
  height: 100px;
  height: 6.25rem;
  width: 100%;
}

.fdb-block .row-50 {
  height: 50px;
  height: 3.125rem;
  width: 100%;
}

.fdb-block .row-70 {
  height: 70px;
  height: 4.375rem;
  width: 100%;
}

.fdb-block .slick-slide img {
  display: inline;
}

.bg-dark {
  background-color: #2d313c;
  color: #f2f2f2;
}

.bg-gray {
  background-color: #fafafa;
}

.br {
  border-radius: 4px;
  border-radius: 0.25rem;
  overflow: hidden;
}

.br-0 {
  border-radius: 0 !important;
}

.heart {
  color: #df584e;
  font-weight: bold;
}

*.text-light {
  font-weight: 300 !important;
}

.sl-1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.12), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.24);
  z-index: 2;
}

table tr.no-border th, table tr.no-border td {
  border-top: 0;
}

.error-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  padding: 40px 0 40px;
  padding: 2.5rem 0 2.5rem;
  margin: auto;
  text-align: center;
}

.error-page--404 .error-page__image {
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

@media (max-width: 767.98px) {
  .error-page--404 .error-page__image {
    margin-top: 0px;
    margin-top: 0;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}

.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;
  left: 50px;
  left: 3.125rem;
  font-size: 40px;
  font-size: 2.5rem;
  color: #000;
}

.maintenance-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 100vh;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background-image: url("/themes/vactory/assets/img/site-en-maintenance.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.maintenance-page__message {
  max-width: 700px;
  max-width: 43.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767.98px) {
  .maintenance-page {
    background-position: center;
  }
}

.vf-user-navigation--wrapper {
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.form-or-separator--text {
  background-color: #fff;
  display: inline-block;
  padding: 8px;
  padding: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #495057;
  margin: 0;
}

.vf-user-login-form,
.vf-user-register-form {
  max-width: 737px;
  max-width: 46.0625rem;
  margin-right: auto;
  margin-left: 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: #007bff;
  background-color: #fff;
}

@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-left: 18px;
  margin-left: 1.125rem;
}

.block--socialauthlogin .auth-link[href*="facebook"] {
  color: #36549C;
  background-color: #fff;
  border-color: #36549C;
  border-radius: 8px;
  border-radius: 0.5rem;
}

.block--socialauthlogin .auth-link[href*="facebook"]:hover {
  color: #fff;
  background-color: #36549C;
}

.block--socialauthlogin .auth-link[href*="facebook"]:before {
  content: "";
}

.block--socialauthlogin .auth-link[href*="google"] {
  background: #fff !important;
  border-color: #c4c4c4 !important;
  color: #484848 !important;
}

.block--socialauthlogin .auth-link[href*="google"]:before {
  content: "";
  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-right: 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: #007bff;
  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%;
  left: 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: #007bff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 18px;
  line-height: 1.125rem;
  text-align: left;
  font-weight: normal;
}

.login-buttons button, .login-buttons a {
  margin-left: 17px;
  margin-left: 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: "";
  }
  .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: "";
  }
  .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: "";
  }
  .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: "";
  }
  .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: "";
    font-size: 20px;
    font-size: 1.25rem;
    color: #9B9B9B;
    position: absolute;
    top: 18px;
    top: 1.125rem;
    right: 5px;
    right: 0.3125rem;
    width: 50px;
    width: 3.125rem;
    border-left: 2px solid rgba(155, 155, 155, 0.3);
    border-left: 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-right: 60px;
    padding-right: 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-left: 18px;
    margin-left: 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-right: 0;
    margin-left: 0;
  }
}

[data-contextual-id*="entity_subqueue"] {
  top: 46px;
  top: 2.875rem;
}

#toolbar-administration .toolbar-bar::after {
  display: block;
  clear: both;
  content: "";
}

.favorite-course {
  color: #fff;
}

.favorite-course::before {
  content: "";
  font-family: 'vactory';
  font-size: 25px;
  font-size: 1.5625rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
}

.favorite-course:hover {
  color: #fff;
}

.favorite-course:hover::before {
  content: "";
}

.favorite-course.active::before {
  font-weight: 900;
  color: #dc3545;
  content: "";
}

.block-about-instructor .avatar {
  max-width: 100px;
  max-width: 6.25rem;
}

.academy-user-menu {
  list-style: none;
}

.academy-user-menu li {
  border: 1px solid #2196f3;
  border: 0.0625rem solid #2196f3;
  padding: 6px;
  padding: 0.375rem;
  margin-left: 3px;
  margin-left: 0.1875rem;
}

.card--academy .flag {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 0;
  z-index: 9;
}

.card--academy .favorite-course {
  font-size: 0;
  color: #000;
}

.card--academy .badge-top {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 11px;
  padding: 0 0.6875rem;
  color: #fff;
}

.card--academy .card__read-more a:before {
  display: none;
}

.card--academy.card:hover img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.academy-video img {
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-radius: 3px;
  border-radius: 0.1875rem;
  width: 100%;
}

.play-videos {
  position: relative;
  display: block;
}

.play-videos::after {
  content: "";
  position: absolute;
  font-family: 'vactory';
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 2;
}

.play-videos::before {
  content: "";
  position: absolute;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  border-radius: 50px;
  border-radius: 3.125rem;
  background: #495057;
  opacity: .7;
  z-index: 2;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media (min-width: 768px) {
  .page--vactory-academy .container .block-detail .container, .page--vactory-academy .bar-tabs .block-detail .container, .page--vactory-academy .container .block-detail .bar-tabs, .page--vactory-academy .bar-tabs .block-detail .bar-tabs {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .wrapper-flag_favorite {
    position: absolute;
    z-index: 9;
    font-size: 0;
    top: 4%;
  }
  .wrapper-flag_favorite .favorite-course::before {
    background: rgba(0, 0, 0, 0.3);
    padding: 3px 10px;
    padding: 0.1875rem 0.625rem;
    border-radius: 50%;
  }
}

.formation-items-wrapper {
  height: 450px;
  height: 28.125rem;
  overflow: scroll;
  top: -15px;
  top: -0.9375rem;
  padding: 0 10px;
  padding: 0 0.625rem;
  margin-top: -20px;
  margin-top: -1.25rem;
}

.formation-items-wrapper div#edit-type-formation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.formation-items-wrapper .select-formation-radio {
  display: none;
}

.formation-items-wrapper .select-formation-radio ~ label .formation-type-item, .formation-items-wrapper .select-formation-radio ~ label .formations-select-item {
  border: 2px solid #ccc;
  border: 0.125rem solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.formation-items-wrapper .select-formation-radio:checked ~ label .formation-type-item, .formation-items-wrapper .select-formation-radio:checked ~ label .formations-select-item {
  border: 3px solid #007bff;
  border: 0.1875rem solid #007bff;
  -webkit-box-shadow: 0 0 10px #ff874f;
          box-shadow: 0 0 10px #ff874f;
  -webkit-box-shadow: 0 0 0.625rem #ff874f;
          box-shadow: 0 0 0.625rem #ff874f;
}

/* -------------------------------------------------------------------------- */
.view-filters.formation-agence-filter .form-row div:not(.form-actions) {
  min-width: 200px;
  min-width: 12.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.view-filters.formation-agence-filter .form-actions {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-anchor.dropdown-toggle::before, .btn-anchor.dropdown-toggle::after {
  display: none;
}

.vp_anchor,
.vactory-ancre.cloned {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08), 0 3px 4px 0 rgba(0, 0, 0, 0.06), 0 1px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08), 0 3px 4px 0 rgba(0, 0, 0, 0.06), 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.08), 0 0.1875rem 0.25rem 0 rgba(0, 0, 0, 0.06), 0 0.0625rem 0.5rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.08), 0 0.1875rem 0.25rem 0 rgba(0, 0, 0, 0.06), 0 0.0625rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .vactory-ancre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vactory-ancre.cloned {
    padding-right: 85px;
    padding-right: 5.3125rem;
    padding-left: 85px;
    padding-left: 5.3125rem;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    -webkit-transition: top 500ms ease-in;
    -o-transition: top 500ms ease-in;
    transition: top 500ms ease-in;
  }
  .vactory-ancre.fixed {
    opacity: 1;
    visibility: visible;
  }
  .vactory-ancre.fixed.top {
    top: -60px;
    top: -3.75rem;
  }
  .vactory-ancre.fixed.bottom {
    top: 0;
  }
  .toolbar-horizontal.toolbar-tray-open .vactory-ancre.fixed.bottom {
    top: 78px;
    top: 4.875rem;
  }
  .toolbar-horizontal .vactory-ancre.fixed.bottom {
    top: 38px;
    top: 2.375rem;
  }
  .vactory-ancre .anchor-link {
    padding-top: 12px;
    padding-top: 0.75rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
  }
  .vactory-ancre .anchor-link:hover, .vactory-ancre .anchor-link.active {
    background: #007bff;
    color: #fff;
  }
}

@media (max-width: 991.98px) {
  .vp_anchor {
    display: none;
  }
}

.contact {
  display: none;
}

.annual-grid {
  margin: 0 -5px;
  margin: 0 -0.3125rem;
  position: relative;
  overflow: hidden;
}

.annual-grid .item {
  padding: 10px 5px;
  padding: 0.625rem 0.3125rem;
  background-color: transparent;
  position: absolute;
  min-height: 294px;
  min-height: 18.375rem;
  width: 100%;
  -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;
}

.annual-grid .item.muuri-item-dragging {
  z-index: 3;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.annual-grid .item.muuri-item-releasing {
  z-index: 2;
}

.annual-grid .item.ar-w2, .annual-grid .item.ar-w1-3, .annual-grid .item.ar-w3-4, .annual-grid .item.ar-w2-3, .annual-grid .item.ar-w4 {
  width: 100%;
}

.annual-grid .item.awb-corner {
  overflow: hidden;
}

.annual-grid .item.awb-corner:before {
  content: "";
  display: block;
  width: 95px;
  width: 5.9375rem;
  height: 95px;
  height: 5.9375rem;
  position: absolute;
  left: -22px;
  left: -1.375rem;
  bottom: -14px;
  bottom: -0.875rem;
  background-color: transparent;
  background-image: url(../../../../themes/starter1/assets/images/corner-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 11;
}

html[dir=rtl] .annual-grid .item.awb-corner:before {
  left: auto;
  right: -23px;
  right: -1.4375rem;
  background-image: url(../../../../themes/starter1/assets/images/corner-left.png);
}

.annual-grid .item-wrap {
  overflow: hidden;
  position: relative;
  min-height: 294px;
  min-height: 18.375rem;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.11);
          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 0.6875rem 0 rgba(0, 0, 0, 0.11);
  z-index: 3;
}

.annual-grid .awb-bk-default .item-wrap {
  cursor: pointer;
}

.annual-grid .header-content {
  position: absolute;
  top: 20px;
  top: 1.25rem;
  right: 20px;
  right: 1.25rem;
  left: 20px;
  left: 1.25rem;
  min-height: 35px;
  min-height: 2.1875rem;
  z-index: 1;
}

.annual-grid .header-content .filtres {
  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;
}

.annual-grid .header-content .filtres li {
  list-style: none;
}

.annual-grid .header-content .filtres .tag {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  border: 1px solid #ffffff;
  border: 0.0625rem solid #ffffff;
  border-radius: 3px;
  border-radius: 0.1875rem;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 20px;
  line-height: 1.25rem;
  color: #ffffff;
}

.annual-grid .header-content .filtres .media {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 16px;
  line-height: 1rem;
}

.annual-grid .header-content .filtres .media [class^="icon-"]:before {
  color: #ffffff;
}

.annual-grid .item-content {
  padding: 85px 30px 30px 150px;
  padding: 5.3125rem 1.875rem 1.875rem 9.375rem;
  position: relative;
  min-height: 294px;
  min-height: 18.375rem;
  width: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 230px 230px;
  background-position: left bottom;
}

.annual-grid .item-content.full-bk {
  background-size: cover;
}

.annual-grid .item-content img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 80px;
  max-width: 5rem;
}

.annual-grid .item-content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
  color: #ffffff;
}

.annual-grid .item-content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #ffffff;
}

.annual-grid .item-content p.intro {
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}

.annual-grid .item-content p strong,
.annual-grid .item-content p b {
  margin: 0 0 5px;
  margin: 0 0 0.3125rem;
  font-size: inherit;
  line-height: inherit;
}

.annual-grid .item-content .btn-more {
  padding: 0 0 5px;
  padding: 0 0 0.3125rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.8);
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  bottom: 1.875rem;
  right: 30px;
  right: 1.875rem;
}

html[dir=rtl] .annual-grid .item-content .btn-more {
  left: 30px;
  left: 1.875rem;
  right: auto;
}

.annual-grid .item-content blockquote.awb-blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  text-align: center;
}

.annual-grid .item-content blockquote.awb-blockquote p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.annual-grid .item-content blockquote.awb-blockquote p strong,
.annual-grid .item-content blockquote.awb-blockquote p b {
  font-size: inherit;
  line-height: inherit;
}

.annual-grid .item-content blockquote.awb-blockquote:before, .annual-grid .item-content blockquote.awb-blockquote:after {
  content: ";";
  color: #ca0a0b;
  position: absolute;
}

.annual-grid .item-content blockquote.awb-blockquote:before {
  top: -25px;
  top: -1.5625rem;
}

.annual-grid .item-content blockquote.awb-blockquote:after {
  bottom: -25px;
  bottom: -1.5625rem;
}

.annual-grid .bk-white .header-content .filtres .tag {
  border-color: #007bff;
  color: #007bff;
}

.annual-grid .bk-white .header-content .filtres .media [class^="icon-"]:before {
  color: #007bff;
}

.annual-grid .bk-white h3 {
  color: #007bff;
}

.annual-grid .bk-white p {
  color: #000000;
}

.annual-grid .bk-white .btn-more {
  color: #000000;
  border-color: rgba(0, 0, 0, 0.8);
}

.annual-grid .awb-chiffre .item-content {
  text-align: center;
}

.annual-grid .awb-chiffre .item-content h3 {
  margin: 0 0 5px;
  margin: 0 0 0.3125rem;
  font-weight: normal;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 58px;
  line-height: 3.625rem;
  color: #007bff;
}

.annual-grid .awb-chiffre .item-content p {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

.annual-grid .awb-chiffre-img .item-content .media {
  margin: 0;
}

.annual-grid .awb-chiffre-img .item-content img {
  display: block;
  margin: 10px auto 0;
  margin: 0.625rem auto 0;
  max-height: 130px;
  max-height: 8.125rem;
  max-width: none;
  width: auto;
}

.annual-grid .awb-chiffre-img .item-content p {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}

.annual-grid .awb-chiffre-img .item-content p strong,
.annual-grid .awb-chiffre-img .item-content p b {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
}

.annual-grid .awb-bk:not(.awb-bk-default),
.annual-grid .awb-chiffre-img,
.annual-grid .awb-chiffre {
  min-height: 1px;
  min-height: 0.0625rem;
  height: auto;
}

.annual-grid .awb-bk:not(.awb-bk-default) .item-wrap,
.annual-grid .awb-chiffre-img .item-wrap,
.annual-grid .awb-chiffre .item-wrap {
  min-height: 100%;
}

.annual-grid .awb-bk:not(.awb-bk-default) .item-content,
.annual-grid .awb-chiffre-img .item-content,
.annual-grid .awb-chiffre .item-content {
  padding: 75px 30px 60px;
  padding: 4.6875rem 1.875rem 3.75rem;
  min-height: 100%;
}

.annual-grid .awb-chiffre-img,
.annual-grid .awb-chiffre {
  min-height: 300px;
  min-height: 18.75rem;
  height: 100px;
  height: 6.25rem;
}

.annual-grid .awb-chiffre-img .item-wrap,
.annual-grid .awb-chiffre .item-wrap {
  height: 100%;
}

.annual-grid .awb-bk-img .item-content {
  height: 250px;
  height: 15.625rem;
}

@media (min-width: 768px) {
  .annual-grid {
    margin: 0;
  }
  .annual-grid .item {
    padding: 10px;
    padding: 0.625rem;
    min-height: 294px;
    min-height: 18.375rem;
    width: 50%;
  }
  .annual-grid .item.ar-w1-3 {
    width: 50%;
  }
  .annual-grid .item.awb-h2 {
    height: calc(294px * 2 + 40px);
    height: calc(18.375rem * 2 + 2.5rem);
  }
  .annual-grid .item.awb-corner {
    overflow: visible;
  }
  .annual-grid .item.awb-corner:before {
    width: 95px;
    width: 5.9375rem;
    height: 95px;
    height: 5.9375rem;
    left: -13px;
    left: -0.8125rem;
    bottom: -13px;
    bottom: -0.8125rem;
  }
  html[dir=rtl] .annual-grid .item.awb-corner:before {
    left: auto;
    right: -13px;
    right: -0.8125rem;
  }
  .annual-grid .item-wrap {
    height: 100%;
  }
  .annual-grid .item-content {
    padding: 75px 30px 30px;
    padding: 4.6875rem 1.875rem 1.875rem;
    height: 100%;
    background-size: contain;
    background-position: left bottom;
  }
  .annual-grid .item-content h3 {
    font-size: 39px;
    font-size: 2.4375rem;
    line-height: 43px;
    line-height: 2.6875rem;
  }
  .annual-grid .item-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .annual-grid .item-content blockquote.awb-blockquote {
    position: absolute;
    top: 90px;
    top: 5.625rem;
    right: 180px;
    right: 11.25rem;
  }
  .annual-grid .item-content blockquote.awb-blockquote p {
    font-size: 39px;
    font-size: 2.4375rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
  .annual-grid .item-content blockquote.awb-blockquote p strong,
  .annual-grid .item-content blockquote.awb-blockquote p b {
    font-size: inherit;
    line-height: 39px;
    line-height: 2.4375rem;
  }
  .annual-grid .bk-white .item-content {
    padding: 85px 30px 30px;
    padding: 5.3125rem 1.875rem 1.875rem;
  }
  .annual-grid .awb-h2 blockquote.awb-blockquote {
    top: 110px;
    top: 6.875rem;
    right: auto;
    left: auto;
  }
  .annual-grid .awb-chiffre .item-content h3 {
    font-weight: normal;
    font-size: 80px;
    font-size: 5rem;
    line-height: 88px;
    line-height: 5.5rem;
  }
  .annual-grid .awb-chiffre .item-content p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .annual-grid .awb-chiffre .item-content p strong,
  .annual-grid .awb-chiffre .item-content p b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .annual-grid .awb-chiffre-img .item-content img {
    max-height: 200px;
    max-height: 12.5rem;
  }
  .annual-grid .awb-chiffre-img .item-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .annual-grid .awb-chiffre-img .item-content p strong,
  .annual-grid .awb-chiffre-img .item-content p b {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .annual-grid .awb-bk:not(.awb-bk-default),
  .annual-grid .awb-chiffre-img,
  .annual-grid .awb-chiffre {
    min-height: 405px;
    min-height: 25.3125rem;
    height: 405px;
    height: 25.3125rem;
  }
  .annual-grid .awb-bk:not(.awb-bk-default) .item-wrap,
  .annual-grid .awb-chiffre-img .item-wrap,
  .annual-grid .awb-chiffre .item-wrap {
    min-height: 100%;
  }
  .annual-grid .awb-bk:not(.awb-bk-default) .item-content,
  .annual-grid .awb-chiffre-img .item-content,
  .annual-grid .awb-chiffre .item-content {
    padding: 95px 30px 60px;
    padding: 5.9375rem 1.875rem 3.75rem;
    height: 100%;
  }
  .annual-grid .awb-bk:not(.awb-bk-default) .item-content p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
  .annual-grid .awb-bk:not(.awb-bk-default) .item-content p.intro {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
  html[dir=rtl] .annual-grid .awb-bk-default:not(.awb-h2) .item-content {
    background-position: right bottom;
  }
  html[dir=rtl] .annual-grid .awb-bk-default:not(.awb-h2) .item-content blockquote.awb-blockquote {
    right: auto;
    left: 180px;
    left: 11.25rem;
  }
}

@media (min-width: 992px) {
  .annual-grid .item {
    width: 25%;
  }
  .annual-grid .item.ar-w2 {
    width: 50%;
  }
  .annual-grid .item.ar-w1-3 {
    width: calc(33.3333% - 1px);
    width: calc(33.3333% - 0.0625rem);
  }
  .annual-grid .item.ar-w3-4 {
    width: 75%;
  }
  .annual-grid .item.ar-w2-3 {
    width: calc(66.6666% - 1px);
    width: calc(66.6666% - 0.0625rem);
  }
}

.awb-related-content {
  margin: 40px 0 0;
  margin: 2.5rem 0 0;
  padding: 0 0 40px;
  padding: 0 0 2.5rem;
  background-color: #f8f9fb;
}

.awb-related-content .field-name-field-p-title {
  margin: 40px 30px;
  margin: 2.5rem 1.875rem;
}

@media (min-width: 768px) {
  .awb-related-content {
    margin: 80px 0 0;
    margin: 5rem 0 0;
    padding: 40px 0 80px;
    padding: 2.5rem 0 5rem;
  }
  .awb-related-content .field-name-field-p-title {
    margin: 40px 50px;
    margin: 2.5rem 3.125rem;
  }
}

.view-digital-report:not(.class) .view-filters {
  margin: 40px 0 20px;
  margin: 2.5rem 0 1.25rem;
}

.view-digital-report:not(.class) .view-content {
  margin: 0 0 40px;
  margin: 0 0 2.5rem;
}

@media (min-width: 768px) {
  .view-digital-report:not(.class) .view-filters {
    margin: 40px 0;
    margin: 2.5rem 0;
  }
  .view-digital-report:not(.class) .view-content {
    margin: 0 0 80px;
    margin: 0 0 5rem;
  }
}

.confirmation-wrapper {
  padding: 50px;
  padding: 3.125rem;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
}

td.fc-widget-content {
  cursor: pointer;
}

td.fc-axis {
  cursor: auto;
}

div#adviser-holiday-title-wrapper {
  padding: 50px;
  padding: 3.125rem;
  position: fixed;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 35%;
  border: 2px solid #007bff;
  border: 0.125rem solid #007bff;
  background: #fff;
  z-index: 9999;
}

.adviser-holiday-title-bg {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  opacity: 0.7;
}

.adviser-title-error {
  color: red;
  font-size: 14px;
  font-size: 0.875rem;
}

span.adviser-holiday-title-closer {
  position: absolute;
  top: 0;
  left: 15px;
  left: 0.9375rem;
  font-size: 32px;
  font-size: 2rem;
  cursor: pointer;
  color: #007bff;
}

.event-description {
  position: absolute;
  background: #fff;
  color: #0a0a0a;
  border: 1px solid #007bff;
  border: 0.0625rem solid #007bff;
  font-size: 13px;
  font-size: 0.8125rem;
  top: 0;
  width: 90%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}

.event-description.event-description-bottom {
  bottom: 0;
  top: unset;
}

.event-description.show {
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  padding: 8px;
  padding: 0.5rem;
  height: 400%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in, height 0.5s ease-in;
  -o-transition: opacity 0.3s ease-in, height 0.5s ease-in;
  transition: opacity 0.3s ease-in, height 0.5s ease-in;
}

.event-description.show-bottom {
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  padding: 8px;
  padding: 0.5rem;
  height: 350%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in, height 0.5s ease-in;
  -o-transition: opacity 0.3s ease-in, height 0.5s ease-in;
  transition: opacity 0.3s ease-in, height 0.5s ease-in;
}

/* ----------------------------- Select adviser ----------------------------- */
.card-radio-wrapper > div {
  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: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
}

.card-radio-wrapper > div .form-item {
  margin: 0;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  width: 100%;
  min-height: 1px;
  min-height: 0.0625rem;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  /**
       * fix responsive for cards
       * inside input type radio
       **/
}

@media (min-width: 576px) {
  .card-radio-wrapper > div .form-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .card-radio-wrapper > div .form-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .card-radio-wrapper > div .form-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.card-radio-wrapper > div label {
  margin: 0;
  display: block;
  height: 100%;
}

.card-radio-wrapper > div .hidden-radio {
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 12.5px;
  left: 0.78125rem;
  bottom: 20px;
  bottom: 1.25rem;
  width: calc(100% - 25px);
  width: calc(100% - 1.5625rem);
  height: calc(100% - 20px);
  height: calc(100% - 1.25rem);
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.card-radio-wrapper > div .form-radio:checked ~ label .push-card {
  border-color: #007bff !important;
}

.card-radio-wrapper > div .form-radio:checked ~ label .push-card hr {
  border-top-color: rgba(0, 123, 255, 0.23);
}

.card-radio-wrapper > div .push-card {
  width: 100%;
}

.card-radio-wrapper.card-radio--inline > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* -------------------------------------------------------------------------- */
/*                            Formation Date Resume                           */
/* -------------------------------------------------------------------------- */
.date-resume {
  padding: 20px;
  padding: 1.25rem;
}

.date-resume__icon {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.date-resume__icon img {
  max-height: 92px;
  max-height: 5.75rem;
}

.date-resume__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.date-resume__span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.date-resume__date {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.date-resume__hour {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 23px;
  line-height: 1.4375rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .date-resume {
    padding: 24px 20px 30px;
    padding: 1.5rem 1.25rem 1.875rem;
  }
  .date-resume__title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 44px;
    line-height: 2.75rem;
    letter-spacing: -0.23px;
    margin-bottom: 3px;
    margin-bottom: 0.1875rem;
  }
  .date-resume__span {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 23px;
    line-height: 1.4375rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}

/* -------------------------------------------------------------------------- */
/*                            Form user information                           */
/* -------------------------------------------------------------------------- */
.user-informations {
  padding: 20px;
  padding: 1.25rem;
}

.user-informations label {
  display: none;
}

.user-informations .conditions-general + label {
  display: block;
}

@media (min-width: 768px) {
  .user-informations {
    padding: 25px;
    padding: 1.5625rem;
  }
}

/* -------------------------------------------------------------------------- */
/*                             Condition generale                             */
/* -------------------------------------------------------------------------- */
.borne-conditions__collapse {
  text-decoration: none;
}

.borne-conditions__collapse:hover {
  text-decoration: none;
}

.borne-conditions__collapse i {
  margin-left: 5px;
  margin-left: 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  vertical-align: middle;
}

.borne-conditions__collapse span {
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #000;
  opacity: .43;
}

.borne-conditions__collapse[aria-expanded="true"] i::before {
  content: "";
}

.borne-conditions__text {
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

/* -------------------------------------------------------------------------- */
/* ----------------------------- CHange rdv card ---------------------------- */
.card-rdv-edit {
  position: relative;
}

.card-rdv-edit .btn-edit {
  position: absolute;
  z-index: 1;
  top: 4px;
  top: 0.25rem;
  left: 4px;
  left: 0.25rem;
}

.card-rdv-edit .card-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-rdv-edit .card-picto {
  margin-left: 30px;
  margin-left: 1.875rem;
}

.card-rdv-edit .card-picto img {
  max-height: 122px;
  max-height: 7.625rem;
  max-width: 122px;
  max-width: 7.625rem;
}

.card-rdv-edit .card-body {
  padding-bottom: 0;
}

/* -------------------------------------------------------------------------- */
/*                              confirmation page                             */
/* -------------------------------------------------------------------------- */
.confirmation-page {
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.confirmation-page .smile-icon img {
  max-height: 122px;
  max-height: 7.625rem;
}

.vf-banner {
  position: relative;
}

.vf-banner__image {
  position: relative;
  background: -o-linear-gradient(306.85deg, #86736C 0%, #4E3F3A 100%);
  background: linear-gradient(-216.85deg, #86736C 0%, #4E3F3A 100%);
}

.vf-banner__image::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.vf-banner__image img {
  width: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 550px;
  min-height: 34.375rem;
  max-height: 600px;
  max-height: 37.5rem;
}

.vf-banner__image img:not(.lazyloaded) {
  height: 0;
}

.vf-banner__container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  z-index: 2;
  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-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 100px;
  padding-top: 6.25rem;
}

.vf-banner__title h1 {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
}

.vf-banner__body {
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: left;
}

.vf-banner__body .btn-primary:hover, .vf-banner__body .btn-primary:focus, .vf-banner__body .btn-primary:active, .vf-banner__body .btn-primary:hover:focus, .vf-banner__body .btn-primary:active:focus, .vf-banner__body .btn-primary:not(:disabled):not(.disabled):active, .vf-banner__body .btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .vf-banner__image img {
    max-height: 540px;
    max-height: 33.75rem;
    min-height: 440px;
    min-height: 27.5rem;
  }
  .vf-banner__container {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
}

.user-edit-profile .user-picture-field img {
  max-width: 10%;
  height: auto;
}

.vactory-flash-news {
  padding: 10px;
  padding: 0.625rem;
  overflow: hidden;
}

.vactory-flash-news__items {
  position: relative;
  overflow: hidden;
  height: 26px;
  height: 1.625rem;
}

.vactory-flash-news__item {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 200%);
      -ms-transform: translate(0, 200%);
          transform: translate(0, 200%);
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

.vactory-flash-news__item a {
  color: #000;
}

.vactory-flash-news__item.prev {
  -webkit-transform: translate(0, -200%);
      -ms-transform: translate(0, -200%);
          transform: translate(0, -200%);
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in, -webkit-transform 500ms ease-in;
  transition: opacity 300ms ease-in, -webkit-transform 500ms ease-in;
  -o-transition: transform 500ms ease-in, opacity 300ms ease-in;
  transition: transform 500ms ease-in, opacity 300ms ease-in;
  transition: transform 500ms ease-in, opacity 300ms ease-in, -webkit-transform 500ms ease-in;
}

.vactory-flash-news__item.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 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;
}

.governance-slider-full .slick-list {
  margin-right: 0;
  margin-left: 0;
}

.card-governance .card-governance-social-media {
  margin: 20px auto 0 auto;
  margin: 1.25rem auto 0 auto;
}

.card-governance .card-governance-social-media .social-media-links--platforms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-governance .card-governance-social-media .social-media-links--platforms li {
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.page--vactory-governance {
  background-color: #f7f7f7;
}

.page--vactory-governance .social-media a {
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
}

.governance-member .nav-tabs {
  border: none;
}

.governance-member .nav-tabs .nav-link {
  font-size: 18px;
  font-size: 1.125rem;
}

.governance-member .nav-tabs .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  text-align: center;
}

.governance-member .vf-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (max-width: 991.98px) {
  .governance-member {
    position: relative;
  }
  .governance-member .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .governance-member .nav-tabs:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 58px;
    width: 3.625rem;
    height: 54px;
    height: 3.375rem;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%);
  }
  .governance-member .nav-item {
    white-space: nowrap;
  }
  .governance-member .nav-item a {
    padding: 17px 24px;
    padding: 1.0625rem 1.5rem;
  }
}

.load-layer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.domLoaded .load-layer {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}

.load-layer__logo {
  max-width: 400px;
  max-width: 25rem;
  -webkit-animation: signal 1s infinite alternate ease-in-out;
          animation: signal 1s infinite alternate ease-in-out;
}

@media (max-width: 767.98px) {
  .load-layer__logo {
    max-width: 80%;
  }
}

@-webkit-keyframes signal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes signal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.container_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 640px;
  height: 40rem;
  width: 100%;
  position: relative;
}

.container_map.background_image {
  background-size: cover;
  background-repeat: no-repeat;
}

.container_map .map-overlay {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container_map .btn.btn-secondary.js-loadmap {
  z-index: 3;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.container_map .btn.btn-secondary.js-loadmap:hover, .container_map .btn.btn-secondary.js-loadmap:focus, .container_map .btn.btn-secondary.js-loadmap:active, .container_map .btn.btn-secondary.js-loadmap:active:focus {
  background: #60686f;
  border-color: #60686f;
}

.location-map-wrapper {
  position: relative;
  display: none;
}

.block-location {
  max-width: 100%;
  position: relative;
  display: none;
}

.block-location .block-location-wrapper {
  margin-top: 19px;
  margin-top: 1.1875rem;
  position: absolute;
  z-index: 1;
  width: 100%;
}

.block-location .location-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding: 14px 0px 13px 11px;
  padding: 0.875rem 0 0.8125rem 0.6875rem;
  position: relative;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.3);
}

html[dir=rtl] .block-location .location-search {
  padding: 14px 11px 13px 0px;
  padding: 0.875rem 0.6875rem 0.8125rem 0;
  padding: 0.875rem 0.6875rem 0.8125rem 0px;
}

.block-location .location-search:after, .block-location .location-search:before {
  position: absolute;
  z-index: 1;
  color: #000;
  cursor: pointer;
}

.block-location .location-search:after {
  content: "";
  font-size: 16px;
  font-size: 1rem;
  top: 26px;
  top: 1.625rem;
  left: 22px;
  left: 1.375rem;
}

html[dir=rtl] .block-location .location-search:after {
  right: 16px;
  right: 1rem;
  left: auto;
}

.block-location .location-search:before {
  content: "";
  font-size: 22px;
  font-size: 1.375rem;
  padding: 10px;
  padding: 0.625rem;
  top: 10px;
  top: 0.625rem;
  right: 10px;
  right: 0.625rem;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  border-radius: 0.125rem;
}

html[dir=rtl] .block-location .location-search:before {
  left: 10px;
  left: 0.625rem;
  right: auto;
}

.block-location .location-search label {
  display: none;
}

.block-location .btn-search,
.block-location .btn-gps {
  background: transparent;
  border: none;
  font-size: 0;
  position: absolute;
  padding: 18px;
  padding: 1.125rem;
  top: 10px;
  top: 0.625rem;
  cursor: pointer;
  z-index: 1;
}

.block-location .input-search {
  margin-right: 55px;
  margin-right: 3.4375rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  color: #000;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

html[dir=rtl] .block-location .input-search {
  margin-left: 55px;
  margin-left: 3.4375rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  margin-right: 0px;
  margin-right: 0;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.block-location .btn-gps {
  right: 10px;
  right: 0.625rem;
}

html[dir=rtl] .block-location .btn-gps {
  right: auto;
  left: 10px;
  left: 0.625rem;
}

.block-location .location-list {
  background: #fff;
  width: 100%;
  display: none;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.3);
}

.block-location .location-list .list-group-item {
  padding: 5px;
  padding: 0.3125rem;
  border: none;
  border-bottom: 1px solid #f8f9fa;
  border-bottom: 0.0625rem solid #f8f9fa;
  margin-bottom: 0;
  cursor: pointer;
}

.block-location .location-list .list-group-item:last-child {
  border-bottom: none;
}

.block-location .location-list .agences-box {
  max-height: 287px;
  max-height: 17.9375rem;
  border-radius: 8px;
  border-radius: 0.5rem;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}

.block-location .location-list .agences-box::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
  border-radius: 0.5rem;
}

.block-location .location-list .agences-box::-webkit-scrollbar {
  width: 8px;
  width: 0.5rem;
  background-color: #fff;
  border-radius: 8px;
  border-radius: 0.5rem;
}

.block-location .location-list .agences-box::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border-radius: 0.5rem;
  height: 100px;
  height: 6.25rem;
  background-color: #007bff;
}

.block-location .form-control::-webkit-input-placeholder {
  color: #000;
}

.block-location .form-control::-moz-placeholder {
  color: #000;
}

.block-location .form-control:-ms-input-placeholder {
  color: #000;
}

.block-location .form-control::-ms-input-placeholder {
  color: #000;
}

.block-location .form-control::placeholder {
  color: #000;
}

.block-location .nav-address {
  width: 100%;
  background-color: #fff;
  padding: 0 23px;
  padding: 0 1.4375rem;
  border-top: 2px solid #efefef;
  border-top: 0.125rem solid #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 49px;
  height: 3.0625rem;
  border-radius: 0px 0px 8px 8px;
  border-radius: 0 0 0.5rem 0.5rem;
  border-radius: 0px 0px 0.5rem 0.5rem;
}

.block-location .nav-address .counting-result {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #9f9f9f;
}

.block-location .nav-address .navigation {
  margin-right: auto;
}

html[dir=rtl] .block-location .nav-address .navigation {
  margin-right: 0;
  margin-left: auto;
}

.block-location .nav-address .navigation a {
  cursor: pointer;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.block-location .nav-address .navigation i {
  font-size: 23px;
  font-size: 1.4375rem;
  color: #9f9f9f;
}

.location-list-element {
  cursor: pointer;
}

.location-list-element h3 {
  color: #000;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.location-list-element p {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
}

.location-list-element p a {
  font-weight: 500;
}

.location-map {
  width: 100%;
  height: 640px;
  height: 40rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}

html[dir=rtl] .location-map button[aria-label="Close"] {
  left: auto !important;
  right: 0px !important;
  right: 0 !important;
}

.listeempty {
  padding: 17px;
  padding: 1.0625rem;
  text-align: center;
}

.close-button {
  position: absolute;
  top: 27px;
  top: 1.6875rem;
  left: 32px;
  left: 2rem;
  font-size: 10px;
  font-size: 0.625rem;
  cursor: pointer;
}

html[dir=rtl] .close-button {
  left: auto;
  right: 32px;
  right: 2rem;
}

.close-button a {
  padding: 7px;
  padding: 0.4375rem;
  display: none;
}

@media (min-width: 992px) {
  .block-location .location-search {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.3);
    padding: 31px 14px 13px 14px;
    padding: 1.9375rem 0.875rem 0.8125rem 0.875rem;
  }
  .block-location .location-search:before,
  .block-location .location-search .input-search {
    color: #adb5bd;
  }
  .block-location .location-search:after {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .block-location .location-search:before {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid;
    border: 0.0625rem solid;
    right: 13px;
    right: 0.8125rem;
    top: 23px;
    top: 1.4375rem;
  }
  .block-location .location-search label {
    display: block;
    position: absolute;
    top: 5px;
    top: 0.3125rem;
    right: 85px;
    right: 5.3125rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  html[dir=rtl] .block-location .location-search {
    padding: 31px 11px 13px 20px;
    padding: 1.9375rem 0.6875rem 0.8125rem 1.25rem;
  }
  html[dir=rtl] .block-location .location-search:before {
    left: 21px;
    left: 1.3125rem;
    right: auto;
  }
  html[dir=rtl] .block-location .location-search label {
    left: 90px;
    left: 5.625rem;
    right: auto;
  }
  .block-location .input-search {
    padding-left: 33px;
    padding-left: 2.0625rem;
  }
  html[dir=rtl] .block-location .input-search {
    padding-right: 33px;
    padding-right: 2.0625rem;
    padding-left: 33px;
    padding-left: 2.0625rem;
  }
  .block-location .btn-gps {
    right: 23px;
    right: 1.4375rem;
    top: 27px;
    top: 1.6875rem;
  }
  html[dir=rtl] .block-location .btn-gps {
    left: 23px;
    left: 1.4375rem;
    right: auto;
  }
  .block-location .btn-search {
    left: 18px;
    left: 1.125rem;
    top: 16px;
    top: 1rem;
  }
  html[dir=rtl] .block-location .btn-search {
    right: 18px;
    right: 1.125rem;
    left: auto;
  }
  .block-location .location-search,
  .block-location .location-list {
    border-radius: 8px;
    border-radius: 0.5rem;
  }
  .block-location .location-search:after {
    top: 40px;
    top: 2.5rem;
  }
  .block-location .location-list .list-group-item {
    padding: 5px 11px;
    padding: 0.3125rem 0.6875rem;
  }
  .block-location .location-list {
    max-height: 337px;
    max-height: 21.0625rem;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.3);
  }
  .block-location .location-list::-webkit-scrollbar-track {
    border-radius: 8px;
    border-radius: 0.5rem;
  }
  .block-location .location-list::-webkit-scrollbar {
    border-radius: 8px;
    border-radius: 0.5rem;
  }
  .block-location .block-location-wrapper {
    margin-top: 10px;
    margin-top: 0.625rem;
    margin-right: 30px;
    margin-right: 1.875rem;
    min-width: 445px;
    min-width: 27.8125rem;
    max-width: 445px;
    max-width: 27.8125rem;
  }
  html[dir=rtl] .block-location .block-location-wrapper {
    margin-left: 30px;
    margin-left: 1.875rem;
    margin-right: 0px;
    margin-right: 0;
  }
  .block-location .form-control::-webkit-input-placeholder {
    color: #adb5bd;
  }
  .block-location .form-control::-moz-placeholder {
    color: #adb5bd;
  }
  .block-location .form-control:-ms-input-placeholder {
    color: #adb5bd;
  }
  .block-location .form-control::-ms-input-placeholder {
    color: #adb5bd;
  }
  .block-location .form-control::placeholder {
    color: #adb5bd;
  }
  .block-location .close-button {
    left: 46px;
    left: 2.875rem;
    top: 40px;
    top: 2.5rem;
    font-size: 16px;
    font-size: 1rem;
  }
  html[dir=rtl] .block-location .close-button {
    left: auto;
    right: 46px;
    right: 2.875rem;
  }
  .block-location .nav-address .navigation i {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .block-location .nav-address .counting-result {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .block--vactorylocatorblock .location-map {
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
    height: 500px;
    height: 31.25rem;
  }
}

.fancy_card {
  position: relative;
  margin: 5% 10%;
  width: 50%;
  height: auto;
  border: 2px solid black;
  border: 0.125rem solid black;
  z-index: 100;
}

.vactory-news--full {
  position: relative;
}

.card.notifications {
  height: auto;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.notifications-link {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}

.notifications-link .notifications-count-wrapper {
  position: relative;
}

.notifications-link .notifications-count-wrapper i[class^="icon-"] {
  font-size: 30px;
  font-size: 1.875rem;
  margin-right: 0;
}

.notifications-link .notifications-count-wrapper .notifications-count {
  background-color: #dc3545;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 2px;
  padding: 0.125rem;
}

.push-notifications {
  height: auto;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  display: none;
}

.push-notifications .paragraph.paragraph--type--vactory-component {
  background: #fff;
  padding: 15px;
  padding: 0.9375rem;
}

@media (min-width: 768px) {
  .push-notifications .paragraph.paragraph--type--vactory-component {
    padding: 20px;
    padding: 1.25rem;
  }
}

.push-notifications .close {
  position: absolute;
  top: 5%;
  left: 3%;
  color: red;
  text-shadow: none;
  opacity: 1;
}

.push-notifications .push-notifications--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.frequent-search-wrapper {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.smart-search-exposed-form form legend {
  font-weight: bold;
}

.smart-search-exposed-form form .form-type-textfield.form-item-search-api-fulltext {
  padding: 0;
  margin-bottom: 0.5rem;
}

.smart-search-exposed-form form .form-checkboxes .form-group.form-type-checkbox {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.smart-search-exposed-form form .form-checkboxes .form-group.form-type-checkbox label {
  padding-right: 0.4rem;
  position: static;
  width: auto;
  height: auto;
  clip: unset;
}

.view--vactory-smart-search .view__header {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.form-type-search-api-autocomplete {
  width: 100%;
}

.search-api-autocomplete-search {
  z-index: 10000;
}

.variant2_suggestion input {
  background-color: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: 1px solid #666 !important;
  border-bottom: 0.0625rem solid #666 !important;
  width: 100% !important;
  padding: 10px 0 5px 20px !important;
  padding: 0.625rem 0 0.3125rem 1.25rem !important;
  color: white !important;
  font-size: 24px !important;
  font-size: 1.5rem !important;
}

.search-api-autocomplete-suggestion {
  padding: 3px 5px;
  padding: 0.1875rem 0.3125rem;
  position: relative;
}

.search-api-autocomplete-search .ui-menu-item-wrapper,
.search-api-autocomplete-search .ui-menu-item-wrapper .ui-state-active {
  border: 0;
  color: #333;
  margin: 0;
  padding: 0;
}

.search-api-autocomplete-search .ui-menu-item {
  list-style-image: none;
}

.search-api-autocomplete-search .ui-menu-item:hover {
  background: #eee;
}

.search-api-autocomplete-search .ui-menu-item a {
  text-decoration: none;
}

.search-api-autocomplete-suggestion .autocomplete-suggestion-note {
  font-size: 90%;
}

.gradient {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  height: 200px;
  height: 12.5rem;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 70%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
}

.block-comment {
  padding-bottom: 0px;
  padding-bottom: 0;
  padding-top: 0px;
  padding-top: 0;
}

.comment-container {
  position: relative;
}

.wrapper-icone {
  z-index: 0;
  height: 49px;
  height: 3.0625rem;
}

.wrapper-icone a {
  text-decoration: none;
  height: 100%;
}

.wrapper-icone .favorite-icone::before {
  content: "";
  font-family: 'vactory';
  font-size: 16px;
  font-size: 1rem;
  color: #dc3545;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .5s ease-in;
  transition: -webkit-transform .5s ease-in;
  -o-transition: transform .5s ease-in;
  transition: transform .5s ease-in;
  transition: transform .5s ease-in, -webkit-transform .5s ease-in;
}

.wrapper-icone .favorite-icone.active::before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  content: "";
}

.wrapper-icone .contact-link::before {
  content: "";
  font-family: 'vactory';
  font-size: 16px;
  font-size: 1rem;
  color: #007bff;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .5s ease-in;
  transition: -webkit-transform .5s ease-in;
  -o-transition: transform .5s ease-in;
  transition: transform .5s ease-in;
  transition: transform .5s ease-in, -webkit-transform .5s ease-in;
}

.wrapper-icone .contact-link:hover::before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  content: "";
}

.wrapper-icone .ajax-progress {
  display: none;
}

.wrapper-icone:hover, .wrapper-icone:focus {
  cursor: pointer;
}

.wrapper-icone:hover .favorite-icone::before, .wrapper-icone:focus .favorite-icone::before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.flag-content {
  z-index: 9;
}

.no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* @todo: Use SCSS Instead */
.sondage-option input {
  display: none;
}

.sondage-option label {
  margin: 0;
  display: block;
}

.sondage-option input[type="radio"]:checked + label h6 {
  border: 1px solid #00aaff !important;
  border: 0.0625rem solid #00aaff !important;
  -webkit-box-shadow: 0 0 2px #00aaff;
          box-shadow: 0 0 2px #00aaff;
  -webkit-box-shadow: 0 0 0.125rem #00aaff;
          box-shadow: 0 0 0.125rem #00aaff;
}

.sondage-option.type-image input[type="radio"]:checked + label {
  border: 1px solid #00aaff !important;
  border: 0.0625rem solid #00aaff !important;
  -webkit-box-shadow: 0 0 6px #00aaff;
          box-shadow: 0 0 6px #00aaff;
  -webkit-box-shadow: 0 0 0.375rem #00aaff;
          box-shadow: 0 0 0.375rem #00aaff;
}

.sondage-option.type-image div {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sondage-option.type-image div div {
  min-width: 45%;
  border: 1px solid #aaa;
  border: 0.0625rem solid #aaa;
  padding: 0;
  margin-left: 8px;
  margin-left: 0.5rem;
}

.sondage-option.type-image div div label {
  width: 100%;
  height: 100%;
}

.splash-screen {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.splash-screen .paragraph.paragraph--type--vactory-component {
  background: #fff;
  padding: 20px;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .splash-screen .paragraph.paragraph--type--vactory-component {
    padding: 50px;
    padding: 3.125rem;
  }
}

.splash-screen .close {
  position: absolute;
  top: 5%;
  left: 3%;
  color: white;
  text-shadow: none;
  opacity: 1;
}

.splash-screen .splash-screen--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vactory-toolbox {
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1091;
  display: block;
}

html.menu-open,
body.menu-open {
  height: 100%;
  overflow: hidden;
}

.vh-sticky {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  -webkit-transition: top 500ms ease-in;
  -o-transition: top 500ms ease-in;
  transition: top 500ms ease-in;
}

.vh-sticky.vh-fixed {
  position: fixed;
}

.vh-sticky.top {
  top: 0;
}

.toolbar-horizontal .vh-sticky.top {
  top: -34px;
  top: -2.125rem;
}

.toolbar-horizontal.toolbar-tray-open .vh-sticky.top {
  top: 6px;
  top: 0.375rem;
}

.vh-sticky.bottom {
  top: -120px;
  top: -7.5rem;
}

.vh-sticky.transitioned {
  -webkit-transition: top ease-in 0.5s;
  -o-transition: top ease-in 0.5s;
  transition: top ease-in 0.5s;
}

.vh-header {
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
}

.vh-header__branding .navbar-brand {
  padding: 0;
}

.vh-header__branding img {
  max-height: 40px;
  max-height: 2.5rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
}

.vh-header__language-drop-switcher .bootstrap-select.form-control {
  width: auto;
}

.vh-header__language-drop-switcher.transparent .bootstrap-select {
  border: none;
  background: transparent;
  color: #fff;
}

.vh-header__language-drop-switcher.transparent .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  padding-right: 0;
  color: #007bff;
}

.vh-header__language-drop-switcher.transparent .dropdown-toggle:focus {
  outline: none !important;
}

.vh-header__language-drop-switcher.transparent .dropdown-toggle::after {
  margin: 0;
}

.vh-header__language-drop-switcher.transparent .dropdown-menu {
  border: none;
  padding: 0;
}

.vh-header__language-drop-switcher.transparent .dropdown-menu li a {
  font-weight: 400;
  color: #212529;
  font-size: 15px;
  font-size: 0.9375rem;
}

.vh-header__language-drop-switcher.transparent .dropdown-menu li:hover {
  background: #f8f9fa;
}

.vh-header__language-link-switcher ul {
  list-style: none;
  padding: 0;
}

.vh-header__language-link-switcher li {
  display: inline-block;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
}

.vh-header__language-link-switcher a {
  color: #000;
}

.vh-header__language-link-switcher a:hover {
  color: #007bff;
}

.vh-header__language-link-switcher a.is-active {
  color: #007bff;
}

.vh-header__language-link-switcher.white a {
  color: #fff;
}

.vh-header__language-link-switcher--inline .language-switcher-language-url {
  list-style: none;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.vh-header__language-link-switcher--inline .language-link {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Tajawal";
  color: #007bff;
  padding: 3px 4px;
  padding: 0.1875rem 0.25rem;
  margin: 0 4px;
  margin: 0 0.25rem;
}

.vh-header__language-link-switcher--inline .language-link.is-active {
  color: #000;
  pointer-events: none;
}

.vh-header__language-link-switcher--inline li:not(:last-child) a::before {
  content: '';
  position: absolute;
  top: 1px;
  top: 0.0625rem;
  height: 18px;
  height: 1.125rem;
  width: 1px;
  width: 0.0625rem;
  background-color: #000;
  left: -4px;
  left: -0.25rem;
}

.vh-header button.js-btn-search-overlay {
  background: transparent;
  color: #007bff;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.vh-header__search-btn button {
  height: 100%;
  border: none;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: transparent;
  padding: 10px;
  padding: 0.625rem;
  cursor: pointer;
  color: #000;
}

.vh-header__search-btn button:hover {
  color: #007bff;
}

.vh-header__search-btn.white button {
  color: #fff;
}

.vh-header nav.block--menu a {
  display: inline-block;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  color: #fff;
}

.vh-header nav.block--menu a:hover {
  color: #007bff;
}

.vh-header__menu {
  /*
    * Desktop Style
    */
  /*
    * Mobile Style
    */
}

.vh-header__menu .mega-dropdown {
  position: static;
}

.vh-header__menu .navbar {
  padding: 0;
  position: static;
}

.vh-header__menu .navbar-nav {
  margin-right: auto;
}

.vh-header__menu .navbar-nav > .dropdown .dropdown-menu {
  min-width: 210px;
  min-width: 13.125rem;
  margin-top: 0;
}

.vh-header__menu .navbar-nav:not(.menu-level--1) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vh-header__menu .navbar-nav:not(.menu-level--1) .nav-item {
  display: block;
}

.vh-header__menu .dropdown-toggle::after {
  display: inline-block;
  position: absolute;
  left: 10px;
  left: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  font-family: 'vactory';
  border: none;
  width: auto;
  height: auto;
}

.vh-header__menu .dropdown-toggle[aria-expanded="true"]::after {
  content: "";
}

.vh-header__menu .dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 0 30px rgba(115, 128, 157, 0.4);
          box-shadow: 0 0 30px rgba(115, 128, 157, 0.4);
  -webkit-box-shadow: 0 0 1.875rem rgba(115, 128, 157, 0.4);
          box-shadow: 0 0 1.875rem rgba(115, 128, 157, 0.4);
  border-radius: 0.25rem;
}

.vh-header__menu .dropdown-menu.menu__level--1 {
  top: inherit !important;
}

.vh-header__menu .dropdown-menu.animated:not(.menu__level--1):not(.mega-menu) {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.vh-header__menu .dropdown-menu .nav-item:focus > .nav-link, .vh-header__menu .dropdown-menu .nav-item:hover > .nav-link {
  background-color: #ccc;
}

.vh-header__menu .dropdown-submenu {
  position: relative;
}

.vh-header__menu .dropdown-submenu > .dropdown-menu {
  top: 0;
  right: 100%;
  margin-right: 0;
  border-radius: 0.25rem;
  display: none;
}

.vh-header__menu .dropdown-submenu > .dropdown-menu.menu-right {
  right: auto;
  left: 100%;
}

.vh-header__menu .nav-link.is-active, .vh-header__menu .nav-link.is-active-trail {
  background-color: #007bff;
}

.vh-header__menu .menu-level--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vh-header__menu .menu__item--1 .nav-link {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}

.vh-header__menu .menu__item--1 .nav-link.dropdown-toggle {
  padding: 10px 20px 10px 40px;
  padding: 0.625rem 1.25rem 0.625rem 2.5rem;
  position: relative;
}

.vh-header__menu .menu__item--1.show > .nav-link, .vh-header__menu .menu__item--1:hover > .nav-link {
  background: #007bff;
}

.vh-header__menu .menu__item--1.show .dropdown-toggle::after, .vh-header__menu .menu__item--1:hover .dropdown-toggle::after {
  content: "";
}

.vh-header__menu .menu__item--2 .nav-link {
  position: relative;
  color: #000;
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
}

.vh-header__menu .menu__item--2 .nav-link.dropdown-toggle {
  padding: 8px 10px 8px 15px;
  padding: 0.5rem 0.625rem 0.5rem 0.9375rem;
}

.vh-header__menu .menu__item--2 .nav-link.dropdown-toggle::after {
  content: "";
}

@media (min-width: 992px) {
  .vh-header__menu .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .vh-header__menu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .vh-header__menu .dropdown-menu.animated {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
  }
}

.vh-header .mega-menu {
  padding: 20px;
  padding: 1.25rem;
}

.vh-header .mega-menu .field__label {
  display: none;
}

.vh-header .mega-menu ul {
  list-style: none;
  padding: 0;
}

.vh-header .main__field-injected-block {
  padding-top: 20px;
  padding-top: 1.25rem;
}

.vh-header .main__field-injected-block .field__label {
  display: none;
}

.vh-header__social-link.white span.fa {
  color: #fff;
}

.vh-header__scroll-indicator {
  display: block;
  background-color: #007bff;
  height: 3px;
  height: 0.1875rem;
  width: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.vh-header ul {
  list-style: none;
  padding-right: 0;
  margin-bottom: 0;
}

.vhm-header {
  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 10px;
  padding: 1.25rem 0.625rem;
}

.vhm-header__branding {
  text-align: center;
}

.vhm-header__branding .navbar-brand {
  margin: 0;
}

.vhm-header__branding img {
  max-height: 50px;
  max-height: 3.125rem;
}

.vhm-header__menu {
  overflow: auto;
  overflow-x: hidden;
}

.vhm-header__menu ul {
  padding: 0;
  list-style: none;
}

.vhm-header__menu .menu-wrapper {
  display: none;
}

.vhm-header__menu .menu__item.has-sub > .menu__link {
  position: relative;
  padding-left: 40px;
  padding-left: 2.5rem;
}

.vhm-header__menu .menu__item.has-sub > .menu__link::after {
  content: "";
  font-family: 'vactory';
  display: block;
  position: absolute;
  left: 20px;
  left: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.vhm-header__menu .menu__item.has-sub > .menu__link.expanded::after {
  content: "";
}

.vhm-header__menu .menu__link,
.vhm-header__menu .menu_sub_link {
  display: block;
}

.vhm-header__menu .menu__link {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
}

.vhm-header__menu .menu__link.is-active-trail {
  background: #007bff;
}

.vhm-header__menu .menu-wrapper {
  padding: 0 10px;
  padding: 0 0.625rem;
}

.vhm-header__menu .menu_sub_link {
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
}

.vhm-header__menu .menu_sub_link.is-active {
  background: #007bff;
  color: #fff;
}

.vhm-header__social-link {
  text-align: center;
  margin-top: auto;
  padding-top: 20px;
  padding-top: 1.25rem;
}

/* === VARIABLES === */
/* === COMPONENTS === */
.vh-variant1 .vh-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vh-variant1 .navbar-brand {
  float: none;
  padding: 10px 0;
  padding: 0.625rem 0;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  display: block;
}

.vh-variant1 .navbar-brand > img {
  max-width: 150px;
  max-width: 9.375rem;
  min-width: 150px;
  min-width: 9.375rem;
}

@media (max-width: 991.98px) {
  .vh-header--branding {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.vh-variant1 {
  /* general ul style */
  /* first level ul style */
  /* sub-menu */
}

.vh-variant1.vh-fixed {
  position: fixed;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: top .3s ease-in;
  -o-transition: top .3s ease-in;
  transition: top .3s ease-in;
}

.vh-variant1.vh-fixed.top {
  top: 0;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.1);
}

.vh-variant1.vh-fixed.bottom {
  top: -88px;
  top: -5.5rem;
}

.vh-variant1 .cbp-hrmenu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.vh-variant1 .cbp-hrmenu a {
  font-family: Tajawal, "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.vh-variant1 .cbp-hrmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.vh-variant1 .cbp-hrmenu > .menu-level--1 {
  width: 90%;
  max-width: 70em;
  margin: 0 auto;
  padding: 0 15px;
  padding: 0 0.9375rem;
}

.vh-variant1 .cbp-hrmenu .menu-sub-inner--1 {
  width: 100%;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .vh-variant1 .cbp-hrmenu .menu-sub-inner--1 {
    max-width: 540px;
    max-width: 33.75rem;
  }
}

@media (min-width: 768px) {
  .vh-variant1 .cbp-hrmenu .menu-sub-inner--1 {
    max-width: 720px;
    max-width: 45rem;
  }
}

@media (min-width: 992px) {
  .vh-variant1 .cbp-hrmenu .menu-sub-inner--1 {
    max-width: 960px;
    max-width: 60rem;
  }
}

@media (min-width: 1200px) {
  .vh-variant1 .cbp-hrmenu .menu-sub-inner--1 {
    max-width: 1140px;
    max-width: 71.25rem;
  }
}

.vh-variant1 .cbp-hrmenu > ul > li {
  display: inline-block;
}

.vh-variant1 .cbp-hrmenu > ul > li > a {
  font-weight: 700;
  padding: 2em 1em;
  color: #007bff;
  display: inline-block;
}

.vh-variant1 .cbp-hrmenu > ul > li > a.is-active-trail {
  color: #007bff;
}

.vh-variant1 .cbp-hrmenu > ul > li > a:hover {
  color: #007bff;
  text-decoration: none;
}

.vh-variant1 .cbp-hrmenu > ul > li.cbp-hropen a,
.vh-variant1 .cbp-hrmenu > ul > li.cbp-hropen > a:hover {
  color: #fff;
  background: #007bff;
}

.vh-variant1 .cbp-hrmenu .menu-sub--1 {
  display: none;
  position: absolute;
  background: #007bff;
  width: 100%;
  right: 0;
  z-index: 3;
}

.vh-variant1 .cbp-hropen .menu-sub--1 {
  display: block;
  padding-bottom: 3em;
}

.vh-variant1 .cbp-hrmenu .menu-level--2 > li {
  width: 33%;
  float: right;
  padding: 0 2em 0;
}

.vh-variant1 .cbp-hrmenu .menu-sub-inner--1:before,
.vh-variant1 .cbp-hrmenu .menu-sub-inner--1:after {
  content: " ";
  display: table;
}

.vh-variant1 .cbp-hrmenu .menu-sub-inner--1:after {
  clear: both;
}

.vh-variant1 .cbp-hrmenu .menu-level--2 > li a {
  line-height: 2em;
}

.vh-variant1 .cbp-hrmenu .menu-level--2 > li > a {
  display: block;
  color: #afdefa;
  padding: 2em 0 0.6em;
  margin: 0;
  font-size: 160%;
  font-weight: 300;
}

.vh-variant1 .cbp-hrmenu .menu-level--3 {
  padding-right: 20px;
  padding-right: 1.25rem;
}

.vhm-variant1.c-offcanvas {
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
}

.vhm-variant1.c-offcanvas--left, .vhm-variant1.c-offcanvas--right {
  width: 17em;
}

.vhm-variant1.c-offcanvas--left {
  -webkit-transform: translate3d(17em, 0, 0);
          transform: translate3d(17em, 0, 0);
}

.vhm-variant1.c-offcanvas--right {
  -webkit-transform: translate3d(-17em, 0, 0);
          transform: translate3d(-17em, 0, 0);
}

.vhm-variant1.is-open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 9999;
}

.vhm-variant1 .navbar-brand {
  float: none;
  padding: 0;
  height: auto;
  display: block;
}

.vhm-variant1 .navbar-brand img {
  max-width: 150px;
  max-width: 9.375rem;
  min-width: 150px;
  min-width: 9.375rem;
}

.vhm-variant1 .vhm__search-form .navbar-form {
  padding: 0;
  margin: 15px 0 0 0;
  margin: 0.9375rem 0 0 0;
}

.vhm-variant1 .vhm__search-form .navbar-form .form-item-keys {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.vhm-variant1 .vhm__search-form .navbar-form .form-control {
  width: 100%;
}

.vhm-variant1 .vhm__search-form .block--search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vhm-variant1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vhm-variant1 .vhm__menu {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.vhm-variant1 .vhm__menu ul {
  padding: 0 17px 0 0;
  padding: 0 1.0625rem 0 0;
}

.vhm-variant1 .vhm__menu > ul {
  padding: 0;
  list-style: none;
}

.vhm-variant1 .vhm__menu a {
  padding: 10px 0;
  padding: 0.625rem 0;
  display: block;
  position: relative;
}

.vhm-variant1 .vhm__menu a:hover {
  text-decoration: none;
}

.vhm-variant1 .vhm__menu a.is-active-trail, .vhm-variant1 .vhm__menu a.is-active {
  font-weight: bold;
}

.vhm-variant1 .vhm__menu a.is-active-trail {
  color: #007bff;
}

.vhm-variant1 .vhm__menu .has-sub > div {
  display: none;
}

.vhm-variant1 .vhm__menu .has-sub > a::after {
  content: "";
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  top: 50%;
  left: 13px;
  left: 0.8125rem;
  -webkit-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.vhm-variant1 .vhm__menu .has-sub > a.selected::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

/*******************
Header 2
*******************/
@media (min-width: 992px) {
  .vh-header-2.bottom {
    top: -60px;
    top: -3.75rem;
  }
  .vh-header-2.top {
    top: 0;
  }
}

@media (max-width: 991.98px) {
  .vh-header-2.bottom {
    top: -80px;
    top: -5rem;
  }
  .vh-header-2.top {
    top: 0px;
    top: 0;
  }
}

.vh-header-2 .vh-header {
  background: #adb5bd;
}

.vh-header-2 .vh-header__top-wrapper {
  position: relative;
  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;
  padding: 10px 0;
  padding: 0.625rem 0;
}

.vh-header-2 .vh-header__top-left, .vh-header-2 .vh-header__top-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.vh-header-2 .vh-header__top-center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.vh-header-2 .vh-header__menu ul.nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vh-header-2 .vh-header__menu ul.nav a {
  text-transform: capitalize;
  font-weight: bold;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  color: #000;
  padding: 0 16px;
  padding: 0 1rem;
}

.vh-header-2 .vh-header__menu ul.nav a:hover {
  color: #fff;
}

/*
* Mobile Layer Style
*/
.vhm-header-2 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 83px;
  padding-top: 5.1875rem;
  opacity: 1;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: #adb5bd;
}

.vhm-header-2.is-closed {
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.vhm-header-2 .vhm-header {
  padding: 20px 0 20px;
  padding: 1.25rem 0 1.25rem;
  border-top: 1px solid #000;
  border-top: 0.0625rem solid #000;
}

.vhm-header-2 .vhm-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vhm-header-2 .vhm-header__middle {
  overflow: auto;
  overflow-x: hidden;
}

.vhm-header-2 .vhm-header__bottom {
  margin-top: auto;
}

.vhm-header-2 .vhm-header__language-drop-switcher {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.vhm-header-2 .vhm-header__language-drop-switcher .bootstrap-select {
  width: auto;
}

.vhm-header-2 .vhm-header__menu {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

/* === VARIABLES === */
@media (min-width: 992px) {
  body.toolbar-fixed .vh-header.vh-variant3.top {
    top: 39px;
    top: 2.4375rem;
  }
  body.toolbar-fixed .vh-header.vh-variant3.bottom {
    top: -97px;
    top: -6.0625rem;
  }
  body.toolbar-fixed.toolbar-tray-open .vh-header.vh-variant3.top {
    top: 79px;
    top: 4.9375rem;
  }
  body.toolbar-fixed.toolbar-tray-open .vh-header.vh-variant3.bottom {
    top: -67px;
    top: -4.1875rem;
  }
  body.page--front.toolbar-fixed .vh-header.vh-variant3.top {
    top: 39px;
    top: 2.4375rem;
  }
  body.page--front.toolbar-fixed .vh-header.vh-variant3.bottom {
    top: -97px;
    top: -6.0625rem;
  }
  body.page--front.toolbar-fixed.toolbar-tray-open .vh-header.vh-variant3.top {
    top: 79px;
    top: 4.9375rem;
  }
  body.page--front.toolbar-fixed.toolbar-tray-open .vh-header.vh-variant3.bottom {
    top: -67px;
    top: -4.1875rem;
  }
  .vhm-variant3,
  aside.vhm-variant3 {
    display: none;
  }
}

.vh-header.vh-variant3 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

@media (min-width: 992px) {
  .vh-header.vh-variant3.top {
    position: fixed;
    top: 0;
  }
  .vh-header.vh-variant3.top .vh-header__middle,
  .vh-header.vh-variant3.top .vh-header__top {
    display: none;
  }
  .vh-header.vh-variant3.bottom {
    position: fixed;
    top: -146px;
    top: -9.125rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .vh-header.vh-variant3.bottom.transitioned {
    -webkit-transition: top 500ms ease-in;
    -o-transition: top 500ms ease-in;
    transition: top 500ms ease-in;
  }
  .vh-header.vh-variant3.bottom .vh-header__middle,
  .vh-header.vh-variant3.bottom .vh-header__top {
    display: none;
  }
  .vh-header.vh-variant3 .scroll-indicator {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    height: 0.1875rem;
    background-color: #DEE1E5;
  }
  .vh-header.vh-variant3 .scroll-indicator.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    visibility: hidden;
    opacity: 0;
  }
  .vh-header.vh-variant3.bottom .scroll-indicator.fixed {
    visibility: visible;
    opacity: 1;
  }
}

.vh-header.vh-variant3 .vh-header__top {
  position: relative;
  background-color: #FDDF35;
}

@media (max-width: 991.98px) {
  .vh-header.vh-variant3 .vh-header__top {
    display: none;
  }
}

.vh-header.vh-variant3 .vh-header__top .scroll-indicator {
  display: none;
}

.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li a,
.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li span {
  display: inline-block;
  color: #30435C;
  font-weight: normal;
  -webkit-transition: color 300ms ease-in;
  -o-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px;
  padding: 0.625rem;
}

.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li a:hover,
.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li span:hover {
  color: #000;
}

.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li a.is-active,
.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li span.is-active {
  font-weight: bold;
}

.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li a.dropdown-toggle::after,
.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li span.dropdown-toggle::after {
  display: none;
  content: none;
}

.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li a .caret,
.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li span .caret {
  display: none;
}

.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li a.header-search-btn,
.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li span.header-search-btn {
  font-size: 0;
  padding: 0 15px;
  padding: 0 0.9375rem;
}

.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li a.header-search-btn::before,
.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li span.header-search-btn::before {
  color: #000;
  content: "";
  font-size: 22px;
  font-size: 1.375rem;
}

.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li:first-child a,
.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li:first-child span {
  padding-right: 0;
}

html[dir=rtl] .vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li:first-child a, html[dir=rtl]
.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li:first-child span {
  padding-left: 0;
  padding-right: 11px;
  padding-right: 0.6875rem;
}

.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li .dropdown-menu {
  display: none;
}

.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li.active,
.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li.active a,
.vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li.active span {
  font-weight: bold;
}

.vh-header.vh-variant3.top .vh-header__top .scroll-indicator {
  display: block;
}

.vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.language-switcher-language-url,
.vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.links {
  margin-bottom: 0;
  list-style-type: none;
  padding: 8px 0;
  padding: 0.5rem 0;
}

html[dir=rtl] .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.language-switcher-language-url, html[dir=rtl]
.vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.links {
  text-align: left;
}

.vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.language-switcher-language-url li,
.vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.links li {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 0 10px;
  padding: 0 0.625rem;
}

.vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.language-switcher-language-url li:first-child,
.vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.links li:first-child {
  padding-right: 0;
  border-right: 0;
}

html[dir=rtl] .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.language-switcher-language-url li:first-child, html[dir=rtl]
.vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.links li:first-child {
  padding-left: 0;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.language-switcher-language-url li:not(:last-child)::after,
.vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.links li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  width: 0.0625rem;
  height: 19px;
  height: 1.1875rem;
  background-color: #000;
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

html[dir=rtl] .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.language-switcher-language-url li:not(:last-child)::after, html[dir=rtl]
.vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.links li:not(:last-child)::after {
  left: auto;
  right: 0;
}

.vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.language-switcher-language-url li a,
.vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.links li a {
  color: #fff;
  font-weight: bold;
  -webkit-transition: color 300ms ease-in;
  -o-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
  font-size: 12px;
  font-size: 0.75rem;
}

.vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.language-switcher-language-url li a:hover,
.vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.links li a:hover {
  color: #000;
}

.vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.language-switcher-language-url li a.is-active,
.vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.links li a.is-active {
  color: #000;
}

body.page--front .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.language-switcher-language-url li a, body.page--front
.vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.links li a {
  color: #DEE1E5;
}

body.page--front .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.language-switcher-language-url li a:hover, body.page--front
.vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.links li a:hover {
  color: #fff;
}

body.page--front .vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.language-switcher-language-url li a.is-active, body.page--front
.vh-header.vh-variant3 .vh-header__middle .vh-header--language-switcher ul.links li a.is-active {
  color: #fff;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-layout {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 70px;
  height: 4.375rem;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(48, 49, 51, 0.1);
          box-shadow: 0 2px 8px 0 rgba(48, 49, 51, 0.1);
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(48, 49, 51, 0.1);
          box-shadow: 0 0.125rem 0.5rem 0 rgba(48, 49, 51, 0.1);
}

@media (max-width: 991.98px) {
  .vh-header.vh-variant3 .vh-header__bottom .vh-layout {
    height: 50px;
    height: 3.125rem;
    justify-self: flex-end;
  }
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--branding {
  margin-top: auto;
  margin-bottom: auto;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--branding .navbar-brand {
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 20px;
  margin-right: 1.25rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vh-header.vh-variant3 .vh-header__bottom .vh-header--branding .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--branding .navbar-brand {
  margin-right: 0;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--branding img {
  max-width: 120px;
  max-width: 7.5rem;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul {
  margin-bottom: 0;
  list-style-type: none;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul.menu-level--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-right: 0;
  height: 100%;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul.menu-level--1:after, .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul.menu-level--1:before {
  display: block;
  content: '';
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul.menu-level--1 > li {
  height: 100%;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul.menu-level--1 > li:last-child {
  padding-left: 0;
}

html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul.menu-level--1 > li:last-child {
  padding-right: 0;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul.menu-level--1 > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #30435C;
  white-space: nowrap;
  font-weight: bold;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
}

html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul.menu-level--1 > li > a {
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul.menu-level--1 > li > a:hover {
  color: #007bff;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul.menu-level--1 > li.has-sub > a {
  position: relative;
  -webkit-transition: color 300ms ease-in;
  -o-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
  padding-left: 24px;
  padding-left: 1.5rem;
}

html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul.menu-level--1 > li.has-sub > a {
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul.menu-level--1 > li.has-sub > a::before {
  left: auto;
  right: 6px;
  right: 0.375rem;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul.menu-level--1 > li.has-sub > a:before {
  position: absolute;
  top: 52%;
  left: 6px;
  left: 0.375rem;
  color: #000;
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 11px;
  font-size: 0.6875rem;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul.menu-level--1 > li.has-sub > a.is-open {
  color: #007bff;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul.menu-level--1 > li .menu-level--2 > li:not(:last-child) {
  border-bottom: 1px solid #30435C;
  border-bottom: 0.0625rem solid #30435C;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--menu ul.menu-level--1 > li .menu-level--2 > li > a {
  display: block;
  padding: 8px 0;
  padding: 0.5rem 0;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--menu .menu-level--2 {
  clear: both;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--menu .menu-level--2 > .menu__item--2 {
  float: right;
  width: 33.3333%;
  padding: 20px;
  padding: 1.25rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vh-header.vh-variant3 .vh-header__bottom .vh-header--menu .menu-level--2 > .menu__item--2 {
    width: 100%;
  }
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--menu .menu-level--2 .block-menu-close {
  position: absolute;
  top: 15px;
  top: 0.9375rem;
  left: 15px;
  left: 0.9375rem;
  z-index: 10;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--menu .menu-level--2 .block-menu-close a {
  display: inline-block;
  -webkit-transition: -webkit-transform 300ms ease-in;
  transition: -webkit-transform 300ms ease-in;
  -o-transition: transform 300ms ease-in;
  transition: transform 300ms ease-in;
  transition: transform 300ms ease-in, -webkit-transform 300ms ease-in;
  font-size: 20px;
  font-size: 1.25rem;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--menu .menu-level--2 .block-menu-close a:hover {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--menu .menu-level--3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--search-button,
.vh-header.vh-variant3 .vh-header__bottom .vh-header--user-controll,
.vh-header.vh-variant3 .vh-header__bottom .vh-header--user-link {
  min-width: 100px;
  min-width: 6.25rem;
  width: 100px;
  width: 6.25rem;
  height: 100%;
  -webkit-transition: visibility 0.3s;
  -o-transition: visibility 0.3s;
  transition: visibility 0.3s;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--search-button a,
.vh-header.vh-variant3 .vh-header__bottom .vh-header--user-controll a,
.vh-header.vh-variant3 .vh-header__bottom .vh-header--user-link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--search-button a::before,
.vh-header.vh-variant3 .vh-header__bottom .vh-header--user-controll a::before,
.vh-header.vh-variant3 .vh-header__bottom .vh-header--user-link a::before {
  position: absolute;
  top: 19px;
  top: 1.1875rem;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  font-size: 22px;
  font-size: 1.375rem;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--search-button {
  margin-right: auto;
  border-right: 1px solid #000;
  border-right: 0.0625rem solid #000;
}

@media (max-width: 991.98px) {
  .vh-header.vh-variant3 .vh-header__bottom .vh-header--search-button {
    display: none;
  }
}

html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--search-button {
  margin-left: auto;
  margin-right: 0;
  border-left: 1px solid #000;
  border-left: 0.0625rem solid #000;
  border-right: none;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--search-button a {
  color: #30435C;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--search-button a::before {
  color: #000;
  content: "";
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--user-controll {
  background-color: #ABD037;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--user-controll .block,
.vh-header.vh-variant3 .vh-header__bottom .vh-header--user-controll .block__content,
.vh-header.vh-variant3 .vh-header__bottom .vh-header--user-controll .vh-header--account,
.vh-header.vh-variant3 .vh-header__bottom .vh-header--user-controll .dropdown {
  height: 100%;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--user-controll .nav-link {
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  padding: 8px;
  padding: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--user-controll .nav-link span[class^="icon"] {
  font-size: 22px;
  font-size: 1.375rem;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--user-controll .nav-link span {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.vh-header.vh-variant3 .vh-header__bottom .vh-header--user-controll:hover {
  background-color: #94b62b;
}

.vh-header.vh-variant3 .vh-mega-menu-close {
  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: 37px;
  height: 2.3125rem;
  background-color: #DEE1E5;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.vh-header.vh-variant3 .vh-mega-menu-close:hover {
  cursor: pointer;
}

.vh-header.vh-variant3 .vh-mega-menu-close:hover a {
  color: #007bff;
}

.vh-header.vh-variant3 .vh-mega-menu-close:hover a:before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.vh-header.vh-variant3 .vh-mega-menu-close a {
  position: relative;
  display: inline-block;
  color: #30435C;
  font-weight: bold;
  font-family: Tajawal, "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  padding-left: 26px;
  padding-left: 1.625rem;
  font-size: 16px;
  font-size: 1rem;
}

html[dir=rtl] .vh-header.vh-variant3 .vh-mega-menu-close a {
  padding-left: 0;
  padding-right: 26px;
  padding-right: 1.625rem;
}

html[dir=rtl] .vh-header.vh-variant3 .vh-mega-menu-close a:before {
  left: auto;
  right: 0;
}

.vh-header.vh-variant3 .vh-mega-menu-close a:before {
  position: absolute;
  top: 50%;
  left: 0;
  color: #000;
  content: "";
  font-weight: normal;
  font-family: 'vactory';
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .vh-header.vh-variant3 .vh-header__bottom {
    -webkit-box-shadow: 0 2px 8px 0 rgba(48, 49, 51, 0.1);
            box-shadow: 0 2px 8px 0 rgba(48, 49, 51, 0.1);
    -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(48, 49, 51, 0.1);
            box-shadow: 0 0.125rem 0.5rem 0 rgba(48, 49, 51, 0.1);
  }
  .vh-header.vh-variant3 .vh-hamburger.d-lg-none {
    margin-top: auto;
    margin-left: auto;
    margin-bottom: auto;
  }
  html[dir=rtl] .vh-header.vh-variant3 .vh-hamburger.d-lg-none {
    margin-left: 0;
    margin-right: auto;
  }
  .vh-header.vh-variant3 .vh-header__top {
    position: relative;
  }
  .vh-header.vh-variant3 .vh-header__top:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    width: 0.0625rem;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: -3px 0 6px 5px rgba(0, 0, 0, 0.8);
            box-shadow: -3px 0 6px 5px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: -0.1875rem 0 0.375rem 0.3125rem rgba(0, 0, 0, 0.8);
            box-shadow: -0.1875rem 0 0.375rem 0.3125rem rgba(0, 0, 0, 0.8);
    content: '';
  }
  .vh-header.vh-variant3 .vh-header__top .vh-layout {
    overflow-x: auto;
  }
  .vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li {
    white-space: nowrap;
  }
  .vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li:first-child {
    padding-right: 0;
  }
  .vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li:last-child {
    padding-left: 0;
  }
  .vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li a,
  .vh-header.vh-variant3 .vh-header__top .vh-secondary-menu ul li span {
    color: #30435C;
  }
  .vh-header.vh-variant3 .vh-header__bottom .container, .vh-header.vh-variant3 .vh-header__bottom .bar-tabs {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .vh-header.vh-variant3 .vh-header__bottom .vh-header--branding {
    position: absolute;
    top: 50%;
    right: 50%;
    text-align: center;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .vh-header.vh-variant3 .vh-header__bottom .vh-header--branding .navbar-brand {
    margin: 0;
  }
  html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--branding .navbar-brand {
    margin: 0;
  }
  .vh-header.vh-variant3 .vh-header__bottom .vh-header--branding img {
    max-width: 87px;
    max-width: 5.4375rem;
  }
  .vh-header.vh-variant3 .vh-header__bottom .vh-header--user-link {
    min-width: 70px;
    min-width: 4.375rem;
    width: 70px;
    width: 4.375rem;
  }
  .vh-header.vh-variant3 .vh-header__bottom .vh-header--user-link a {
    font-weight: 500;
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .vh-header.vh-variant3 .vh-header__bottom .vh-header--user-link a::before {
    top: 8px;
    top: 0.5rem;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .vh-header.vh-variant3 .vh-header__bottom .vh-header--user-controll {
    min-width: 70px;
    min-width: 4.375rem;
    width: 70px;
    width: 4.375rem;
  }
  .vh-header.vh-variant3 .vh-header__bottom .vh-header--user-controll .nav-link {
    overflow: hidden;
    text-align: center;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    font-size: 10px;
    font-size: 0.625rem;
    padding: 8px 4px 4px;
    padding: 0.5rem 0.25rem 0.25rem;
    line-height: 10px;
    line-height: 0.625rem;
  }
  html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--user-controll .nav-link {
    line-height: 1.6;
  }
  .vh-header.vh-variant3 .vh-header__bottom .vh-header--user-controll .nav-link::before {
    top: 12px;
    top: 0.75rem;
    font-size: 16px;
    font-size: 1rem;
  }
  .vh-header.vh-variant3 .vh-header__bottom .vh-header--user-controll .dropdown-menu {
    top: 50px !important;
    top: 3.125rem !important;
    left: 0;
    right: auto;
    border: none;
    border-top: 2px solid #ABD037;
    border-top: 0.125rem solid #ABD037;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  }
  html[dir=rtl] .vh-header.vh-variant3 .vh-header__bottom .vh-header--user-controll .dropdown-menu {
    left: auto !important;
    right: 0 !important;
  }
  .vh-header.vh-variant3 .vh-header__bottom .vh-header--search-button {
    border-right: 0;
  }
  .vh-header.vh-variant3 .vh-header__bottom .vh-header--search-button a.icon {
    color: #000;
  }
}

aside#vhm.vhm-variant3, aside#vhm.vhm-variant3.is-closed {
  position: fixed;
  top: 50px;
  top: 3.125rem;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  visibility: hidden;
  width: 100%;
  height: calc(100% - 50px);
  height: calc(100% - 3.125rem);
  background: #fff;
  -webkit-transition: visibility 500ms ease-in 200ms, -webkit-transform 500ms ease-in 200ms;
  transition: visibility 500ms ease-in 200ms, -webkit-transform 500ms ease-in 200ms;
  -o-transition: transform 500ms ease-in 200ms, visibility 500ms ease-in 200ms;
  transition: transform 500ms ease-in 200ms, visibility 500ms ease-in 200ms;
  transition: transform 500ms ease-in 200ms, visibility 500ms ease-in 200ms, -webkit-transform 500ms ease-in 200ms;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

html[dir=rtl] aside#vhm.vhm-variant3, html[dir=rtl] aside#vhm.vhm-variant3.is-closed {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

body.toolbar-fixed aside#vhm.vhm-variant3, body.toolbar-fixed aside#vhm.vhm-variant3.is-closed {
  top: 89px;
  top: 5.5625rem;
}

@media (max-width: 991.98px) {
  aside#vhm.vhm-variant3.is-open {
    visibility: visible !important;
    overflow-y: auto;
    -webkit-transition: visibility 500ms ease-in 200ms, -webkit-transform 500ms ease-in 200ms;
    transition: visibility 500ms ease-in 200ms, -webkit-transform 500ms ease-in 200ms;
    -o-transition: transform 500ms ease-in 200ms, visibility 500ms ease-in 200ms;
    transition: transform 500ms ease-in 200ms, visibility 500ms ease-in 200ms;
    transition: transform 500ms ease-in 200ms, visibility 500ms ease-in 200ms, -webkit-transform 500ms ease-in 200ms;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  html[dir=rtl] aside#vhm.vhm-variant3.is-open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

aside#vhm.vhm-variant3 .vhm-branding-hamburger {
  display: none;
}

aside#vhm.vhm-variant3 .vhm-body {
  position: relative;
}

aside#vhm.vhm-variant3 .vhm-header--branding img {
  max-width: 150px;
  max-width: 9.375rem;
}

aside#vhm.vhm-variant3 .vhm__language-switcher .language-switcher-language-url,
aside#vhm.vhm-variant3 .vhm__language-switcher ul.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}

aside#vhm.vhm-variant3 .vhm__language-switcher .language-switcher-language-url li,
aside#vhm.vhm-variant3 .vhm__language-switcher ul.links li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #fff;
  border-left: 0.0625rem solid #fff;
  background-color: #F1F2F6;
  text-align: center;
  line-height: 1;
}

aside#vhm.vhm-variant3 .vhm__language-switcher .language-switcher-language-url li.is-active,
aside#vhm.vhm-variant3 .vhm__language-switcher ul.links li.is-active {
  position: relative;
}

aside#vhm.vhm-variant3 .vhm__language-switcher .language-switcher-language-url li.is-active a,
aside#vhm.vhm-variant3 .vhm__language-switcher ul.links li.is-active a {
  color: #007bff;
  font-weight: bold;
}

aside#vhm.vhm-variant3 .vhm__language-switcher .language-switcher-language-url li:first-child,
aside#vhm.vhm-variant3 .vhm__language-switcher ul.links li:first-child {
  padding-right: 0;
}

aside#vhm.vhm-variant3 .vhm__language-switcher .language-switcher-language-url li:last-child,
aside#vhm.vhm-variant3 .vhm__language-switcher ul.links li:last-child {
  border-left: 0;
  border-right: 0;
}

html[dir=rtl] aside#vhm.vhm-variant3 .vhm__language-switcher .language-switcher-language-url li:last-child, html[dir=rtl]
aside#vhm.vhm-variant3 .vhm__language-switcher ul.links li:last-child {
  border-left: 1px solid #fff;
  border-left: 0.0625rem solid #fff;
}

aside#vhm.vhm-variant3 .vhm__language-switcher .language-switcher-language-url li a,
aside#vhm.vhm-variant3 .vhm__language-switcher ul.links li a {
  display: inline-block;
  color: #adb5bd;
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}

aside#vhm.vhm-variant3 .vhm__search-form .search-block-form {
  position: relative;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

aside#vhm.vhm-variant3 .vhm__search-form .form-item.form-type-search {
  margin-bottom: 0;
  width: 100%;
}

aside#vhm.vhm-variant3 .vhm__search-form .form-item.form-type-search .form-search {
  margin-bottom: 0;
  width: 100%;
  outline: 0;
  border-color: #ced4da;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #adb5bd;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}

aside#vhm.vhm-variant3 .vhm__search-form .form-actions {
  position: absolute;
  top: 50%;
  left: 10px;
  left: 0.625rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

html[dir=rtl] aside#vhm.vhm-variant3 .vhm__search-form .form-actions {
  left: auto;
  right: 10px;
  right: 0.625rem;
}

html[dir=rtl] aside#vhm.vhm-variant3 .vhm__search-form .form-actions:before {
  content: "";
}

html[dir=rtl] aside#vhm.vhm-variant3 .vhm__search-form .form-actions input[type=submit] {
  left: 100%;
  right: auto;
  -webkit-transform: translateY(-50%) translateX(-100%);
      -ms-transform: translateY(-50%) translateX(-100%);
          transform: translateY(-50%) translateX(-100%);
}

aside#vhm.vhm-variant3 .vhm__search-form .form-actions:before {
  z-index: 1;
  color: #000;
  content: "";
  font-family: 'vactory';
  font-size: 16px;
  font-size: 1rem;
}

aside#vhm.vhm-variant3 .vhm__search-form .form-actions input[type=submit] {
  position: absolute;
  top: 50%;
  right: 100%;
  z-index: 2;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0;
  -webkit-transform: translateY(-50%) translateX(100%);
      -ms-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
}

aside#vhm.vhm-variant3 .vhm__menu ul {
  margin-bottom: 0;
  list-style-type: none;
}

aside#vhm.vhm-variant3 .vhm__menu ul.menu-item-wrapper, aside#vhm.vhm-variant3 .vhm__menu ul.menu-level--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 0;
}

aside#vhm.vhm-variant3 .vhm__menu ul.menu-item-wrapper > li, aside#vhm.vhm-variant3 .vhm__menu ul.menu-level--1 > li {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #DEE1E5;
  border-bottom: 0.0625rem solid #DEE1E5;
}

aside#vhm.vhm-variant3 .vhm__menu ul.menu-item-wrapper > li:only-of-type, aside#vhm.vhm-variant3 .vhm__menu ul.menu-level--1 > li:only-of-type {
  border-bottom: none;
}

aside#vhm.vhm-variant3 .vhm__menu ul.menu-item-wrapper > li.has-sub > a, aside#vhm.vhm-variant3 .vhm__menu ul.menu-level--1 > li.has-sub > a {
  position: relative;
  padding-left: 24px;
  padding-left: 1.5rem;
}

html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu ul.menu-item-wrapper > li.has-sub > a, html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu ul.menu-level--1 > li.has-sub > a {
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-left: 18px;
  padding-left: 1.125rem;
}

aside#vhm.vhm-variant3 .vhm__menu ul.menu-item-wrapper > li.has-sub > a:before, aside#vhm.vhm-variant3 .vhm__menu ul.menu-level--1 > li.has-sub > a:before {
  position: absolute;
  top: 50%;
  left: 20px;
  left: 1.25rem;
  color: #000;
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
}

html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu ul.menu-item-wrapper > li.has-sub > a:before, html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu ul.menu-level--1 > li.has-sub > a:before {
  left: auto;
  right: 20px;
  right: 1.25rem;
  content: "";
}

aside#vhm.vhm-variant3 .vhm__menu ul.menu-item-wrapper > li > a, aside#vhm.vhm-variant3 .vhm__menu ul.menu-level--1 > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #30435C;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  padding: 16px 18px 16px 20px;
  padding: 1rem 1.125rem 1rem 1.25rem;
}

html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu ul.menu-item-wrapper > li > a, html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu ul.menu-level--1 > li > a {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 18px;
  padding-left: 1.125rem;
}

aside#vhm.vhm-variant3 .vhm__menu ul.menu-item-wrapper > li > a.is-active, aside#vhm.vhm-variant3 .vhm__menu ul.menu-level--1 > li > a.is-active {
  font-weight: bold;
}

aside#vhm.vhm-variant3 .vhm__menu .fixed-mobile {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  display: block;
  visibility: hidden;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  height: calc(100% - 50px);
  height: calc(100% - 3.125rem);
  background-color: #fff;
  -webkit-transition: visibility 500ms ease-in 200ms, -webkit-transform 500ms ease-in 200ms;
  transition: visibility 500ms ease-in 200ms, -webkit-transform 500ms ease-in 200ms;
  -o-transition: transform 500ms ease-in 200ms, visibility 500ms ease-in 200ms;
  transition: transform 500ms ease-in 200ms, visibility 500ms ease-in 200ms;
  transition: transform 500ms ease-in 200ms, visibility 500ms ease-in 200ms, -webkit-transform 500ms ease-in 200ms;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu .fixed-mobile {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

aside#vhm.vhm-variant3 .vhm__menu .fixed-mobile.menu-level--2 {
  display: block !important;
}

aside#vhm.vhm-variant3 .vhm__menu .fixed-mobile.open {
  visibility: visible;
  overflow-y: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

html[dir=rtl] aside#vhm.vhm-variant3 .vhm__menu .fixed-mobile.open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

aside#vhm.vhm-variant3 .vhm__menu .fixed-mobile.menu-item-wrapper:not(.menu-level--2) {
  top: 0;
  height: calc(100vh - 50px);
  height: calc(100vh - 3.125rem);
}

aside#vhm.vhm-variant3 .vhm__menu .fixed-mobile .block-menu-close {
  position: absolute;
  top: 15px;
  top: 0.9375rem;
  left: 15px;
  left: 0.9375rem;
  z-index: 10;
}

aside#vhm.vhm-variant3 .vhm__menu .fixed-mobile .block-menu-close a {
  display: inline-block;
  -webkit-transition: -webkit-transform 300ms ease-in;
  transition: -webkit-transform 300ms ease-in;
  -o-transition: transform 300ms ease-in;
  transition: transform 300ms ease-in;
  transition: transform 300ms ease-in, -webkit-transform 300ms ease-in;
  font-size: 20px;
  font-size: 1.25rem;
}

aside#vhm.vhm-variant3 .vhm__menu .fixed-mobile .block-menu-close a:hover {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

aside#vhm.vhm-variant3 .vh-menu-mobile-controll-wrapper {
  width: 100%;
  border-bottom: 1px solid #30435C;
  border-bottom: 0.0625rem solid #30435C;
  line-height: 1;
  padding: 17px 20px;
  padding: 1.0625rem 1.25rem;
}

html[dir=rtl] aside#vhm.vhm-variant3 .vh-mega-menu-mobile-back {
  text-align: left;
}

aside#vhm.vhm-variant3 .vh-mega-menu-mobile-back a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
  font-family: Tajawal, "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px;
  font-size: 1rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}

html[dir=rtl] aside#vhm.vhm-variant3 .vh-mega-menu-mobile-back a {
  padding-right: 0;
  padding-left: 30px;
  padding-left: 1.875rem;
}

html[dir=rtl] aside#vhm.vhm-variant3 .vh-mega-menu-mobile-back a::before {
  left: 0;
  right: auto;
  content: "";
}

aside#vhm.vhm-variant3 .vh-mega-menu-mobile-back a::before {
  position: absolute;
  top: 50%;
  right: 0;
  font-family: 'vactory';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 11px;
  font-size: 0.6875rem;
}

.vh-variant3 {
  /* general ul style */
  /* sub-menu */
}

.vh-variant3 .cbp-hrmenu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.vh-variant3 .cbp-hrmenu a {
  font-family: Tajawal, "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.vh-variant3 .cbp-hrmenu ul {
  margin: 0;
  list-style-type: none;
}

.vh-variant3 .cbp-hrmenu > ul > li > a {
  display: inline-block;
  color: #30435C;
  font-weight: 700;
}

.vh-variant3 .cbp-hrmenu > ul > li > a:hover {
  color: #30435C;
  text-decoration: none;
}

.vh-variant3 .cbp-hrmenu > ul > li.cbp-hropen > a:hover,
.vh-variant3 .cbp-hrmenu > ul > li.cbp-hropen a {
  background: #30435C;
  color: #fff;
}

.vh-variant3 .fixed-mobile.block-menu-injected,
.vh-variant3 .fixed-mobile.menu-level--2 {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9;
  visibility: hidden;
  padding: 0;
  width: 100%;
  background: #F1F2F6;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.vh-variant3 .fixed-mobile.block-menu-injected.open,
.vh-variant3 .fixed-mobile.menu-level--2.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.vh-variant3 .cbp-hropen .menu-sub--1 {
  display: block;
  padding-bottom: 3em;
}

.block-menu-injected.row {
  margin-left: 0;
  margin-right: 0;
}

.block-menu-injected .menu-mobile-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #000;
  border-bottom: 0.0625rem solid #000;
  background-color: #007bff;
  padding: 10px;
  padding: 0.625rem;
}

.block-menu-injected .menu-mobile-details a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 700;
}

.block-menu-injected .menu-mobile-details a:before {
  position: absolute;
  top: 50%;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.block-menu-injected .menu-mobile-details .menu-show-more {
  text-align: left;
}

.block-menu-injected .menu-mobile-details .menu-show-more a {
  padding-left: 25px;
  padding-left: 1.5625rem;
  font-size: 13px;
  font-size: 0.8125rem;
}

.block-menu-injected .menu-mobile-details .menu-show-more a:before {
  left: 0;
  font-size: 8px;
  font-size: 0.5rem;
}

.block-menu-injected .menu-mobile-details .menu-go-back a {
  padding-right: 25px;
  padding-right: 1.5625rem;
  font-size: 16px;
  font-size: 1rem;
}

.block-menu-injected .menu-mobile-details .menu-go-back a:before {
  right: 0;
  font-size: 11px;
  font-size: 0.6875rem;
}

.vhm-variant3 .block-menu-injected .fdb-block {
  padding: 0;
}

.vhm-variant3 .block-menu-injected .fdb-block .container, .vhm-variant3 .block-menu-injected .fdb-block .bar-tabs {
  max-width: none;
}

.vhm-variant3 .block-menu-injected [class^="col-"],
.vhm-variant3 .block-menu-injected [class*="col-"],
.vhm-variant3 .block-menu-injected .item-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0 !important;
  max-width: 100%;
}

.vhm-variant3 .block-menu-injected .more-link--wrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.vhm-variant3 .header-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  width: 100%;
  border-bottom: 1px solid #DEE1E5;
  border-bottom: 0.0625rem solid #DEE1E5;
  text-align: right;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}

html[dir=rtl] .vhm-variant3 .header-card {
  text-align: left;
}

html[dir=rtl] .vhm-variant3 .header-card .header-card__image {
  margin-left: 0;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.vhm-variant3 .header-card .header-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: right;
}

.vhm-variant3 .header-card .header-card__image {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.vhm-variant3 .header-card .header-card__image img {
  max-width: 30px;
  max-width: 1.875rem;
  max-height: 64px;
  max-height: 4rem;
  width: auto;
}

.vhm-variant3 .header-card .header-card__title,
.vhm-variant3 .header-card .header-card__title a {
  color: #30435C;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .vh-header.vh-variant3 .block-menu-injected .fdb-block {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #F1F2F6;
  }
  .vh-header.vh-variant3 .block-menu-injected .fdb-block [class^="col-"],
  .vh-header.vh-variant3 .block-menu-injected .fdb-block [class*="col-"],
  .vh-header.vh-variant3 .block-menu-injected .fdb-block .item-wrapper {
    padding-top: 30px !important;
    padding-top: 1.875rem !important;
    padding-bottom: 30px !important;
    padding-bottom: 1.875rem !important;
  }
}

.vh-header.vh-variant3 .header-card {
  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%;
  text-align: center;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
}

.vh-header.vh-variant3 .header-card:hover .header-card__image img {
  -webkit-transform: translateY(-5px) translate3d(0, 0, 0);
          transform: translateY(-5px) translate3d(0, 0, 0);
  -webkit-transform: translateY(-0.3125rem) translate3d(0, 0, 0);
          transform: translateY(-0.3125rem) translate3d(0, 0, 0);
}

.vh-header.vh-variant3 .header-card:hover .header-card__title {
  color: #007bff;
}

.vh-header.vh-variant3 .header-card__image {
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}

.vh-header.vh-variant3 .header-card__image img {
  max-height: 64px;
  max-height: 4rem;
  width: auto;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.32s ease-in-out;
  transition: -webkit-transform 0.32s ease-in-out;
  -o-transition: transform 0.32s ease-in-out;
  transition: transform 0.32s ease-in-out;
  transition: transform 0.32s ease-in-out, -webkit-transform 0.32s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.vh-header.vh-variant3 .header-card__title,
.vh-header.vh-variant3 .header-card__title a {
  color: #30435C;
  text-align: center;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}

.vh-header.vh-variant3 .header-card__title:hover,
.vh-header.vh-variant3 .header-card__title a:hover {
  color: #007bff;
}

.vh-header.vh-variant3 .more-link--wrapper {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.vh-header.vh-variant3 .more-link--wrapper .btn {
  padding-right: 100px;
  padding-right: 6.25rem;
  padding-left: 100px;
  padding-left: 6.25rem;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (-o-min-device-pixel-ratio: 0/1), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .header .vh-header .vh-header__bottom .vh-layout .vh-header--menu ul.menu-level--1 {
      height: 70px;
      height: 4.375rem;
    }
  }
}

.vh-variant4 {
  height: 125px;
  height: 7.8125rem;
  -webkit-transition: top 500ms ease-in;
  -o-transition: top 500ms ease-in;
  transition: top 500ms ease-in;
}

.page--front .vh-variant4 {
  height: auto;
  background-color: #307BD2;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.1);
}

.vh-variant4 .vh-header-inner {
  position: relative;
  padding: 17px 0 0;
  padding: 1.0625rem 0 0;
}

.vh-variant4 .vh-header-inner:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 1px;
  height: 0.0625rem;
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
  content: "";
}

.vh-variant4 .logo img {
  max-width: 250px;
  max-width: 15.625rem;
  -webkit-transition: width 500ms ease-in;
  -o-transition: width 500ms ease-in;
  transition: width 500ms ease-in;
}

.vh-variant4 .nav-item > .menu__link {
  color: #fff;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transform: perspective(0px) translateZ(0);
          transform: perspective(0px) translateZ(0);
  -webkit-transform: perspective(0) translateZ(0);
          transform: perspective(0) translateZ(0);
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
}

.vh-variant4 .nav-item > .menu__link.is-active-trail {
  background: #007bff;
  color: #000;
}

.no-touchevents .vh-variant4 .nav-item > .menu__link:hover {
  background: #fff;
  color: #000;
}

.vh-variant4 .has-sub > .menu__link {
  position: relative;
  padding-left: 30px;
  padding-left: 1.875rem;
}

.vh-variant4 .has-sub > .menu__link:after {
  position: absolute;
  top: 50%;
  left: 13px;
  left: 0.8125rem;
  margin: 0;
  width: auto;
  height: auto;
  border: 0;
  content: "";
  -webkit-transition: all ease-in;
  -o-transition: all ease-in;
  transition: all ease-in;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
      -ms-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
  font-size: 12px;
  font-size: 0.75rem;
}

.vh-variant4 .has-sub.opened > .menu__link {
  background: #fff;
  color: #000;
}

.vh-variant4 .has-sub.opened > .menu__link:after {
  left: 11px;
  left: 0.6875rem;
  color: #dbdbdb;
  content: "";
  font-size: 11px;
  font-size: 0.6875rem;
}

.vh-variant4 .btn-search-overlay {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  font-size: 25px;
  font-size: 1.5625rem;
}

.no-touchevents .vh-variant4 .btn-search-overlay:hover {
  color: #007bff;
}

.vh-variant4 .vh-header--menu-wrapper {
  position: absolute;
  z-index: 2;
  display: none;
  padding: 0;
  background: #fff;
}

.vh-variant4 .vh-header--menu-wrapper .menu-sub {
  margin: 0;
  padding: 0;
  min-width: 230px;
  min-width: 14.375rem;
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1);
          box-shadow: -0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1);
  list-style: none;
}

.vh-variant4 .vh-header--menu-wrapper .menu__link {
  position: relative;
  display: block;
  border-top: 1px solid #dbdbdb;
  border-top: 0.0625rem solid #dbdbdb;
  border-right: 0;
  color: #000;
  -webkit-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  font-size: 16px;
  font-size: 1rem;
  padding: 13px 12px;
  padding: 0.8125rem 0.75rem;
}

.vh-variant4 .vh-header--menu-wrapper .menu__link.is-active-trail:before, .vh-variant4 .vh-header--menu-wrapper .menu__link:before {
  position: absolute;
  top: 0;
  bottom: 100%;
  right: 0;
  z-index: -1;
  width: 4px;
  width: 0.25rem;
  background: #007bff;
  content: "";
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: bottom;
  -o-transition-property: bottom;
  transition-property: bottom;
}

.vh-variant4 .vh-header--menu-wrapper .menu__link.is-active:before, .vh-variant4 .vh-header--menu-wrapper .menu__link.is-active-trail:before, .vh-variant4 .vh-header--menu-wrapper .menu__link:hover:before {
  bottom: 0;
}

.vh-variant4 .nav-item:last-child .vh-header--menu-wrapper {
  left: 0;
  right: inherit;
}

.vh-variant4 .hamburger-inner, .vh-variant4 .hamburger-inner:after, .vh-variant4 .hamburger-inner:before {
  background-color: #fff;
}

.vh-header--navigation .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.vh-variant4 .vh-header-top-right {
  padding: 0 0 18px;
  padding: 0 0 1.125rem;
  margin-right: 72px;
  margin-right: 4.5rem;
}

.vh-variant4 .navigation-secondary .menu-level--1 {
  list-style-type: none;
}

@media (min-width: 768px) {
  .vh-variant4 .navbar-nav > .nav-item:not(.opened) > .menu__link:hover {
    background: #3563A6;
    color: #fff;
  }
  .vh-variant4.vh-fixed {
    height: 60px;
    height: 3.75rem;
    background: #307BD2;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  }
  .vh-variant4.vh-fixed.top {
    position: fixed;
    top: 0;
  }
  .toolbar-horizontal .vh-variant4.vh-fixed.top {
    top: 78px;
    top: 4.875rem;
  }
  .vh-variant4.vh-fixed.bottom {
    top: -200px;
    top: -12.5rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .vh-variant4.vh-fixed .vh-header-inner {
    padding: 0;
    border: 0;
  }
  .vh-variant4.vh-fixed .vh-header-inner:after {
    display: none;
  }
  .vh-variant4.vh-fixed .vh-header-top-right {
    display: none !important;
  }
  .vh-variant4.vh-fixed .logo img {
    max-width: 170px;
    max-width: 10.625rem;
  }
  .vh-variant4.vh-fixed .logo .navbar-brand {
    margin: 0;
    padding: 0;
  }
  .vh-variant4.vh-fixed .navbar .nav-item > .menu__link {
    line-height: 40px;
    line-height: 2.5rem;
  }
  .vh-variant4 .logo {
    margin-right: 15px;
    margin-right: 0.9375rem;
  }
}

@media (max-width: 1199.98px) {
  .vh-variant4 .nav-item > .nav-link {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .vh-variant4 .vh-header--navigation .navbar {
    padding-right: 0;
  }
  .vh-variant4 .logo img {
    max-width: 200px;
    max-width: 12.5rem;
  }
}

@media (max-width: 991.98px) {
  .vh-variant4.vh-fixed {
    height: auto;
    background: #307BD2;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  }
  .vh-variant4.vh-fixed.top {
    position: fixed;
    top: 0;
    -webkit-transition: top ease-in 0.6s;
    -o-transition: top ease-in 0.6s;
    transition: top ease-in 0.6s;
  }
  .vh-variant4.vh-fixed.top .vh-header-inner {
    border: 0 none;
    padding: 10px 0 10px 0;
    padding: 0.625rem 0 0.625rem 0;
  }
  .toolbar-horizontal .vh-variant4.vh-fixed.top {
    top: 78px;
    top: 4.875rem;
  }
  .vh-variant4.vh-fixed.bottom {
    top: -80px;
    top: -5rem;
    -webkit-transition: top ease-in 0.5s;
    -o-transition: top ease-in 0.5s;
    transition: top ease-in 0.5s;
  }
  .vh-variant4 {
    height: auto;
    -webkit-transition: background ease-in 0.2s;
    -o-transition: background ease-in 0.2s;
    transition: background ease-in 0.2s;
  }
  .vh-variant4.vh-header-sticky {
    position: fixed;
    background: #007bff;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
  }
  .vh-variant4 .vh-header-inner {
    border: 0 none;
    padding: 10px 0;
    padding: 0.625rem 0;
  }
  .vh-variant4 .vh-header-inner:after {
    display: none;
  }
  .vh-variant4 .vh-header-inner .logo {
    width: 100%;
  }
  .vh-variant4 .logo img {
    max-width: 174px;
    max-width: 10.875rem;
  }
  .vh-variant4 .logo .navbar-brand {
    margin-left: 0;
  }
  .vh-variant4 .vh-header--menu-wrapper {
    position: relative;
    width: 100%;
    background: #1F5CA3;
  }
  .vh-variant4 .vh-header--menu-wrapper .menu-sub {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .vh-variant4 .vh-header--menu-wrapper .menu-sub .menu__link {
    border-top-color: #164A88;
    color: #fff;
    padding-right: 50px;
    padding-right: 3.125rem;
  }
  .vh-variant4 .nav-item > .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
    padding: 17px 30px 17px 44px;
    padding: 1.0625rem 1.875rem 1.0625rem 2.75rem;
  }
  .vh-variant4 .nav-item.has-sub > .menu__link:after {
    left: 30px;
    left: 1.875rem;
    content: "";
  }
  .vh-variant4 .nav-item > .menu__link.is-active-trail {
    background: #fff;
    color: #007bff;
  }
  .vh-variant4 .nav-item.opened > .menu__link {
    background: #fff;
    color: #007bff;
  }
  .vh-variant4 .nav-item.opened > .menu__link:after {
    -webkit-transform: translate(0, -50%) rotate(90deg);
        -ms-transform: translate(0, -50%) rotate(90deg);
            transform: translate(0, -50%) rotate(90deg);
  }
  .vh-variant4 .nav-item.opened > .menu__link:hover, .vh-variant4 .nav-item.opened > .menu__link:not(.is-active):hover {
    color: #007bff;
  }
  .btn-search-overlay:hover {
    color: #fff;
  }
  .vh-variant4 .vh-header--navigation {
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.3);
    margin: 0 -15px;
    margin: 0 -0.9375rem;
  }
  .vh-variant4 .vh-header--navigation .navbar-nav {
    width: 100%;
  }
  .layer-menu-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    overflow: auto;
    width: 100%;
    background-color: #317BD2;
    color: #fff;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    padding: 0 15px 20px;
    padding: 0 0.9375rem 1.25rem;
    overflow-scrolling: touch;
  }
  .layer-menu-mobile.is-open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .layer-menu-mobile .layer-menu-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 88px;
    height: 5.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
    margin: 0 -15px 17px;
    margin: 0 -0.9375rem 1.0625rem;
    padding: 27px 15px;
    padding: 1.6875rem 0.9375rem;
  }
  .vh-variant4 .vh-header-top-right {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    margin-right: 0;
  }
  .vh-variant4 .vh-header-top-right * {
    color: #fff;
  }
  .navigation-secondary {
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .navigation-secondary .menu__item {
    margin: 0 0 12px;
    margin: 0 0 0.75rem;
  }
  .navigation-secondary .block--menu ul,
  .navigation-secondary .block--menu ul li a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .navigation-secondary .menu__link {
    display: block;
  }
  .navigation-secondary .menu__link i {
    display: none;
  }
}

@-webkit-keyframes movingIcon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  75% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes movingIcon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  75% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.vh-header.vh-variant5 {
  background-color: #fff;
}

.vh-header.vh-variant5 .fixed-sticky-header {
  -webkit-transition: top 500ms ease-in;
  -o-transition: top 500ms ease-in;
  transition: top 500ms ease-in;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.1);
}

.vh-header.vh-variant5 .fixed-sticky-header.bottom, .vh-header.vh-variant5 .fixed-sticky-header.top {
  background-color: #fff;
}

.vh-header.vh-variant5 .fixed-sticky-header.bottom .vh-header--navigation .btn.btn-light i, .vh-header.vh-variant5 .fixed-sticky-header.top .vh-header--navigation .btn.btn-light i {
  color: #000;
}

.vh-header.vh-variant5 .fixed-sticky-header.bottom .vh-header--menu .nav-link, .vh-header.vh-variant5 .fixed-sticky-header.top .vh-header--menu .nav-link {
  color: #000;
}

.vh-header.vh-variant5 .fixed-sticky-header.bottom .vh-header--language-switcher .lang-dropdown-select-element .btn.dropdown-toggle,
.vh-header.vh-variant5 .fixed-sticky-header.bottom .vh-header--language-switcher .lang-dropdown-select-element .dropdown-menu li a, .vh-header.vh-variant5 .fixed-sticky-header.top .vh-header--language-switcher .lang-dropdown-select-element .btn.dropdown-toggle,
.vh-header.vh-variant5 .fixed-sticky-header.top .vh-header--language-switcher .lang-dropdown-select-element .dropdown-menu li a {
  color: #000;
}

.vh-header.vh-variant5 .fixed-sticky-header.top {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.1);
}

.vh-header.vh-variant5 .fixed-sticky-header.bottom {
  position: fixed;
  top: -165px;
  top: -10.3125rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.1);
}

.vh-header.vh-variant5 .fixed-sticky-header.bottom.transitioned {
  -webkit-transition: top 500ms ease-in;
  -o-transition: top 500ms ease-in;
  transition: top 500ms ease-in;
}

.vh-header.vh-variant5 .vh-layout {
  padding-top: 38px;
  padding-top: 2.375rem;
}

.vh-header.vh-variant5 .vh-layout .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 150px;
  max-width: 9.375rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vh-header.vh-variant5 .vh-layout .navbar-brand {
    width: 150px;
    width: 9.375rem;
  }
}

.vh-header.vh-variant5 .vh-layout .navbar-brand img {
  max-width: 100%;
}

.vh-header.vh-variant5 .vh-layout.vh-layout--mobile {
  border-bottom: 1px solid #A29D9B;
  border-bottom: 0.0625rem solid #A29D9B;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  padding-left: 30px;
  padding-left: 1.875rem;
}

.vh-header.vh-variant5 .vh-header--top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 42px;
  height: 2.625rem;
}

.vh-header.vh-variant5 .vh-header--top.bottom {
  top: auto;
  bottom: -42px;
  bottom: -2.625rem;
}

.vh-header.vh-variant5 .vh-header--top:before {
  content: '';
  height: 10px;
  height: 0.625rem;
  width: 100%;
  background-color: #007bff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.vh-header.vh-variant5 .fixed-sticky-header > .container-fluid, .vh-header.vh-variant5 .fixed-sticky-header > .container-sm, .vh-header.vh-variant5 .fixed-sticky-header > .container-md, .vh-header.vh-variant5 .fixed-sticky-header > .container-lg, .vh-header.vh-variant5 .fixed-sticky-header > .container-xl {
  padding-right: 44px;
  padding-right: 2.75rem;
  padding-left: 44px;
  padding-left: 2.75rem;
}

.vh-header.vh-variant5 .vh-header--branding h1 {
  margin-bottom: 0;
  line-height: 1;
}

.vh-header.vh-variant5 .vh-header--menu-wrapper {
  width: 100%;
}

.vh-header.vh-variant5 .vh-header--menu .nav-link {
  padding: 28px 8px 11px 7px;
  padding: 1.75rem 0.5rem 0.6875rem 0.4375rem;
  background-color: transparent;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  /*&:first-child {
        padding-left: 0;
      }

      &:last-child {
        padding-right: 0;
      }*/
}

.vh-header.vh-variant5 .vh-header--menu .nav-link:hover {
  color: #007bff;
}

.vh-header.vh-variant5 .vh-header--menu .nav-link.active {
  color: #007bff;
}

.vh-header.vh-variant5 .vh-header--menu .nav-link.active:after {
  width: 100%;
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  bottom: -0.0625rem;
  height: 3px;
  height: 0.1875rem;
  background-color: #007bff;
}

.vh-header.vh-variant5 .vh-header--navigation .btn.btn-light {
  padding: 0 15px;
  padding: 0 0.9375rem;
  border: none;
  background-color: transparent;
  color: #000;
}

.vh-header.vh-variant5 .vh-header--navigation .btn.btn-light:hover {
  background-color: transparent;
  color: #007bff;
}

.vh-header.vh-variant5 .vh-header--navigation .btn.btn-light i {
  font-size: 22px;
  font-size: 1.375rem;
}

.vh-header.vh-variant5 .vh-header--menu-wrapper.open .vh-header--language-switcher .lang-dropdown-select-element .btn.dropdown-toggle {
  color: #000;
}

.vh-header.vh-variant5 .vh-header--language-switcher {
  margin-right: 15px;
  margin-right: 0.9375rem;
}

.vh-header.vh-variant5 .vh-header--language-switcher .lang-dropdown-select-element {
  width: auto;
  background-color: transparent;
  border: none;
  width: auto !important;
}

.vh-header.vh-variant5 .vh-header--language-switcher .lang-dropdown-select-element .dropdown-menu {
  border: none;
  background-color: transparent;
  max-height: 300px !important;
  max-height: 18.75rem !important;
}

.vh-header.vh-variant5 .vh-header--language-switcher .lang-dropdown-select-element .dropdown-menu li.selected {
  display: none;
}

.vh-header.vh-variant5 .vh-header--language-switcher .lang-dropdown-select-element .dropdown-menu li a {
  padding: 0 0;
  padding: 0 0;
  text-align: center;
  color: black;
  text-transform: uppercase;
}

.vh-header.vh-variant5 .vh-header--language-switcher .lang-dropdown-select-element + .selected-option {
  text-transform: uppercase;
  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: 10px;
  padding: 0.625rem;
}

.vh-header.vh-variant5 .vh-header--language-switcher .lang-dropdown-select-element + .selected-option:after {
  position: static;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.vh-header.vh-variant5 .vh-header--language-switcher .lang-dropdown-select-element.show .btn.dropdown-toggle:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.vh-header.vh-variant5 .vh-header--language-switcher .lang-dropdown-select-element .btn.dropdown-toggle {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  padding: 10px 0 0 0;
  padding: 0.625rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  color: #000;
}

.vh-header.vh-variant5 .vh-header--language-switcher .lang-dropdown-select-element .btn.dropdown-toggle:after {
  margin: 0 !important;
  display: none;
}

.vh-header.vh-variant5 .vh-header--language-switcher .lang-dropdown-select-element .btn.dropdown-toggle:before {
  content: "";
  position: absolute;
  top: inherit;
  bottom: 0;
  left: inherit;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.3s ease-in 0s;
  transition: -webkit-transform 0.3s ease-in 0s;
  -o-transition: transform 0.3s ease-in 0s;
  transition: transform 0.3s ease-in 0s;
  transition: transform 0.3s ease-in 0s, -webkit-transform 0.3s ease-in 0s;
  margin-top: 2px;
  margin-top: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'vactory';
}

.vh-header.vh-variant5 .vh-header-text-animate {
  position: relative;
  overflow: hidden;
}

.vh-header.vh-variant5 .vh-header-text-animate > span {
  display: none;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.vh-header.vh-variant5 .vh-header-text-animate > span.next {
  display: block;
}

.vh-header.vh-variant5 .vh-header-text-animate > span.current {
  position: static;
  z-index: 1;
  display: block;
  opacity: 1;
}

.vh-header.vh-variant5 .vactory_logo_svg {
  width: 145px;
  width: 9.0625rem;
  max-height: 34px;
  max-height: 2.125rem;
}

.vh-header.vh-variant5 .vactory_logo_svg .svg-img {
  fill: #f9b104;
}

.vh-header.vh-variant5 .vactory_logo_svg .svg-letter {
  fill: #4f4248;
}

.vh-header.vh-variant5 .vh-header--navigation--switcher.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 4;
  -webkit-box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 -0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 -0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: bottom 500ms ease-in;
  -o-transition: bottom 500ms ease-in;
  transition: bottom 500ms ease-in;
}

.vh-header.vh-variant5 .vh-header--navigation--switcher.fixed:not(.footer-show).top {
  bottom: 0;
}

.vh-header.vh-variant5 .vh-header--navigation--switcher.fixed:not(.footer-show).bottom {
  bottom: -100%;
}

.vh-header.vh-variant5 .vh-header--navigation--switcher.fixed.footer-show {
  bottom: 0;
}

.vh-header.vh-variant5 .vh-header--navigation--switcher.fixed .vh-header--navigation a.btn.btn-light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 14px;
  line-height: 0.875rem;
  padding: 15px 2px;
  padding: 0.9375rem 0.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: normal;
}

.vh-header.vh-variant5 .vh-header--navigation--switcher.fixed .vh-header--navigation a.btn.btn-light i {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.vh-header.vh-variant5 .vh-header--account {
  font-size: 0;
}

.vh-header.vh-variant5 .vh-header--account a {
  color: #000;
}

.vh-header.vh-variant5 .vh-header--account .icon-user {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 991.98px) {
  .vh-header.vh-variant5 .fixed-sticky-header {
    background-color: #fff;
  }
  .vh-header.vh-variant5 .fixed-sticky-header > .container-fluid, .vh-header.vh-variant5 .fixed-sticky-header > .container-sm, .vh-header.vh-variant5 .fixed-sticky-header > .container-md, .vh-header.vh-variant5 .fixed-sticky-header > .container-lg, .vh-header.vh-variant5 .fixed-sticky-header > .container-xl {
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-left: 30px;
    padding-left: 1.875rem;
  }
  .vh-header.vh-variant5, .vh-header.vh-variant5.bottom, .vh-header.vh-variant5.top {
    position: static;
  }
  .vh-header.vh-variant5 .vh-header--language-switcher {
    margin-right: 0;
  }
  .vh-header.vh-variant5 .vh-header--language-switcher .group-select {
    border: none;
  }
  .vh-header.vh-variant5 .vh-header--language-switcher .lang-dropdown-select-element .dropdown-menu li a {
    color: #000;
  }
  .vh-header.vh-variant5 .vh-layout {
    padding-top: 0;
    height: 80px;
    height: 5rem;
  }
  .vh-header.vh-variant5 .vh-header--top {
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    border-bottom: none;
    position: static;
    height: 0;
  }
  .vh-header.vh-variant5 .vh-header--top.bottom {
    position: absolute;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    border-bottom: 0;
    padding-bottom: 0;
    display: none;
    height: 31px;
    height: 1.9375rem;
  }
  .vh-header.vh-variant5 .vh-header--branding {
    padding: 21px 0;
    padding: 1.3125rem 0;
    width: 100%;
  }
  .vh-header.vh-variant5 .vh-header--branding a {
    padding: 0;
    margin-left: 0;
  }
  .vh-header.vh-variant5 .vh-header--menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 999;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    -o-transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    padding-top: 17px;
    padding-top: 1.0625rem;
    border-top: 1px solid brown;
    border-top: 0.0625rem solid brown;
  }
  .vh-header.vh-variant5 .vh-header--menu-wrapper.open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
  .vh-header.vh-variant5 .vh-header--menu-wrapper.open .vh-header--menu-mobile {
    overflow: auto;
  }
  .vh-header.vh-variant5 .vh-header--menu-wrapper .vh-header--menu {
    width: 100%;
    padding: 0 30px;
    padding: 0 1.875rem;
  }
  .vh-header.vh-variant5 .vh-header--menu-wrapper .vh-header--menu > .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vh-header.vh-variant5 .vh-header--menu-wrapper .vh-header--menu > .nav a.nav-link {
    font-weight: normal;
    padding: 12px 0 12px 15px;
    padding: 0.75rem 0 0.75rem 0.9375rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
    color: #000;
  }
  .vh-header.vh-variant5 .vh-header--menu-wrapper .vh-header--menu > .nav a.nav-link.active {
    color: #007bff;
  }
  .vh-header.vh-variant5 .vh-header--menu-wrapper .vh-header--menu > .nav a.nav-link:after {
    display: none;
  }
  .vh-header.vh-variant5 .ui-tooltip {
    display: none !important;
  }
}

/*******************
Header 6
*******************/
@media (min-width: 992px) {
  .vh-header-6.bottom {
    top: -160px;
    top: -10rem;
  }
  .vh-header-6.top {
    top: -93px;
    top: -5.8125rem;
  }
  .vh-header-6 .menu__item--1:last-child .menu__level--2 {
    right: -100%;
  }
}

@media (max-width: 991.98px) {
  .vh-header-6.bottom {
    top: -173px;
    top: -10.8125rem;
  }
  .vh-header-6.top {
    top: -93px;
    top: -5.8125rem;
  }
}

.vh-header-6 .vh-header__top {
  background: black;
}

.vh-header-6 .vh-header__top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vh-header-6 .vh-header__middle-wrapper {
  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;
  padding: 10px;
  padding: 0.625rem;
}

.vh-header-6 .vh-header__bottom-wrapper {
  position: relative;
  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: 0 10px;
  padding: 0 0.625rem;
}

.vh-header-6 .vh-header__bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.vh-header-6 .vh-header__branding {
  margin-left: auto;
}

.vh-header-6 .vh-header__menu {
  margin-right: auto;
}

.vh-header-6 .vh-header__social-link span.fa {
  color: #fff;
}

/*
* Mobile Layer Style
*/
.vhm-header-6 .vhm-header__branding {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.vhm-header-6 .vhm-header__language-drop-switcher {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.vhm-header-6 .vhm-header__menu {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

/************
 * Header 7 *
 ************/
.vh-header-7 {
  background-color: darkgrey;
  position: relative;
}

@media (min-width: 992px) {
  .vh-header-7.bottom {
    top: -160px;
    top: -10rem;
  }
  .vh-header-7.top {
    top: -58px;
    top: -3.625rem;
  }
}

@media (max-width: 991.98px) {
  .vh-header-7.bottom {
    top: -173px;
    top: -10.8125rem;
  }
  .vh-header-7.top {
    top: 0;
  }
}

.vh-header-7 .vh-header {
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .vh-header-7 .vh-header__middle-left {
    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;
    width: 100%;
  }
}

.vh-header-7 .vh-header__middle-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #adb5bd;
  border-left: 0.0625rem solid #adb5bd;
  border-right: 1px solid #adb5bd;
  border-right: 0.0625rem solid #adb5bd;
}

.vh-header-7 .vh-header__middle-left {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.vh-header-7 .vh-header__middle-right {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
  padding-top: 0.625rem;
  border-right: 1px solid #adb5bd;
  border-right: 0.0625rem solid #adb5bd;
}

.vh-header-7 .vh-header__social-link {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-right: auto;
}

.vh-header-7 .vh-header__language-drop-switcher {
  margin-right: 20px;
  margin-right: 1.25rem;
}

.vh-header-7 .vh-header__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 10px;
  margin-top: 0.625rem;
  border-top: 1px solid #adb5bd;
  border-top: 0.0625rem solid #adb5bd;
}

.vh-header-7 .vh-header .navbar-nav.menu-level--1 {
  display: table;
  width: 100%;
}

.vh-header-7 .vh-header .nav-item.menu__item--1 {
  display: table-cell;
  text-align: center;
}

.vh-header-7 .vh-header .nav-item.menu__item--1:not(:last-child) {
  border-left: 1px solid #adb5bd;
  border-left: 0.0625rem solid #adb5bd;
}

.vh-header-7 .vh-header .nav-item.menu__item--1 > .menu__link {
  position: relative;
  text-transform: uppercase;
}

.vh-header-7 .vh-header .nav-item.menu__item--1 > .menu__link.dropdown-toggle {
  padding-left: 30px;
  padding-left: 1.875rem;
}

.vh-header-7 .vh-header .nav-item.menu__item--1 > .menu__link.dropdown-toggle::after {
  position: absolute;
  top: 50%;
  left: 20px;
  left: 1.25rem;
  width: auto;
  height: auto;
  border: none;
  content: "";
  font-family: 'vactory';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.vh-header-7 .vh-header .nav-item.menu__item--2 > .menu__link {
  position: relative;
}

.vh-header-7 .vh-header .nav-item.menu__item--2 > .menu__link.dropdown-toggle {
  padding-left: 20px;
  padding-left: 1.25rem;
}

.vh-header-7 .vh-header .nav-item.menu__item--2 > .menu__link.dropdown-toggle::after {
  position: absolute;
  top: 50%;
  left: 8px;
  left: 0.5rem;
  width: auto;
  height: auto;
  border: none;
  content: "";
  font-family: 'vactory';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.vh-header-7 .vh-header .dropdown-menu.menu__level--1 {
  border-radius: 0;
  background-color: #adb5bd;
}

.vh-header-7 .vh-header .dropdown-menu.menu__level--2 {
  border-radius: 0;
  background-color: #adb5bd;
}

/************
 * Header 8 *
 ************/
.vh-header-8 {
  position: relative;
}

@media (min-width: 992px) {
  .vh-header-8.bottom {
    top: -180px;
    top: -11.25rem;
  }
  .vh-header-8.top {
    top: -80px;
    top: -5rem;
  }
  .vh-header-8.vh-fixed .vh-header__branding-sticky .home-page-link {
    display: none;
  }
  .vh-header-8.vh-fixed .vh-header__branding-sticky .navbar-brand {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  .vh-header-8.bottom {
    top: -173px;
    top: -10.8125rem;
  }
  .vh-header-8.top {
    top: 0;
  }
}

.vh-header-8 .vh-header {
  background-color: #333333;
  padding-bottom: 0;
}

.vh-header-8 .vh-header__top-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.vh-header-8 .vh-header__top-left {
  margin-left: auto;
}

.vh-header-8 .vh-header__top-right {
  margin-right: auto;
}

.vh-header-8 .vh-header__language-drop-switcher {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.vh-header-8 .vh-header__branding .navbar-brand {
  margin: 10px 0 0;
  margin: 0.625rem 0 0;
}

.vh-header-8 .vh-header__branding img {
  max-height: 60px;
  max-height: 3.75rem;
}

.vh-header-8 .vh-header__bottom-wrapper {
  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;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.vh-header-8 .vh-header__bottom-left {
  margin-left: auto;
}

.vh-header-8 .vh-header__bottom-right {
  margin-right: auto;
}

.vh-header-8 .vh-header__branding-sticky .home-page-link {
  display: none;
  color: #fff;
}

.vh-header-8 .vh-header__branding-sticky img {
  max-height: 30px;
  max-height: 1.875rem;
}

.vh-header-8 .vh-header__menu .dropdown-menu {
  width: 100%;
}

@media (min-width: 992px) {
  .vh-header-8 .vh-header__top-wrapper {
    position: relative;
  }
  .vh-header-8 .vh-header__top-left {
    position: absolute;
    right: 0;
  }
  .vh-header-8 .vh-header__top-right {
    position: absolute;
    left: 0;
  }
  .vh-header-8 .vh-header__bottom-wrapper {
    position: relative;
  }
  .vh-header-8 .vh-header__bottom-left {
    position: absolute;
    right: 0;
  }
  .vh-header-8 .vh-header__bottom-right {
    position: absolute;
    left: 0;
  }
  .vh-header-8 .vh-header__branding-sticky .home-page-link {
    display: inline-block;
  }
  .vh-header-8 .vh-header__branding-sticky .navbar-brand {
    padding: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .vh-header-8 .vh-header__branding-sticky img {
    max-height: 30px;
    max-height: 1.875rem;
  }
  .vh-header-8 .vh-header__menu .menu__item--1 .nav-link {
    padding: 0 5px;
    padding: 0 0.3125rem;
    margin: 0 5px;
    margin: 0 0.3125rem;
  }
  .vh-header-8 .vh-header__menu .menu__item--1 .nav-link.dropdown-toggle {
    padding: 0 5px 0 20px;
    padding: 0 0.3125rem 0 1.25rem;
  }
  .vh-header-8 .vh-header__menu .menu__item--1 .nav-link.dropdown-toggle::after {
    content: "";
    left: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
}

@media (max-width: 991.98px) {
  .vh-header-8 .vh-header__bottom-wrapper {
    padding-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vh-header-8 .vh-header .vhm-header__wrapper {
    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;
    padding-right: 15px;
    padding-right: 0.9375rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    border-bottom: 1px solid #fff;
    border-bottom: 0.0625rem solid #fff;
  }
  .vh-header-8 .vh-header .vhm-header__wrapper img {
    max-height: 30px;
    max-height: 1.875rem;
  }
  .vh-header-8 .vh-header__hamburger {
    text-align: left;
  }
  .vh-header-8 .vh-header__hamburger .hamburger-inner,
  .vh-header-8 .vh-header__hamburger .hamburger-inner::before,
  .vh-header-8 .vh-header__hamburger .hamburger-inner::after {
    background-color: #fff;
  }
  .vh-header-8 .vh-header__language-link-switcher {
    padding: 10px 0;
    padding: 0.625rem 0;
    border-bottom: 1px solid #fff;
    border-bottom: 0.0625rem solid #fff;
    text-align: center;
  }
  .vh-header-8 .vh-header__menu .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    display: block;
    background-color: #333333;
    z-index: 2;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .vh-header-8 .vh-header__menu .navbar-collapse.show {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .vh-header-8 .vh-header .vhm-header__menu .menu__link {
    color: #fff;
  }
  .vh-header-8 .vh-header__social-link {
    margin-top: auto;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    padding-top: 10px;
    padding-top: 0.625rem;
    border-top: 1px solid #fff;
    border-top: 0.0625rem solid #fff;
  }
}

.vf-footer .block-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
}

.vf-footer .block-social-media .social-media-links--platforms li {
  padding: 0;
}

.vf-footer .block-social-media .social-media-links--platforms li:first-child a {
  padding-right: 0;
}

.vf-footer .block-social-media .social-media-links--platforms li a {
  padding-right: 6px;
  padding-right: 0.375rem;
  display: inline-block;
}

.vf-footer .social-media-title,
.vf-footer .app-store-title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 600;
}

.vf-footer [class*="block-footer-menu"] li {
  position: relative;
}

.vf-footer [class*="block-footer-menu"] li:not(:first-child) {
  padding-right: 6px;
  padding-right: 0.375rem;
}

.vf-footer [class*="block-footer-menu"] li:not(:last-child) {
  padding-left: 6px;
  padding-left: 0.375rem;
}

.vf-footer [class*="block-footer-menu"] li a {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.vf-footer [class*="block-footer-menu"] li a:hover {
  color: #007bff;
}

.vf-footer .block-footer-menu-separate li:not(:first-child):after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  width: 0.0625rem;
  height: 12px;
  height: 0.75rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.vf-footer .block-footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.vf-footer .block-footer-logo img {
  max-width: 200px;
  max-width: 12.5rem;
}

.vf-footer .block-footer-logo .navbar-brand {
  margin-left: 0;
}

.vf-footer .block--footer-mailchimp .mailchimp-title {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 0;
}

.vf-footer .block--footer-mailchimp .mailchimp-input {
  background-color: transparent;
  border: 0;
  padding-right: 0;
  padding-left: 43px;
  padding-left: 2.6875rem;
}

.vf-footer .block--footer-mailchimp .mailchimp-input, .vf-footer .block--footer-mailchimp .mailchimp-input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vf-footer .block--footer-mailchimp .mailchimp-signup-subscribe-form {
  position: relative;
}

.vf-footer .block--footer-mailchimp .mailchimp-submit {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
}

.vf-footer .block--footer-mailchimp .mailchimp-submit:before {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 1;
}

.vf-footer .block--footer-mailchimp .mailchimp-submit input[type=submit] {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  border: 0;
  font-size: 0;
}

.icon-shadow .fa {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0.3125rem 0.6875rem 0 rgba(0, 0, 0, 0.18), 0 0.25rem 0.9375rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.3125rem 0.6875rem 0 rgba(0, 0, 0, 0.18), 0 0.25rem 0.9375rem 0 rgba(0, 0, 0, 0.15);
}

.bg-icon .fa-facebook {
  background: #365397;
}

.bg-icon .fa-twitter {
  background: #00a9f1;
}

.bg-icon .fa-linkedin {
  background: #006db3;
}

.bg-icon .fa-google_plus {
  background: #e0452c;
}

.bg-icon .fa-youtube {
  background: #ff3333;
}

.bg-icon .fa-vimeo {
  background: #48b6ed;
}

.bg-icon .fa-pinterest {
  background: #ce1a19;
}

.bg-icon .fa-skype {
  background: #00acf4;
}

.bg-icon .fa-instagram {
  background: #396d9a;
}

.bg-icon .fa-github {
  background: #2f2f2f;
}

.bg-icon .fa-drupal {
  background: #0c76ab;
}

.bg-icon .fa-bitbucket {
  background: #205081;
}

.icon-shadow .fa,
.bg-icon .fa {
  position: relative;
  text-align: center;
}

.icon-shadow .fa:before,
.bg-icon .fa:before {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.block-footer-copyright p, .block-footer-copyright p a,
.block-footer-realisation_void p,
.block-footer-realisation_void p a {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
  opacity: .6;
}

.block-footer-copyright p img, .block-footer-copyright p a img,
.block-footer-realisation_void p img,
.block-footer-realisation_void p a img {
  max-width: 40px;
  max-width: 2.5rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

@media (min-width: 992px) {
  .vf-footer .block-social-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .vf-footer .block-social-media .social-media-links--platforms li:last-child a {
    padding-left: 0;
  }
  .vf-footer .social-media-title,
  .vf-footer .app-store-title {
    margin-left: 20px;
    margin-left: 1.25rem;
  }
  .vf-footer .block-footer-logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
  .vf-footer .block--footer-mailchimp {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .vf-footer .sm-menu-center ul.nav,
  .vf-footer .sm-menu-block-center ul.nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .vf-footer [class*="sm-menu-block"] ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vf-footer [class*="sm-menu-block"] ul.nav li {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    padding-right: 0;
    padding-left: 0;
  }
  .vf-footer [class*="sm-menu-block"] ul.nav li:last-child {
    margin-bottom: 0;
  }
  .vf-footer [class*="sm-menu-block"] ul.nav li::after {
    display: none;
  }
}

.vf-footer--variant1 .block--menu li, .vf-footer--variant1 .block--menu li a {
  color: #fff;
}

.vf-footer--variant1 .block--menu li:not(:first-child):after {
  background-color: #fff;
}

.vf-footer--variant1 {
  background-color: #6c757d;
}

.vf-footer--variant1 .container .vf-footer-items, .vf-footer--variant1 .bar-tabs .vf-footer-items {
  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;
}

.vf-footer--variant1 .container .vf-footer-items .vf-footer__top, .vf-footer--variant1 .bar-tabs .vf-footer-items .vf-footer__top {
  margin-left: 0;
}

.vf-footer--variant1 .container .vf-footer-items .vf-footer__middle, .vf-footer--variant1 .bar-tabs .vf-footer-items .vf-footer__middle {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.vf-footer--variant1 .container .vf-footer-items .vf-footer__bottom, .vf-footer--variant1 .bar-tabs .vf-footer-items .vf-footer__bottom {
  margin: 0 auto;
  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;
  text-align: center;
}

.vf-footer--variant1 .container .vf-footer-items .vf-footer__bottom .block-footer-realisation_void, .vf-footer--variant1 .bar-tabs .vf-footer-items .vf-footer__bottom .block-footer-realisation_void {
  text-align: center;
}

.cke_editable .vf-footer--variant1 .container .vf-footer-items .vf-footer__bottom .block-footer-realisation_void, .cke_editable .vf-footer--variant1 .bar-tabs .vf-footer-items .vf-footer__bottom .block-footer-realisation_void {
  background-color: #6c757d;
}

.vf-footer--variant1 .container .vf-footer-items .vf-footer__bottom .block-footer-realisation_void p, .vf-footer--variant1 .bar-tabs .vf-footer-items .vf-footer__bottom .block-footer-realisation_void p {
  color: #fff;
  display: inline-block;
}

.vf-footer--variant1 .container .vf-footer-items .vf-footer__bottom .block-social-media .fa, .vf-footer--variant1 .bar-tabs .vf-footer-items .vf-footer__bottom .block-social-media .fa {
  color: #fff;
}

@media (min-width: 992px) {
  .vf-footer--variant1 .container .vf-footer-items, .vf-footer--variant1 .bar-tabs .vf-footer-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .vf-footer--variant1 .container .vf-footer-items .vf-footer__top, .vf-footer--variant1 .bar-tabs .vf-footer-items .vf-footer__top {
    margin-left: 50px;
    margin-left: 3.125rem;
  }
  .vf-footer--variant1 .container .vf-footer-items .vf-footer__middle, .vf-footer--variant1 .bar-tabs .vf-footer-items .vf-footer__middle {
    margin-bottom: 0;
    margin-left: auto;
  }
  .vf-footer--variant1 .container .vf-footer-items .vf-footer__bottom, .vf-footer--variant1 .bar-tabs .vf-footer-items .vf-footer__bottom {
    margin: 0;
  }
}

.vf-footer--variant2 {
  padding: 0 !important;
}

.vf-footer--variant2 .vf-mailchimp--newsleter .input-group.mt-4 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vf-footer--variant2 .vf-mailchimp--newsleter .input-group.mt-4 input[type=email] {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.vf-footer--variant2 .vf-footer__middle__bottom {
  background-color: #007bff;
}

.vf-footer--variant2 .vf-footer__middle__bottom * {
  color: #fff;
}

.vf-footer--variant2 .vf-footer__middle {
  padding: 40px 0;
  padding: 2.5rem 0;
}

.vf-footer--variant2 .vf-footer__middle .block-footer-contacter_nous i {
  display: inline-block;
  margin-left: 6px;
  margin-left: 0.375rem;
}

.vf-footer--variant2 .vf-footer__middle .block-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.vf-footer--variant2 .vf-footer__middle .block-content h2 {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.vf-footer--variant2 .vf-footer__bottom .vf-footer__bottom--items {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #fff;
  border-top: 0.0625rem solid #fff;
  padding: 20px 0;
  padding: 1.25rem 0;
}

.vf-footer--variant2 .vf-footer__bottom .vf-footer__bottom--items .block-footer-realisation_void .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.vf-footer--variant2 .vf-footer__bottom .vf-footer__bottom--items .block-footer-realisation_void .field__item p {
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.vf-footer--variant2 .vf-footer__bottom .vf-footer__bottom--items .block-footer-realisation_void .field__item p:last-child {
  margin-left: 0;
}

@media (max-width: 991.98px) {
  .vf-footer--variant2 .vf-mailchimp--newsleter .input-group.mt-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vf-footer--variant2 .vf-mailchimp--newsleter .input-group.mt-4 input[type=email] {
    margin-left: 0;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    border-radius: inherit;
    width: 100%;
  }
  .vf-footer--variant2 .vf-mailchimp--newsleter .input-group.mt-4 .input-group-btn, .vf-footer--variant2 .vf-mailchimp--newsleter .input-group.mt-4 .input-group-btn input.form-submit {
    width: 100%;
  }
  .vf-footer--variant2 .vf-footer__middle .col-md-4:not(:last-child) .block-content {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .vf-footer--variant2 .vf-footer__bottom .vf-footer__bottom--items {
    -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;
  }
  .vf-footer--variant2 .vf-footer__bottom .vf-footer__bottom--items .block-content {
    text-align: center;
    margin: 0 auto 10px auto;
    margin: 0 auto 0.625rem auto;
  }
  .vf-footer--variant2 .vf-footer__bottom .vf-footer__bottom--items .block-content:last-child {
    margin-bottom: 0;
  }
}

.vf-footer--variant3 .block--menu li, .vf-footer--variant3 .block--menu li a {
  color: #adb5bd;
}

.vf-footer--variant3 .block--menu li:not(:first-child):after {
  background-color: #adb5bd;
}

.vf-footer.vf-footer--variant3 {
  border-top: 2px solid #dee2e6;
  border-top: 0.125rem solid #dee2e6;
}

.vf-footer.vf-footer--variant3 .vf-footer__top {
  background-color: #fff;
}

.vf-footer.vf-footer--variant3 .vf-footer__top .first-footer-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vf-footer.vf-footer--variant3 .vf-footer__top .block--footer-mailchimp .mailchimp-input {
  border-bottom: 1px solid #adb5bd;
  border-bottom: 0.0625rem solid #adb5bd;
}

.vf-footer.vf-footer--variant3 .vf-footer__top .block--footer-mailchimp .mailchimp-submit:before {
  color: #adb5bd;
}

.vf-footer.vf-footer--variant3 .vf-footer__top .block-contact-menu, .vf-footer.vf-footer--variant3 .vf-footer__top .last-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vf-footer.vf-footer--variant3 .vf-footer__top .block-contact-menu .block-contactez-nous p {
  font-size: 1.3rem;
}

.vf-footer.vf-footer--variant3 .vf-footer__top .block-contact-menu .block-contactez-nous p a {
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.625rem;
  color: #007bff;
  font-weight: 600;
}

.vf-footer.vf-footer--variant3 .vf-footer__top .block-contact-menu .block-footer-menu {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.vf-footer.vf-footer--variant3 .vf-footer__top .block-footer-realisation_void .field__item,
.vf-footer.vf-footer--variant3 .vf-footer__top .block-footer-copyright .field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.vf-footer.vf-footer--variant3 .vf-footer__top .block-footer-realisation_void .field__item p,
.vf-footer.vf-footer--variant3 .vf-footer__top .block-footer-copyright .field__item p {
  margin-bottom: 0;
}

.vf-footer.vf-footer--variant3 .vf-footer__top .block-footer-realisation_void .field__item p, .vf-footer.vf-footer--variant3 .vf-footer__top .block-footer-realisation_void .field__item p a,
.vf-footer.vf-footer--variant3 .vf-footer__top .block-footer-copyright .field__item p,
.vf-footer.vf-footer--variant3 .vf-footer__top .block-footer-copyright .field__item p a {
  color: #adb5bd;
}

.vf-footer.vf-footer--variant3 .vf-footer__top .block-footer-realisation_void img {
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.vf-footer.vf-footer--variant3 .vf-footer__bottom {
  background-color: #dee2e6;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.vf-footer.vf-footer--variant3 .vf-footer__bottom p {
  font-size: .9rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  color: #000;
}

@media (min-width: 992px) {
  .vf-footer.vf-footer--variant3 .vf-footer__top .first-footer-block {
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .vf-footer.vf-footer--variant3 .vf-footer__top .block-contact-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .vf-footer.vf-footer--variant3 .vf-footer__top .block-contact-menu .block-footer-menu {
    margin-bottom: 0;
  }
  .vf-footer.vf-footer--variant3 .vf-footer__top .last-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    border-top: 2px dashed #adb5bd;
    border-top: 0.125rem dashed #adb5bd;
  }
  .vf-footer.vf-footer--variant3 .vf-footer__bottom p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.vf-footer--variant4 .block--menu li, .vf-footer--variant4 .block--menu li a {
  color: #fff;
}

.vf-footer--variant4 .block--menu li:not(:first-child):after {
  background-color: #fff;
}

.vf-footer.vf-footer--variant4 .vf-footer__top {
  background-color: #e9ecef;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.vf-footer.vf-footer--variant4 .vf-footer__top .block-footer-app a {
  margin-left: 30px;
  margin-left: 1.875rem;
}

.vf-footer.vf-footer--variant4 .vf-footer__bottom {
  background-color: #495057;
  position: relative;
}

.vf-footer.vf-footer--variant4 .vf-footer__bottom [class*="block-footer-menu"] {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.vf-footer.vf-footer--variant4 .vf-footer__bottom .last-block {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.15);
  color: #fff;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 300;
}

@media (min-width: 992px) {
  .vf-footer.vf-footer--variant4 .vf-footer__top .first-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .vf-footer.vf-footer--variant4 .vf-footer__top .first-block .field__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
  .vf-footer.vf-footer--variant4 .vf-footer__top .block-icon-store {
    margin-bottom: 0;
  }
  .vf-footer.vf-footer--variant4 .vf-footer__bottom .last-block {
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vf-footer.vf-footer--variant4 .vf-footer__bottom .block-footer-realisation_void .field__item,
  .vf-footer.vf-footer--variant4 .vf-footer__bottom .block-footer-copyright .field__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 1199.98px) {
  .vf-footer.vf-footer--variant4 .vf-footer__top {
    text-align: center;
  }
  .vf-footer.vf-footer--variant4 .vf-footer__top .first-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vf-footer.vf-footer--variant4 .vf-footer__top .first-block .field__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vf-footer.vf-footer--variant4 .vf-footer__top .first-block .field__item p {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  .vf-footer.vf-footer--variant4 .vf-footer__top .first-block .block-social-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vf-footer.vf-footer--variant4 .vf-footer__top .block-icon-store {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .vf-footer.vf-footer--variant4 .vf-footer__top .block-icon-store a:last-child {
    margin-left: 0;
  }
  .vf-footer.vf-footer--variant4 .vf-footer__bottom .last-block {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.vf-footer--variant5 .block--menu li, .vf-footer--variant5 .block--menu li a {
  color: #000;
}

.vf-footer--variant5 .block--menu li:not(:first-child):after {
  background-color: #000;
}

.vf-footer.vf-footer--variant5 {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border: 0.0625rem solid #e9ecef;
  padding: 0;
}

.vf-footer.vf-footer--variant5 .vf-footer__top {
  padding: 47px 0 39px 0;
  padding: 2.9375rem 0 2.4375rem 0;
  border-bottom: 1px solid #e9ecef;
  border-bottom: 0.0625rem solid #e9ecef;
}

.vf-footer.vf-footer--variant5 .vf-footer__top .social-media-links--platforms {
  text-align: center;
}

.vf-footer.vf-footer--variant5 .vf-footer__middle {
  padding: 26px 0 14px 0;
  padding: 1.625rem 0 0.875rem 0;
  border-bottom: 1px solid #e9ecef;
  border-bottom: 0.0625rem solid #e9ecef;
}

.vf-footer.vf-footer--variant5 .vf-footer__middle .block-footer-menu {
  max-width: 380px;
  max-width: 23.75rem;
  margin: 0 auto;
}

.vf-footer.vf-footer--variant5 .vf-footer__bottom {
  padding: 36px 0 36px 0;
  padding: 2.25rem 0 2.25rem 0;
}

.vf-footer.vf-footer--variant5 .vf-footer__bottom p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #000;
}

@media (min-width: 992px) {
  .vf-footer.vf-footer--variant5 .vf-footer__middle {
    padding-bottom: 33px;
    padding-bottom: 2.0625rem;
  }
  .vf-footer.vf-footer--variant5 .vf-footer__middle .block-footer-menu {
    max-width: 410px;
    max-width: 25.625rem;
  }
  .vf-footer.vf-footer--variant5 .vf-footer__bottom {
    padding-top: 14px;
    padding-top: 0.875rem;
  }
}

.vf-footer--variant6 .block--menu li, .vf-footer--variant6 .block--menu li a {
  color: rgba(0, 0, 0, 0.85);
}

.vf-footer--variant6 .block--menu li:not(:first-child):after {
  background-color: rgba(0, 0, 0, 0.85);
}

.vf-footer.vf-footer--variant6 {
  background-color: #f8f9fa;
}

@media (max-width: 1199.98px) {
  .vf-footer.vf-footer--variant6 > .container, .vf-footer.vf-footer--variant6 > .bar-tabs {
    max-width: 100%;
  }
}

.vf-footer.vf-footer--variant6 .vf-footer-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.vf-footer.vf-footer--variant6 .vf-footer-left {
  background-color: #6c757d;
  padding: 10px;
  padding: 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

.vf-footer.vf-footer--variant6 .vf-footer-left .block-footer-logo img {
  max-height: 35px;
  max-height: 2.1875rem;
}

.vf-footer.vf-footer--variant6 .vf-footer-right {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.vf-footer.vf-footer--variant6 .vf-footer-right .block-footer-app,
.vf-footer.vf-footer--variant6 .vf-footer-right .block-social-media {
  text-align: center;
}

.vf-footer.vf-footer--variant6 .vf-footer-right .block-footer-app > div,
.vf-footer.vf-footer--variant6 .vf-footer-right .block-social-media > div {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}

.vf-footer.vf-footer--variant6 .vf-footer-right .block-icon-store a {
  margin-left: 30px;
  margin-left: 1.875rem;
}

.vf-footer.vf-footer--variant6 .vf-footer-right .block-icon-store a:last-child {
  margin-left: 0;
}

@media (min-width: 992px) {
  .vf-footer.vf-footer--variant6 {
    position: relative;
  }
  .vf-footer.vf-footer--variant6 .vf-footer-items {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  .vf-footer.vf-footer--variant6 .vf-footer-left,
  .vf-footer.vf-footer--variant6 .vf-footer-right {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 72px;
    padding-bottom: 4.5rem;
  }
  .vf-footer.vf-footer--variant6 .block-footer-logo,
  .vf-footer.vf-footer--variant6 .block-footer-app {
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
  }
  .vf-footer.vf-footer--variant6 .vf-footer-left {
    text-align: right;
    z-index: 1;
    position: inherit;
  }
  .vf-footer.vf-footer--variant6 .vf-footer-left .block-footer-description {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 35px;
    line-height: 2.1875rem;
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
    max-width: 350px;
    max-width: 21.875rem;
  }
  .vf-footer.vf-footer--variant6 .vf-footer-left::after {
    position: absolute;
    content: "";
    background: #6c757d;
    width: 50vw;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
  }
}

@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  .vf-footer.vf-footer--variant6 .vf-footer-left::after {
    z-index: 0;
  }
}

@media (min-width: 992px) {
  .vf-footer.vf-footer--variant6 .vf-footer-right > div:not(:last-child) {
    padding-bottom: 0;
  }
  .vf-footer.vf-footer--variant6 .vf-footer-right .block-footer-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vf-footer.vf-footer--variant6 .vf-footer-right .block-social-media {
    margin-bottom: 86px;
    margin-bottom: 5.375rem;
  }
}

.vf-footer--variant7 .block--menu li, .vf-footer--variant7 .block--menu li a {
  color: #fff;
}

.vf-footer--variant7 .block--menu li:not(:first-child):after {
  background-color: #fff;
}

.vf-footer--variant7 * {
  color: #fff;
}

.vf-footer--variant7 .block-social-media .fa {
  color: #fff;
}

.vf-footer--variant7 .vf-footer__top {
  background: #343a40;
}

.vf-footer--variant7 .vf-footer__top--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vf-footer--variant7 .vf-footer__top--items img {
  max-height: 35px;
  max-height: 2.1875rem;
}

.vf-footer--variant7 .vf-footer__middle {
  padding: 40px 0;
  padding: 2.5rem 0;
  background-color: #495057;
}

.vf-footer--variant7 .vf-footer__middle .block-footer-contacter_nous i {
  display: inline-block;
  margin-left: 6px;
  margin-left: 0.375rem;
}

.vf-footer--variant7 .vf-footer__middle .title-underline {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  position: relative;
}

.vf-footer--variant7 .vf-footer__middle .title-underline::before {
  content: '';
  position: absolute;
  bottom: -12px;
  bottom: -0.75rem;
  height: 2px;
  height: 0.125rem;
  width: 80px;
  width: 5rem;
  background: #343a40;
}

.vf-footer--variant7 .vf-footer__middle .block--menu ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vf-footer--variant7 .vf-footer__bottom {
  background: #343a40;
}

.vf-footer--variant7 .vf-footer__bottom .vf-footer__bottom--items {
  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: 20px 0;
  padding: 1.25rem 0;
  text-align: center;
}

.vf-footer--variant7 .vf-footer__bottom .block--footer-mailchimp .mailchimp-title {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: right;
}

.vf-footer--variant7 .vf-footer__bottom .block--footer-mailchimp form {
  position: relative;
}

.vf-footer--variant7 .vf-footer__bottom .block--footer-mailchimp .mailchimp-input {
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
}

.vf-footer--variant7 .vf-footer__bottom .block--footer-mailchimp .mailchimp-submit:before {
  color: #fff;
}

@media (min-width: 992px) {
  .vf-footer--variant7 .vf-footer__bottom .block--footer-mailchimp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .vf-footer--variant7 .vf-footer__bottom .block--footer-mailchimp .mailchimp-input {
    width: 300px;
    width: 18.75rem;
  }
}

.vf-footer--variant8 * {
  color: #fff;
  text-align: center;
}

.vf-footer--variant8 .block-social-media .fa {
  color: #fff;
}

.vf-footer--variant8 .block--menu ul,
.vf-footer--variant8 .block-social-media {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vf-footer--variant8 .vf-footer__top {
  background: #343a40;
}

.vf-footer--variant8 .vf-footer__middle {
  padding: 30px 0;
  padding: 1.875rem 0;
  background: #495057;
}

.vf-footer--variant8 .vf-footer__bottom {
  background: #343a40;
}

.overflow-y {
  overflow-y: hidden;
}

.search-overlay-variant1 {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  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;
}

.search-overlay-variant1.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0ms;
       -o-transition-delay: 0ms;
          transition-delay: 0ms;
}

.search-overlay-variant1 form.search-block-form {
  position: relative;
}

.search-overlay-variant1 .search-block-formulaire {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 90%;
  padding: 50px 10px;
  padding: 3.125rem 0.625rem;
}

.search-overlay-variant1 .form-inline .form-group.form-actions {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-overlay-variant1 .form-inline .form-group.form-actions:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'vactory';
  z-index: 1;
}

.search-overlay-variant1 .form-inline .form-group.form-actions input {
  background-color: transparent;
  border: 0;
  font-size: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.search-overlay-variant1 .form-inline .form-group.form-actions input, .search-overlay-variant1 .form-inline .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 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 16px 0 16px 48px;
  padding: 1rem 0 1rem 3rem;
  color: #FFF;
  border: 0;
  border-bottom: 3px solid #007bff;
  border-bottom: 0.1875rem solid #007bff;
  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: #ababab;
}

.search-overlay-variant1 .form-type-search input.form-autocomplete::-moz-placeholder,
.search-overlay-variant1 .form-type-search input.form-search::-moz-placeholder {
  color: #ababab;
}

.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: #ababab;
}

.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 .search__info {
  color: #FFF;
  display: block;
  text-align: left;
  font-size: 13px;
  font-size: 0.8125rem;
}

.btn-search-overlay-close, .btn-search-overlay-close:focus {
  background-color: transparent;
  border: 0;
  outline: none;
  color: #FFF;
  display: inline-block;
  font-size: 32px;
  font-size: 2rem;
  position: absolute;
  top: -50px;
  top: -3.125rem;
  left: 0;
  -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;
}

.btn-search-overlay-close:hover {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: #007bff;
}

@media (min-width: 768px) {
  .search-overlay-variant1 .search-block-formulaire {
    width: 75%;
    padding: 100px;
    padding: 6.25rem;
  }
  .search-overlay-variant1 .form-inline .form-group.form-actions {
    width: 5rem;
    height: 5rem;
  }
  .search-overlay-variant1 .form-inline .form-group.form-actions:before {
    font-size: 48px;
    font-size: 3rem;
  }
  .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 {
    font-size: 96px;
    font-size: 6rem;
    padding: 16px 0 16px 80px;
    padding: 1rem 0 1rem 5rem;
  }
  .search-overlay-variant1 .search__info {
    color: #FFF;
    display: block;
    text-align: left;
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .btn-search-overlay-close {
    cursor: pointer;
  }
  .btn-search-overlay-close, .btn-search-overlay-close:focus {
    font-size: 32px;
    font-size: 2rem;
    left: 20px;
    left: 1.25rem;
    top: 0;
  }
}

.search-overlay-variant2 {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 9999;
}

.search-overlay-variant2.open {
  opacity: 1;
  height: 100%;
}

.search-overlay-variant2 .container, .search-overlay-variant2 .bar-tabs {
  height: 100%;
}

.search-overlay-variant2 .search-block-form {
  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;
  height: 100%;
}

.search-overlay-variant2 .form-search-wrapper {
  position: relative;
  padding: 100px 0;
  padding: 6.25rem 0;
}

.search-overlay-variant2 .form-search-input {
  width: 100%;
  position: relative;
}

.search-overlay-variant2 .form-search-input-text {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #666;
  border-bottom: 0.0625rem solid #666;
  width: 100%;
  padding: 10px 0 5px 20px;
  padding: 0.625rem 0 0.3125rem 1.25rem;
  color: white;
  font-size: 24px;
  font-size: 1.5rem;
}

.search-overlay-variant2 .form-search-submit {
  width: 40px;
  width: 2.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  cursor: pointer;
}

.search-overlay-variant2 .form-search-submit:before {
  font-size: 27px;
  font-size: 1.6875rem;
  color: white;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

.search-overlay-variant2 .form-search-submit input {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.search-overlay-variant2 .close-search-overlay {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 8px;
  padding: 0.5rem;
  background-color: transparent;
  color: white;
}

.search-overlay-variant2 .close-search-overlay:hover {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.search-overlay-variant2 .search__info {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
}

.search-overlay-variant2 + .search-overlay-backdropShadow {
  display: none !important;
}

@media (min-width: 992px) {
  .search-overlay-variant2.open {
    opacity: 1;
    height: 220px;
    height: 13.75rem;
  }
  .search-overlay-variant2 > .container, .search-overlay-variant2 > .bar-tabs {
    height: 100%;
  }
  .search-overlay-variant2 .search-block-form {
    height: auto;
    display: block;
  }
  .search-overlay-variant2 .form-search-wrapper {
    padding: 100px 0 0;
    padding: 6.25rem 0 0;
  }
  .search-overlay-variant2 .form-search-input-text {
    border-bottom: 2px solid #666;
    border-bottom: 0.125rem solid #666;
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 0 5px 20px;
    padding: 0.625rem 0 0.3125rem 1.25rem;
  }
  .search-overlay-variant2 .form-search-submit:before {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .search-overlay-variant2 .close-search-overlay {
    top: 30px;
    top: 1.875rem;
  }
  .search-overlay-variant2 .close-search-overlay:hover {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .search-overlay-variant2 + .search-overlay-backdropShadow {
    display: block !important;
    opacity: 0;
    position: fixed;
    z-index: 1;
    background: rgba(12, 12, 12, 0.4);
    backdrop-filter: blur(5px);
    backdrop-filter: blur(0.3125rem);
    -webkit-backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(0.3125rem);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: -99999px;
    right: -6249.9375rem;
    -webkit-transition: opacity cubic-bezier(0.51, 0.005, 0, 1) 750ms;
    -o-transition: opacity cubic-bezier(0.51, 0.005, 0, 1) 750ms;
    transition: opacity cubic-bezier(0.51, 0.005, 0, 1) 750ms;
  }
  .search-overlay-variant2.open + .search-overlay-backdropShadow {
    opacity: 1;
    right: 0px;
    right: 0;
  }
}

blockquote {
  border-right: none;
}

.quote-badge {
  background-color: rgba(0, 0, 0, 0.2);
}

.quote-box {
  overflow: hidden;
  border-radius: 17px;
  border-radius: 1.0625rem;
  background-color: #4ADFCC;
  margin-top: 25px;
  margin-top: 1.5625rem;
  color: white;
  width: 325px;
  width: 20.3125rem;
  -webkit-box-shadow: -2px 2px 2px 2px #E0E0E0;
          box-shadow: -2px 2px 2px 2px #E0E0E0;
  -webkit-box-shadow: -0.125rem 0.125rem 0.125rem 0.125rem #E0E0E0;
          box-shadow: -0.125rem 0.125rem 0.125rem 0.125rem #E0E0E0;
}

.quotation-mark {
  margin-top: -10px;
  margin-top: -0.625rem;
  font-weight: bold;
  font-size: 100px;
  font-size: 6.25rem;
  color: white;
  font-family: "Times New Roman", Georgia, Serif;
}

.quote-text {
  font-size: 19px;
  font-size: 1.1875rem;
  margin-top: -65px;
  margin-top: -4.0625rem;
}

.box {
  background: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px dashed #dadada;
  border: 0.125rem dashed #dadada;
  margin-top: 10px;
  margin-top: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border-radius: 0.3125rem;
  background-clip: padding-box;
  padding: 0 20px 20px 20px;
  padding: 0 1.25rem 1.25rem 1.25rem;
  min-height: 340px;
  min-height: 21.25rem;
}

.box:hover {
  border: 2px solid #525C7A;
  border: 0.125rem solid #525C7A;
}

.box span.box-title {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}

.box .box-content {
  padding: 16px;
  padding: 1rem;
  border-radius: 0 0 2px 2px;
  border-radius: 0 0 0.125rem 0.125rem;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box .box-content p {
  color: #515c66;
  text-transform: none;
}

.vactory-map--variant1 {
  width: 100%;
  height: 400px;
  height: 25rem;
}

.t-2b-image-video-title-text-button.block-with-bg {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 32px 24px;
  padding: 2rem 1.5rem;
  border: 6px;
  border: 0.375rem;
  border-radius: 6px;
  border-radius: 0.375rem;
}

.t-2b-image-video-title-text-button.block-with-bg .block-image {
  text-align: center;
}

.t-2b-image-video-title-text-button.block-with-bg .block-image img {
  width: auto;
}

.t-2b-image-video-title-text-button h2 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-transform: none;
}

.t-2b-image-video-title-text-button .text-large {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-weight: normal;
}

.t-2b-image-video-title-text-button .block-image {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.t-2b-image-video-title-text-button .t-2b-buttons {
  text-align: center;
}

.t-2b-image-videp-bg-title-text .t-2b-image-bg {
  padding: 24px;
  padding: 1.5rem;
  margin-top: 23px;
  margin-top: 1.4375rem;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 24px 24px;
  padding: 1.5rem 1.5rem;
  border: 6px;
  border: 0.375rem;
  border-radius: 6px;
  border-radius: 0.375rem;
  position: relative;
}

.t-2b-image-videp-bg-title-text .t-2b-image-bg .t-video-title {
  position: absolute;
  z-index: 9999;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: normal;
  top: 30px;
  top: 1.875rem;
  right: 30px;
  right: 1.875rem;
  width: calc(100% - 80px);
  width: calc(100% - 5rem);
}

.t-2b-image-videp-bg-title-text .t-description {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  width: 100%;
}

.t-2b-image-videp-bg-title-text .t-description:last-child {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.t-2b-image-videp-bg-title-text h2 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  width: 100%;
}

.t-3cols-image-title-text-permalinks .t-block-image-description {
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  border-radius: 0.25rem;
  overflow: hidden;
}

.t-3cols-image-title-text-permalinks .t-3cols-description {
  padding: 9px 24px 27px 24px;
  padding: 0.5625rem 1.5rem 1.6875rem 1.5rem;
  background-color: #fff;
}

.t-3cols-image-title-text-permalinks h2,
.t-3cols-image-title-text-permalinks .h4 {
  font-weigh: 600;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  text-transform: none;
}

.t-3cols-image-title-text-permalinks .js-img-video .block-image > a:after {
  background-color: transparent;
}

.t-6-points-indices .t-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.t-6-points-indices .t-box {
  position: relative;
  text-align: center;
}

.t-6-points-indices .t-box img {
  margin: 0 auto;
  width: 100%;
}

.t-6-points-indices .t-box .t-box-description {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.t-6-points-indices .t-box .t-box-description .t-box-description-number p {
  font-style: italic;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.t-6-points-indices .t-box .t-box-description p {
  color: #fff;
}

.t-6blocks-image-desc-button .t-6blocks-links {
  margin-top: 51px;
  margin-top: 3.1875rem;
  text-align: center;
}

.t-6blocks-image-desc-button img {
  margin: 0 auto 0;
  height: 85px;
  height: 5.3125rem;
  width: auto;
}

.t-6blocks-image-desc-button img + p {
  margin: 11px auto 0;
  margin: 0.6875rem auto 0;
  max-width: 196px;
  max-width: 12.25rem;
}

.t-6blocks-image-desc-button h3 {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: 600;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 77px;
  line-height: 4.8125rem;
}

.t-6blocks-image-desc-button h3 + p {
  margin: 0 auto;
  max-width: 196px;
  max-width: 12.25rem;
}

.t-chiffre-and-text .item {
  text-align: center;
}

.t-chiffre-and-text h3 {
  color: #007bff;
  font-weight: 600;
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 87px;
  height: 5.4375rem;
  padding: 20px 20px 5px;
  padding: 1.25rem 1.25rem 0.3125rem;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  min-width: 126px;
  min-width: 7.875rem;
}

.t-chiffre-and-text h3:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  width: 124px;
  width: 7.75rem;
  height: 124px;
  height: 7.75rem;
  border: 1px solid #979797;
  border: 0.0625rem solid #979797;
  border-radius: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.t-chiffre-and-text p {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.t-2b-imageorvideo-bigTitle-text .block-image {
  text-align: center;
}

.t-2b-imageorvideo-bigTitle-text .block-image img {
  width: auto;
  max-width: 80%;
}

.t-2b-imageorvideo-bigTitle-text h1 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.t-2b-imageorvideo-bigTitle-text .text-description {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 29px;
  line-height: 1.8125rem;
  font-weight: normal;
  color: #4E4541;
}

.t-media-block .play-video {
  border: 10px solid #2196f3;
  border: 0.625rem solid #2196f3;
}

.t-video-block .video {
  width: 914px;
  width: 57.125rem;
  height: 514px;
  height: 32.125rem;
}

.t-video-block .play-video {
  border: 10px solid #2196f3;
  border: 0.625rem solid #2196f3;
}

.t-video-block .inline-YTPlayer {
  max-width: 100% !important;
}

.dynamic-field-widget--play [class^="icon-"],
.dynamic-field-widget--play[class*=" icon-"] {
  color: #FFF;
  position: absolute;
  font-size: 100px;
  font-size: 6.25rem;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.dynamic-field-widget--play {
  position: relative;
}

body:not(.cke_editable) .play-video:before {
  content: "";
  font-family: "vactory";
  position: absolute;
  right: 50%;
  top: 50%;
  color: #FFF;
  font-size: 76px;
  font-size: 4.75rem;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: color ease-in .2s;
  -o-transition: color ease-in .2s;
  transition: color ease-in .2s;
  z-index: 2;
  opacity: .8;
}

body:not(.cke_editable) .play-video:hover:before {
  color: #007bff;
}

.media-visu,
.play-video {
  position: relative;
  display: block;
  overflow: hidden;
}

.media-visu:hover img,
.play-video:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.media-visu img,
.play-video img {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform .5s ease-in;
  transition: -webkit-transform .5s ease-in;
  -o-transition: transform .5s ease-in;
  transition: transform .5s ease-in;
  transition: transform .5s ease-in, -webkit-transform .5s ease-in;
}

.t-video-youtube-with-content .block-image:not(:last-child) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.t-video-youtube-with-content .block-image img {
  width: 100%;
}

.t-three-card-with-cta {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 15px 15px;
  padding: 0.9375rem 0.9375rem;
  border: 6px;
  border: 0.375rem;
  border-radius: 6px;
  border-radius: 0.375rem;
}

.t-three-card-with-cta .t-item {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
}

.t-three-card-with-cta p.t-title {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.t-boxed-table {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 15px 15px;
  padding: 0.9375rem 0.9375rem;
  border: 6px;
  border: 0.375rem;
  border-radius: 6px;
  border-radius: 0.375rem;
}

.t-boxed-table .t-box {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #cbcbcb;
  border-bottom: 0.0625rem solid #cbcbcb;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
}

.t-boxed-table .t-box-title {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  color: #000;
  font-weight: normal;
  padding-left: 15px;
  padding-left: 0.9375rem;
}

.t-boxed-table .t-box-side p {
  color: #000;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  white-space: nowrap;
}

.t-boxed-table .t-box-side p span {
  color: #007bff;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}

.t-three-card-with-image-desc-link .t-box {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 30px 30px;
  padding: 1.875rem 1.875rem;
  border: 6px;
  border: 0.375rem;
  border-radius: 6px;
  border-radius: 0.375rem;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

.t-three-card-with-image-desc-link .t-box img {
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
  max-width: 160px;
  max-width: 10rem;
  width: 160px;
  width: 10rem;
}

.t-three-card-with-image-desc-link .t-box .t-box-description-link {
  border-top: 1px solid #b8b8b8;
  border-top: 0.0625rem solid #b8b8b8;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.t-three-card-with-image-desc-link .t-box .t-box-description {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

.t-thight-image-text img {
  width: 100%;
}

.t-thight-image-text .t-thight-image-text-image {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.t-thight-image-text .t-thight-image-text-image.block-with-bg {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 32px 24px;
  padding: 2rem 1.5rem;
  border: 6px;
  border: 0.375rem;
  border-radius: 6px;
  border-radius: 0.375rem;
}

.t-slider-cards > h3 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
}

.t-slider-cards > .row:not(.slick-initialized) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .t-slider-cards > .row:not(.slick-initialized) {
    display: block;
  }
}

.t-slider-cards > .row:not(.slick-initialized) > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .t-slider-cards > .row:not(.slick-initialized) > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.t-slider-cards > .row:not(.slick-initialized):before {
  display: none;
}

.t-slider-cards .t-box {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 30px 30px;
  padding: 1.875rem 1.875rem;
  border: 6px;
  border: 0.375rem;
  border-radius: 6px;
  border-radius: 0.375rem;
  height: 100%;
  width: 100%;
}

.t-slider-cards .t-box .t-box-img-wrapper {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.t-slider-cards .t-box .t-box-img-wrapper img {
  max-width: 70px;
  max-width: 4.375rem;
  width: 70px;
  width: 4.375rem;
}

.t-slider-cards .t-card-title {
  color: #7fa4c5;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.t-slider-cards .t-box-description:not(:last-child) {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.t-temoignage-box > .row:not(.slick-initialized) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .t-temoignage-box > .row:not(.slick-initialized) {
    display: block;
  }
}

.t-temoignage-box > .row:not(.slick-initialized) > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .t-temoignage-box > .row:not(.slick-initialized) > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.t-temoignage-box > .row:not(.slick-initialized):before {
  display: none;
}

.t-temoignage-box .t-box {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 40px 10px;
  padding: 2.5rem 0.625rem;
  border: 6px;
  border: 0.375rem;
  border-radius: 6px;
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100%;
}

.t-temoignage-box .t-box .t-box-description {
  font-weight: normal;
  font-style: italic;
  color: #4e4541;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.t-temoignage-box .t-box .t-box-temoignage,
.t-temoignage-box .t-box .t-box-temoignage-operation {
  margin-bottom: 0;
}

.t-two-sided-block-with-bg-cta .t-content {
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  border-radius: 6px;
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.t-two-sided-block-with-bg-cta .t-content .t-item {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 30px;
  padding: 2.5rem 1.875rem;
  position: relative;
}

.t-two-sided-block-with-bg-cta .t-content .t-item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.t-two-sided-block-with-bg-cta .t-content .t-item .t-box {
  position: relative;
  z-index: 2;
}

.t-two-sided-block-with-bg-cta .t-content .t-item .t-entete {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.t-two-sided-block-with-bg-cta .t-content .t-item h2 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  color: #fff;
}

.t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details {
  color: #fff;
}

.t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details a:not(.btn):not(.permalink):not(.btn-download):not(.btn-with-icon) {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: normal;
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

.t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details a:not(.btn):not(.permalink):not(.btn-download):not(.btn-with-icon):hover {
  color: #007bff;
}

.t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details a:not(.btn):not(.permalink):not(.btn-download):not(.btn-with-icon) + a {
  margin-right: 11px;
  margin-right: 0.6875rem;
  margin-left: 11px;
  margin-left: 0.6875rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details ul {
  list-style-type: none;
  padding-right: 0;
  text-align: center;
}

.t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details ul li {
  display: inline-block;
  padding-right: 11px !important;
  padding-right: 0.6875rem !important;
  padding-left: 11px !important;
  padding-left: 0.6875rem !important;
}

.t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details ul li:before {
  display: none;
}

.t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details ul li,
.t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details ul li a {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-bottom: 8px !important;
  margin-bottom: 0.5rem !important;
  font-weight: normal;
}

.t-two-sided-block-with-bg-cta .t-content .t-item .t-box-details ul li a {
  text-decoration: underline;
}

.t-coverflow-full .col-md-6 {
  width: calc(100vw - 30px);
  width: calc(100vw - 1.875rem);
  height: auto;
  max-width: 632px;
  max-width: 39.5rem;
  max-height: 486px;
  max-height: 30.375rem;
  min-height: 200px;
  min-height: 12.5rem;
}

.t-coverflow-full .t-2b-image-bg {
  padding: 24px;
  padding: 1.5rem;
  margin-bottom: 0;
  display: inline-block;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 24px 24px;
  padding: 1.5rem 1.5rem;
  border: 6px;
  border: 0.375rem;
  border-radius: 6px;
  border-radius: 0.375rem;
  position: relative;
  width: 100%;
}

.t-coverflow-full .t-2b-image-bg > div {
  height: 100%;
}

.t-coverflow-full .t-2b-image-bg .t-video-title {
  position: absolute;
  z-index: 9999;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: normal;
  top: 30px;
  top: 1.875rem;
  right: 30px;
  right: 1.875rem;
  width: calc(100% - 80px);
  width: calc(100% - 5rem);
}

.t-coverflow-full .t-2b-image-bg img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}

.t-boxed-text-with-icon > h3 {
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.t-boxed-text-with-icon .t-boxed-parent:not(:last-child) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.t-boxed-text-with-icon .t-item-box {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 30px 30px;
  padding: 1.875rem 1.875rem;
  border: 6px;
  border: 0.375rem;
  border-radius: 6px;
  border-radius: 0.375rem;
}

.t-boxed-text-with-icon .t-item-img {
  margin: 0 auto 15px auto;
  margin: 0 auto 0.9375rem auto;
}

.t-boxed-text-with-icon .t-item-img img {
  max-width: 90px;
  max-width: 5.625rem;
  width: 90px;
  width: 5.625rem;
}

.t-boxed-text-with-icon .t-item-details {
  overflow: hidden;
}

.t-boxed-text-with-icon .t-item-details p {
  color: #000;
}

.t-boxed-text-with-icon .t-item:not(:last-child) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.t-boxed-text-with-icon .t-item img {
  width: 100%;
}

.t-boxed-text-with-icon .t-boxed-parent h3 {
  color: #7fa4c5;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}

.t-bloc-partners .t-block-partners-wrapper .card-partner {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.t-bloc-partners .t-block-partners-wrapper .card-partner .t-bloc-item-partner {
  max-width: 100%;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  height: 100%;
  padding: 20px;
  padding: 1.25rem;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
}

.t-bloc-partners .t-block-partners-wrapper .t-bloc-item-partner {
  padding: 0 15px;
  padding: 0 0.9375rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .t-bloc-partners .t-block-partners-wrapper .t-bloc-item-partner {
    -ms-flex-preferred-size: 212px;
        flex-basis: 212px;
    -ms-flex-preferred-size: 13.25rem;
        flex-basis: 13.25rem;
  }
}

.t-bloc-partners .t-block-partners-wrapper .t-bloc-item-partner .t-partner-image {
  width: 100%;
}

.t-bloc-partners .t-block-partners-wrapper .t-bloc-item-partner .t-partner-image > a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.t-bloc-partners .t-block-partners-wrapper .t-bloc-item-partner a,
.t-bloc-partners .t-block-partners-wrapper .t-bloc-item-partner img {
  margin: 0 auto;
  width: 100%;
}

.t-bloc-partners .t-block-partners-wrapper .slick-list {
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
}

.t-bloc-partners .t-block-partners-wrapper .slick-slide .t-partner-image {
  height: auto;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.t-bloc-partners .t-block-partners-wrapper .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.t-iframe {
  padding: 15px;
  padding: 0.9375rem;
  background-color: #fff;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  border-radius: 4px;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.09);
  margin-right: 0;
  margin-left: 0;
}

.t-fiche-image-content h5 {
  color: #6c757d;
}

.t-fiche-image-content .t-fiche-image-content-body {
  padding: 30px 15px;
  padding: 1.875rem 0.9375rem;
  background: #fff;
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  border-radius: 6px;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.125rem 0.625rem 0.125rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.125rem 0.625rem 0.125rem rgba(0, 0, 0, 0.1);
}

.t-fiche-image-content .t-fiche-image-content-body:not(:last-child) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.t-fiche-image-content .t-fiche-image-content-body .t-image-wrapper {
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.t-fiche-image-content .t-fiche-image-content-body .t-image-wrapper img {
  max-width: 133px;
  max-width: 8.3125rem;
  width: 133px;
  width: 8.3125rem;
}

.t-publication-wrapper {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.18);
  background-color: #fff;
  padding: 0 15px;
  padding: 0 0.9375rem;
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  border-radius: 6px;
  border-radius: 0.375rem;
}

.t-publication-wrapper .t-publication-content {
  padding: 15px 0;
  padding: 0.9375rem 0;
}

.t-publication-wrapper .t-publication-content:not(:last-child) {
  border-bottom: 1px solid #a29f9c;
  border-bottom: 0.0625rem solid #a29f9c;
}

.t-publication-wrapper .t-publication-content .t-image-wrapper {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.t-publication-wrapper .t-publication-content .t-image-wrapper img {
  width: 100px;
  width: 6.25rem;
  max-width: 100px;
  max-width: 6.25rem;
  margin: 0 auto;
}

.t-publication-wrapper .t-publication-content .t-publication-details-text {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.t-publication-wrapper .t-publication-content .t-publication-details-text h3,
.t-publication-wrapper .t-publication-content .t-publication-details-text .t-publication-authors {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.t-publication-wrapper .t-publication-content .t-publication-details-text .t-publicatoin-description {
  font-weight: 600;
}

.t-block-chiffres .chiffre-item__description {
  font-size: 18px;
  font-size: 1.125rem;
}

.t-col-illustration {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  max-width: 100%;
  margin: 0 auto;
}

.t-col-illustration .intro {
  margin: 0 auto 0;
}

.t-col-illustration a {
  color: #000;
}

.t-col-illustration a:hover {
  color: #007bff;
}

.t-col-illustration [class^="col-"] {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.t-col-illustration [class^="col-"]:last-child {
  margin-bottom: 0;
}

.block-illustration {
  height: 90px;
  height: 5.625rem;
  display: block;
}

.block-illustration img {
  max-height: 90px;
  max-height: 5.625rem;
  height: 90px;
  height: 5.625rem;
  display: inline-block;
}

img.media-border {
  border: 20px solid #007bff;
  border: 1.25rem solid #007bff;
  width: 100%;
  display: block;
}

.play-video {
  position: relative;
  display: block;
  overflow: hidden;
}

.play-video img {
  max-width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .5s ease-in;
  transition: -webkit-transform .5s ease-in;
  -o-transition: transform .5s ease-in;
  transition: transform .5s ease-in;
  transition: transform .5s ease-in, -webkit-transform .5s ease-in;
}

.t-slider-two-three-columns img {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  max-height: 200px;
  max-height: 12.5rem;
}

.t-three-push-withtext {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 10px;
  padding: 0.625rem;
}

.t-three-push-withtext .card-image {
  height: 100%;
}

.t-three-push-withtext .card-body {
  height: auto;
  margin-top: auto;
}

.card-level2 {
  -webkit-box-shadow: -6px 6px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -0.375rem 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: -6px 6px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -0.375rem 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
  border: 0;
  border-radius: 0;
  height: 100%;
}

.card-level2 .card-image-l2 {
  padding-top: 10px;
  padding-top: 0.625rem;
}

.card-level2 .card-image-l2 img {
  max-height: 132px;
  max-height: 8.25rem;
}

.t-key-figures {
  padding-bottom: 0;
}

.t-key-figures .slick-slide {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.t-key-figures > [class^="col-"] {
  margin: 0 0 30px 0;
  margin: 0 0 1.875rem 0;
}

.t-key-figures .nbr {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  color: transparent;
  font-weight: 900;
  -webkit-text-stroke: 1px #317BD2;
  -webkit-text-stroke: 0.0625rem #317BD2;
  -moz-text-stroke: 1px #317BD2;
  -moz-text-stroke: 0.0625rem #317BD2;
  -ms-text-stroke-width: 1px #317BD2;
  -ms-text-stroke-width: 0.0625rem #317BD2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .t-key-figures .nbr {
    text-shadow: 1px -1px 0 #317BD2, 1px 1px 0 #317BD2, 1px 0 0 #317BD2, -1px -1px 0 #317BD2, -1px 1px 0 #317BD2, -1px 0 0 #317BD2, 0 -1px 0 #317BD2, 0 1px 0 #317BD2;
    text-shadow: 0.0625rem -0.0625rem 0 #317BD2, 0.0625rem 0.0625rem 0 #317BD2, 0.0625rem 0 0 #317BD2, -0.0625rem -0.0625rem 0 #317BD2, -0.0625rem 0.0625rem 0 #317BD2, -0.0625rem 0 0 #317BD2, 0 -0.0625rem 0 #317BD2, 0 0.0625rem 0 #317BD2;
  }
}

.t-key-figures img {
  margin-right: auto;
  margin-left: auto;
}

.t-key-figures img.lazyloaded {
  width: auto;
  height: auto;
}

.t-block-push-small-positionned [class^="col-"]:nth-last-child(1) .vf-push {
  margin-bottom: 0;
}

.t-block-push-small-positionned .vf-push-small-positionned {
  text-align: center;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.t-block-push-small-positionned .vf-push-small-positionned:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
}

.t-block-push-small-positionned .vf-push-small-positionned .vf-push-body {
  z-index: 2;
  position: relative;
  min-height: 250px;
  min-height: 15.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.t-block-push-small-positionned .vf-push-small-positionned .h4 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.t-block-push-small-positionned .vf-push {
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
  background: #fff;
  position: relative;
}

[class^="col-md"] .t-block-push-small-positionned .vf-push {
  height: auto;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.t-block-push-small-positionned .vf-push .vf-push-body {
  padding: 15px;
  padding: 0.9375rem;
}

.t-block-push-small-positionned .vf-push .vf-push-title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.t-block-push-small-positionned .vf-push .vf-push-title a {
  color: #000;
}

.t-block-push-small-positionned .vf-push .vf-push-title a:hover {
  color: #007bff;
}

.t-block-push-small-positionned .vf-push .vf-push-title a:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.t-block-push-small-positionned .vf-push:hover .vf-push-media img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.introduction + .t-text-img-tierce .row:first-child {
  border-top: 1px solid #E4E4E4;
  border-top: 0.0625rem solid #E4E4E4;
}

.t-text-img-tierce .row {
  padding: 20px 0;
  padding: 1.25rem 0;
}

.t-text-img-tierce .row + .row {
  border-top: 1px solid #E4E4E4;
  border-top: 0.0625rem solid #E4E4E4;
}

.t-text-img-tierce .row:last-child {
  padding-bottom: 0;
}

.t-box-background-title-description-clickable .t-box-background-wrapper {
  position: relative;
  height: 212px;
  height: 13.25rem;
  overflow: hidden;
}

.t-box-background-title-description-clickable .t-box-background-wrapper > a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.t-box-background-title-description-clickable .t-box-background-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  z-index: 1;
}

.t-box-background-title-description-clickable .t-box-background-wrapper:after {
  content: '';
  position: absolute;
  top: 30px;
  top: 1.875rem;
  right: 30px;
  right: 1.875rem;
  left: 30px;
  left: 1.875rem;
  bottom: 30px;
  bottom: 1.875rem;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  -o-transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
}

.t-box-background-title-description-clickable .t-box-background-wrapper:hover:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.t-box-background-title-description-clickable .t-box-background-wrapper:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.t-box-background-title-description-clickable .t-box-background-wrapper:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  display: block;
}

.t-box-background-title-description-clickable .t-box-background-wrapper h2,
.t-box-background-title-description-clickable .t-box-background-wrapper p {
  color: white;
}

.t-box-background-title-description-clickable .t-box-background-wrapper h2 {
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.t-box-background-title-description-clickable .t-box-background-wrapper p {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  -o-transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
}

.t-box-background-title-description-clickable .t-box-background-wrapper .t-box-background-content {
  position: absolute;
  top: 40px;
  top: 2.5rem;
  right: 40px;
  right: 2.5rem;
  width: calc(100% - 80px);
  width: calc(100% - 5rem);
  height: calc(100% - 80px);
  height: calc(100% - 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  z-index: 2;
}

.t-background-contenu-libre-up .t-background-image {
  height: 250px;
  height: 15.625rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.t-background-contenu-libre-up .up {
  margin-top: -40px;
  margin-top: -2.5rem;
}

.t-background-contenu-libre-up > .container, .t-background-contenu-libre-up > .bar-tabs {
  background-color: #fff;
  position: relative;
}

.t-background-with-card {
  background-size: cover;
  background-repeat: no-repeat;
}

.t-background-with-card .t-background-with-card-details {
  background-color: #fff;
}

.t-pushes-with-icons-titles .t-box {
  border-radius: 8px;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 10px 14px 5px rgba(191, 191, 191, 0.67);
          box-shadow: 0 10px 14px 5px rgba(191, 191, 191, 0.67);
  -webkit-box-shadow: 0 0.625rem 0.875rem 0.3125rem rgba(191, 191, 191, 0.67);
          box-shadow: 0 0.625rem 0.875rem 0.3125rem rgba(191, 191, 191, 0.67);
  min-height: 212px;
  min-height: 13.25rem;
  position: relative;
}

.t-pushes-with-icons-titles .t-box i {
  font-size: 40px;
  font-size: 2.5rem;
}

.t-pushes-with-icons-titles .t-box h5 {
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}

.t-pushes-with-icons-titles .t-box h5 a {
  color: #343a40;
}

.t-pushes-with-icons-titles .t-box h5 a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.widget-links a {
  -webkit-box-shadow: -7px 7px 23px 0 rgba(0, 0, 0, 0.19);
          box-shadow: -7px 7px 23px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: -0.4375rem 0.4375rem 1.4375rem 0 rgba(0, 0, 0, 0.19);
          box-shadow: -0.4375rem 0.4375rem 1.4375rem 0 rgba(0, 0, 0, 0.19);
  padding: 25px;
  padding: 1.5625rem;
  height: 100%;
}

.widget-links .image-link {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  min-width: 75px;
  min-width: 4.6875rem;
  max-width: 86px;
  max-width: 5.375rem;
  min-height: 61px;
  min-height: 3.8125rem;
}

.widget-links .description-link {
  color: black;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 34px;
  padding-left: 2.125rem;
  margin-top: auto;
  margin-bottom: auto;
}

.widget-links .description-link::after {
  content: "";
  font-family: "vactory";
  color: #007bff;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  left: 25px;
  left: 1.5625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget-links_item {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.testimonials-carousel .carousel-inner {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 80%;
}

.testimonials-carousel .carousel-indicators {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonials-carousel .carousel-indicators .active {
  background: transparent;
}

.testimonials-carousel .carousel-indicators .active img {
  opacity: 1;
}

.testimonials-carousel .carousel-indicators li {
  padding: 5px;
  padding: 0.3125rem;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  background-color: transparent;
  text-indent: 0;
}

.testimonials-carousel .carousel-indicators li::before, .testimonials-carousel .carousel-indicators li::after {
  display: none;
}

.testimonials-carousel .carousel-indicators li img {
  border-radius: 50%;
  opacity: .6;
}

.testimonial-card .card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 120px;
  height: 7.5rem;
  background: #2196f3;
  left: 0;
  z-index: 0;
  border-top-left-radius: 6px;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 6px;
  border-top-right-radius: 0.375rem;
}

.testimonial-card .card.flex-column-reverse::after {
  top: inherit;
  bottom: 0;
  border-radius: 0;
  border-bottom-left-radius: 6px;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 6px;
  border-bottom-right-radius: 0.375rem;
}

.testimonial-card .card-image {
  z-index: 1;
  border: 6px solid #fff;
  border: 0.375rem solid #fff;
  border-radius: 50%;
  width: 150px;
  width: 9.375rem;
  height: 150px;
  height: 9.375rem;
}

.testimonial-single .lazy-small-square {
  max-width: 100px;
  max-width: 6.25rem;
  max-height: 100px;
  max-height: 6.25rem;
}

.testimonial-grid .card .card-image {
  width: 100px;
  width: 6.25rem;
  border: 5px solid #fff;
  border: 0.3125rem solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(48, 49, 51, 0.1);
          box-shadow: 0px 5px 10px 5px rgba(48, 49, 51, 0.1);
  -webkit-box-shadow: 0 0.3125rem 0.625rem 0.3125rem rgba(48, 49, 51, 0.1);
          box-shadow: 0 0.3125rem 0.625rem 0.3125rem rgba(48, 49, 51, 0.1);
  margin-top: -40px;
  margin-top: -2.5rem;
}

.testimonial-grid .card.flex-column-reverse .card-image {
  margin-bottom: -40px;
  margin-bottom: -2.5rem;
  margin-top: inherit;
}

.toolbox-contact {
  position: fixed;
  top: 40%;
  left: 0;
  background: #007bff;
  z-index: 1;
}

.toolbox-contact ul {
  padding: 0;
}

.toolbox-contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.toolbox-contact li .text {
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  padding: 0.625rem;
}

.toolbox-contact li .list-itel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.toolbox-contact li .icon-wrapper {
  padding: 5px;
  padding: 0.3125rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  display: inline-table;
}

.toolbox-contact li .icon-wrapper::before {
  font-size: 24px;
  font-size: 1.5rem;
}

.toolbox-contact li:first-child {
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
}

.toolbox-contact li:last-child {
  border-top: 1px solid #fff;
  border-top: 0.0625rem solid #fff;
}

.toolbox-contact.description {
  width: 233px;
  width: 14.5625rem;
  -webkit-transform: translateX(-81%);
      -ms-transform: translateX(-81%);
          transform: translateX(-81%);
  -webkit-transition: .3s transform;
  -o-transition: .3s transform;
  transition: .3s transform;
}

.toolbox-contact.description:hover {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.toolbox-contact.description li .icon-wrapper {
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
  background: #6c757d;
  margin-left: 12px;
  margin-left: 0.75rem;
}

.toolbox-contact.description li .icon-wrapper::before {
  font-size: 24px;
  font-size: 1.5rem;
}

.toolbox-contact.description li .text {
  padding: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 16px;
  line-height: 1rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
}

.rapport-card {
  position: relative;
  padding: 10px;
  padding: 0.625rem;
  height: 326px;
  height: 20.375rem;
}

.rapport-card * {
  color: #fff;
}

.rapport-card_item {
  background-size: cover;
  background-position: right bottom;
  height: 100%;
  padding: 20px;
  padding: 1.25rem;
}

.rapport-card_description {
  margin-bottom: auto;
  margin-top: auto;
}

.rapport-card_video a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.rapport-card_video a i {
  position: absolute;
  top: 50%;
  right: 50%;
  font-size: 33px;
  font-size: 2.0625rem;
  background: #007bff;
  padding: 0px 10px;
  padding: 0 0.625rem;
  text-align: center;
  border-radius: 6px;
  border-radius: 0.375rem;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media (min-width: 992px) {
  .t-video-block .play-video,
  .t-media-block .play-video {
    border: 20px solid #2196f3;
    border: 1.25rem solid #2196f3;
  }
  .t-2b-image-video-title-text-button.block-with-bg {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 30px 40px;
    padding: 1.875rem 2.5rem;
    border: 6px;
    border: 0.375rem;
    border-radius: 6px;
    border-radius: 0.375rem;
  }
  .t-2b-image-video-title-text-button.block-with-bg .text-large {
    line-height: 27px;
    line-height: 1.6875rem;
  }
  .t-2b-image-video-title-text-button .block-image {
    margin-bottom: 0;
  }
  .t-2b-image-video-title-text-button h2 {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .t-2b-image-video-title-text-button .text-large {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
  .t-2b-image-video-title-text-button img {
    margin-bottom: 0;
    width: 100%;
  }
  .t-2b-image-video-title-text-button .t-2b-buttons {
    text-align: right;
  }
  .t-2b-image-videp-bg-title-text .t-2b-image-bg {
    margin-bottom: 0;
    margin-top: 0;
    padding: 30px;
    padding: 1.875rem;
  }
  .t-2b-image-videp-bg-title-text .t-2b-image-bg .t-video-title {
    right: 40px;
    right: 2.5rem;
    top: 40px;
    top: 2.5rem;
  }
  .t-2b-image-videp-bg-title-text h2 {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
  .t-2b-image-videp-bg-title-text .t-description:last-child {
    margin-bottom: 0;
  }
  .t-3cols-image-title-text-permalinks {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 30px 30px;
    padding: 1.875rem 1.875rem;
    border: 6px;
    border: 0.375rem;
    border-radius: 6px;
    border-radius: 0.375rem;
  }
  .t-3cols-image-title-text-permalinks .t-block-image-description {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    border-radius: unset;
  }
  .t-3cols-image-title-text-permalinks .t-3b-image.block-image {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .t-3cols-image-title-text-permalinks .t-3cols-description {
    background-color: transparent;
    padding: 0;
  }
  .t-6-points-indices {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 992px) and (max-width: 767.98px) {
  .t-6-points-indices {
    display: block;
  }
}

@media (min-width: 992px) {
  .t-6-points-indices > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
}

@media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .t-6-points-indices > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 992px) {
  .t-6-points-indices:before {
    display: none;
  }
  .t-6-points-indices .t-item:nth-child(-n+3) {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
  .t-6-points-indices .t-box {
    width: 100%;
    height: 100%;
  }
  .t-6-points-indices .t-box img {
    width: auto;
  }
  .t-6blocks-image-desc-button .item:nth-child(-n+3) {
    margin-bottom: 56px;
    margin-bottom: 3.5rem;
  }
  .t-6blocks-image-desc-button img {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .t-6blocks-image-desc-button h3 {
    font-size: 34px;
    font-size: 2.125rem;
    letter-spacing: 2.3px;
    letter-spacing: 0.14375rem;
    line-height: 1;
  }
  .t-chiffre-and-text h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 40px;
    line-height: 2.5rem;
    display: inline-block;
    min-width: 93px;
    min-width: 5.8125rem;
    height: auto;
  }
  .t-chiffre-and-text h3:before {
    width: 91px;
    width: 5.6875rem;
    height: 91px;
    height: 5.6875rem;
  }
  .t-chiffre-and-text p {
    margin-top: 0;
  }
  .paragraph--type--vactory-component:first-child .t-2b-imageorvideo-bigTitle-text .t-template-bigtitle-desc {
    padding-top: 46px;
    padding-top: 2.875rem;
    padding-bottom: 38px;
    padding-bottom: 2.375rem;
  }
  .t-video-youtube-with-content .block-image:not(:last-child) {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
  .t-three-card-with-cta {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 40px 51px;
    padding: 2.5rem 3.1875rem;
    border: 6px;
    border: 0.375rem;
    border-radius: 6px;
    border-radius: 0.375rem;
  }
  .t-three-card-with-cta .t-item {
    margin-bottom: 0;
  }
  .t-boxed-table {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 40px 30px;
    padding: 2.5rem 1.875rem;
    border: 6px;
    border: 0.375rem;
    border-radius: 6px;
    border-radius: 0.375rem;
  }
  .accordion_tempate_wysiwyg .t-boxed-table {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .t-boxed-table > .row {
    margin-right: 0;
    margin-left: 0;
  }
  .t-boxed-table.price-small .t-box-side span {
    font-weight: 600;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
  }
  .t-boxed-table.price-small .row ~ .text-small {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .t-boxed-table .t-box {
    padding: 4px 12px 14px 12px;
    padding: 0.25rem 0.75rem 0.875rem 0.75rem;
    margin-bottom: 0;
  }
  .accordion_tempate_wysiwyg .t-boxed-table .t-box {
    padding-top: 6px;
    padding-top: 0.375rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
  }
  .accordion_tempate_wysiwyg .t-boxed-table .t-box:last-child {
    border-bottom: 0;
  }
  .accordion_tempate_wysiwyg .t-boxed-table .t-box {
    padding-right: 0;
    padding-left: 0;
  }
  .t-boxed-table .t-box-title {
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .t-boxed-table .t-box-side p {
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
  .t-boxed-table .t-box-side p span {
    color: #007bff;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 39px;
    line-height: 2.4375rem;
    margin-left: 9px;
    margin-left: 0.5625rem;
  }
  .t-three-card-with-image-desc-link .row:not(.slick-initialized) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 992px) and (max-width: 767.98px) {
  .t-three-card-with-image-desc-link .row:not(.slick-initialized) {
    display: block;
  }
}

@media (min-width: 992px) {
  .t-three-card-with-image-desc-link .row:not(.slick-initialized) > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
}

@media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .t-three-card-with-image-desc-link .row:not(.slick-initialized) > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 992px) {
  .t-three-card-with-image-desc-link .row:not(.slick-initialized):before {
    display: none;
  }
  .t-thight-image-text .t-thight-image-text-image.block-with-bg {
    margin-bottom: 0;
  }
  .t-thight-image-text .t-thight-image-text-image.block-with-bg.block-with-bg {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 30px 40px;
    padding: 1.875rem 2.5rem;
    border: 6px;
    border: 0.375rem;
    border-radius: 6px;
    border-radius: 0.375rem;
  }
  .t-slider-cards .t-card-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 25px;
    line-height: 1.5625rem;
    font-weight: bold;
  }
  .t-slider-cards > h3 {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    text-align: right;
  }
  .t-temoignage-box .t-box {
    padding: 65px 30px;
    padding: 4.0625rem 1.875rem;
  }
  .t-two-sided-block-with-bg-cta .t-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .t-two-sided-block-with-bg-cta .t-content .t-item {
    padding: 30px 60px 70px 60px;
    padding: 1.875rem 3.75rem 4.375rem 3.75rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .t-two-sided-block-with-bg-cta .t-content .t-item:first-child {
    border-left: 1px solid #fff;
    border-left: 0.0625rem solid #fff;
  }
  .t-two-sided-block-with-bg-cta .t-content .t-item .t-entete {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }
  .t-coverflow-full .col-md-6 {
    max-width: 632px;
    max-width: 39.5rem;
    height: 100%;
  }
  .t-coverflow-full .slick-slide {
    padding: 0 35px;
    padding: 0 2.1875rem;
  }
  .t-coverflow-full .t-2b-image-bg {
    padding: 30px 30px 80px;
    padding: 1.875rem 1.875rem 5rem;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
  }
  .t-coverflow-full .t-2b-image-bg .t-video-title {
    top: 40px;
    top: 2.5rem;
    right: 40px;
    right: 2.5rem;
  }
  .t-coverflow-full .t-2b-image-bg img {
    max-width: 100%;
  }
  .t-boxed-text-with-icon > h3 {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    text-align: right;
  }
  .t-boxed-text-with-icon .t-item-img {
    margin: 0 0 0 30px;
    margin: 0 0 0 1.875rem;
  }
  .t-bloc-partners .t-bloc-item-partner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .t-bloc-partners .t-bloc-item-partner a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 992px) {
  .t-bloc-partners .t-block-partners-wrapper .slick-list {
    margin: 0 74px 20px 74px;
    margin: 0 4.625rem 1.25rem 4.625rem;
  }
}

@media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .t-bloc-partners img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media (min-width: 992px) {
  .t-iframe {
    padding: 30px;
    padding: 1.875rem;
  }
  .t-fiche-image-content .t-fiche-image-content-body {
    padding: 30px;
    padding: 1.875rem;
  }
  .t-fiche-image-content .t-fiche-image-content-body:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .t-fiche-image-content .t-fiche-image-content-body .t-image-wrapper {
    margin-bottom: 0;
  }
  .t-publication-wrapper {
    padding: 0 30px;
    padding: 0 1.875rem;
  }
  .t-publication-wrapper .t-publication-content .t-image-wrapper {
    margin-bottom: 0;
  }
  .t-publication-wrapper .t-publication-content .t-publication-details-text {
    margin-bottom: 0;
  }
  .t-col-illustration {
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
  }
  .t-col-illustration [class^="col-"] {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    margin-bottom: 0;
  }
  .block-illustration {
    height: 90px;
    height: 5.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .block-illustration:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: transparent;
    z-index: 2;
  }
  .t-three-push-withtext {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    max-width: 100%;
  }
  .card-level2 {
    padding: 30px;
    padding: 1.875rem;
  }
  .t-key-figures .nbr {
    font-size: 80px;
    font-size: 5rem;
    line-height: 64px;
    line-height: 4rem;
  }
  .t-block-push-small-positionned [class^="col-"]:nth-last-child(1) .vf-push {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .t-block-push-small-positionned .vf-push {
    margin: 0 0 30px 0;
    margin: 0 0 1.875rem 0;
  }
  [class^="col-md"] .t-block-push-small-positionned .vf-push {
    margin-bottom: 0;
  }
  .t-block-push-small-positionned .vf-push .vf-push-body {
    padding: 38px 40px;
    padding: 2.375rem 2.5rem;
  }
  .t-block-push-small-positionned .vf-push .vf-push-title {
    margin-bottom: 21px;
    margin-bottom: 1.3125rem;
  }
  .t-text-img-tierce .row {
    padding: 40px 0;
    padding: 2.5rem 0;
  }
  .t-card-inline-inversed-parent .card--inline .card-image--inline,
  .t-card-inline-inversed-parent .card--inline .card-body--inline {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .t-background-contenu-libre-up .t-background-image {
    height: 402px;
    height: 25.125rem;
  }
  .t-background-contenu-libre-up > .up {
    margin-top: -70px;
    margin-top: -4.375rem;
  }
  .widget-links .description-link {
    font-weight: bold;
    padding-right: 34px;
    padding-right: 2.125rem;
  }
  .widget-links .description-link::before {
    content: '';
    padding: 56px;
    padding: 3.5rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-right: 1px solid #e9ecef;
    border-right: 0.0625rem solid #e9ecef;
    -webkit-transition: 500ms background;
    -o-transition: 500ms background;
    transition: 500ms background;
  }
  .widget-links .description-link::after {
    left: 50px;
    left: 3.125rem;
  }
  .widget-links a {
    padding: 38px 38px 38px 113px;
    padding: 2.375rem 2.375rem 2.375rem 7.0625rem;
  }
  .widget-links a:hover {
    -webkit-box-shadow: -10px 10px 30px 10px rgba(0, 0, 0, 0.19);
            box-shadow: -10px 10px 30px 10px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: -0.625rem 0.625rem 1.875rem 0.625rem rgba(0, 0, 0, 0.19);
            box-shadow: -0.625rem 0.625rem 1.875rem 0.625rem rgba(0, 0, 0, 0.19);
  }
  .widget-links a:hover .description-link::before {
    content: '';
    background: #007bff;
  }
  .widget-links a:hover .description-link::after {
    content: "";
    color: #fff;
    left: 45px;
    left: 2.8125rem;
  }
  .toolbox-contact li {
    position: relative;
  }
  .toolbox-contact.description li .text:after {
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
    width: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #6c757d;
  }
  .toolbox-contact.description li .text:hover:after {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .toolbox-contact.description li .text {
    position: initial;
  }
  .toolbox-contact.description li .text:after {
    display: none;
  }
}

@-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;
  }
}

.content-media--video {
  background-color: #ddd;
  display: block;
  position: relative;
  padding: 0 0 56.25% 0;
}

.content-media--video iframe {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#featured-video {
  -webkit-transition: width .2s ease-in-out, height .2s ease-in-out, -webkit-transform .38s ease-in-out;
  transition: width .2s ease-in-out, height .2s ease-in-out, -webkit-transform .38s ease-in-out;
  -o-transition: width .2s ease-in-out, height .2s ease-in-out, transform .38s ease-in-out;
  transition: width .2s ease-in-out, height .2s ease-in-out, transform .38s ease-in-out;
  transition: width .2s ease-in-out, height .2s ease-in-out, transform .38s ease-in-out, -webkit-transform .38s ease-in-out;
  /** Use .sticky */
}

#featured-video.is-sticky {
  position: fixed;
  bottom: 20px;
  bottom: 1.25rem;
  right: auto;
  left: 20px;
  left: 1.25rem;
  max-width: 354px;
  max-width: 22.125rem;
  max-height: 200px;
  max-height: 12.5rem;
  width: 354px;
  width: 22.125rem;
  height: 200px;
  height: 12.5rem;
  -webkit-box-shadow: -3px 5px 13px 0 rgba(0, 0, 0, 0.12);
          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: -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;
}

#close-sticky-video {
  display: none;
  position: fixed;
  bottom: 240px;
  bottom: 15rem;
  left: 20px;
  left: 1.25rem;
  -webkit-box-shadow: -3px 5px 13px 0 rgba(0, 0, 0, 0.12);
          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: -0.1875rem 0.3125rem 0.8125rem 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform .38s ease-in-out;
  transition: -webkit-transform .38s ease-in-out;
  -o-transition: transform .38s ease-in-out;
  transition: transform .38s ease-in-out;
  transition: transform .38s ease-in-out, -webkit-transform .38s ease-in-out;
  -webkit-animation: sticky-up .5s ease forwards;
          animation: sticky-up .5s ease forwards;
  padding: 10px;
  padding: 0.625rem;
  border: 0;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#close-sticky-video.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sticky-bloc {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.sticky-bloc--wrapper {
  display: block;
  position: relative;
  padding: 0 0 56.25% 0;
}

.sticky-bloc .js-img-video {
  height: 100%;
  width: 100%;
}

.sticky-bloc .js-img-video img {
  height: 100%;
  width: 100%;
}

.sticky-bloc iframe {
  max-width: 100%;
  max-height: 100%;
}

.sticky-bloc.sticky {
  position: fixed;
  z-index: 2;
  bottom: 40px;
  bottom: 2.5rem;
  left: 20px;
  left: 1.25rem;
  right: auto;
  width: 354px;
  width: 22.125rem;
  height: 200px;
  height: 12.5rem;
  -webkit-box-shadow: -3px 5px 13px 0 rgba(0, 0, 0, 0.12);
          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: -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;
}

.vf-slider {
  position: relative;
}

.vf-slider__item {
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ececec;
  border: 0.0625rem solid #ececec;
}

@media (max-width: 575.98px) {
  .vf-slider__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.vf-slider__image {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

@media (max-width: 575.98px) {
  .vf-slider__image {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }
}

.vf-slider__content {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  padding: 20px;
  padding: 1.25rem;
}

@media (max-width: 575.98px) {
  .vf-slider__content {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }
}

.vf-slider__cta {
  margin-top: 20px;
  margin-top: 1.25rem;
}

/* --------------------------------
Slider
-------------------------------- */
.vf-slider--pointy-slider {
  position: relative;
  height: 100vh;
}

.cd-slider {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  list-style-type: none;
  padding: 0;
}

.cd-slider li {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.cd-slider li.is-visible {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.cd-slider .cd-half-block {
  height: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}

.cd-slider .image {
  background-size: cover;
}

.cd-slider .content {
  padding: 15px;
  padding: 0.9375rem;
  color: #fff;
  background-color: #767070;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-slider .light-bg {
  color: rgba(0, 0, 0, 0.6);
}

.cd-slider .btn {
  background: rgba(0, 0, 0, 0.2);
  margin-top: 1em;
  font-size: 1.3rem;
  color: #ffffff;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.no-touch .cd-slider .btn {
  background: rgba(0, 0, 0, 0.6);
}

.cd-slider h2 {
  font-size: 2.2rem;
  margin-bottom: .4em;
}

.cd-slider p {
  font-size: 22px;
  font-size: 1.375rem;
}

.cd-slider h2, .cd-slider p {
  line-height: 1.4;
}

.cd-slider li:first-of-type .image {
  background-image: url(../img/img-1.jpg);
}

.cd-slider li:nth-of-type(2) .image {
  background-image: url(../img/img-2.jpg);
}

.cd-slider li:nth-of-type(3) .image {
  background-image: url(../img/img-3.jpg);
}

.cd-slider li:nth-of-type(4) .image {
  background-image: url(../img/img-4.jpg);
}

.cd-slider li:nth-of-type(2) .content {
  background-color: #ccd0c1;
}

.cd-slider li:nth-of-type(3) .content {
  background-color: #f3b96c;
}

.cd-slider li:nth-of-type(4) .content {
  background-color: #f46c6a;
}

@media only screen and (min-width: 900px) {
  .cd-slider li {
    pointer-events: none;
    z-index: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: z-index 0s 0.6s;
    -o-transition: z-index 0s 0.6s;
    transition: z-index 0s 0.6s;
  }
  .cd-slider li.is-visible {
    pointer-events: auto;
    z-index: 3;
    -webkit-transition: z-index 0s 0s;
    -o-transition: z-index 0s 0s;
    transition: z-index 0s 0s;
  }
  .cd-slider li.is-visible .content > * {
    opacity: 0;
  }
  .cd-slider li.is-visible .content > *.animated {
    opacity: 1;
  }
  .cd-slider li.is-visible.covered {
    /* list item still there, but covered by the list item entering the viewport (.is-visible) */
    z-index: 2;
  }
  .cd-slider li.is-visible .cd-half-block.content,
  .cd-slider li.is-visible .cd-half-block.image {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .cd-slider li.is-visible .cd-half-block.content {
    -webkit-transition: -webkit-transform 0.6s 0s ease-in-out;
    transition: -webkit-transform 0.6s 0s ease-in-out;
    -o-transition: transform 0.6s 0s ease-in-out;
    transition: transform 0.6s 0s ease-in-out;
    transition: transform 0.6s 0s ease-in-out, -webkit-transform 0.6s 0s ease-in-out;
  }
  .cd-slider .cd-half-block {
    height: 100%;
    width: 50%;
    float: left;
  }
  .cd-slider .cd-half-block.content {
    -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
    -webkit-transition: -webkit-transform 0.6s 0s ease-in-out;
    transition: -webkit-transform 0.6s 0s ease-in-out;
    -o-transition: transform 0.6s 0s ease-in-out;
    transition: transform 0.6s 0s ease-in-out;
    transition: transform 0.6s 0s ease-in-out, -webkit-transform 0.6s 0s ease-in-out;
  }
  .cd-slider .cd-half-block.image {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0s 0.3s;
    transition: -webkit-transform 0s 0.3s;
    -o-transition: transform 0s 0.3s;
    transition: transform 0s 0.3s;
    transition: transform 0s 0.3s, -webkit-transform 0s 0.3s;
  }
  .cd-slider .content {
    /* vertically align its content */
    display: table;
    padding: 0 40px;
    padding: 0 2.5rem;
  }
  .cd-slider .content > div {
    /* vertically align <div> inside div.content */
    display: table-cell;
    vertical-align: middle;
  }
  .cd-slider h2 {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-slider .content {
    padding: 0 90px;
    padding: 0 5.625rem;
  }
  .cd-slider h2 {
    font-weight: 300;
  }
}

/* --------------------------------

Slider Navigation

-------------------------------- */
.cd-slider-navigation {
  /* you won't see this element in the html but it will be created using jQuery */
  position: absolute;
  z-index: 3;
  right: 50%;
  left: auto;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  bottom: 30px;
  bottom: 1.875rem;
}

.cd-slider-navigation li {
  display: inline-block;
  margin: 0 .25em;
}

.cd-slider-navigation li.selected a {
  background-color: #fff;
}

.cd-slider-navigation li a {
  display: block;
  height: 8px;
  height: 0.5rem;
  width: 8px;
  width: 0.5rem;
  border-radius: 50%;
  color: transparent;
  /* image replacement */
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  border: 1px solid #ffffff;
  border: 0.0625rem solid #ffffff;
}

@media only screen and (min-width: 900px) {
  .cd-slider-navigation {
    padding: 0.5em 1em;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transform: translateZ(2px) translateX(50%);
            transform: translateZ(2px) translateX(50%);
    -webkit-transform: translateZ(0.125rem) translateX(50%);
            transform: translateZ(0.125rem) translateX(50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .cd-slider-navigation.slider-animating {
    -webkit-transform: translateX(50%) scale(1);
        -ms-transform: translateX(50%) scale(1);
            transform: translateX(50%) scale(1);
  }
  .cd-slider-navigation li a {
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
    text-align: center;
    /* reset style */
    text-indent: 0;
    border: none;
    border-radius: 0;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .cd-slider-navigation li.selected a {
    background-color: transparent;
    color: #f3b96c;
  }
}

@media (max-width: 991.98px) {
  .cd-slider-navigation {
    position: relative;
    padding-right: 0;
    text-align: center;
    margin: 16px auto 0;
    margin: 1rem auto 0;
    width: auto;
    bottom: 0;
  }
  html[dir=rtl] .cd-slider-navigation {
    padding-left: 0;
  }
  .cd-slider-navigation li {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    margin: 0 0.5rem;
    width: 15px;
    width: 0.9375rem;
    height: 15px;
    height: 0.9375rem;
    cursor: pointer;
  }
  .cd-slider-navigation li.selected a {
    border-color: #007bff;
  }
  .cd-slider-navigation li.selected a:after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .cd-slider-navigation li a {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 0;
    background-color: #fff;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    border: 2px solid #495057;
    border: 0.125rem solid #495057;
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    padding: 0;
  }
  .cd-slider-navigation li a:before {
    display: none;
  }
  .cd-slider-navigation li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background: #007bff;
    border-radius: 0;
    -webkit-box-shadow: 0 0 1px #007bff;
            box-shadow: 0 0 1px #007bff;
    -webkit-box-shadow: 0 0 0.0625rem #007bff;
            box-shadow: 0 0 0.0625rem #007bff;
    opacity: 0;
    -webkit-transform: scale(3);
        -ms-transform: scale(3);
            transform: scale(3);
    -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
  }
  .cd-slider-navigation li a:hover, .cd-slider-navigation li a:focus {
    border-color: #007bff;
  }
}

/* VARIABLES */
/* STYLES */
.vf-slider--tabs-slider {
  min-height: 707px;
  min-height: 44.1875rem;
  position: relative;
  background: #8d8d8d;
  /* Backgrounds */
  /* tabs head */
  /* Tab content */
}

.vf-slider--tabs-slider.onload:before {
  content: ' ';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../img/rings.svg) no-repeat center center;
  background-size: 80px;
  z-index: 3;
}

.vf-slider--tabs-slider.onload:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #8d8d8d;
  z-index: 2;
}

.vf-slider--tabs-slider.onload .tabs-container,
.vf-slider--tabs-slider.onload .backgrounds {
  opacity: 0;
  -webkit-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
}

.vf-slider--tabs-slider .nav-tabs,
.vf-slider--tabs-slider .nav-tabs .nav-link {
  border: 0;
}

.vf-slider--tabs-slider .background {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
}

.vf-slider--tabs-slider .background.is-image {
  background-size: cover;
  background-position: right top;
}

.vf-slider--tabs-slider .background.is-video {
  background-size: cover;
}

.vf-slider--tabs-slider .background.is-active {
  opacity: 1;
}

.vf-slider--tabs-slider .tabs-container {
  max-width: 534px;
  max-width: 33.375rem;
  left: 10%;
  top: 230px;
  top: 14.375rem;
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-transform: translateY(9.375rem);
      -ms-transform: translateY(9.375rem);
          transform: translateY(9.375rem);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.has-loaded .vf-slider--tabs-slider .tabs-container {
  opacity: 1;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.vf-slider--tabs-slider .nav-tabs .nav-link {
  max-width: 176px;
  max-width: 11rem;
  border: 0;
  color: #FFF;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: Tajawal, "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  padding: 9px 12px;
  padding: 0.5625rem 0.75rem;
}

.vf-slider--tabs-slider .nav-tabs .nav-link:not(.active) {
  border-color: transparent;
}

.vf-slider--tabs-slider .nav-tabs .nav-item {
  margin-right: 3px;
  margin-right: 0.1875rem;
  margin-bottom: 0;
}

.vf-slider--tabs-slider .nav-tabs .nav-item:first-child {
  margin-right: 0;
}

.vf-slider--tabs-slider .tab-content {
  padding: 0 0 0 0;
  background: #007bff;
}

.vf-slider--tabs-slider .tab-content h2 {
  text-align: right;
  text-transform: none;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.vf-slider--tabs-slider .tab-content > .tab-pane {
  color: #FFF;
  background: #007bff;
  padding: 30px 40px;
  padding: 1.875rem 2.5rem;
}

.vf-slider--tabs-slider .tab-content > .tab-pane p {
  font-size: 16px;
  font-size: 1rem;
}

.vf-slider--tabs-slider .tab-content > .tab-pane .btn {
  background: transparent;
}

.vf-slider--tabs-slider .tab-content > .tab-pane .btn:hover {
  background: white;
}

@media (min-width: 768px) {
  .vf-slider--tabs-slider .nav-tabs {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .vf-slider--tabs-slider .nav-tabs .nav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .vf-slider--tabs-slider .nav-tabs .nav-item .nav-link {
    height: 68px;
    height: 4.25rem;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* Backgrounds */
  .background.is-image {
    background-position: center top;
  }
}

@media (max-width: 1199.98px) {
  .vf-slider--tabs-slider .tabs-container {
    left: 2%;
  }
}

@media (max-width: 767.98px) {
  .vf-slider--tabs-slider {
    height: 501px;
    height: 31.3125rem;
    min-height: 501px;
    min-height: 31.3125rem;
    /* Tab content */
  }
  .vf-slider--tabs-slider .tabs-container {
    left: 10px;
    left: 0.625rem;
    bottom: 10px;
    bottom: 0.625rem;
    right: 10px;
    right: 0.625rem;
    top: inherit;
  }
  .vf-slider--tabs-slider .nav-tabs {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .vf-slider--tabs-slider .nav-tabs .nav-item {
    background: transparent;
  }
  .vf-slider--tabs-slider .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 6px 8px 3px;
    padding: 0.375rem 0.5rem 0.1875rem;
    line-height: 18px;
    line-height: 1.125rem;
    background: transparent !important;
    border: 1px solid transparent;
    border: 0.0625rem solid transparent;
    margin-left: 10px;
    margin-left: 0.625rem;
  }
  .vf-slider--tabs-slider .nav-tabs .nav-item .nav-link.active {
    border: 1px solid #fff;
    border: 0.0625rem solid #fff;
  }
  .vf-slider--tabs-slider .tab-content {
    padding: 0 0 0 0;
    background: transparent;
  }
  .vf-slider--tabs-slider .tab-content > .tab-pane {
    background: transparent;
    padding: 0 20px 20px;
    padding: 0 1.25rem 1.25rem;
  }
  .vf-slider--tabs-slider .tab-content .subtitle-tab {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 10px;
    margin: 0 0 0.625rem;
    text-transform: uppercase;
  }
  .vf-slider--tabs-slider .tab-content .h2 {
    margin: 0 0 10px;
    margin: 0 0 0.625rem;
    text-transform: uppercase;
  }
  .vf-slider--tabs-slider .tab-content p {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
}

.vf-slider--full-background .image {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 450px;
  min-height: 28.125rem;
}

.vf-slider--full-background .image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.vf-slider--full-background .image:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 50%;
  display: block;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -o-linear-gradient(rgba(255, 255, 255, 0), white);
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}

.vf-slider--full-background .image .background {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-position: center top;
}

.vf-slider--full-background .image .background.loading {
  z-index: 4;
}

.vf-slider--full-background .image .content {
  position: absolute;
  top: 0;
  right: 40px;
  right: 2.5rem;
  height: 100%;
  width: calc(100% - 80px);
  width: calc(100% - 5rem);
  z-index: 3;
}

.vf-slider--full-background .image .content .slider-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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

.vf-slider--full-background .image .content .slider-content .vf-slider--full-background-description,
.vf-slider--full-background .image .content .slider-content .vf-slider--full-background-title {
  color: #fff;
}

.vf-slider--full-background .image .content .slider-content .vf-slider--full-background-title {
  margin-bottom: 0;
}

.vf-slider--full-background .image .content .slider-content .vf-slider--full-background-description {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.vf-slider--full-background .image .content .slider-content > * {
  opacity: 0;
}

.vf-slider--full-background .image .content .slider-content > *.animate-end {
  opacity: 1;
}

.vf-slider--full-background .slick-list {
  margin: 0;
}

.vf-slider--full-background .slick-controls .slick-arrow {
  color: #000;
}

.vf-slider--full-background .slick-arrow {
  color: #fff;
  z-index: 2;
}

.vf-slider--full-background .slick-arrow.slick-next {
  left: 15px;
  left: 0.9375rem;
}

html[dir=rtl] .vf-slider--full-background .slick-arrow.slick-next {
  left: auto;
  right: 15px;
  right: 0.9375rem;
}

.vf-slider--full-background .slick-arrow.slick-prev {
  right: 15px;
  right: 0.9375rem;
}

html[dir=rtl] .vf-slider--full-background .slick-arrow.slick-prev {
  right: auto;
  left: 15px;
  left: 0.9375rem;
}

.vf-slider--full-background .slick-controls .slick-dots {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  margin-bottom: 0;
}

.vf-slider--full-background .slick-dots {
  position: absolute;
  bottom: 130px;
  bottom: 8.125rem;
  right: 0;
  width: 100%;
}

html[dir=rtl] .vf-slider--full-background .slick-dots {
  right: auto;
  left: 0;
}

@media (min-width: 992px) {
  .vf-slider--full-background {
    position: relative;
    width: 100%;
    height: 645px;
    height: 40.3125rem;
    z-index: 0;
    overflow: hidden;
  }
  .vf-slider--full-background .image {
    height: 100%;
    width: 100%;
    padding-top: 0;
    min-height: 645px;
    min-height: 40.3125rem;
  }
  .vf-slider--full-background .image.slick-active .content {
    opacity: 1;
  }
  .vf-slider--full-background .image .content {
    position: absolute;
    top: 50%;
    bottom: auto;
    right: auto;
    left: auto;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
    text-align: center;
  }
  .vf-slider--full-background .image .content .slider-content {
    max-width: 640px;
    max-width: 40rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
}

@media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .vf-slider--full-background .image .content .slider-content {
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .vf-slider--full-background .image .content .slider-content > * {
    opacity: 0;
  }
  .vf-slider--full-background .image .content .slider-content > *.animate-end {
    opacity: 1;
  }
  .vf-slider--full-background .image .content .slider-content .vf-slider--full-background-description {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .vf-slider--full-background .image .content .slider-content .vf-slider--full-background-description {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .vf-slider--full-background .image .content .slider-content .vf-slider--full-background-title {
    margin-bottom: 2px;
    margin-bottom: 0.125rem;
    max-width: 460px;
    max-width: 28.75rem;
  }
  html[dir=rtl] .vf-slider--full-background .image .content .slider-content .vf-slider--full-background-title {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .vf-slider--full-background .slick-list .slick-track {
    height: 645px;
    height: 40.3125rem;
    position: relative;
  }
  .vf-slider--full-background .slick-arrow {
    color: #fff;
    z-index: 1;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
  .vf-slider--full-background .slick-arrow.slick-next {
    left: calc((100% - 1105px) / 2 + 90px);
    left: calc((100% - 69.0625rem) / 2 + 5.625rem);
  }
  html[dir=rtl] .vf-slider--full-background .slick-arrow.slick-next {
    left: auto;
    right: calc((100% - 1105px) / 2 + 90px);
    right: calc((100% - 69.0625rem) / 2 + 5.625rem);
  }
  .vf-slider--full-background .slick-arrow.slick-prev {
    right: calc((100% - 1105px) / 2 + 90px);
    right: calc((100% - 69.0625rem) / 2 + 5.625rem);
  }
  html[dir=rtl] .vf-slider--full-background .slick-arrow.slick-prev {
    right: auto;
    left: calc((100% - 1105px) / 2 + 90px);
    left: calc((100% - 69.0625rem) / 2 + 5.625rem);
  }
  .vf-slider--full-background .background.is-video {
    top: -50px;
    top: -3.125rem;
    height: calc(100% + 50px);
    height: calc(100% + 3.125rem);
  }
}

.tabs-slider {
  min-height: 400px;
  min-height: 25rem;
  position: relative;
  overflow: hidden;
  max-height: 450px;
  max-height: 28.125rem;
}

.tabs-slider .btn-with-icon {
  text-align: right;
}

.tabs-slider .tabs-container {
  position: relative;
  z-index: 2;
}

.tabs-slider .backgrounds:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.tabs-slider .background {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in 0.3s, -webkit-transform 5s ease-in;
  transition: opacity 0.3s ease-in 0.3s, -webkit-transform 5s ease-in;
  -o-transition: opacity 0.3s ease-in 0.3s, transform 5s ease-in;
  transition: opacity 0.3s ease-in 0.3s, transform 5s ease-in;
  transition: opacity 0.3s ease-in 0.3s, transform 5s ease-in, -webkit-transform 5s ease-in;
}

.tabs-slider .background.scales-images {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}

.tabs-slider .background.is-image {
  background-size: cover;
  background-position: top center;
}

.tabs-slider .background.is-video {
  background-size: cover;
  background-position: top center;
}

.tabs-slider .background.is-active {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in, -webkit-transform 5s ease-in;
  transition: opacity 0.3s ease-in, -webkit-transform 5s ease-in;
  -o-transition: opacity 0.3s ease-in, transform 5s ease-in;
  transition: opacity 0.3s ease-in, transform 5s ease-in;
  transition: opacity 0.3s ease-in, transform 5s ease-in, -webkit-transform 5s ease-in;
}

.tabs-slider .nav-tabs,
.tabs-slider .nav-tabs .nav-link {
  border: 0;
}

.tabs-slider .nav-tabs {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.5);
  max-width: 350px;
  max-width: 21.875rem;
  position: relative;
}

.tabs-slider .nav-tabs:before {
  content: '';
  left: 0;
  top: 0;
}

.tabs-slider .nav-tabs .nav-link {
  border: none;
  background: transparent;
  color: #fff;
  border-radius: 0;
  text-align: left;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  position: relative;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.tabs-slider .nav-tabs .nav-link:hover h4, .tabs-slider .nav-tabs .nav-link:hover p, .tabs-slider .nav-tabs .nav-link:hover h2 {
  color: #007bff;
}

.tabs-slider .nav-tabs .nav-link h2 > span {
  text-transform: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 0;
  display: block;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.tabs-slider .nav-tabs .nav-link h4, .tabs-slider .nav-tabs .nav-link p, .tabs-slider .nav-tabs .nav-link h2 {
  color: #fff;
}

.tabs-slider .nav-tabs .nav-link h2 {
  margin-bottom: 0;
}

.tabs-slider .nav-tabs .nav-link.show h4, .tabs-slider .nav-tabs .nav-link.show p, .tabs-slider .nav-tabs .nav-link.show h2, .tabs-slider .nav-tabs .nav-link.active h4, .tabs-slider .nav-tabs .nav-link.active p, .tabs-slider .nav-tabs .nav-link.active h2 {
  color: #007bff;
}

.tabs-slider .tab-content {
  background-color: transparent;
}

.tabs-slider .tab-content .tab-pane .tab-pan-desc {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.tabs-slider .tab-content .tab-pane .tab-pan-desc h4, .tabs-slider .tab-content .tab-pane .tab-pan-desc h2 {
  color: #fff;
}

.tabs-slider .tab-content .tab-pane .tab-pan-desc p, .tabs-slider .tab-content .tab-pane .tab-pan-desc h2 > span {
  color: #fff;
}

.tabs-slider .tab-content .tab-pane .tab-pan-desc h2 > span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  text-transform: none;
  display: block;
}

.tabs-slider .tabs-container .vf-slick-mobile .slick-arrow {
  bottom: 10px;
  bottom: 0.625rem;
}

.tabs-slider .slick-dots {
  margin-top: 48px;
  margin-top: 3rem;
}

.tabs-slider .slick-arrow, .tabs-slider .slick-arrow:focus, .tabs-slider .slick-arrow:hover {
  border: none;
  background-color: transparent;
  color: white;
}

.tabs-slider .slick-arrow [class^="icon-"], .tabs-slider .slick-arrow [class*=" icon-"] {
  font-size: 24px;
  font-size: 1.5rem;
}

.tabs-slider .fade:not(.show) {
  opacity: 1;
}

@media (min-width: 992px) {
  .tabs-slider {
    min-height: 500px;
    min-height: 31.25rem;
    height: auto;
    padding: 40px 0 40px 0;
    padding: 2.5rem 0 2.5rem 0;
    overflow: hidden;
    background-color: #6c757d;
    max-height: auto;
  }
  .tabs-slider .fade:not(.show) {
    opacity: 0;
  }
  .tabs-slider .tab-content {
    padding-right: 36px;
    padding-right: 2.25rem;
    padding-left: 36px;
    padding-left: 2.25rem;
    background-color: transparent;
  }
  .tabs-slider .tabs-container {
    padding-right: 65px;
    padding-right: 4.0625rem;
  }
  .tabs-slider .tab-content .tab-pane .tab-pan-desc {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    max-width: 350px;
    max-width: 21.875rem;
  }
  .tabs-slider .tab-content .tab-pane .tab-pan-desc .t-item-title {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .tabs-slider .tab-content .tab-pane .tab-pan-desc p, .tabs-slider .tab-content .tab-pane .tab-pan-desc h2 > span {
    line-height: 23px;
    line-height: 1.4375rem;
  }
  .tabs-slider .tab-content .tab-pane .tab-pan-desc h2 > span {
    text-transform: none;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .header__line {
    display: block;
    height: 3px;
    height: 0.1875rem;
    background: #007bff;
    position: absolute;
    bottom: 0;
    right: 44px;
    right: 2.75rem;
    -webkit-transition: right 500ms ease-in, width 500ms ease-in;
    -o-transition: right 500ms ease-in, width 500ms ease-in;
    transition: right 500ms ease-in, width 500ms ease-in;
  }
  .header__line.loaded {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .header__line-h {
    display: block;
    height: 100px;
    height: 6.25rem;
    width: 3px;
    width: 0.1875rem;
    background: #007bff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: height 500ms ease-in, top 500ms ease-in;
    -o-transition: height 500ms ease-in, top 500ms ease-in;
    transition: height 500ms ease-in, top 500ms ease-in;
  }
}

.vf-slider--fadein {
  background: #22222A;
  height: 650px;
  height: 40.625rem;
  position: relative;
}

.vf-slider--fadein .container, .vf-slider--fadein .bar-tabs {
  height: 650px;
  height: 40.625rem;
  position: relative;
}

.vf-slider--fadein .vf-slider--fadein-items {
  position: relative;
  width: 100%;
  height: 100%;
}

.vf-slider--fadein .vf-slider--fadein-items.reversed-template .vf-slider--fadein-item {
  text-align: left;
}

.vf-slider--fadein .vf-slider--fadein-items.reversed-template .vf-fadein-dots {
  left: auto;
  right: 50px;
  right: 3.125rem;
}

.vf-slider--fadein .vf-slider--fadein-item {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in;
  -o-transition: opacity .5s ease-in;
  transition: opacity .5s ease-in;
}

.vf-slider--fadein .vf-slider--fadein-item.active {
  z-index: 2;
  opacity: 1;
}

.vf-slider--fadein .vf-slider--fadein-item.active .item-description p {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.vf-slider--fadein .vf-slider--fadein-item .item-image-wrapper {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  padding: 20px 0;
  padding: 1.25rem 0;
  max-height: 300px;
  max-height: 18.75rem;
  height: auto;
  overflow: hidden;
}

.vf-slider--fadein .vf-slider--fadein-item .item-image-wrapper .item-image {
  position: relative;
  height: 100%;
}

.vf-slider--fadein .vf-slider--fadein-item .item-image-wrapper .item-image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.vf-slider--fadein .vf-slider--fadein-item .item-image-wrapper img {
  width: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}

.vf-slider--fadein .vf-slider--fadein-item .item-header-title-wrapper {
  position: static;
}

.vf-slider--fadein .vf-slider--fadein-item .item-header-title-wrapper h2 {
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 900;
  overflow: hidden;
}

.vf-slider--fadein .vf-slider--fadein-item .item-header-title-wrapper h2 span.word-part {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transform: translateY(2.5rem);
      -ms-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
  display: inline-block;
  white-space: nowrap;
}

.vf-slider--fadein .vf-slider--fadein-item .item-header-title-wrapper h2 span.vertical-part {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  display: inline-block;
}

.vf-slider--fadein .vf-slider--fadein-item .item-description {
  color: #fff;
  overflow: hidden;
}

.vf-slider--fadein .vf-slider--fadein-item .item-description p {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transform: translateY(2.5rem);
      -ms-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
  display: inline-block;
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.vf-slider--fadein .vf-fadein-dots {
  position: absolute;
  bottom: 50px;
  bottom: 3.125rem;
  left: 50px;
  left: 3.125rem;
  padding: 0;
  list-style-type: none;
  z-index: 3;
}

.vf-slider--fadein .vf-fadein-dots li {
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  text-indent: -1000px;
  text-indent: -62.5rem;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  background-color: transparent;
  -webkit-transition: background .3s ease-in;
  -o-transition: background .3s ease-in;
  transition: background .3s ease-in;
}

.vf-slider--fadein .vf-fadein-dots li.active {
  background-color: #fff;
}

.vf-slider--fadein .vf-fadein-arrows button {
  background-color: transparent;
  border: none;
  outline: none;
  color: white;
  position: absolute;
  top: 0;
  height: 100%;
  color: white;
  font-size: 30px;
  font-size: 1.875rem;
  padding: 0 10px;
  padding: 0 0.625rem;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.vf-slider--fadein .vf-fadein-arrows button:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1);
}

.vf-slider--fadein .vf-fadein-arrows button i {
  color: #fff;
}

.vf-slider--fadein .vf-fadein-arrows button.vf-fadein-next {
  left: 0;
}

.vf-slider--fadein .vf-fadein-arrows button.vf-fadein-prev {
  right: 0;
}

.vf-slider--fadein .word-part {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .vf-slider--fadein {
    height: 600px;
    height: 37.5rem;
  }
  .vf-slider--fadein .container, .vf-slider--fadein .bar-tabs {
    height: 600px;
    height: 37.5rem;
    position: relative;
  }
  .vf-slider--fadein .vf-slider--fadein-items.reversed-template .vf-slider--fadein-item {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .vf-slider--fadein .vf-slider--fadein-items.reversed-template .vf-slider--fadein-item .item-image-wrapper {
    padding: 50px 50px 0 0;
    padding: 3.125rem 3.125rem 0 0;
  }
  .vf-slider--fadein .vf-slider--fadein-items.reversed-template .vf-slider--fadein-item .item-header-title-wrapper {
    right: auto;
    left: 20px;
    left: 1.25rem;
    text-align: left;
  }
  .vf-slider--fadein .vf-slider--fadein-items.reversed-template .vf-fadein-dots {
    left: auto;
    right: 50px;
    right: 3.125rem;
  }
  .vf-slider--fadein .vf-slider--fadein-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vf-slider--fadein .vf-slider--fadein-item .item-image-wrapper {
    width: 50%;
    padding: 50px 0 0 50px;
    padding: 3.125rem 0 0 3.125rem;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    min-width: 50%;
    max-height: 100%;
    height: 100%;
  }
  .vf-slider--fadein .vf-slider--fadein-item .item-header-title-wrapper {
    position: absolute;
    top: 50%;
    right: 20px;
    right: 1.25rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 45%;
  }
  .vf-slider--fadein .vf-slider--fadein-item .item-header-title-wrapper h2 {
    font-size: 55px;
    font-size: 3.4375rem;
  }
  .vf-slider--fadein .vf-slider--fadein-item .item-header-title-wrapper h2 span.word-part {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .vf-slider--fadein .vf-slider--fadein-item .item-header-title-wrapper h2 span.vertical-part {
    opacity: 0;
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transform: translateY(2.5rem);
        -ms-transform: translateY(2.5rem);
            transform: translateY(2.5rem);
  }
  .vf-slider--fadein .vf-fadein-dots {
    bottom: 50px;
    bottom: 3.125rem;
    left: 50px;
    left: 3.125rem;
  }
}

section.vf-slider--swiper {
  width: 100%;
  height: 100vh;
}

section.vf-slider--swiper .swiper-container {
  width: 100%;
  height: 100%;
}

section.vf-slider--swiper .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  background: #fff;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.vf-slider--swiper .slide .word-part {
  white-space: nowrap;
}

section.vf-slider--swiper .slide.swiper-slide-active .slide-description {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

section.vf-slider--swiper .slide-image {
  position: absolute;
  top: -200px;
  top: -12.5rem;
  right: -200px;
  right: -12.5rem;
  width: calc(100% + 400px);
  width: calc(100% + 25rem);
  height: calc(100% + 400px);
  height: calc(100% + 25rem);
  background-position: 50% 50%;
  background-size: cover;
}

section.vf-slider--swiper .slide-title {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1;
  max-width: calc(100% - 20px);
  max-width: calc(100% - 1.25rem);
  white-space: normal;
  word-break: break-word;
  color: #FFF;
  z-index: 100;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media (min-width: 45em) {
  section.vf-slider--swiper .slide-title {
    font-size: 60px;
    font-size: 3.75rem;
    max-width: none;
  }
}

section.vf-slider--swiper .slide-title span:not(.word-part) {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

section.vf-slider--swiper .slide-description {
  color: #FFF;
  z-index: 100;
  max-width: calc(100% - 20px);
  max-width: calc(100% - 1.25rem);
  opacity: 0;
  -webkit-transform: translateY(40px) scale(0.6);
      -ms-transform: translateY(40px) scale(0.6);
          transform: translateY(40px) scale(0.6);
  -webkit-transform: translateY(2.5rem) scale(0.6);
      -ms-transform: translateY(2.5rem) scale(0.6);
          transform: translateY(2.5rem) scale(0.6);
  -webkit-transition: all .5s ease-in .3s;
  -o-transition: all .5s ease-in .3s;
  transition: all .5s ease-in .3s;
}

section.vf-slider--swiper .slideshow {
  position: relative;
}

section.vf-slider--swiper .slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  z-index: 10;
}

section.vf-slider--swiper .slideshow-pagination-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.vf-slider--swiper .slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}

section.vf-slider--swiper .slideshow-pagination-item:hover, section.vf-slider--swiper .slideshow-pagination-item:focus {
  cursor: pointer;
}

section.vf-slider--swiper .slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}

section.vf-slider--swiper .slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}

section.vf-slider--swiper .slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}

section.vf-slider--swiper .slideshow-navigation-button {
  position: absolute;
  top: 0;
  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;
  padding-bottom: 94px;
  padding-bottom: 5.875rem;
  height: 100%;
  width: 40px;
  width: 2.5rem;
  z-index: 1000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: #FFF;
}

section.vf-slider--swiper .slideshow-navigation-button:hover, section.vf-slider--swiper .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}

section.vf-slider--swiper .slideshow-navigation-button.prev {
  right: 0;
}

section.vf-slider--swiper .slideshow-navigation-button.next {
  left: 0;
}

section.vf-slider--swiper .pagination-number {
  font-size: 30px;
  font-size: 1.875rem;
  color: #FFF;
  padding: 0 8px;
  padding: 0 0.5rem;
}

section.vf-slider--swiper .pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  width: 2.5rem;
  height: 2px;
  height: 0.125rem;
  background: rgba(255, 255, 255, 0.25);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width: 45em) {
  section.vf-slider--swiper .pagination-separator {
    display: block;
  }
}

section.vf-slider--swiper .pagination-separator-loader {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

@media (min-width: 992px) {
  section.vf-slider--swiper .slide-title {
    max-width: 50%;
  }
  section.vf-slider--swiper .slide-description {
    max-width: 600px;
    max-width: 37.5rem;
  }
  section.vf-slider--swiper .slideshow-navigation-button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
    width: 80px;
    width: 5rem;
  }
}

.vf-slider-content-avec-background .slick-arrow {
  border-color: #FFF;
  color: #FFF;
}

.vf-slider-content-avec-background .vf-slider-content-bg {
  background-size: cover;
  position: relative;
}

.vf-slider-content-avec-background .vf-slider-content-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.vf-slider-content-avec-background .vf-content-bg-slides {
  height: 350px;
  height: 21.875rem;
}

.vf-slider-content-avec-background .vf-content-bg-slides .slick-list.draggable {
  height: 100%;
}

.vf-slider-content-avec-background .vf-bg-content {
  color: #fff;
  max-width: 500px;
  max-width: 31.25rem;
}

.vf-slider-content-avec-background .vf-bg-content--title, .vf-slider-content-avec-background .vf-bg-content--text {
  color: #fff;
}

.vf-slider--timeline {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.3125rem 1.5625rem 0.3125rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.3125rem 1.5625rem 0.3125rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

@media (min-width: 768px) {
  .vf-slider--timeline.vf-slider--timeline-horizontal .swiper-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    right: 50%;
    left: auto !important;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    height: auto;
    width: 100% !important;
    bottom: 20px;
    bottom: 1.25rem;
  }
  .vf-slider--timeline.vf-slider--timeline-horizontal .swiper-pagination::before {
    content: "";
    position: absolute;
    right: 0;
    top: -20px;
    top: -1.25rem;
    width: 100%;
    height: 1px;
    height: 0.0625rem;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .vf-slider--timeline.vf-slider--timeline-horizontal .swiper-pagination-bullet {
    margin: 0 15px !important;
    margin: 0 0.9375rem !important;
  }
  .vf-slider--timeline.vf-slider--timeline-horizontal .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: -20px;
    top: -1.25rem;
    right: 50%;
    width: 6px;
    width: 0.375rem;
    height: 6px;
    height: 0.375rem;
    border-radius: 100%;
    background-color: #007bff;
    -webkit-transform: scale(0) translateX(50%);
        -ms-transform: scale(0) translateX(50%);
            transform: scale(0) translateX(50%);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  .vf-slider--timeline.vf-slider--timeline-horizontal .swiper-pagination-bullet-active {
    color: #007bff;
  }
  .vf-slider--timeline.vf-slider--timeline-horizontal .swiper-pagination-bullet-active::before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .vf-slider--timeline.vf-slider--timeline-horizontal .swiper-button-prev {
    top: auto;
    bottom: 0;
    right: 10%;
    left: auto;
    width: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .vf-slider--timeline.vf-slider--timeline-horizontal .swiper-button-prev:hover {
    -webkit-transform: translate(-3px, 0);
        -ms-transform: translate(-3px, 0);
            transform: translate(-3px, 0);
    -webkit-transform: translate(-0.1875rem, 0);
        -ms-transform: translate(-0.1875rem, 0);
            transform: translate(-0.1875rem, 0);
  }
  .vf-slider--timeline.vf-slider--timeline-horizontal .swiper-button-next {
    top: auto;
    bottom: 0;
    left: 10%;
    width: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .vf-slider--timeline.vf-slider--timeline-horizontal .swiper-button-next:hover {
    -webkit-transform: translate(-3px, 0);
        -ms-transform: translate(-3px, 0);
            transform: translate(-3px, 0);
    -webkit-transform: translate(-0.1875rem, 0);
        -ms-transform: translate(-0.1875rem, 0);
            transform: translate(-0.1875rem, 0);
  }
}

.vf-slider--timeline.vf-slider--timeline-horizontal .swiper-slide:after {
  content: '';
  top: auto;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
}

.vf-slider--timeline .swiper-container {
  height: 450px;
  height: 28.125rem;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .vf-slider--timeline .swiper-container {
    height: 600px;
    height: 37.5rem;
  }
}

.vf-slider--timeline .swiper-wrapper {
  -webkit-transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  -o-transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.vf-slider--timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.vf-slider--timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  max-width: 310px;
  max-width: 19.375rem;
  left: 50%;
  top: 13%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 12px;
  font-size: 0.75rem;
  z-index: 2;
}

.vf-slider--timeline .swiper-slide .timeline-year {
  display: block;
  font-style: italic;
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  -webkit-transform: translate3d(-1.25rem, 0, 0);
          transform: translate3d(-1.25rem, 0, 0);
  color: #007bff;
  font-weight: 300;
  opacity: 0;
  -webkit-transition: .2s ease .4s;
  -o-transition: .2s ease .4s;
  transition: .2s ease .4s;
}

.vf-slider--timeline .swiper-slide .timeline-title {
  font-weight: 800;
  font-size: 34px;
  font-size: 2.125rem;
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
  opacity: 0;
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  -webkit-transform: translate3d(-1.25rem, 0, 0);
          transform: translate3d(-1.25rem, 0, 0);
  -webkit-transition: .2s ease .5s;
  -o-transition: .2s ease .5s;
  transition: .2s ease .5s;
  color: #fff;
}

.vf-slider--timeline .swiper-slide .timeline-text {
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  -webkit-transform: translate3d(-1.25rem, 0, 0);
          transform: translate3d(-1.25rem, 0, 0);
  -webkit-transition: .2s ease .6s;
  -o-transition: .2s ease .6s;
  transition: .2s ease .6s;
}

.vf-slider--timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .4s ease 1.6s;
  -o-transition: .4s ease 1.6s;
  transition: .4s ease 1.6s;
}

.vf-slider--timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .4s ease 1.7s;
  -o-transition: .4s ease 1.7s;
  transition: .4s ease 1.7s;
}

.vf-slider--timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .4s ease 1.8s;
  -o-transition: .4s ease 1.8s;
  transition: .4s ease 1.8s;
}

.vf-slider--timeline .swiper-pagination {
  right: auto;
  left: 15% !important;
  height: 100%;
  display: none;
  -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;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  z-index: 1;
  width: 88px !important;
  width: 5.5rem !important;
}

.vf-slider--timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  right: -30px;
  right: -1.875rem;
  top: 0;
  height: 100%;
  width: 1px;
  width: 0.0625rem;
  background-color: rgba(255, 255, 255, 0.2);
}

.vf-slider--timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: #007bff;
  margin: 15px 0 !important;
  margin: 0.9375rem 0 !important;
  position: relative;
}

.vf-slider--timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  top: 0.5rem;
  right: -32.5px;
  right: -2.03125rem;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  border-radius: 100%;
  background-color: #007bff;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.vf-slider--timeline .swiper-pagination-bullet-active {
  color: #007bff;
}

.vf-slider--timeline .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.vf-slider--timeline .swiper-button-next,
.vf-slider--timeline .swiper-button-prev {
  top: auto;
  bottom: 20px;
  bottom: 1.25rem;
  width: auto;
  height: auto;
  margin-top: 0;
  z-index: 2;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  color: #007bff;
}

.vf-slider--timeline .swiper-button-prev {
  right: 20px;
  right: 1.25rem;
}

.vf-slider--timeline .swiper-button-prev:hover {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
  -webkit-transform: translateX(0.1875rem);
      -ms-transform: translateX(0.1875rem);
          transform: translateX(0.1875rem);
}

.vf-slider--timeline .swiper-button-next {
  left: 20px;
  left: 1.25rem;
}

.vf-slider--timeline .swiper-button-next:hover {
  -webkit-transform: translateX(-3px);
      -ms-transform: translateX(-3px);
          transform: translateX(-3px);
  -webkit-transform: translateX(-0.1875rem);
      -ms-transform: translateX(-0.1875rem);
          transform: translateX(-0.1875rem);
}

@media (min-width: 768px) {
  .vf-slider--timeline .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 25%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
  .vf-slider--timeline .swiper-slide-content {
    left: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 310px;
    width: 19.375rem;
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: left;
  }
  .vf-slider--timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 32px;
    font-size: 2rem;
  }
  .vf-slider--timeline .swiper-slide .timeline-title {
    font-size: 46px;
    font-size: 2.875rem;
    margin: 0;
  }
  .vf-slider--timeline .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vf-slider--timeline .swiper-button-prev {
    top: 10%;
    bottom: auto;
    right: auto;
    left: 15%;
    -webkit-transform: rotate(-90deg) translate(0, 50%);
        -ms-transform: rotate(-90deg) translate(0, 50%);
            transform: rotate(-90deg) translate(0, 50%);
    width: auto;
  }
  .vf-slider--timeline .swiper-button-prev:hover {
    -webkit-transform: rotate(-90deg) translate(3px, 50%);
        -ms-transform: rotate(-90deg) translate(3px, 50%);
            transform: rotate(-90deg) translate(3px, 50%);
    -webkit-transform: rotate(-90deg) translate(0.1875rem, 50%);
        -ms-transform: rotate(-90deg) translate(0.1875rem, 50%);
            transform: rotate(-90deg) translate(0.1875rem, 50%);
  }
  .vf-slider--timeline .swiper-button-next {
    top: auto;
    bottom: 10%;
    left: 15%;
    -webkit-transform: rotate(-90deg) translate(0, 50%);
        -ms-transform: rotate(-90deg) translate(0, 50%);
            transform: rotate(-90deg) translate(0, 50%);
    width: auto;
  }
  .vf-slider--timeline .swiper-button-next:hover {
    -webkit-transform: rotate(-90deg) translate(-3px, 50%);
        -ms-transform: rotate(-90deg) translate(-3px, 50%);
            transform: rotate(-90deg) translate(-3px, 50%);
    -webkit-transform: rotate(-90deg) translate(-0.1875rem, 50%);
        -ms-transform: rotate(-90deg) translate(-0.1875rem, 50%);
            transform: rotate(-90deg) translate(-0.1875rem, 50%);
  }
}

@media (min-width: 1024px) {
  .vf-slider--timeline .swiper-slide-content {
    left: 25%;
  }
}

.vf-slider--parallax-effect {
  /*
  .swiper-container {
    width: 100%;
    height: 100%;
    background: #000;
  }
  .swiper-slide {
    font-size: 18px;
    color:#fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
  }
  .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }
  .swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
  }
  .swiper-slide .subtitle {
    font-size: 21px;
  }
  .swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
  }
  */
}

.vf-slider--parallax-effect .swiper-container {
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  right: 0;
  width: 100%;
  height: 500px;
  height: 31.25rem;
  margin-right: 0;
  margin-top: 0;
}

.vf-slider--parallax-effect .swiper-slide {
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vf-slider--parallax-effect .swiper-slide:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.vf-slider--parallax-effect .swiper-content {
  max-width: 500px;
  max-width: 31.25rem;
  color: white;
  text-align: right;
  position: relative;
  z-index: 1;
  margin-left: auto;
  padding-right: 40px;
  padding-right: 2.5rem;
  padding-left: 40px;
  padding-left: 2.5rem;
}

.vf-slider--parallax-effect .swiper-content--title {
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.vf-slider--parallax-effect .parallax-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 130%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) {
  .vf-slider--parallax-effect .swiper-slide:before {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .vf-slider--parallax-effect .swiper-content {
    padding-right: 100px;
    padding-right: 6.25rem;
    padding-left: 0;
  }
  .vf-slider--parallax-effect .parallax-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 130%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
}

.vf-slider-swiper {
  position: relative;
}

.vf-slider-swiper .swiper-container-vertical + .swiper-pagination {
  right: auto;
  bottom: auto;
  display: block;
}

.vf-slider-swiper .swiper-container-horizontal + .swiper-pagination {
  right: 50%;
  bottom: 15px;
  bottom: 0.9375rem;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.vf-slider-swiper .swiper-container {
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  right: 0;
  width: 100%;
  height: 500px;
  height: 31.25rem;
  margin-right: 0;
  margin-top: 0;
}

.vf-slider-swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vf-slider-swiper .swiper-slide:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.vf-slider-swiper .swiper-content {
  max-width: calc(100% - 60px);
  max-width: calc(100% - 3.75rem);
  color: white;
  text-align: center;
  position: relative;
  z-index: 1;
}

.vf-slider-swiper .swiper-content--title, .vf-slider-swiper .swiper-content--text, .vf-slider-swiper .swiper-content--link {
  opacity: 0;
}

.vf-slider-swiper .swiper-content--title {
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.vf-slider-swiper .swiper-content--text {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.vf-slider-swiper .swiper-content--link {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

@media (min-width: 992px) {
  .vf-slider-swiper .swiper-content {
    max-width: 500px;
    max-width: 31.25rem;
  }
}
