@charset "UTF-8";
:root {
  --blue: #2196f3;
  --indigo: #6610f2;
  --purple: #7460ee;
  --pink: #e83e8c;
  --red: #FB6753;
  --orange: #ff6a5b;
  --yellow: #F9B004;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #878787;
  --gray-dark: #2E2E2E;
  --primary: #FB6753;
  --secondary: #F9B004;
  --success: #28a745;
  --info: #316ce8;
  --warning: #F9B004;
  --danger: #FB6753;
  --light: #f8f9fa;
  --dark: #2E2E2E;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Source Sans Pro", sans-serif;
  --font-family-monospace: "Source Sans Pro", sans-serif; }

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

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

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

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

body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  color: #272C31;
  text-align: left;
  background-color: #f8f9fa; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #FB6753;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #f92508;
    text-decoration: underline; }

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

pre,
code,
kbd,
samp {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.75rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #272C31; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #878787; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

.container, .bar-tabs {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container, .bar-tabs {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container, .bar-tabs {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container, .bar-tabs {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container, .bar-tabs {
      max-width: 1160px; } }

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

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none; }

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

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

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

.col-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

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

.col-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

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

.col-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1; }

.order-last {
  -ms-flex-order: 13;
      order: 13; }

.order-0 {
  -ms-flex-order: 0;
      order: 0; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.form-control {
  display: block;
  width: 100%;
  padding: 0.6rem 1.5625rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #363535;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #DEDEDE;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #363535;
    background-color: #fff;
    border-color: #fed5d0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(251, 103, 83, 0.25); }
  .form-control:-ms-input-placeholder {
    color: #363535;
    opacity: 1; }
  .form-control::placeholder {
    color: #363535;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #272C31;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.35rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.0125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.75rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(3.375rem + 2px); }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.313rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #878787; }

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .form-control.is-valid ~ .is-valid, .was-validated .form-control.is-valid ~ .form-control:valid ~ .is-valid, .was-validated .form-control.is-valid:valid ~ .is-valid,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .is-valid,
  .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .form-control.is-valid ~ .is-valid, .was-validated .form-control.is-valid ~ .custom-select:valid ~ .is-valid, .was-validated .form-control.is-valid.custom-select:valid ~ .is-valid,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .form-control.is-valid ~ .is-valid,
  .form-control.is-valid ~ .custom-select.is-valid ~ .is-valid,
  .form-control.is-valid.custom-select ~ .is-valid,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #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 {
    background-color: #71dd8a; }

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f8f9fa, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.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 ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  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: #FB6753; }

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

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #FB6753; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #FB6753;
    box-shadow: 0 0 0 0.2rem rgba(251, 103, 83, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .form-control.is-invalid ~ .is-invalid, .was-validated .form-control.is-invalid ~ .form-control:invalid ~ .is-invalid, .was-validated .form-control.is-invalid:invalid ~ .is-invalid,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .is-invalid,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .form-control.is-invalid ~ .is-invalid, .was-validated .form-control.is-invalid ~ .custom-select:invalid ~ .is-invalid, .was-validated .form-control.is-invalid.custom-select:invalid ~ .is-invalid,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .form-control.is-invalid ~ .is-invalid,
  .form-control.is-invalid ~ .custom-select.is-invalid ~ .is-invalid,
  .form-control.is-invalid.custom-select ~ .is-invalid,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

.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: #FB6753; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #fed5d0; }

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #f8f9fa, 0 0 0 0.2rem rgba(251, 103, 83, 0.25); }

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(251, 103, 83, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -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: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.313rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.6rem 1.5625rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(251, 103, 83, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

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

.btn-primary {
  color: #fff;
  background-color: #FB6753;
  border-color: #FB6753; }
  .btn-primary:hover {
    color: #fff;
    background-color: #fa462e;
    border-color: #fa3b21; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(251, 103, 83, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #FB6753;
    border-color: #FB6753; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #fa3b21;
    border-color: #fa3015; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(251, 103, 83, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #F9B004;
  border-color: #F9B004; }
  .btn-secondary:hover {
    color: #212529;
    background-color: #d39503;
    border-color: #c78d03; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 176, 4, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #F9B004;
    border-color: #F9B004; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #c78d03;
    border-color: #ba8403; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(249, 176, 4, 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 {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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 {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #316ce8;
  border-color: #316ce8; }
  .btn-info:hover {
    color: #fff;
    background-color: #1857da;
    border-color: #1752cf; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 108, 232, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #316ce8;
    border-color: #316ce8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1752cf;
    border-color: #164ec3; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(49, 108, 232, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #F9B004;
  border-color: #F9B004; }
  .btn-warning:hover {
    color: #212529;
    background-color: #d39503;
    border-color: #c78d03; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 176, 4, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #F9B004;
    border-color: #F9B004; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c78d03;
    border-color: #ba8403; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(249, 176, 4, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #FB6753;
  border-color: #FB6753; }
  .btn-danger:hover {
    color: #fff;
    background-color: #fa462e;
    border-color: #fa3b21; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(251, 103, 83, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #FB6753;
    border-color: #FB6753; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #fa3b21;
    border-color: #fa3015; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(251, 103, 83, 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 {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #2E2E2E;
  border-color: #2E2E2E; }
  .btn-dark:hover {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #151515; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 46, 46, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #2E2E2E;
    border-color: #2E2E2E; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #151515;
    border-color: #0e0e0e; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(46, 46, 46, 0.5); }

.btn-outline-primary {
  color: #FB6753;
  background-color: transparent;
  background-image: none;
  border-color: #FB6753; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #FB6753;
    border-color: #FB6753; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(251, 103, 83, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #FB6753;
    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: #FB6753;
    border-color: #FB6753; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(251, 103, 83, 0.5); }

.btn-outline-secondary {
  color: #F9B004;
  background-color: transparent;
  background-image: none;
  border-color: #F9B004; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #F9B004;
    border-color: #F9B004; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 176, 4, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #F9B004;
    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: #212529;
    background-color: #F9B004;
    border-color: #F9B004; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(249, 176, 4, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    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 {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #316ce8;
  background-color: transparent;
  background-image: none;
  border-color: #316ce8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #316ce8;
    border-color: #316ce8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 108, 232, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #316ce8;
    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: #316ce8;
    border-color: #316ce8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(49, 108, 232, 0.5); }

.btn-outline-warning {
  color: #F9B004;
  background-color: transparent;
  background-image: none;
  border-color: #F9B004; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #F9B004;
    border-color: #F9B004; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 176, 4, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #F9B004;
    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: #F9B004;
    border-color: #F9B004; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(249, 176, 4, 0.5); }

.btn-outline-danger {
  color: #FB6753;
  background-color: transparent;
  background-image: none;
  border-color: #FB6753; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #FB6753;
    border-color: #FB6753; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(251, 103, 83, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #FB6753;
    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: #FB6753;
    border-color: #FB6753; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(251, 103, 83, 0.5); }

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

.btn-outline-dark {
  color: #2E2E2E;
  background-color: transparent;
  background-image: none;
  border-color: #2E2E2E; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #2E2E2E;
    border-color: #2E2E2E; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 46, 46, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #2E2E2E;
    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: #2E2E2E;
    border-color: #2E2E2E; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(46, 46, 46, 0.5); }

.btn-link {
  font-weight: 400;
  color: #FB6753;
  background-color: transparent; }
  .btn-link:hover {
    color: #f92508;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #878787;
    pointer-events: none; }

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.35rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
        flex: 0 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-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

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

.btn-group > .btn:first-child {
  margin-left: 0; }

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

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .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-left: -1px; }

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.6rem 1.5625rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #363535;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #DEDEDE; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #FB6753; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #f8f9fa, 0 0 0 0.2rem rgba(251, 103, 83, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: white; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #878787; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.688rem;
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #DEDEDE; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.688rem;
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

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

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

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

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(251, 103, 83, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(251, 103, 83, 0.5); }

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

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

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

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(251, 103, 83, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.45rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.2;
  color: #363535;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%232E2E2E' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #DEDEDE;
  border-radius: 0;
  appearance: none; }
  .custom-select:focus {
    border-color: #fed5d0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(254, 213, 208, 0.5); }
    .custom-select:focus::-ms-value {
      color: #363535;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #878787;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.428rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #fed5d0;
    box-shadow: 0 0 0 0.2rem rgba(251, 103, 83, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #fed5d0; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.428rem + 2px);
  padding: 1rem 0.5rem;
  line-height: 1.5;
  color: #363535;
  background-color: #fff;
  border: 1px solid #DEDEDE; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.45rem;
    padding: 1rem 0.5rem;
    line-height: 1.5;
    color: #363535;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #DEDEDE; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #FB6753;
    border: 0;
    appearance: none; }
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #f8f9fa, 0 0 0 0.2rem rgba(251, 103, 83, 0.25); }
    .custom-range::-webkit-slider-thumb:active {
      background-color: white; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #DEDEDE;
    border-color: transparent; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #FB6753;
    border: 0;
    appearance: none; }
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #f8f9fa, 0 0 0 0.2rem rgba(251, 103, 83, 0.25); }
    .custom-range::-moz-range-thumb:active {
      background-color: white; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #DEDEDE;
    border-color: transparent; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #FB6753;
    border: 0;
    appearance: none; }
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #f8f9fa, 0 0 0 0.2rem rgba(251, 103, 83, 0.25); }
    .custom-range::-ms-thumb:active {
      background-color: white; }
  .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: #DEDEDE; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #DEDEDE; }

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

.nav-link {
  display: block;
  padding: 0.625rem 1.125rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #878787; }

.nav-tabs {
  border-bottom: 1px solid #DEDEDE; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #DEDEDE; }
    .nav-tabs .nav-link.disabled {
      color: #878787;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #363535;
    background-color: #f8f9fa;
    border-color: #DEDEDE #DEDEDE #f8f9fa; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px; }

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

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

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

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

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

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

.card-img {
  width: 100%; }

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

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

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-deck .card {
    margin-bottom: 10px; }
  @media (min-width: 576px) {
    .card-deck {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      margin-right: -10px;
      margin-left: -10px; }
      .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        -ms-flex-direction: column;
            flex-direction: column;
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 10px; } }

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-group > .card {
    margin-bottom: 10px; }
  @media (min-width: 576px) {
    .card-group {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .card-group > .card {
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; } }

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

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

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

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

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

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

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.2rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.2rem;
    color: #fff;
    content: ">"; }

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #FB6753;
  background-color: transparent;
  border: 1px solid transparent; }
  .page-link:hover {
    z-index: 2;
    color: #f92508;
    text-decoration: none;
    background-color: transparent;
    border-color: #FB6753; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(251, 103, 83, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.page-item.active .page-link {
  z-index: 1;
  color: #FB6753;
  background-color: transparent;
  border-color: #FB6753; }

.page-item.disabled .page-link {
  color: #DEDEDE;
  pointer-events: none;
  cursor: auto;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #83362b;
  background-color: #fee1dd;
  border-color: #fed4cf; }
  .alert-primary hr {
    border-top-color: #fdbeb6; }
  .alert-primary .alert-link {
    color: #5d261e; }

.alert-secondary {
  color: #815c02;
  background-color: #feefcd;
  border-color: #fde9b9; }
  .alert-secondary hr {
    border-top-color: #fce1a0; }
  .alert-secondary .alert-link {
    color: #4f3801; }

.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: #193879;
  background-color: #d6e2fa;
  border-color: #c5d6f9; }
  .alert-info hr {
    border-top-color: #aec6f7; }
  .alert-info .alert-link {
    color: #10244f; }

.alert-warning {
  color: #815c02;
  background-color: #feefcd;
  border-color: #fde9b9; }
  .alert-warning hr {
    border-top-color: #fce1a0; }
  .alert-warning .alert-link {
    color: #4f3801; }

.alert-danger {
  color: #83362b;
  background-color: #fee1dd;
  border-color: #fed4cf; }
  .alert-danger hr {
    border-top-color: #fdbeb6; }
  .alert-danger .alert-link {
    color: #5d261e; }

.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: #181818;
  background-color: #d5d5d5;
  border-color: #c4c4c4; }
  .alert-dark hr {
    border-top-color: #b7b7b7; }
  .alert-dark .alert-link {
    color: black; }

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

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #c78d03 !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: #316ce8 !important; }

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

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

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

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #fa3b21 !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: #2E2E2E !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #316ce8 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

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

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

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

.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

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

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

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

.flex-column-reverse {
  -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 {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }

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

.flex-grow-1 {
  -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 {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important; }

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

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

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
      align-items: flex-start !important; }

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

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

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

.align-items-stretch {
  -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;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-sm-stretch {
    -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-md-stretch {
    -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-lg-stretch {
    -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xl-stretch {
    -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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.3125rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.3125rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.3125rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.3125rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.3125rem !important; }
  .m-sm-2 {
    margin: 0.625rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.625rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.625rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.625rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.625rem !important; }
  .m-sm-3 {
    margin: 1.25rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.25rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.25rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.25rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.25rem !important; }
  .m-sm-4 {
    margin: 1.875rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.875rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.875rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.875rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.875rem !important; }
  .m-sm-5 {
    margin: 3.75rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3.75rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3.75rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3.75rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3.75rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.3125rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.3125rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.3125rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.3125rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.3125rem !important; }
  .p-sm-2 {
    padding: 0.625rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.625rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.625rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.625rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.625rem !important; }
  .p-sm-3 {
    padding: 1.25rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.25rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.25rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.25rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.25rem !important; }
  .p-sm-4 {
    padding: 1.875rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.875rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.875rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.875rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.875rem !important; }
  .p-sm-5 {
    padding: 3.75rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3.75rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3.75rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3.75rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3.75rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.3125rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.3125rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.3125rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.3125rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.3125rem !important; }
  .m-md-2 {
    margin: 0.625rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.625rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.625rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.625rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.625rem !important; }
  .m-md-3 {
    margin: 1.25rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.25rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.25rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.25rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.25rem !important; }
  .m-md-4 {
    margin: 1.875rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.875rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.875rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.875rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.875rem !important; }
  .m-md-5 {
    margin: 3.75rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3.75rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3.75rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3.75rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3.75rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.3125rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.3125rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.3125rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.3125rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.3125rem !important; }
  .p-md-2 {
    padding: 0.625rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.625rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.625rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.625rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.625rem !important; }
  .p-md-3 {
    padding: 1.25rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.25rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.25rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.25rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.25rem !important; }
  .p-md-4 {
    padding: 1.875rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.875rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.875rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.875rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.875rem !important; }
  .p-md-5 {
    padding: 3.75rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3.75rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3.75rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3.75rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3.75rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.3125rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.3125rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.3125rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.3125rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.3125rem !important; }
  .m-lg-2 {
    margin: 0.625rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.625rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.625rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.625rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.625rem !important; }
  .m-lg-3 {
    margin: 1.25rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.25rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.25rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.25rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.25rem !important; }
  .m-lg-4 {
    margin: 1.875rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.875rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.875rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.875rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.875rem !important; }
  .m-lg-5 {
    margin: 3.75rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3.75rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3.75rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3.75rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3.75rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.3125rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.3125rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.3125rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.3125rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.3125rem !important; }
  .p-lg-2 {
    padding: 0.625rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.625rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.625rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.625rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.625rem !important; }
  .p-lg-3 {
    padding: 1.25rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.25rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.25rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.25rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.25rem !important; }
  .p-lg-4 {
    padding: 1.875rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.875rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.875rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.875rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.875rem !important; }
  .p-lg-5 {
    padding: 3.75rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3.75rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3.75rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3.75rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3.75rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.3125rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.3125rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.3125rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.3125rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.3125rem !important; }
  .m-xl-2 {
    margin: 0.625rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.625rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.625rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.625rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.625rem !important; }
  .m-xl-3 {
    margin: 1.25rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.25rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.25rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.25rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.25rem !important; }
  .m-xl-4 {
    margin: 1.875rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.875rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.875rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.875rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.875rem !important; }
  .m-xl-5 {
    margin: 3.75rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3.75rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3.75rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3.75rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3.75rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.3125rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.3125rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.3125rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.3125rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.3125rem !important; }
  .p-xl-2 {
    padding: 0.625rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.625rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.625rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.625rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.625rem !important; }
  .p-xl-3 {
    padding: 1.25rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.25rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.25rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.25rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.25rem !important; }
  .p-xl-4 {
    padding: 1.875rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.875rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.875rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.875rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.875rem !important; }
  .p-xl-5 {
    padding: 3.75rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3.75rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3.75rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3.75rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3.75rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: "Source Sans Pro", sans-serif; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-info {
  color: #316ce8 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * element state (hover, focus, active ...)
 */
/**
 * row-make-equal-height():
 * mixin set equal height blocks.
 * ```html
 * .articles-list > .row {
 *  @include row-make-equal-height();
 * }
 *
 * HTML
 * <div class="articles-list">
 *  <div class="row">
 *    <article class="card">...</article>
 *    <article class="card">...</article>
 *    <article class="card">...</article>
 *  </div>
 * </div>
 * ```
 */
/**
 * if-ie():
 * Apply content when IE.
 * ```scss
 * .component {
 *    display: flex;
 *
 *  @include if-ie() {
 *    display: block;
 *  }
 * }
 * ```
 */
.eq-height {
  display: -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: -ms-flexbox;
    display: flex;
    height: auto; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .eq-height > * {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .eq-height:before {
    display: none; }

/**
 * %icon:
 * Add a custom icon to an element.
 * ```scss
 * .my-cta-link {
 *  @extend %icon;
 *
 *  &:before {
 *    content: $icon-timer;
 *  }
 * }
 * ```
 */
.btn-icon.download:before, .btn-icon.search:before, .btn-icon.arrow-preview:before, .btn-icon.arrow-next:before, [class*="v_icon-"]:before, .accordion .card-header [data-toggle="collapse"]::after, .auth-link::after, .views-exposed-form .form-item.form-type-textfield[class*='date']::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; }

/**
 * if-ie():
 * Apply content when IE.
 * ```scss
 * .component {
 *    display: flex;
 *
 *  @include if-ie() {
 *    display: block;
 *  }
 * }
 * ```
 */
.vf-more-link {
  margin: 30px 0 0;
  text-align: center; }
  .vf-more-link > a {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: 1px solid transparent;
    padding: 0.6rem 1.5625rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0;
    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;
    color: #fff;
    background-color: #FB6753;
    border-color: #FB6753; }
    @media screen and (prefers-reduced-motion: reduce) {
      .vf-more-link > a {
        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;
      box-shadow: 0 0 0 0.2rem rgba(251, 103, 83, 0.25); }
    .vf-more-link > a.disabled, .vf-more-link > a:disabled {
      opacity: 0.65; }
    .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; }
    .vf-more-link > a:focus, .vf-more-link > a.focus {
      color: #fff;
      background-color: #fa3b21;
      border-color: #ca1c05; }
    .vf-more-link > a:hover {
      color: #fff;
      background-color: #fa3b21;
      border-color: #fa3217; }
    .vf-more-link > a:active, .vf-more-link > a.active,
    .open > .vf-more-link > a.dropdown-toggle {
      color: #fff;
      background-color: #fa3b21;
      border-color: #fa3217; }
      .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: #f22206;
        border-color: #ca1c05; }
    .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: #FB6753;
      border-color: #FB6753; }
    .vf-more-link > a .badge {
      color: #FB6753;
      background-color: #fff; }

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

.text-blue {
  color: #2196f3; }
  .text-blue * :not(.btn) {
    color: #2196f3; }

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

.text-purple {
  color: #7460ee; }
  .text-purple * :not(.btn) {
    color: #7460ee; }

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

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

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

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

.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: #878787; }
  .text-gray * :not(.btn) {
    color: #878787; }

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

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

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

.text-success {
  color: #28a745; }
  .text-success * :not(.btn) {
    color: #28a745; }

.text-info {
  color: #316ce8; }
  .text-info * :not(.btn) {
    color: #316ce8; }

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

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

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

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

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

.icon-envelope-v2:before {
  content: ""; }

.icon-phone-v2:before {
  content: ""; }

.icon-locator-v2:before {
  content: ""; }

.icon-timer-v2:before {
  content: ""; }

.icon-scroll-down:before {
  content: ""; }

.icon-quote-bottom:before {
  content: ""; }

.icon-user-v1:before {
  content: ""; }

.icon-enter:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-awb:before {
  content: ""; }

.icon-player:before {
  content: ""; }

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

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

.icon-hand:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-locator:before {
  content: ""; }

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

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

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

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

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

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

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

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

.icon-search:before {
  content: ""; }

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

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

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

.icon-search-lightest: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-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-circle:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-caret-up:before {
  content: ""; }

.icon-camera:before {
  content: ""; }

.icon-picture:before {
  content: ""; }

.icon-file-code:before {
  content: ""; }

.icon-file-excel: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-light:before {
  content: ""; }

.icon-file-text: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-right:before {
  content: ""; }

.icon-quote-left:before {
  content: ""; }

.icon-cloud-download: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-light: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-down:before {
  content: ""; }

.icon-clic:before {
  content: ""; }

.icon-doctor:before {
  content: ""; }

.icon-excellence:before {
  content: ""; }

.icon-eye:before {
  content: ""; }

.icon-fax:before {
  content: ""; }

.icon-itineraire:before {
  content: ""; }

.icon-external-link:before {
  content: ""; }

.icon-locator-v1:before {
  content: ""; }

.icon-locator-v21:before {
  content: ""; }

.icon-mail-to: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-check:before {
  content: ""; }

.icon-close-bold:before {
  content: ""; }

.icon-download-v3:before {
  content: ""; }

.icon-scroll: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: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 60px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 60px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 60px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 60px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -60px;
      top: -60px;
      transform: translate3d(60px, 60px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -60px;
      top: -60px;
      transform: translate3d(-60px, 60px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -60px;
      top: 60px;
      transform: translate3d(60px, -60px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -60px;
      top: 60px;
      transform: translate3d(-60px, -60px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-4.28571px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 16px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(4.28571px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -ms-transform: rotate(225deg);
      transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -ms-transform: rotate(-225deg);
      transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    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); }
  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    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); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    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);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    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);
    transform: translate3d(0, 8px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    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); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    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); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -ms-transform: rotate(765deg);
      transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  -ms-transform: rotate(-765deg);
      transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }

: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 body {
    height: 100%;
    overflow-x: hidden; }
    html body .mdi:before,
    html body .mdi-set {
      line-height: initial; }
  html main {
    min-height: 500px;
    min-height: 31.25rem;
    /*@include rem (margin-bottom, 30px);
   @include media-breakpoint-up(lg) {
    @include rem (margin-bottom, 60px);
   }*/ }
    html main .container, html main .bar-tabs {
      max-width: 960px;
      max-width: 60rem; }
      html main .container.vf-slider__container, html main .vf-slider__container.bar-tabs, html main .container.vf-banner__container, html main .vf-banner__container.bar-tabs {
        max-width: 1160px;
        max-width: 72.5rem; }
  html.screen-disable__scroll body {
    overflow: hidden; }
  html.js body.no-scroll {
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

html[dir=rtl] body {
  text-align: right; }

html body {
  visibility: visible; }

.parallax-bg,
.has-background--image.paragraph_parallax {
  background-attachment: fixed; }

.parallax-bg,
.has-background--image,
.vactory-page--has-background,
.has-background--image.paragraph_parallax {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.has-background--solid ~ .paragraph .title,
.has-background--solid .title,
.has-background--image ~ .paragraph .title,
.has-background--image .title {
  border: none;
  margin-top: 0; }

.paragraph.paragraph-anchor:last-of-type {
  margin-bottom: 60px;
  margin-bottom: 3.75rem; }

.paragraph:not(:first-of-type) .title {
  padding: 30px 15px 20px;
  padding: 1.875rem 0.9375rem 1.25rem;
  border-top: 1px solid #E3E3E3; }
  .paragraph:not(:first-of-type) .title::after {
    left: 15px; }
  @media (min-width: 992px) {
    .paragraph:not(:first-of-type) .title::after {
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }

.paragraph:not(:first-of-type).hide-streak .title {
  padding: 0 15px 20px;
  padding: 0 0.9375rem 1.25rem;
  border: none; }
  .paragraph:not(:first-of-type).hide-streak .title::after {
    left: 15px; }
  @media (min-width: 992px) {
    .paragraph:not(:first-of-type).hide-streak .title::after {
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }

.field__item:not(:last-child) {
  margin-bottom: 21px;
  margin-bottom: 1.3125rem; }

.player_wrapper > a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block; }
  .player_wrapper > a:hover:before {
    color: #F9B004; }
  .player_wrapper > a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    font-family: 'vactory';
    color: #fff;
    font-size: 64px;
    font-size: 4rem;
    transition: color .3s;
    z-index: 1; }
    .cke_editable .player_wrapper > a:before {
      display: none; }
  .player_wrapper > a.small-icon:before {
    font-size: 34px;
    font-size: 2.125rem; }

.loading {
  position: relative; }
  .loading:before {
    content: '';
    position: absolute;
    background-size: 100px 100px;
    background: #2E2E2E url(../img/rings.svg) no-repeat center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 98; }

.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;
    top: 0;
    opacity: .1; }
  .qoute-left::before {
    content: "";
    left: 40px; }
  .qoute-right::before {
    content: "";
    right: 40px; }

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

.box-shadow, .block-shadow .block-box {
  padding: 15px;
  padding: 0.9375rem;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 #DADBDD;
  border-radius: 4px; }
  .box-shadow [class*="col-"] .card--inline, .block-shadow .block-box [class*="col-"] .card--inline {
    padding: 20px 0;
    border-bottom: 1px solid #E8EBF2; }
  .box-shadow [class*="col-"]:first-of-type .card--inline, .block-shadow .block-box [class*="col-"]:first-of-type .card--inline {
    padding-top: 0; }
  .box-shadow [class*="col-"]:last-of-type .card--inline, .block-shadow .block-box [class*="col-"]:last-of-type .card--inline {
    padding-bottom: 0;
    border: none; }

.error-page .page-content {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem; }

.featured-img {
  position: relative;
  width: 100%; }
  .featured-img img {
    width: 100%;
    height: auto; }
    @media (max-width: 1199.98px) {
      .featured-img img {
        margin-bottom: 26px;
        margin-bottom: 1.625rem; } }

.addtoany_list .a2a_svg svg {
  background: #000; }

.addtoany_list.a2a_kit_size_32 > a {
  font-size: 0px; }

.addtoany_list.a2a_kit_size_32 a > span {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem; }

@media (max-width: 1199.98px) {
  .sm-box .container, .sm-box .bar-tabs {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden; }
    .sm-box .container .box-shadow, .sm-box .bar-tabs .box-shadow, .sm-box .container .block-shadow .block-box, .block-shadow .sm-box .container .block-box, .sm-box .bar-tabs .block-shadow .block-box, .block-shadow .sm-box .bar-tabs .block-box {
      padding: 15px 0; }
  body.page--logged-in {
    padding-top: 78px !important; } }

@media (min-width: 992px) {
  .paragraph:not(:first-of-type) .title {
    padding: 50px 15px 20px;
    padding: 3.125rem 0.9375rem 1.25rem; }
  .paragraph.vp_anchor {
    margin-top: -60px;
    margin-top: -3.75rem;
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
    height: 60px; }
  .paragraph.paragraph-anchor:last-of-type {
    margin-bottom: 60px;
    margin-bottom: 3.75rem; }
  .box-shadow, .block-shadow .block-box {
    padding: 50px;
    padding: 3.125rem; }
  .error-page .page-content {
    padding-top: 80px;
    padding-top: 5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem; } }

.btn-icon.download:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  bottom: 0;
  font-size: inherit;
  transition: transform .4s ease-out; }

.btn-icon.download:hover:before {
  color: inherit;
  transition: color .3s ease-out; }

.btn-icon.download.inverted:hover:before {
  color: #878787;
  transition: color 0.3s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn-icon.download.inverted:hover:before {
      transition: none; } }

.btn-icon.search:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  bottom: 0;
  font-size: inherit;
  transition: transform .4s ease-out; }

.btn-icon.search:hover:before {
  color: inherit;
  transition: color .3s ease-out; }

.btn-icon.search.inverted:hover:before {
  color: #878787;
  transition: color 0.3s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn-icon.search.inverted:hover:before {
      transition: none; } }

.btn-icon.arrow-preview:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  bottom: 0;
  font-size: inherit;
  transition: transform .4s ease-out; }

.btn-icon.arrow-preview:hover:before {
  color: inherit;
  transition: color .3s ease-out; }

.btn-icon.arrow-preview.inverted:hover:before {
  color: #878787;
  transition: color 0.3s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn-icon.arrow-preview.inverted:hover:before {
      transition: none; } }

html[dir=rtl] .btn-icon.arrow-preview:before {
  margin-top: 2px;
  -ms-transform: translateY(-50%) scaleX(-1);
      transform: translateY(-50%) scaleX(-1); }

.btn-icon.arrow-next:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  bottom: 0;
  font-size: inherit;
  transition: transform .4s ease-out; }

.btn-icon.arrow-next:hover:before {
  color: inherit;
  transition: color .3s ease-out; }

.btn-icon.arrow-next.inverted:hover:before {
  color: #878787;
  transition: color 0.3s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn-icon.arrow-next.inverted:hover:before {
      transition: none; } }

html[dir=rtl] .btn-icon.arrow-next:before {
  margin-top: 2px;
  -ms-transform: translateY(-50%) scaleX(-1);
      transform: translateY(-50%) scaleX(-1); }

[class*="v_icon-"]:before {
  position: absolute;
  top: 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%;
  -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%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    font-size: inherit;
    color: inherit; }
  .form-item--icon.form-item--icon-prefix [class^="icon-"] {
    left: 1.5625rem; }
    html[dir=rtl] .form-item--icon.form-item--icon-prefix [class^="icon-"] {
      left: auto;
      right: 1.5625rem; }
  .form-item--icon.form-item--icon-prefix input {
    padding-left: 3.125rem; }
    html[dir=rtl] .form-item--icon.form-item--icon-prefix input {
      padding-left: 1.5625rem;
      padding-right: 3.125rem; }
  .form-item--icon.form-item--icon-suffix [class^="icon-"] {
    right: 1.5625rem; }
    html[dir=rtl] .form-item--icon.form-item--icon-suffix [class^="icon-"] {
      right: auto;
      left: 1.5625rem; }
  .form-item--icon.form-item--icon-suffix input {
    padding-right: 3.125rem; }
    html[dir=rtl] .form-item--icon.form-item--icon-suffix input {
      padding-right: 1.5625rem;
      padding-left: 3.125rem; }

[class*="prefix-icon-"] [class^="icon-"],
[class*="suffix-icon-"] [class^="icon-"] {
  font-size: inherit;
  color: inherit; }

[class*="prefix-icon-"] [class^="icon-"] {
  margin-right: 10px; }
  html[dir=rtl] [class*="prefix-icon-"] [class^="icon-"] {
    margin-right: auto;
    margin-left: 10px; }

[class*="prefix-icon-"].positioned-icon {
  padding-left: 40px; }
  [class*="prefix-icon-"].positioned-icon [class^="icon-"] {
    left: 14px; }
    html[dir=rtl] [class*="prefix-icon-"].positioned-icon [class^="icon-"] {
      right: 14px;
      left: auto; }

[class*="suffix-icon-"] [class^="icon-"] {
  margin-left: 10px; }
  html[dir=rtl] [class*="suffix-icon-"] [class^="icon-"] {
    margin-right: 10px;
    margin-left: auto; }

[class*="suffix-icon-"].positioned-icon {
  padding-right: 40px; }
  [class*="suffix-icon-"].positioned-icon [class^="icon-"] {
    right: 14px; }
    html[dir=rtl] [class*="suffix-icon-"].positioned-icon [class^="icon-"] {
      right: auto;
      left: 14px; }

i.icon-play.is-player {
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 5px;
  transition: border-color .3s, background .3s, color .3s;
  width: 66px;
  height: 66px; }
  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; }

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: 30px; }

.paragraph:not(.paragraph--type--vactory-paragraph-tab):not(.paragraph--type--vactory-paragraph-multi-template) {
  padding-bottom: 30px; }

[class*="has-background--"] .paragraph:not(.paragraph--type--vactory-paragraph-tab):not(.paragraph--type--vactory-paragraph-multi-template) {
  padding-top: 30px; }

@media (min-width: 992px) {
  [class*="has-background--"] + .paragraph {
    padding-top: 60px; }
  .paragraph:not(.paragraph--type--vactory-paragraph-tab):not(.paragraph--type--vactory-paragraph-multi-template) {
    padding-bottom: 60px; }
  [class*="has-background--"] .paragraph:not(.paragraph--type--vactory-paragraph-tab):not(.paragraph--type--vactory-paragraph-multi-template) {
    padding-top: 60px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  color: #272C31; }

h1, .h1 {
  font-size: 30px;
  font-size: 1.875rem; }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 3.125rem; } }

h2, .h2, .title {
  font-size: 24px;
  font-size: 1.5rem; }
  @media (min-width: 992px) {
    h2, .h2, .title {
      font-size: 2.1875rem; } }

h3, .h3 {
  font-size: 20px;
  font-size: 1.25rem; }
  @media (min-width: 992px) {
    h3, .h3 {
      font-size: 1.5rem; } }

h4, .h4 {
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 992px) {
    h4, .h4 {
      font-size: 1.25rem; } }

h5, .h5 {
  font-size: 24px;
  font-size: 1.5rem; }
  @media (min-width: 992px) {
    h5, .h5 {
      font-size: 1.125rem; } }

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px; }
  @media (min-width: 992px) {
    h6, .h6 {
      font-size: 1rem; } }

.intro,
.block-intro {
  max-width: 800px;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 600; }

.title {
  margin: 0px auto 30px auto;
  margin: 0px auto 1.875rem auto;
  padding: 0 15px 20px;
  padding: 0 0.9375rem 1.25rem;
  position: relative; }
  @media (min-width: 992px) {
    .title {
      text-align: center;
      margin: 50px auto;
      margin: 3.125rem auto; } }
  .title::after {
    content: "";
    font-family: 'vactory';
    font-size: 12px;
    font-size: 0.75rem;
    color: #FB6753;
    position: absolute;
    left: 0;
    bottom: 0; }
    @media (min-width: 992px) {
      .title::after {
        left: 50%;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }
  .title-pipe {
    position: relative;
    color: #000;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 29px;
    line-height: 1.8125rem;
    padding-left: 12px;
    padding-left: 0.75rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    font-weight: bold;
    letter-spacing: 0; }
    @media (min-width: 992px) {
      .title-pipe {
        margin-bottom: 21px;
        margin-bottom: 1.3125rem; } }
    .title-pipe::after {
      content: '';
      width: 2px;
      width: 0.125rem;
      height: 14px;
      height: 0.875rem;
      background: #F9B004;
      position: absolute;
      left: 0;
      top: 8px;
      top: 0.5rem; }
    a .title-pipe:hover {
      color: #F9B004; }

.subtitle {
  color: #8d97ad;
  line-height: 24px;
  line-height: 1.5rem; }

.text-success-gradiant {
  background: #28a745;
  background: linear-gradient(to right, #28a745 0%, #1dc8cc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; }

.text-info-gradiant {
  background: #316ce8;
  background: linear-gradient(to right, #316ce8 0%, #FB6753 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; }

html body .text-blue {
  color: #2196f3; }

html body .text-purple {
  color: #7460ee; }

html body .text-dark {
  color: #3c3c3c; }

html body .text-themecolor {
  color: #FB6753; }

html body .font-bold {
  font-weight: 700; }

html body .font-semibold {
  font-weight: 600; }

html body .font-normal {
  font-weight: normal; }

html body .font-light {
  font-weight: 300; }

html body .font-medium {
  font-weight: 500; }

html body .font-16 {
  font-size: 16px;
  font-size: 1rem; }

html body .font-14 {
  font-size: 14px;
  font-size: 0.875rem; }

html body .font-13 {
  font-size: 13px;
  font-size: 0.8125rem; }

html body .font-10 {
  font-size: 10px;
  font-size: 0.625rem; }

html body .font-18 {
  font-size: 18px;
  font-size: 1.125rem; }

html body .font-20 {
  font-size: 20px;
  font-size: 1.25rem; }

html body .font-stylish {
  font-family: "Source Sans Pro", sans-serif; }

.bg-orange {
  background-color: #ff6a5b !important; }

.bg-yellow {
  background-color: #F9B004; }

.bg-facebook {
  background-color: #365397; }

.bg-twitter {
  background-color: #00a9f1; }

.bg-success-gradiant {
  background: #28a745;
  background: linear-gradient(to right, #28a745 0%, #1dc8cc 100%); }

.bg-info-gradiant {
  background: #316ce8;
  background: linear-gradient(to right, #316ce8 0%, #FB6753 100%); }

.bg-danger-gradiant {
  background: #FB6753;
  background: linear-gradient(to right, #FB6753 0%, #ff6a5b 100%); }

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

b,
strong {
  font-weight: bold; }

.accordion > .card {
  border: 1px solid transparent; }

.accordion-body {
  background: #fff;
  padding: 12px 0;
  border-top: 1px solid rgba(151, 151, 151, 0.4);
  margin: 0 25px;
  margin: 0 1.5625rem; }
  @media (min-width: 992px) {
    .accordion-body {
      padding: 25px 0px;
      padding: 1.5625rem 0px;
      margin: 0px 33px;
      margin: 0px 2.0625rem; } }

.accordion .card-header {
  background: rgba(0, 0, 0, 0.03);
  padding: 0; }
  .accordion .card-header [data-toggle="collapse"] {
    display: block;
    width: 100%;
    position: relative;
    padding: 13px 55px 13px 33px;
    border: none;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    color: #000;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    background: #fff;
    border-radius: 0; }
    .accordion .card-header [data-toggle="collapse"]:hover {
      cursor: pointer;
      color: #F9B004; }
      .accordion .card-header [data-toggle="collapse"]:hover::after {
        color: #F9B004; }
    html[dir=rtl] .accordion .card-header [data-toggle="collapse"] {
      text-align: right;
      padding: 13px 33px 13px 55px; }
    .accordion .card-header [data-toggle="collapse"]::after {
      display: block;
      content: "";
      color: #000;
      position: absolute;
      top: 50%;
      right: 25px;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      html[dir=rtl] .accordion .card-header [data-toggle="collapse"]::after {
        right: auto;
        left: 25px; }
    .accordion .card-header [data-toggle="collapse"].collapsed::after {
      content: "";
      color: #000; }
    .accordion .card-header [data-toggle="collapse"]:not(.collapsed)::after {
      content: "";
      color: #000; }
    .accordion .card-header [data-toggle="collapse"].prefix-icon {
      padding-left: 66px; }
      .accordion .card-header [data-toggle="collapse"].prefix-icon::after {
        right: auto;
        left: 16px; }
      html[dir=rtl] .accordion .card-header [data-toggle="collapse"].prefix-icon {
        padding-left: 33px;
        padding-right: 110px; }
        html[dir=rtl] .accordion .card-header [data-toggle="collapse"].prefix-icon::after {
          left: auto;
          right: 16px; }
    .accordion .card-header [data-toggle="collapse"].suffix-icon {
      padding-right: 110px; }
      .accordion .card-header [data-toggle="collapse"].suffix-icon::after {
        left: auto;
        right: 16px; }
      html[dir=rtl] .accordion .card-header [data-toggle="collapse"].suffix-icon {
        padding-right: 55px;
        padding-left: 66px; }
        html[dir=rtl] .accordion .card-header [data-toggle="collapse"].suffix-icon::after {
          left: 16px;
          right: auto; }

.accordion .card {
  padding: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 #DADBDD; }
  .accordion .card:not(:last-of-type) {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .accordion .card.collapseActive {
    border: 1px solid #F9B004; }
    .accordion .card.collapseActive:not(:first-of-type):not(:last-of-type) {
      border-bottom: 1px solid #F9B004; }
    .accordion .card.collapseActive [data-toggle="collapse"]::after {
      content: "";
      color: #F9B004; }
  .accordion .card .card-body .paragraph {
    width: 100%; }
  @media (min-width: 992px) {
    .accordion .card .card-body {
      -ms-flex-direction: row;
          flex-direction: row; }
      .accordion .card .card-body.img-right {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

.accordion-picto {
  position: relative;
  margin-right: 20px; }
  .accordion-picto img {
    min-width: 26px;
    max-width: 26px;
    height: auto; }
  .accordion-picto:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    top: 50%;
    right: -10px;
    background: #F9B004;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.accordion_img {
  width: 100%;
  max-width: 371px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.paragraph:not(:last-of-type) .accordion .card {
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

.vf-addtoany-fixed.block--addtoanybuttons {
  position: absolute;
  top: 206px;
  top: 12.875rem;
  left: 6px;
  left: 0.375rem;
  z-index: 9; }
  .vf-addtoany-fixed.block--addtoanybuttons.right {
    right: 6px;
    right: 0.375rem;
    left: inherit; }
  .vf-addtoany-fixed.block--addtoanybuttons .addtoany_list {
    display: -ms-flexbox;
    display: flex;
    -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; }
      .vf-addtoany-fixed.block--addtoanybuttons .addtoany_list [class*="icon-"]:hover {
        color: #F9B004; }
  .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed {
    position: fixed;
    top: 50%;
    left: -27px;
    left: -1.6875rem; }
    .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.fade-left {
      left: 6px;
      left: 0.375rem;
      transition: left 1s; }
    .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed .addtoany_list [class*="icon-"] {
      color: #FB6753; }
      .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed .addtoany_list [class*="icon-"]:hover {
        color: #F9B004; }
    .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.right {
      right: -27px;
      right: -1.6875rem;
      left: inherit; }
      .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.right.fade-left {
        left: inherit;
        right: 6px;
        right: 0.375rem;
        transition: right 1s; }

.block--addtoanybuttons .addtoany_list [class*="icon-"] span {
  display: none; }

@media (min-width: 992px) {
  .vf-addtoany-fixed.block--addtoanybuttons {
    left: 24px;
    left: 1.5rem; }
    .vf-addtoany-fixed.block--addtoanybuttons.right {
      right: 24px;
      right: 1.5rem; }
    .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.fade-left {
      left: 24px;
      left: 1.5rem; }
    .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.right.fade-left {
      right: 24px;
      right: 1.5rem; } }

.ajax-progress-fullscreen {
  opacity: 1;
  width: 100px;
  height: 100px;
  background-size: 60px 60px;
  background-color: transparent;
  background-image: url("../img/loader.gif"); }

.ajax-progress.ajax-progress-throbber {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center; }
  .ajax-progress.ajax-progress-throbber .throbber {
    display: inline-block;
    padding: 0;
    background-position: center;
    width: 30px;
    height: 30px;
    background-image: url(../img/loader.gif);
    background-size: contain; }

/***
 * Banners:
 */
.vf-banner {
  background-color: #878787;
  position: relative;
  min-height: 343px;
  min-height: 21.4375rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 992px) {
    .vf-banner {
      margin-bottom: 60px;
      margin-bottom: 3.75rem; } }
  .no-padding .vf-banner {
    margin-bottom: 0; }
  .vf-banner__title h1 {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 0px 0.25px #fff; }
  .vf-banner__image, .vf-banner__video {
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover; }
  .vf-banner__container {
    padding-top: 120px;
    padding-top: 7.5rem;
    z-index: 1; }
    @media (max-width: 575.98px) {
      .vf-banner__container {
        width: 100%; } }
  .vf-banner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.125;
    background-color: #000; }

.c-breadcrumb {
  display: block;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 0;
  font-weight: 300;
  letter-spacing: 0.27px;
  word-wrap: break-word; }
  .c-breadcrumb.right {
    float: right; }
  .c-breadcrumb .breadcrumb {
    background-color: transparent;
    color: #fff;
    margin: 0;
    padding-left: 0;
    padding-right: 0; }
    .c-breadcrumb .breadcrumb a {
      color: #fff;
      border-bottom: 1px solid #fff; }
  html[dir=rtl] .c-breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    padding-right: 0.2rem; }
    html[dir=rtl] .c-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      padding-right: 0;
      padding-left: 0.2rem; }
  @media (max-width: 575.98px) {
    .c-breadcrumb {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; }
      .c-breadcrumb.right {
        float: none; } }

.btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide) {
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0 0 0 14px;
  height: auto;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide) > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide) > a {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-left: none;
    padding: 0.6rem 1.5625rem 0.6rem 20px;
    position: relative;
    z-index: 3;
    white-space: normal; }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide) > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide) > a:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 0;
      background: linear-gradient(135deg, transparent 0, transparent 9px, #FB6753 9px, #FB6753 100%);
      transition: all .3s ease-in;
      z-index: -1; }
  .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide):after {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    bottom: 0;
    width: 1.5625rem;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-bottom-style: solid; }
  .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide):before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 20px;
    height: 20px;
    border-left-width: 1px;
    border-left-style: solid;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -ms-transform-origin: bottom left;
        transform-origin: bottom left; }
  .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary {
    background-color: transparent;
    border: none; }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary:before {
      border-left-color: #FB6753; }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary:after {
      border-left-color: #FB6753;
      border-bottom-color: #FB6753; }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary > a {
      border-color: #FB6753; }
      .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary > a:before {
        width: calc(100% + 14px);
        background: linear-gradient(135deg, transparent 0, transparent 10px, #FB6753 10px, #FB6753 100%); }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary:hover, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary.active, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary.active:not(:disabled):not(.disabled) {
      background-color: transparent;
      border: none; }
      .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary:hover > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary:hover > a, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary.active > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary.active > a, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary.active:not(:disabled):not(.disabled) > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary.active:not(:disabled):not(.disabled) > a {
        background-color: transparent;
        border-color: #FB6753;
        color: #FB6753; }
        .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary:hover > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary:hover > a:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary.active > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary.active > a:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary.active:not(:disabled):not(.disabled) > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary.active:not(:disabled):not(.disabled) > a:before {
          width: 0; }
      .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary:hover:after, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary.active:after, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary.active:not(:disabled):not(.disabled):after {
        background-color: transparent; }
      .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary:hover:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary.active:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-primary.active:not(:disabled):not(.disabled):before {
        background-color: transparent;
        border-left-color: #FB6753; }
  .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary {
    background-color: transparent;
    border: none; }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary:before {
      border-left-color: #F9B004; }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary:after {
      border-left-color: #F9B004;
      border-bottom-color: #F9B004; }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary > a {
      border-color: #F9B004;
      color: #fff; }
      .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary > a:before {
        width: calc(100% + 14px);
        background: linear-gradient(135deg, transparent 0, transparent 10px, #F9B004 10px, #F9B004 100%); }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary:hover, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary.active, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary.active:not(:disabled):not(.disabled) {
      background-color: transparent;
      border: none; }
      .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary:hover > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary:hover > a, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary.active > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary.active > a, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary.active:not(:disabled):not(.disabled) > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary.active:not(:disabled):not(.disabled) > a {
        background-color: transparent;
        border-color: #F9B004;
        color: #F9B004; }
        .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary:hover > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary:hover > a:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary.active > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary.active > a:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary.active:not(:disabled):not(.disabled) > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary.active:not(:disabled):not(.disabled) > a:before {
          width: 0; }
      .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary:hover:after, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary.active:after, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary.active:not(:disabled):not(.disabled):after {
        background-color: transparent; }
      .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary:hover:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary.active:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-secondary.active:not(:disabled):not(.disabled):before {
        background-color: transparent;
        border-left-color: #F9B004; }
  .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary:before {
    border-left-color: #FB6753; }
  .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary:after {
    border-left-color: #FB6753;
    border-bottom-color: #FB6753; }
  .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary > a {
    border-color: #FB6753; }
  .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary:hover, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary.active, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary.active:not(:disabled):not(.disabled) {
    background-color: transparent;
    border: none; }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary:hover > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary:hover > a, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary.active > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary.active > a, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary.active:not(:disabled):not(.disabled) > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary.active:not(:disabled):not(.disabled) > a {
      border-color: #FB6753;
      color: #fff; }
      .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary:hover > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary:hover > a:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary.active > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary.active > a:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary.active:not(:disabled):not(.disabled) > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary.active:not(:disabled):not(.disabled) > a:before {
        width: calc(100% + 14px); }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary:hover:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary.active:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-primary.active:not(:disabled):not(.disabled):before {
      border-color: #FB6753; }
  .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary:before {
    border-left-color: #F9B004; }
  .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary:after {
    border-left-color: #F9B004;
    border-bottom-color: #F9B004; }
  .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary > a {
    border-color: #F9B004;
    color: #F9B004; }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary > a:before {
      background: linear-gradient(135deg, transparent 0, transparent 8px, #F9B004 8px, #F9B004 100%); }
  .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary:hover, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary.active, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary.active:not(:disabled):not(.disabled) {
    background-color: transparent;
    border: none; }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary:hover > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary:hover > a, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary.active > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary.active > a, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary.active:not(:disabled):not(.disabled) > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary.active:not(:disabled):not(.disabled) > a {
      border-color: #F9B004;
      color: #fff; }
      .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary:hover > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary:hover > a:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary.active > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary.active > a:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary.active:not(:disabled):not(.disabled) > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary.active:not(:disabled):not(.disabled) > a:before {
        width: calc(100% + 13px); }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary:hover:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary.active:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-secondary.active:not(:disabled):not(.disabled):before {
      border-color: #F9B004; }
  .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light {
    background-color: transparent;
    border: none; }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light:before {
      border-left-color: #fff; }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light:after {
      border-left-color: #fff;
      border-bottom-color: #fff; }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light > a {
      border-color: #fff;
      color: #000; }
      .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light > a:before {
        width: calc(100% + 13px);
        background: linear-gradient(135deg, transparent 0, transparent 8px, #fff 8px, #fff 100%); }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light:hover, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light.active, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light.active:not(:disabled):not(.disabled) {
      background-color: transparent;
      border: none; }
      .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light:hover > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light:hover > a, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light.active > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light.active > a, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light.active:not(:disabled):not(.disabled) > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light.active:not(:disabled):not(.disabled) > a {
        background-color: transparent;
        border-color: #fff;
        color: #fff; }
        .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light:hover > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light:hover > a:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light.active > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light.active > a:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light.active:not(:disabled):not(.disabled) > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light.active:not(:disabled):not(.disabled) > a:before {
          width: 0; }
      .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light:hover:after, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light.active:after, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light.active:not(:disabled):not(.disabled):after {
        background-color: transparent; }
      .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light:hover:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light.active:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-light.active:not(:disabled):not(.disabled):before {
        background-color: transparent;
        border-left-color: #fff; }
  .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light:before {
    border-left-color: #fff; }
  .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light:after {
    border-left-color: #fff;
    border-bottom-color: #fff; }
  .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light > a {
    border-color: #fff;
    color: #fff; }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light > a:before {
      background: linear-gradient(135deg, transparent 0, transparent 8px, #fff 8px, #fff 100%); }
  .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light:hover, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light.active, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light.active:not(:disabled):not(.disabled) {
    background-color: transparent;
    border: none; }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light:hover > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light:hover > a, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light.active > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light.active > a, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light.active:not(:disabled):not(.disabled) > span, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light.active:not(:disabled):not(.disabled) > a {
      border-color: #fff;
      color: #000; }
      .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light:hover > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light:hover > a:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light.active > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light.active > a:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light.active:not(:disabled):not(.disabled) > span:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light.active:not(:disabled):not(.disabled) > a:before {
        width: calc(100% + 13px); }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light:hover:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light.active:before, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-outline-light.active:not(:disabled):not(.disabled):before {
      border-color: #fff; }
  .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-cutted-corner {
    position: relative;
    padding: 0.6rem 1.5625rem;
    background: linear-gradient(135deg, transparent 0, transparent 8px, #f5c000 8px, #f5c000 100%);
    font-family: 'DIN Next LT Pro';
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
    text-align: center; }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-cutted-corner::after {
      content: "";
      display: block;
      position: absolute;
      top: -1px;
      bottom: 100%;
      left: 0;
      width: 0;
      border-width: 0 0 12px 12px;
      border-style: solid;
      border-color: rgba(0, 0, 0, 0.34) transparent; }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-cutted-corner:before {
      display: none; }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-cutted-corner:hover {
      background: linear-gradient(135deg, transparent 0, transparent 9px, #f5c000 9px, #f5c000 100%); }
      .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-cutted-corner:hover::after {
        top: 0;
        border-width: 0 0 13px 13px; }
    .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-cutted-corner [class^="icon-"] {
      padding: 0 10px; }
      .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide).btn-cutted-corner [class^="icon-"]::before {
        position: absolute;
        top: 50%;
        left: 20px;
        padding: 7px 0;
        font-size: 27px;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide):focus, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide):active, .btn:not(.dropdown-toggle):not(.menu__link):not(.btn-link):not(.btn-search-overlay):not(.js-hide):visited {
    box-shadow: none; }

.vf-more-link > a {
  position: relative;
  border-radius: 19px;
  border-radius: 1.1875rem;
  padding: 8px 35px 9px 25px;
  padding: 0.5rem 2.1875rem 0.5625rem 1.5625rem; }
  .vf-more-link > a::after {
    position: absolute;
    font-size: 10px;
    font-size: 0.625rem;
    content: "";
    font-family: 'vactory';
    top: 55%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    margin-left: 5px;
    margin-left: 0.3125rem;
    transition: transform .3s ease-in; }
  .vf-more-link > a:hover::after {
    -ms-transform: translate(5px, -50%);
        transform: translate(5px, -50%); }

.vf-go-back-top {
  z-index: 1092;
  position: fixed;
  bottom: 100px;
  bottom: 6.25rem;
  right: 35px;
  right: 2.1875rem;
  display: none; }
  @media (min-width: 992px) {
    .vf-go-back-top {
      bottom: 90px;
      bottom: 5.625rem;
      right: 40px;
      right: 2.5rem; } }
  .vf-go-back-top a {
    position: relative;
    font-size: 0; }
    .vf-go-back-top a:after {
      content: "";
      font-family: 'vactory';
      color: #fff;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: bold;
      right: 50%;
      background-color: #FB6753;
      padding: 12px 17px;
      padding: 0.75rem 1.0625rem;
      border-radius: 50%;
      -ms-transform: translateX(50%) rotate(180deg);
          transform: translateX(50%) rotate(180deg);
      position: absolute; }
  .vf-go-back-top.is-bottom {
    position: absolute;
    bottom: 100px;
    bottom: 6.25rem; }

.card {
  height: 100%;
  border: none;
  box-shadow: 0;
  -ms-flex-positive: 1;
      flex-grow: 1; }
  .card.social-up {
    position: relative; }
    .card.social-up .card-governance-social-media {
      position: absolute;
      top: 20px;
      left: 20px;
      max-width: calc(100% - 40px);
      margin-top: 0; }
  .card .card-image__wrapper,
  .card .inline-card__image,
  .card .card-image--inline {
    overflow: hidden; }
  .card img {
    width: 100%;
    transition: transform .4s;
    backface-visibility: hidden; }
  .card .card-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 15px 0;
    padding: 0.9375rem 0; }
    .card .card-body .card-title {
      margin-bottom: 0;
      font-weight: 600;
      position: relative; }
      .card .card-body .card-title a {
        color: #272C31; }
        .card .card-body .card-title a:hover {
          color: #FB6753; }
    .card .card-body .card-subtitle {
      color: #BDC1C9;
      font-weight: 600; }
    .card .card-body .card-read-more {
      margin-top: auto; }
  .card .card-info {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
    .card .card-info .card-subtitle {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 12px;
      line-height: 0.75rem;
      margin: 0; }
  .card-corner {
    position: relative;
    overflow: hidden; }
    .card-corner:after {
      content: "";
      z-index: 1;
      display: block;
      width: 110px;
      height: 110px;
      position: absolute;
      bottom: -75px;
      right: -75px;
      background-color: #f8f9fa;
      border: 0;
      border-left: 2px solid #f8f9fa;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  .gray-corners .card.card-corner:after {
    background-color: #ECEEF0;
    border-left-color: #ECEEF0; }

.card--inline .card-body {
  height: 100%;
  padding: 0; }

.card--inline .permalink {
  font-weight: 600; }

.card--inline .card-image--inline {
  overflow: hidden;
  padding-bottom: 10px;
  padding-bottom: 0.625rem; }
  .card--inline .card-image--inline img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.date-pos {
  padding: 10px;
  padding: 0.625rem;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  border-radius: 4px;
  text-align: center; }

.date-pos span {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem; }

.slick-slider .card {
  width: 100%;
  height: auto; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .slick-slider .card {
      height: 100%; } }

@media (min-width: 576px) {
  .card-deck .card {
    height: auto; } }

@media (min-width: 992px) {
  .card--inline {
    -ms-flex-direction: row;
        flex-direction: row; }
  .card--inline .card-image--inline {
    -ms-flex-preferred-size: 41%;
        flex-basis: 41%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-bottom: 0px;
    padding-bottom: 0rem; }
  .card--inline .card-body--inline {
    -ms-flex-preferred-size: 59%;
        flex-basis: 59%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 100%;
    padding-left: 12px;
    padding-left: 0.75rem; } }

.block-comment {
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-top: 0.625rem; }
  .block-comment .comment-body {
    padding-left: 8px;
    padding-left: 0.5rem; }
  .block-comment .comment-user {
    display: -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: #FB6753; }
  .block-comment .comment-title h5 {
    margin: 0; }
  .block-comment .comment-user-icon img {
    max-width: 30px;
    max-width: 1.875rem;
    border-radius: 50%; }
  .block-comment:hover .list-unstyled {
    visibility: visible; }

.wrapper-comment {
  padding: 30px 15px 60px 15px;
  padding: 1.875rem 0.9375rem 3.75rem 0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  margin-left: -15px;
  margin-left: -0.9375rem;
  position: relative; }
  .wrapper-comment article {
    position: inherit; }
    .wrapper-comment article:after {
      content: "";
      position: absolute;
      height: 1px;
      width: 100%;
      left: 0;
      border-top: 1px 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; }
  .wrapper-comment > * {
    position: relative;
    z-index: 1; }
  .wrapper-comment:before {
    content: '';
    display: block;
    background-color: #F7F7F7;
    position: absolute;
    top: 0;
    left: -1000px;
    right: -1000px;
    height: 100%;
    z-index: 0; }

.comment__comment-body {
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

.list-unstyled {
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  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-left: 30px;
  padding-left: 1.875rem; }
  .indented .indented .indented {
    padding-left: 0px;
    padding-left: 0rem; }

@media (max-width: 1199.98px) {
  .list-unstyled {
    visibility: visible;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .list-unstyled li {
      margin-bottom: 2px;
      margin-bottom: 0.125rem; }
    .list-unstyled .btn {
      font-size: 10px;
      font-size: 0.625rem;
      padding: 3px 9px 2px;
      padding: 0.1875rem 0.5625rem 0.125rem; }
  .comment-user {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .comment-title {
    font-size: 16px;
    font-size: 1rem; }
  .comment-content p {
    font-size: 14px;
    font-size: 0.875rem;
    word-break: break-all; } }

@media (min-width: 992px) {
  .indented {
    padding-left: 70px;
    padding-left: 4.375rem; }
    .indented .block-comment .comment-user-icon img {
      max-width: 65px;
      max-width: 4.0625rem; }
  .block-comment {
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem; }
    .block-comment .comment-body {
      padding-left: 20px;
      padding-left: 1.25rem; }
    .block-comment .comment-user-icon img {
      max-width: 90px;
      max-width: 5.625rem; } }

.comment-comment-form.comment-form label, .comment-comment-form.comment-form span.form-required {
  display: none; }

.comment-comment-form.comment-form .comment-form-note {
  color: #a0a0a0; }

ul.links.inline li.comment-add {
  display: none; }

#sliding-popup.sliding-popup-bottom {
  background: #363535;
  box-shadow: 1px 3px 12px 0 rgba(0, 0, 0, 0.14); }

#sliding-popup > div {
  position: relative;
  padding: 15px 0;
  padding: 0.9375rem 0; }
  #sliding-popup > div .disagree-button {
    color: #FB6753;
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 3px;
    line-height: 1;
    font-size: 1rem; }

#sliding-popup .popup-content #popup-text {
  padding: 0 10px 0;
  text-align: center;
  max-width: none;
  width: 100%;
  color: #fff;
  display: inline-block; }

#sliding-popup .popup-content p, #sliding-popup .popup-content h2 {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  display: inline; }

#sliding-popup .popup-content .find-more-button {
  display: inline;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
  padding: 0; }

#sliding-popup .popup-content #popup-buttons {
  display: inline; }
  #sliding-popup .popup-content #popup-buttons .agree-button,
  #sliding-popup .popup-content #popup-buttons .decline-button {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline;
    color: #FB6753;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  #sliding-popup .popup-content #popup-buttons .decline-button {
    background: transparent;
    border: none;
    text-shadow: none;
    box-shadow: initial; }

#sliding-popup button {
  background: transparent;
  border: none;
  outline: 0;
  cursor: pointer; }

@media (min-width: 992px) {
  #sliding-popup .popup-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    #sliding-popup .popup-content #popup-text {
      width: auto;
      text-align: left; } }

.datepicker {
  border-radius: 0;
  direction: ltr; }
  .datepicker-inline {
    width: 220px; }
  .datepicker-rtl {
    direction: rtl; }
    .datepicker-rtl.dropdown-menu {
      left: auto; }
    .datepicker-rtl table tr td span {
      float: right; }
  .datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 20px 22px;
    z-index: 99 !important; }
    .datepicker-dropdown:before, .datepicker-dropdown:after {
      content: '';
      display: inline-block;
      border-top: 0;
      position: absolute; }
    .datepicker-dropdown:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #c3c7cc;
      border-bottom-color: rgba(0, 0, 0, 0.2); }
    .datepicker-dropdown:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff; }
    .datepicker-dropdown.datepicker-orient-left:before {
      left: 6px; }
    .datepicker-dropdown.datepicker-orient-left:after {
      left: 7px; }
    .datepicker-dropdown.datepicker-orient-right:before {
      right: 6px; }
    .datepicker-dropdown.datepicker-orient-right:after {
      right: 7px; }
    .datepicker-dropdown.datepicker-orient-bottom:before {
      top: -7px; }
    .datepicker-dropdown.datepicker-orient-bottom:after {
      top: -6px; }
    .datepicker-dropdown.datepicker-orient-top:before {
      bottom: -7px;
      border-bottom: 0;
      border-top: 7px solid #c3c7cc; }
    .datepicker-dropdown.datepicker-orient-top:after {
      bottom: -6px;
      border-bottom: 0;
      border-top: 6px solid #fff; }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .datepicker table tr td {
      border-radius: 50%; }
    .datepicker table tr th {
      border-radius: 0;
      font-weight: 500; }
    .datepicker table tr td, .datepicker table tr th {
      transition: all 0.2s ease-in-out;
      width: 36px;
      height: 36px;
      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: #FB6753; }
    .datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
      background: #FB6753;
      color: #5A6169; }
  .datepicker table tr td.today {
    background: white; }
    .datepicker table tr td.today.focused {
      background: #f5f5f6; }
    .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
      background: #f5f5f6;
      color: #878787; }
  .datepicker table tr td.range {
    background: #FB6753;
    color: #fff;
    border-radius: 0; }
    .datepicker table tr td.range.focused {
      background: #fa442b; }
    .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active, .datepicker table tr td.range.day.disabled:hover {
      background: #fa3b21;
      color: #fc9385; }
  .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: #2196f3;
    color: #fff; }
  .datepicker table tr td.day.range-start {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .datepicker table tr td.day.range-end {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .datepicker table tr td.day.range-start.range-end {
    border-radius: 50%; }
  .datepicker table tr td.selected, .datepicker table tr td.selected.highlighted, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.day.range:hover {
    background: #FB6753;
    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: #FB6753;
    color: #fff; }
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    line-height: 3.375rem;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px; }
    .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); }
    .datepicker table tr td span.old, .datepicker table tr td span.new {
      color: #878787; }
  .datepicker .datepicker-switch {
    width: 145px; }
  .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;
    padding: 0 2px 0 5px;
    padding: 0 0.125rem 0 0.3125rem;
    vertical-align: middle; }

.input-daterange input {
  text-align: center; }

html[dir=rtl] .form-check {
  padding-right: 1.25rem;
  padding-left: 0; }

html[dir=rtl] .form-check-input {
  margin-right: -1.25rem;
  margin-left: 0; }

fieldset.form-group legend {
  font-size: 1rem;
  margin-bottom: 0.5rem; }

.custom-control,
.skinned-control.checkbox,
.skinned-control .checkbox,
.skinned-control .radio {
  min-height: 1.625rem;
  padding-left: 1.688rem; }
  .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; }
  html[dir=rtl] .custom-control, html[dir=rtl]
  .skinned-control.checkbox, html[dir=rtl]
  .skinned-control .checkbox, html[dir=rtl]
  .skinned-control .radio {
    padding-right: 1.688rem;
    padding-left: 0; }

.custom-control-inline {
  margin-right: 1rem; }
  html[dir=rtl] .custom-control-inline {
    margin-left: 1rem;
    margin-right: 0; }

.custom-control-input,
.skinned-control input[type="radio"],
.skinned-control input[type="checkbox"] {
  position: absolute;
  z-index: 0;
  opacity: 0;
  margin: 0;
  left: 0;
  width: 1.125rem;
  height: 1.125rem; }
  html[dir=rtl] .custom-control-input, html[dir=rtl]
  .skinned-control input[type="radio"], html[dir=rtl]
  .skinned-control input[type="checkbox"] {
    left: auto;
    right: 0; }
  .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: #FB6753; }
  .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 {
    box-shadow: 0 0 0 1px #f8f9fa, 0 0 0 0.2rem rgba(251, 103, 83, 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: white; }
  .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: #878787; }
    .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;
        -ms-user-select: none;
            user-select: none;
    top: 0.25rem;
    left: 0;
    width: 1.125rem;
    height: 1.125rem;
    background-color: #DEDEDE;
    border: 1px solid #e9ecef;
    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06); }
  .custom-control-label::after,
  .skinned-control.checkbox label::after,
  .skinned-control .checkbox label::after,
  .skinned-control .radio label::after {
    position: absolute;
    content: "";
    display: block;
    top: 0.25rem;
    left: -1.688rem;
    width: 1.125rem;
    height: 1.125rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }
  html[dir=rtl] .custom-control-label::before, html[dir=rtl]
  .skinned-control.checkbox label::before, html[dir=rtl]
  .skinned-control .checkbox label::before, html[dir=rtl]
  .skinned-control .radio label::before {
    right: 0;
    left: auto; }
  html[dir=rtl] .custom-control-label::after, html[dir=rtl]
  .skinned-control.checkbox label::after, html[dir=rtl]
  .skinned-control .checkbox label::after, html[dir=rtl]
  .skinned-control .radio label::after {
    right: -1.688rem;
    left: auto; }

.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;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

.custom-checkbox .custom-control-label::after,
.custom-checkbox label::after,
.skinned-control.checkbox .custom-control-label::after,
.skinned-control.checkbox label::after,
.skinned-control .checkbox .custom-control-label::after,
.skinned-control .checkbox label::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 7px;
  width: 5px;
  height: 11px;
  opacity: 0;
  -ms-transform: rotate(45deg) scale(0);
      transform: rotate(45deg) scale(0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  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-delay: 100ms; }
  html[dir=rtl] .custom-checkbox .custom-control-label::after, html[dir=rtl]
  .custom-checkbox label::after, html[dir=rtl]
  .skinned-control.checkbox .custom-control-label::after, html[dir=rtl]
  .skinned-control.checkbox label::after, html[dir=rtl]
  .skinned-control .checkbox .custom-control-label::after, html[dir=rtl]
  .skinned-control .checkbox label::after {
    left: auto;
    right: 7px; }

.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;
  -ms-transform: rotate(45deg) scale(1);
      transform: rotate(45deg) scale(1);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
.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: #FB6753; }

.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;
  -ms-transform: scale(1);
      transform: scale(1);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
  background-color: #fff;
  border: none;
  width: 10px;
  height: 2px;
  top: 11px;
  left: 4px;
  opacity: 1;
  transition: none; }
  html[dir=rtl] .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, html[dir=rtl]
  .custom-checkbox input[type='checkbox']:indeterminate ~ label::after, html[dir=rtl]
  .skinned-control.checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, html[dir=rtl]
  .skinned-control.checkbox input[type='checkbox']:indeterminate ~ label::after, html[dir=rtl]
  .skinned-control .checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, html[dir=rtl]
  .skinned-control .checkbox input[type='checkbox']:indeterminate ~ label::after {
    left: auto;
    right: 4px; }

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

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

.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%;
  -ms-transform: scale(0);
      transform: scale(0);
  background-image: none !important;
  position: absolute;
  background: #fff;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 5px;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition-delay: .1s;
  opacity: 0;
  transform: scale(0); }
  html[dir=rtl] .custom-radio .custom-control-label::after, html[dir=rtl]
  .custom-radio label::after, html[dir=rtl]
  .skinned-control .radio .custom-control-label::after, html[dir=rtl]
  .skinned-control .radio label::after {
    left: auto;
    right: 5px; }

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

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

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

.custom-select {
  height: calc(2.45rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.2;
  color: #363535;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%232E2E2E' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #DEDEDE;
  font-weight: 400;
  font-size: 0.95rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-select {
      transition: none; } }
  .custom-select:focus {
    border-color: #fed5d0;
    box-shadow: 0 0 0 0.2rem rgba(254, 213, 208, 0.5); }
    .custom-select:focus::-ms-value {
      color: #363535;
      background-color: #fff; }
  .custom-select:hover:not(:focus):not(:disabled) {
    cursor: pointer;
    border-color: #b8b8b8; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    padding-right: 0.75rem; }
  .custom-select:disabled {
    color: #878787;
    background-color: #e9ecef; }

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

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

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.428rem + 2px);
  margin-bottom: 0;
  font-size: 0.95rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-file {
      transition: none; } }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 14rem;
  height: calc(2.428rem + 2px);
  margin: 0;
  padding: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #fed5d0;
    color: #363535;
    box-shadow: 0 0 0 0.2rem rgba(251, 103, 83, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #fed5d0;
      color: #FB6753;
      background: white; }
    .custom-file-input:focus ~ .custom-file-label:hover {
      border-color: #fed5d0; }
  .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: #b8b8b8; }
  .custom-file-input:disabled + .custom-file-label {
    color: #878787;
    background-color: #f8f9fa; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.428rem + 2px);
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #363535;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  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);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-file-label {
      transition: none; } }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    content: "Browse";
    padding: 0.5rem 1rem;
    height: 100%;
    line-height: 1.5;
    color: #363535;
    border-left: 1px solid #DEDEDE;
    background-color: #e9ecef;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0; }
    html[dir=rtl] .custom-file-label::after {
      right: auto;
      left: 0;
      border-left: 0;
      border-right: 1px solid #DEDEDE; }

.custom-toggle {
  position: relative;
  padding-left: 3.75rem; }
  html[dir=rtl] .custom-toggle {
    padding-right: 3.75rem;
    padding-left: 0; }
  .custom-toggle .custom-control-label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3.125rem;
    height: 1.75rem;
    background: #fff;
    border-radius: 100px;
    border: 0.0625rem solid #DEDEDE; }
  .custom-toggle .custom-control-label::after {
    content: '';
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #DEDEDE;
    border-radius: 6.25rem;
    transition: 350ms; }
  html[dir=rtl] .custom-toggle .custom-control-label::before {
    right: 0;
    left: auto; }
  html[dir=rtl] .custom-toggle .custom-control-label::after {
    left: auto;
    right: 0.25rem; }
  .custom-toggle .custom-control-input:checked ~ .custom-control-label::before {
    background: #28a745;
    border-color: #28a745; }
  .custom-toggle .custom-control-input:checked ~ .custom-control-label::after {
    left: 2.875rem;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    background: #fff; }
    html[dir=rtl] .custom-toggle .custom-control-input:checked ~ .custom-control-label::after {
      right: 2.875rem;
      left: auto; }
  .custom-toggle .custom-control-input:checked:disabled ~ .custom-control-label::before {
    background: #e9ecef;
    border-color: #e9ecef; }
  .custom-toggle .custom-control-input:checked:disabled ~ .custom-control-label::after {
    background: #e9ecef; }
  .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 {
    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 {
    box-shadow: 0 0 0 0.2rem rgba(251, 103, 83, 0.25); }
  .custom-toggle.custom-toggle-sm {
    padding-left: 2.625rem; }
    html[dir=rtl] .custom-toggle.custom-toggle-sm {
      padding-right: 2.625rem;
      padding-left: 0; }
    .custom-toggle.custom-toggle-sm .custom-control-label::before {
      top: .1875rem;
      position: absolute;
      display: block;
      width: 2.1875rem;
      height: 1.125rem;
      background: #fff;
      border-radius: 100px;
      border: 0.0625rem solid #DEDEDE; }
    .custom-toggle.custom-toggle-sm .custom-control-label::after {
      content: '';
      position: absolute;
      top: .375rem;
      left: 0.1875rem;
      width: 0.75rem;
      height: 0.75rem; }
      html[dir=rtl] .custom-toggle.custom-toggle-sm .custom-control-label::after {
        left: auto;
        right: 0.1875rem; }
    .custom-toggle.custom-toggle-sm .custom-control-input:checked ~ .custom-control-label::after {
      left: 1.9375rem; }
    .custom-toggle.custom-toggle-sm .custom-control-input:active:not(:disabled) ~ .custom-control-label::after {
      width: 1rem; }
      html[dir=rtl] .custom-toggle.custom-toggle-sm .custom-control-input:active:not(:disabled) ~ .custom-control-label::after {
        right: 1.9375rem;
        left: auto; }

.form-control:-ms-input-placeholder {
  font-weight: 100; }

.form-control::placeholder {
  font-weight: 100; }

.form-check-input.is-invalid ~ label {
  color: #FB6753; }

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

.bootstrap-select .dropdown-toggle.is-invalid {
  color: #FB6753;
  border-color: #FB6753; }

.bootstrap-select .dropdown-toggle.is-valid {
  color: #28a745;
  border-color: #28a745; }

.select-wrapper.is-invalid {
  color: #FB6753;
  border-color: #FB6753; }

.select-wrapper.is-valid {
  color: #28a745;
  border-color: #28a745; }

.animated-label {
  position: relative;
  margin-top: 20px; }
  .animated-label input,
  .animated-label textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 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;
      left: 10px;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
      pointer-events: none;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
      html[dir=rtl] .animated-label input ~ label, html[dir=rtl]
      .animated-label textarea ~ label {
        left: auto;
        right: 10px; }
    .animated-label input:focus,
    .animated-label textarea:focus {
      border-color: #DEDEDE;
      box-shadow: none; }
  .animated-label input:focus ~ label,
  .animated-label textarea:focus ~ label,
  .animated-label label.animated {
    -ms-transform: scale(0.75) translateY(-50px);
        transform: scale(0.75) translateY(-50px);
    color: #FB6753; }
  .animated-label input.is-invalid,
  .animated-label textarea.is-invalid {
    box-shadow: none;
    color: #FB6753; }
    .animated-label input.is-invalid:focus,
    .animated-label textarea.is-invalid:focus {
      box-shadow: none; }
    .animated-label input.is-invalid ~ label,
    .animated-label textarea.is-invalid ~ label {
      color: #FB6753; }
  .animated-label input.is-valid,
  .animated-label textarea.is-valid {
    box-shadow: none;
    color: #28a745; }
    .animated-label input.is-valid:focus,
    .animated-label textarea.is-valid:focus {
      box-shadow: none; }
    .animated-label input.is-valid ~ label,
    .animated-label textarea.is-valid ~ label {
      color: #28a745; }

/* Date Picker Default Styles */
.ui-datepicker {
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 0; }
  .ui-datepicker * {
    padding: 0;
    font-family: "Open Sans", sans-serif;
    border-radius: 0; }
  .ui-datepicker table {
    font-size: 13px;
    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; }
  .ui-datepicker .ui-datepicker-prev-hover,
  .ui-datepicker .ui-datepicker-next-hover,
  .ui-datepicker .ui-datepicker-next,
  .ui-datepicker .ui-datepicker-prev {
    height: 1em;
    top: .9em;
    border: none; }
  .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px; }
  .ui-datepicker .ui-datepicker-next-hover {
    right: 2px; }
  .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; }
  .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; }

[type='range'] {
  -webkit-appearance: none;
  background: transparent;
  margin: 12px 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;
    transition: all .2s ease;
    width: 100%;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
    background: #eceff1;
    border: 2px solid #cfd8dc;
    border-radius: 5px; }
  [type='range']::-webkit-slider-thumb {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
    background: #607d8b;
    border: 2px solid #eceff1;
    border-radius: 12px;
    cursor: default;
    height: 24px;
    width: 24px;
    -webkit-appearance: none;
    margin-top: -10px; }
  [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);
    cursor: default;
    height: 8px;
    transition: all .2s ease;
    width: 100%;
    background: #eceff1;
    border: 2px solid #cfd8dc;
    border-radius: 5px;
    height: 4px; }
  [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);
    background: #607d8b;
    border: 2px solid #eceff1;
    border-radius: 12px;
    cursor: default;
    height: 20px;
    width: 20px; }
  [type='range']::-ms-track {
    cursor: default;
    height: 8px;
    transition: all .2s ease;
    width: 100%;
    background: transparent;
    border-color: transparent;
    border-width: 12px 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);
    background: #dde3e6;
    border: 2px solid #cfd8dc;
    border-radius: 10px; }
  [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);
    background: #eceff1;
    border: 2px solid #cfd8dc;
    border-radius: 10px; }
  [type='range']::-ms-thumb {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
    background: #607d8b;
    border: 2px solid #eceff1;
    border-radius: 12px;
    cursor: default;
    height: 20px;
    width: 20px;
    margin-top: 2px; }
  [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; }

.bootstrap-select {
  width: 100%; }

.bootstrap-select.form-control {
  border: 1px solid #DEDEDE; }

.bootstrap-select > .dropdown-menu {
  margin-top: 6px;
  margin-top: 0.375rem; }

.bootstrap-select ul.dropdown-menu li:hover {
  background-color: #878787; }

.bootstrap-select ul.dropdown-menu li a {
  display: block;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  color: #000; }

.group-select {
  position: relative;
  -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;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #DEDEDE;
    padding: 9px 30px 9px 16px;
    padding: 0.5625rem 1.875rem 0.5625rem 1rem; }
    html[dir=rtl] .group-select .selected-option {
      padding: 9px 16px 9px 30px;
      padding: 0.5625rem 1rem 0.5625rem 1.875rem; }
  .group-select select {
    opacity: 0;
    width: 100%;
    height: 42px !important;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    border: none !important; }
    .group-select select option {
      opacity: 0; }
    .group-select select:hover {
      cursor: pointer; }
  .group-select:hover {
    cursor: pointer; }

.selected-option {
  position: relative;
  display: block; }
  .selected-option.is-invalid {
    border-color: #FB6753; }
  .selected-option.is-valid {
    border-color: #28a745; }
  .selected-option:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    right: 1.25rem;
    -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    font-family: 'vactory';
    font-size: 15px;
    font-size: 0.9375rem;
    color: #9B9B9B; }
    html[dir=rtl] .selected-option:after {
      right: auto;
      left: 10px; }

/*
 * webforms custom style
*/
input[size] {
  min-width: 0; }

.skinned-file .form-managed-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.428rem + 2px);
  margin-bottom: 0;
  font-size: 0.95rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .skinned-file .form-managed-file {
      transition: none; } }

.skinned-file input[type='file'] {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 14rem;
  height: calc(2.428rem + 2px);
  margin: 0;
  padding: 0;
  opacity: 0; }
  .skinned-file input[type='file']:not(:disabled):hover {
    cursor: pointer; }

.skinned-file .webform-managed-file-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  height: calc(2.428rem + 2px);
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #363535;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  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);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }
  @media screen and (prefers-reduced-motion: reduce) {
    .skinned-file .webform-managed-file-placeholder {
      transition: none; } }
  .skinned-file .webform-managed-file-placeholder:hover {
    cursor: pointer; }
  .skinned-file .webform-managed-file-placeholder::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    content: "Browse";
    padding: 0.5rem 1rem;
    height: 100%;
    line-height: 1.5;
    color: #363535;
    border-left: 1px solid #DEDEDE;
    background-color: #e9ecef;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0; }
    html[dir=rtl] .skinned-file .webform-managed-file-placeholder::after {
      right: auto;
      left: 0;
      border-left: 1px solid #DEDEDE;
      border-right: 0; }

.skinned-file:lang(en) ~ .managed-file-placeholder::after {
  content: "Browse"; }

.form-check div[class^="icheckbox_"],
.form-check div[class^="iradio_"] {
  margin-left: -1.25rem; }

@media (max-width: 1199.98px) {
  form label.label-inline {
    display: inline-block; } }

@media (min-width: 992px) {
  form .items-wrapper:not(fieldset),
  form .items-wrapper .fieldset-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
    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 {
      -ms-flex: 1;
          flex: 1;
      max-width: 100%;
      -ms-flex-align: center;
          align-items: center;
      padding-left: 10px;
      padding-right: 10px; }
    form .items-wrapper:not(fieldset) .form-control,
    form .items-wrapper .fieldset-wrapper .form-control {
      -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 {
    -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 {
    -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 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  form .title-inline {
    display: -ms-flexbox;
    display: flex; }
    form .title-inline label.label-inline {
      width: 35%;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
    form .title-inline .form-textarea-wrapper {
      width: 100%; } }

.dropdown-menu {
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0 0 0;
  font-size: 1rem;
  color: #272C31;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }
  .dropdown-menu-small {
    padding: 0.25rem 0;
    font-size: 0.813rem; }
    .dropdown-menu-small .dropdown-item {
      padding: 0.375rem 0.875rem;
      font-size: 0.813rem; }
    .dropdown-menu-small .dropdown-divider {
      margin: 0.25rem 0; }

.dropup .dropdown-menu {
  margin-bottom: 0; }

.dropright .dropdown-menu {
  margin-left: 0; }

.dropleft .dropdown-menu {
  margin-right: 0; }

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

.dropdown-item {
  padding: 0.5rem 1.25rem;
  font-weight: 400;
  color: #212529;
  font-size: 0.9375rem;
  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: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #FB6753; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #878787; }
    .dropdown-item.disabled:hover, .dropdown-item:disabled:hover {
      background: none;
      cursor: not-allowed; }

.dropdown-header {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  color: #878787; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  display: block; }

img {
  max-width: 100%; }

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block; }

.img-rounded {
  border-radius: 0; }

.img-fluid-wrapper {
  position: relative;
  padding-top: 56,25%; }
  .img-fluid-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }

.card .card-picture-figure {
  position: relative;
  display: block;
  overflow: hidden; }
  .card .card-picture-figure:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.28571%; }
  .card .card-picture-figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }

.card.card--inline .card-picture-figure {
  position: relative;
  display: block;
  overflow: hidden; }
  .card.card--inline .card-picture-figure:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.26374%; }
  .card.card--inline .card-picture-figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }

.lazy-wrapper {
  position: relative;
  display: block;
  overflow: hidden; }
  .lazy-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .lazy-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }

.lazy-small-square {
  position: relative;
  display: block;
  overflow: hidden; }
  .lazy-small-square:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .lazy-small-square img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }

.lazy-wrapper-small {
  position: relative;
  display: block;
  overflow: hidden; }
  .lazy-wrapper-small:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 177.77778%; }
  .lazy-wrapper-small img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }

@keyframes moving {
  0% {
    bottom: 40px; }
  50% {
    bottom: 30px; }
  100% {
    bottom: 40px; } }

a.link-scroll {
  display: block; }

@media (min-width: 992px) {
  a.link-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    color: #fff;
    font-size: 0;
    z-index: 2;
    transition: color .3s ease-in;
    display: block;
    animation: moving 2s 3; }
    a.link-scroll:hover {
      text-decoration: none;
      color: #FB6753; }
    a.link-scroll:before {
      content: "";
      font-size: 38px;
      font-size: 2.375rem;
      font-weight: normal;
      font-family: 'vactory'; } }

a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
  transition: all .3s ease-in; }

a.link:hover, a.link:focus {
  color: #FB6753; }

a.white-link {
  color: #fff; }
  a.white-link:hover, a.white-link:focus {
    color: #2E2E2E; }

html[dir=rtl] a[href^="tel:"] {
  direction: ltr; }

.icon-after:after,
.permalink:after {
  content: "";
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: inherit;
  margin-left: 5px;
  margin-left: 0.3125rem;
  font-family: 'vactory';
  transition: all .3s ease-in; }

.icon-after:hover:after, .icon-after:focus:after,
.permalink:hover:after,
.permalink:focus:after {
  margin-left: 8px;
  margin-left: 0.5rem; }

.permalink {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #FB6753;
  font-weight: 600; }

/*
* 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-left: 30px;
    padding-left: 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;
      left: 0;
      top: 4px; }
  html[dir=rtl] .default-list li, html[dir=rtl] .styled-list li {
    padding-left: 0;
    padding-right: 30px;
    padding-right: 1.875rem; }
    html[dir=rtl] .default-list li:before, html[dir=rtl] .styled-list li:before {
      left: auto;
      right: 0; }

.styled-list {
  /*!*/ }
  .styled-list li:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #FB6753; }

ol.custom-ordered-list {
  list-style: none;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem; }
  ol.custom-ordered-list > li {
    position: relative;
    counter-increment: step-counter;
    padding-left: 40px;
    padding-left: 2.5rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem; }
    ol.custom-ordered-list > li:before {
      content: counter(step-counter);
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      background-color: #FB6753;
      color: #fff;
      width: 26px;
      height: 26px;
      line-height: 1.5;
      text-align: center; }
    html[dir=rtl] ol.custom-ordered-list > li {
      padding-left: 0;
      padding-right: 50px;
      padding-right: 3.125rem; }
      html[dir=rtl] ol.custom-ordered-list > li::before {
        left: auto;
        right: 0; }

[dir="rtl"] ol.custom-ordered-list > li {
  padding-right: 30px;
  padding-right: 1.875rem;
  padding-left: 0; }
  [dir="rtl"] ol.custom-ordered-list > li:before {
    right: 0;
    left: auto; }

ul,
ol {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  ul:last-child,
  ol:last-child {
    margin-bottom: 0px; }

ul.group-list {
  padding: 20px 40px;
  background: #F5F6F7; }
  ul.group-list li {
    position: relative;
    list-style: none;
    font-weight: bold;
    padding-left: 5px; }
    ul.group-list li:after {
      position: absolute;
      content: "";
      font-family: 'vactory';
      font-size: 13px;
      color: #F9B004;
      left: -18px;
      top: 3px; }

.load-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  visibility: visible; }
  .domLoaded .load-layer {
    visibility: hidden; }
  .load-layer__logo {
    max-width: 400px; }
  @media (max-width: 767.98px) {
    .load-layer__logo {
      max-width: 80%; } }

.modal-dialog-scrollable {
  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 #FB6753;
  -moz-text-stroke: 1px #FB6753;
  -ms-text-stroke-width: 1px #FB6753;
  -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 #FB6753, -1px 1px 0 #FB6753, -1px 0 0 #FB6753, 1px -1px 0 #FB6753, 1px 1px 0 #FB6753, 1px 0 0 #FB6753, 0 -1px 0 #FB6753, 0 1px 0 #FB6753; } }

/*
 * Pagination Style
 */
.pagination {
  margin: 40px 0 !important;
  margin: 2.5rem 0 !important;
  padding: 0 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .pagination .page-item {
    margin-left: 6px;
    margin-right: 6px; }
    .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
      border-radius: 50%; }
  .pagination .page-link {
    padding: 0;
    width: 34px;
    width: 2.125rem;
    height: 34px;
    height: 2.125rem;
    border-radius: 50%;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-family: "Source Sans Pro", sans-serif; }
    .pagination .page-link:focus {
      box-shadow: none; }
  .pagination .pager__item--next .page-link,
  .pagination .pager__item--previous .page-link {
    padding: 0;
    font-size: 0;
    position: relative; }
    .pagination .pager__item--next .page-link::before,
    .pagination .pager__item--previous .page-link::before {
      content: '';
      font-size: 15px;
      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: ""; }

.favorite-star::before {
  font-family: 'vactory';
  content: ""; }

.checked-full {
  color: #F9B004; }

.checked-half {
  position: relative; }
  .checked-half::after {
    content: "";
    font-family: 'vactory';
    position: absolute;
    left: 0;
    color: #F9B004; }

.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; }
  .star-vote .rate-fivestar-btn-filled {
    color: #F9B004; }
  .star-vote .rate-widget-fivestar ul li a {
    color: #878787; }
  .star-vote .rate-widget-fivestar ul li.hovering a {
    background: none;
    color: #F9B004; }
  .star-vote .ajax-progress.ajax-progress-throbber .throbber {
    position: absolute;
    right: 25%;
    top: 0; }
  .star-vote .ajax-progress {
    padding: 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;
    height: 15px;
    cursor: pointer; }
    ul.slick-dots li.slick-active button,
    .slick-dots li.slick-active button {
      border-color: #FB6753; }
      ul.slick-dots li.slick-active button:after,
      .slick-dots li.slick-active button:after {
        visibility: visible;
        opacity: 1;
        -ms-transform: scale(1.1);
            transform: scale(1.1);
        transition: opacity 0.3s ease, transform 0.3s ease; }
    ul.slick-dots li button,
    .slick-dots li button {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      outline: none;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.3);
      text-indent: -999em;
      cursor: pointer;
      position: absolute;
      border: 1px solid #363535;
      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;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        background: #FB6753;
        border-radius: 50%;
        box-shadow: 0 0 1px #FB6753;
        opacity: 0;
        -ms-transform: scale(3);
            transform: scale(3);
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s; }
      ul.slick-dots li button:hover, ul.slick-dots li button:focus,
      .slick-dots li button:hover,
      .slick-dots li button:focus {
        border-color: #FB6753; }

.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  cursor: pointer;
  color: #000;
  outline: none;
  transition: all .2s ease-in;
  z-index: 1; }
  .slick-arrow:focus {
    color: #000; }
  .slick-arrow:before {
    display: none; }
  .slick-arrow.prev, .slick-arrow.slick-prev {
    left: 0; }
    html[dir=rtl] .slick-arrow.prev, html[dir=rtl] .slick-arrow.slick-prev {
      right: 0;
      left: auto; }
  .slick-arrow.next, .slick-arrow.slick-next {
    right: 0; }
    html[dir=rtl] .slick-arrow.next, html[dir=rtl] .slick-arrow.slick-next {
      left: 0;
      right: auto; }
  .slick-arrow [class^="icon-"],
  .slick-arrow [class*=" icon-"] {
    font-size: 12px;
    font-size: 0.75rem;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    padding: 0;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .slick-arrow:hover {
    color: #FB6753 !important;
    -ms-transform: translate(0, -50%) scale(1.2);
        transform: translate(0, -50%) scale(1.2); }

.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: -ms-flexbox;
  display: flex; }
  .slick-use-equal-height .slick-track .slick-slide {
    height: auto; }

.eq-height-slider-items .slick-track {
  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: -ms-flexbox;
    display: flex;
    height: auto; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .eq-height-slider-items .slick-track > * {
        -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: -ms-flexbox;
  display: flex; }

.slick-controls {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 40px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .slick-controls .slick-arrow {
    position: static;
    -ms-transform: translateY(0);
        transform: translateY(0); }
    .slick-controls .slick-arrow.slick-prev {
      -ms-flex-order: 1;
          order: 1; }
    .slick-controls .slick-arrow.slick-next {
      -ms-flex-order: 3;
          order: 3; }
  .slick-controls .slick-dots {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    position: static;
    -ms-flex-order: 2;
        order: 2;
    margin-top: 0;
    margin-bottom: 0; }

@media (min-width: 992px) {
  .slick-arrow [class^="icon-"],
  .slick-arrow [class*=" icon-"] {
    font-size: 18px;
    font-size: 1.125rem; }
  .slick-list {
    margin: 0 35px; } }

@media (max-width: 991.98px) {
  .slick-arrows-mobile .slick-arrow.slick-next {
    right: 20px; }
  .slick-arrows-mobile .slick-arrow.slick-prev {
    left: 20px; }
  .slick-arrows-mobile .slick-arrow.slick-next, .slick-arrows-mobile .slick-arrow.slick-prev {
    top: auto;
    bottom: 0;
    -ms-transform: none;
        transform: none; } }

.social-media-links--platforms {
  margin: 0; }
  .social-media-links--platforms li span.fa {
    font-size: 20px;
    font-size: 1.25rem;
    color: #212529;
    transition: color 300ms ease-in; }
    .social-media-links--platforms li span.fa:hover {
      color: #FB6753 !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; }

.block-share {
  padding: 13px 20px;
  padding: 0.8125rem 1.25rem;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE; }

.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 .addtoany_list > a > span {
    display: none; }

@media (max-width: 991.98px) {
  .block-share {
    padding: 10px;
    padding: 0.625rem; }
    .block-share p {
      font-size: 16px;
      font-size: 1rem; }
  .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; } }

.overflow-y {
  overflow-y: hidden; }

.bar-tabs .bar-tab-head {
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9; }
  .bar-tabs .bar-tab-head ul {
    border-bottom: 1px solid transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .bar-tabs .bar-tab-head ul li {
      -ms-flex: 1;
          flex: 1;
      text-align: center;
      border: 1px 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-right-color: #000; }
      .bar-tabs .bar-tab-head ul li a {
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -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;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    -ms-transform: translateY(100%);
        transform: translateY(100%);
    transition: transform 500ms ease-in;
    display: block;
    background-color: #fff; }
    .front .bar-tabs .bar-tab-content > div:first-child {
      position: static;
      height: auto;
      -ms-transform: none;
          transform: none;
      display: block; }
    .bar-tabs .bar-tab-content > div.active {
      -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 {
        -ms-transform: none;
            transform: none;
        display: block; }

.vh-sticky-tab-bar-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 500ms ease-in, visibility 500ms ease-in; }
  .vh-sticky-tab-bar-close.is-open {
    visibility: visible;
    opacity: 1; }
  .vh-sticky-tab-bar-close a {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    padding-right: 1.5625rem;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #000; }
    .vh-sticky-tab-bar-close a:hover {
      color: #FB6753; }
    .vh-sticky-tab-bar-close a:before {
      position: absolute;
      right: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

@media (min-width: 768px) {
  .bar-tabs.sticky-bar-tabs {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: none;
    background-color: transparent;
    z-index: 9999;
    -ms-transform: translateY(100%);
        transform: translateY(100%); }
    .bar-tabs.sticky-bar-tabs.sticky-bar-bottom {
      -ms-transform: translateY(0);
          transform: translateY(0);
      transition: transform 500ms ease-in; }
    .bar-tabs.sticky-bar-tabs.sticky-bar-top {
      -ms-transform: translateY(100%);
          transform: translateY(100%);
      transition: transform 500ms ease-in; }
  .bar-tabs .bar-tab-head {
    display: inline-block;
    position: static;
    width: auto; }
    .bar-tabs .bar-tab-head ul li {
      -ms-flex: unset;
          flex: unset; }
      .bar-tabs .bar-tab-head ul li.active {
        position: relative; }
        .bar-tabs .bar-tab-head ul li.active:before {
          content: '';
          display: block;
          position: absolute;
          top: auto;
          right: auto;
          left: 50%;
          bottom: -8px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 8px 0 8px;
          border-color: #fedf36 transparent transparent transparent;
          z-index: 1;
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .bar-tabs .bar-tab-head ul li a {
        position: relative;
        display: inline-block;
        @inlude rem(padding-left, 30px); }
        .bar-tabs .bar-tab-head ul li a:before {
          position: absolute;
          top: 50%;
          left: 0;
          -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;
      -ms-transform: none;
          transform: none; }
      .bar-tabs .bar-tab-content > div.active {
        padding-top: 12px;
        padding-top: 0.75rem;
        -ms-transform: none;
            transform: 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; }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-vertical + .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets,
.swiper-container-vertical + .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  left: auto !important;
  bottom: auto !important;
  transition: none !important; }

.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.4;
  border: 0px solid #363535;
  border-radius: 100%;
  transition: all .3s ease-in;
  margin: 0 4px; }
  .swiper-pagination-bullets .swiper-pagination-bullet .swiper-container-horizontal > {
    margin: 0 8px; }
  .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FB6753; }

.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: #FB6753;
  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 #DEDEDE;
    border-top: 0; }

.nav-pills .nav-link {
  color: #FB6753; }
  .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; }

.page-404,
.page-403 {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  text-align: center; }
  .page-404 h2,
  .page-403 h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
    line-height: 3.125rem;
    letter-spacing: 2.5px;
    margin-bottom: 28px;
    margin-bottom: 1.75rem; }
  .page-404 p,
  .page-403 p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 1.5px;
    color: #7A7A7A; }
    .page-404 p:not(:last-child),
    .page-403 p:not(:last-child) {
      margin-bottom: 40px;
      margin-bottom: 2.5rem; }
  @media (min-width: 992px) {
    .page-404,
    .page-403 {
      padding-top: 80px;
      padding-top: 5rem;
      padding-bottom: 80px;
      padding-bottom: 5rem; } }

.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;
  right: 50px;
  font-size: 40px;
  font-size: 2.5rem;
  color: #000; }

.maintenance-body {
  height: calc(100vh - 72px); }
  .maintenance-body h1 {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
    .maintenance-body h1 a {
      display: inline-block; }
    .maintenance-body h1 img {
      max-width: 170px; }
  .maintenance-body header {
    background-color: transparent; }

@media (min-width: 992px) {
  .maintenance-body {
    height: 100vh; }
    .maintenance-body main {
      margin-bottom: 50px; }
    .maintenance-body h1 {
      margin-bottom: 25px;
      margin-bottom: 1.5625rem; }
      .maintenance-body h1 img {
        max-width: 270px; } }

.vf-user-login-form {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  border: 1px solid #ebf3f5;
  background: #fff;
  padding: 32px;
  padding: 2rem; }

.vf-user-navigation--wrapper {
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem; }

.vf-user-login-form .form-submit {
  display: block;
  width: 100%; }

.form-or-separator {
  background: none;
  height: 34px;
  position: relative;
  text-align: center;
  margin: 20px 0;
  margin: 1.25rem 0; }

.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: #363535;
  margin: 0; }

.form-or-separator hr {
  border: 0;
  border-top: 1px solid #9B9B9B;
  margin: -16px auto 10px;
  margin: -1rem auto 0.625rem;
  width: 100%; }

.block--socialauthlogin .auth-link {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.6rem 1.5625rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0;
  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;
  padding: 0.75rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
  display: block !important;
  border: 1px solid !important;
  width: 100% !important;
  height: auto !important;
  background-image: none !important;
  margin: 0 !important;
  margin-bottom: 6px !important;
  margin-bottom: 0.375rem !important;
  text-rendering: optimizelegibility;
  font-size: 16px !important;
  font-size: 1rem !important; }
  @media screen and (prefers-reduced-motion: reduce) {
    .block--socialauthlogin .auth-link {
      transition: none; } }
  .block--socialauthlogin .auth-link:hover, .block--socialauthlogin .auth-link:focus {
    text-decoration: none; }
  .block--socialauthlogin .auth-link:focus, .block--socialauthlogin .auth-link.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(251, 103, 83, 0.25); }
  .block--socialauthlogin .auth-link.disabled, .block--socialauthlogin .auth-link:disabled {
    opacity: 0.65; }
  .block--socialauthlogin .auth-link:not([disabled]):not(.disabled) {
    cursor: pointer; }
  .block--socialauthlogin .auth-link:not([disabled]):not(.disabled):active, .block--socialauthlogin .auth-link:not([disabled]):not(.disabled).active {
    background-image: none; }

.auth-link {
  position: relative; }
  .auth-link::after {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    left: 20px;
    font-size: 16px;
    font-size: 1rem;
    width: 21px;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .auth-link[href*="facebook"]::after {
    content: "";
    color: #FFF; }
  .auth-link[href*="google"]::after {
    content: "";
    color: #dd4e42 !important; }

.auth-link[href*="facebook"] {
  background-color: #3B5998 !important;
  border-color: #3B5998 !important;
  color: #FFF !important; }
  .auth-link[href*="facebook"]:hover, .auth-link[href*="facebook"]:focus {
    background-color: #4568b2 !important;
    border-color: #3B5998 !important;
    color: #FFF !important; }

.auth-link[href*="google"] {
  background: #fff !important;
  border-color: #c4c4c4 !important;
  color: #484848 !important; }
  .auth-link[href*="google"]:hover, .auth-link[href*="google"]:focus {
    background: #fff !important;
    border-color: #aaa !important;
    color: #484848 !important; }

.node.wysiwyg-templates .node__content .paragraph {
  border-bottom: 1px solid #2E2E2E; }

[data-contextual-id*="entity_subqueue"] {
  top: 46px; }

@media (min-width: 576px) {
  .view-filters {
    display: block !important; } }

.views-exposed-form > .form-row {
  -ms-flex-align: center;
      align-items: center; }
  .views-exposed-form > .form-row .js-form-item label {
    display: none; }
  @media (max-width: 575.98px) {
    .views-exposed-form > .form-row {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      margin-bottom: 10px;
      margin-bottom: 0.625rem; } }

.views-exposed-form > .form-row > .form-actions {
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 575.98px) {
    .views-exposed-form > .form-row > .form-actions {
      padding: 0 5px;
      padding: 0 0.3125rem; } }

.views-exposed-form {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.views-exposed-form .btn-reset {
  margin-left: 5px;
  margin-left: 0.3125rem; }
  html[dir=rtl] .views-exposed-form .btn-reset {
    margin-left: 0;
    margin-right: 5px;
    margin-right: 0.3125rem; }

@media (max-width: 575.98px) {
  .views-exposed-form .form-row {
    margin-bottom: 0; } }

@media (max-width: 575.98px) {
  .views-exposed-form .form-row > .col:not(:last-child),
  .views-exposed-form .form-row [class*="col-"]:not(:last-child) {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 16px;
    margin-bottom: 1rem; } }

.views-exposed-form {
  margin: 30px 0;
  margin: 1.875rem 0; }
  .views-exposed-form > .form-group:not(:last-child) {
    margin-right: 10px;
    margin-right: 0.625rem; }
    html[dir=rtl] .views-exposed-form > .form-group:not(:last-child) {
      margin-right: 0;
      margin-left: 10px;
      margin-left: 0.625rem; }
  .views-exposed-form > .form-actions > :first-child {
    /*!*/
    margin-right: 10px;
    margin-right: 0.625rem; }
    html[dir=rtl] .views-exposed-form > .form-actions > :first-child {
      margin-right: 0;
      margin-left: 10px;
      margin-left: 0.625rem; }
  .views-exposed-form .form-item.form-type-textfield[class*='date'] {
    position: relative; }
    .views-exposed-form .form-item.form-type-textfield[class*='date']::after {
      content: "";
      display: inline-block;
      font-size: 15px;
      font-size: 0.9375rem;
      position: absolute;
      top: 50%;
      right: 13px;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      html[dir=rtl] .views-exposed-form .form-item.form-type-textfield[class*='date']::after {
        left: 13px;
        right: auto; }

.filter-gear-icon {
  font-size: 20px;
  font-size: 1.25rem; }

.btn-control-panel {
  margin: 20px 0;
  margin: 1.25rem 0; }

.vf-footer.vf-footer--awb {
  padding: 50px 0 90px 0;
  padding: 3.125rem 0 5.625rem 0;
  background-color: #2E2E2E; }
  .vf-footer.vf-footer--awb .footer-logo {
    max-width: 232px;
    max-width: 14.5rem;
    text-align: center;
    margin: 0px auto;
    margin: 0px auto;
    padding: 25px;
    padding: 1.5625rem;
    background: #363535;
    border: 1px solid rgba(151, 151, 151, 0.31); }
    .vf-footer.vf-footer--awb .footer-logo a {
      margin: 0;
      display: block; }
    .vf-footer.vf-footer--awb .footer-logo p {
      color: #DEDEDE;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 15px;
      margin-bottom: 0.9375rem; }
    .vf-footer.vf-footer--awb .footer-logo img {
      width: auto;
      height: auto; }
  .vf-footer.vf-footer--awb .vf-footer__top .block_menu ul li a,
  .vf-footer.vf-footer--awb .vf-footer__top .social-media-title {
    color: rgba(255, 255, 255, 0.4);
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
    line-height: 1.5625rem;
    font-weight: 600;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .vf-footer.vf-footer--awb .vf-footer__top .block_menu ul {
    display: block; }
    .vf-footer.vf-footer--awb .vf-footer__top .block_menu ul li:not(:last-of-type) {
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
  .vf-footer.vf-footer--awb .vf-footer__top .block-social-media li a {
    padding: 3px 7px;
    padding: 0.1875rem 0.4375rem;
    border-radius: 4px;
    border-radius: 0.25rem;
    background: rgba(255, 255, 255, 0.4); }
    .vf-footer.vf-footer--awb .vf-footer__top .block-social-media li a span.fab {
      font-size: 15px;
      font-size: 0.9375rem;
      color: #2E2E2E; }
      .vf-footer.vf-footer--awb .vf-footer__top .block-social-media li a span.fab:hover {
        color: #2E2E2E !important; }
      .vf-footer.vf-footer--awb .vf-footer__top .block-social-media li a span.fab.fa-facebook {
        padding: 0 2px;
        padding: 0 0.125rem; }
    .vf-footer.vf-footer--awb .vf-footer__top .block-social-media li a:hover {
      background: #FB6753; }
  .vf-footer.vf-footer--awb .vf-footer__bottom {
    color: #9B9B9B;
    margin-top: 25px;
    margin-top: 1.5625rem; }
    .vf-footer.vf-footer--awb .vf-footer__bottom img {
      opacity: .4; }

@media (max-width: 991.98px) {
  .vf-footer.vf-footer--awb {
    text-align: center; }
    .vf-footer.vf-footer--awb .container, .vf-footer.vf-footer--awb .bar-tabs {
      max-width: 100%; }
    .vf-footer.vf-footer--awb .vf-footer__top div[class^="test"]:not(:last-of-type) {
      margin-bottom: 22px;
      margin-bottom: 1.375rem; }
    .vf-footer.vf-footer--awb .vf-footer__top div[class^="test"].footer-logo {
      margin-bottom: 32px;
      margin-bottom: 2rem; } }

@media (min-width: 768px) {
  .vf-footer.vf-footer--awb {
    padding: 50px 0 30px 0;
    padding: 3.125rem 0 1.875rem 0; }
    .vf-footer.vf-footer--awb .vf-footer__top div[class^="col-md-"]:not(:first-of-type) {
      padding-left: 20px;
      padding-left: 1.25rem;
      border-left: 1px solid rgba(135, 135, 135, 0.4); }
    .vf-footer.vf-footer--awb .vf-footer__top .block_menu ul {
      display: -ms-flexbox;
      display: flex; }
      .vf-footer.vf-footer--awb .vf-footer__top .block_menu ul li {
        width: 50%; }
        .vf-footer.vf-footer--awb .vf-footer__top .block_menu ul li:not(:last-of-type) {
          margin-bottom: 30px;
          margin-bottom: 1.875rem; }
        .vf-footer.vf-footer--awb .vf-footer__top .block_menu ul li a {
          position: relative;
          padding-bottom: 5px;
          padding-bottom: 0.3125rem; }
          .vf-footer.vf-footer--awb .vf-footer__top .block_menu ul li a::before {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 4px;
            width: 0;
            border-radius: 2px;
            transition: width .3s ease-in;
            background: #FB6753; }
          .vf-footer.vf-footer--awb .vf-footer__top .block_menu ul li a:hover {
            color: #fff; }
            .vf-footer.vf-footer--awb .vf-footer__top .block_menu ul li a:hover::before {
              width: 50%; }
  .vf-footer__bottom {
    margin-top: 32px;
    margin-top: 2rem; } }

@media (min-width: 992px) {
  .vf-footer.vf-footer--awb .vf-footer__top div[class^="col-md-"]:not(:first-of-type) {
    padding-left: 40px;
    padding-left: 2.5rem; } }

.btn-anchor.dropdown-toggle::before, .btn-anchor.dropdown-toggle::after {
  display: none; }

.menu-anchor {
  background: #fff;
  box-shadow: 0 2px 4px 0 #E8EBF2;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%; }
  .menu-anchor .anchor-link {
    color: #878787;
    font-weight: 600;
    line-height: 20px;
    padding: 20px;
    padding: 1.25rem; }
  .menu-anchor .nav-item:hover .anchor-link, .menu-anchor .nav-item.active .anchor-link {
    background: #F9B004;
    color: #fff; }

@media (max-width: 991.98px) {
  .vp_anchor {
    display: none; } }

@media (min-width: 768px) {
  .menu-anchor.sticky-bar-tabs.sticky-bar-bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: none;
    z-index: 2; } }

.vh-awb-tchad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* --------------------------- dropdow lang select -------------------------- */
  /* -------------------------------------------------------------------------- */ }
  .page--logged-in .vh-awb-tchad {
    top: auto; }
  .vh-awb-tchad .slogan {
    display: inline;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    padding-left: 15px; }
    .vh-awb-tchad .slogan::after {
      position: absolute;
      content: "";
      height: 40px;
      width: 2px;
      left: 0;
      top: -7px;
      background: #fff;
      opacity: 0.97;
      border-radius: 2px; }
  .vh-awb-tchad .vh-header__logo {
    position: relative; }
    .vh-awb-tchad .vh-header__logo h1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      line-height: 0; }
  .vh-awb-tchad .vh-header__bottom.layer-active {
    background: #000; }
  .vh-awb-tchad .lang-dropdown-select-element {
    border: none;
    max-width: 50px;
    min-width: 60px;
    padding-right: 0;
    background-color: transparent;
    padding: 10px 20px 10px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
    border: none;
    position: relative;
    text-transform: uppercase; }
    .vh-awb-tchad .lang-dropdown-select-element:focus, .vh-awb-tchad .lang-dropdown-select-element:active {
      outline: none !important; }
    .vh-awb-tchad .lang-dropdown-select-element option.selected {
      display: none; }
    .vh-awb-tchad .lang-dropdown-select-element.form-select.form-control {
      background-image: url("../../../../themes/awbtchad/assets/img/arrow-down-white.png"); }
  .vh-awb-tchad .level_3.menu-sub {
    -ms-flex-wrap: inherit;
        flex-wrap: inherit; }
    .vh-awb-tchad .level_3.menu-sub li {
      width: 100%; }
  .vh-awb-tchad .hamburger:focus {
    outline: none !important; }

.vh-header__btn-contact {
  display: none; }
  .layer-active .vh-header__btn-contact {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 62px;
    left: 0;
    z-index: 11; }
    .layer-active .vh-header__btn-contact .btn {
      width: 100%;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 20px 33px !important; }
      .layer-active .vh-header__btn-contact .btn i::before {
        left: auto !important; }
  .vh-header__btn-contact .box-shadow, .vh-header__btn-contact .block-shadow .block-box, .block-shadow .vh-header__btn-contact .block-box {
    padding: 0;
    box-shadow: none;
    background: none; }
    .vh-header__btn-contact .box-shadow p, .vh-header__btn-contact .block-shadow .block-box p, .block-shadow .vh-header__btn-contact .block-box p {
      font-size: 0;
      line-height: 0; }

@media (max-width: 991.98px) {
  .vh-awb-tchad.bottom {
    position: fixed;
    top: -145px; }
  .vh-awb-tchad.vh-fixed {
    position: fixed;
    background: #000000;
    box-shadow: 0px 14px 14px 1px rgba(0, 0, 0, 0.2);
    height: auto; }
    .vh-awb-tchad.vh-fixed.top {
      top: 0; }
      .toolbar-horizontal .vh-awb-tchad.vh-fixed.top {
        top: 78px; }
    .vh-awb-tchad.vh-fixed.bottom {
      top: -145px; }
    .vh-awb-tchad.vh-fixed.transitioned {
      transition: top ease-in .5s; }
  .vh-awb-tchad {
    height: auto;
    transition: background ease-in .2s; }
    .vh-awb-tchad.vh-header-sticky {
      position: fixed;
      background: #FB6753;
      padding-bottom: 10px;
      padding-bottom: 0.625rem; }
  .layer-menu-mobile {
    position: fixed;
    top: 122px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    overflow: hidden;
    overflow-y: auto;
    color: #fff;
    background-color: #000000;
    -ms-transform: translateX(100%);
        transform: translateX(100%);
    transition: transform .3s ease;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .layer-menu-mobile.is-open {
      -ms-transform: translateX(0);
          transform: translateX(0); }
    .layer-menu-mobile .vh-hamburger {
      padding: 20px;
      padding: 1.25rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .vh-header__top {
    border-bottom: 1px solid #5d5d5d;
    background: #000; }
  .vh-header__bottom-wrapper {
    padding: 20px 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .vh-header__logo {
    padding-right: 20px; }
    .vh-header__logo .navbar-brand {
      padding: 0;
      margin: 0; }
    .vh-header__logo img {
      max-height: 44px;
      margin-right: 5px;
      height: auto; }
  .vh-header .navigation-secondary {
    height: 39px; }
    .vh-header .navigation-secondary::after {
      content: '';
      z-index: 9;
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 58px;
      height: 39px;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%); }
    .vh-header .navigation-secondary ul {
      padding: 0 10px;
      margin: 0;
      list-style: none outside none !important;
      white-space: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
    .vh-header .navigation-secondary li {
      display: inline-block; }
    .vh-header .navigation-secondary a {
      display: block;
      position: relative;
      font-weight: 600;
      font-size: 14px;
      line-height: 19px;
      padding: 10px;
      color: #fff;
      transition: color .3s ease-in; }
      .vh-header .navigation-secondary a::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 10px;
        right: 10px;
        width: auto;
        height: 3px;
        backface-visibility: hidden;
        background: 0 0;
        transition: all .5s ease-in-out; }
      .vh-header .navigation-secondary a:hover, .vh-header .navigation-secondary a:focus, .vh-header .navigation-secondary a:active, .vh-header .navigation-secondary a:hover:focus, .vh-header .navigation-secondary a:active:focus, .vh-header .navigation-secondary a:not(:disabled):not(.disabled):active, .vh-header .navigation-secondary a:not(:disabled):not(.disabled):active:focus {
        color: #FB6753; }
      .vh-header .navigation-secondary a.is-active {
        color: #FB6753; }
        .vh-header .navigation-secondary a.is-active::after {
          background: #FB6753; }
  .vh-header__search {
    padding-right: 15px;
    padding-left: 10px; }
    .vh-header__search .btn-search-overlay {
      color: #fff;
      vertical-align: middle;
      font-size: 24px;
      font-size: 1.5rem;
      background: transparent;
      border: none;
      outline: 0; }
  .vh-header .navbar {
    padding: 0; }
    .vh-header .navbar .navbar-nav {
      width: 100%;
      padding: 0; }
  .vh-header .vh-header--navigation .navbar {
    overflow-y: scroll; }
  .vh-header .vh-header--navigation .nav-item {
    margin: 0;
    padding: 0;
    display: block;
    border-top: 1px solid #fff;
    overflow: hidden; }
    .vh-header .vh-header--navigation .nav-item:last-of-type {
      border-bottom: 1px solid #fff; }
    .vh-header .vh-header--navigation .nav-item.has-sub .nav-link::after {
      content: "";
      font-family: 'vactory';
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      right: 12px;
      font-size: 24px; }
  .vh-header .vh-header--navigation .nav-link {
    padding: 35px 66px 35px 20px;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    display: block;
    position: relative;
    overflow: hidden; }
    .vh-header .vh-header--navigation .nav-link br {
      display: none; }
  .vh-header .vh-header--menu-wrapper {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    height: calc(100vh - 70px);
    width: 100%;
    background-color: #000000;
    -ms-transform: translateX(100%);
        transform: translateX(100%);
    transition: transform .3s ease;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .vh-header .nav-item.has-sub.opened .vh-header--menu-wrapper {
    -ms-transform: translateX(0);
        transform: translateX(0); }
  .vh-header .menu-sub--title {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 35px 20px 35px 66px;
    border-bottom: 1px solid #fff;
    border-top: 2px solid #F9B004;
    cursor: pointer; }
    .vh-header .menu-sub--title::before {
      content: "";
      font-family: 'vactory';
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      left: 20px;
      font-size: 24px; }
  .vh-header .menu-sub--wrapper {
    position: absolute;
    top: 92px;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    overflow-y: initial; }
  .vh-header .menu-sub {
    list-style: none outside none !important;
    display: block;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%; }
    .vh-header .menu-sub li {
      padding: 15px 20px;
      display: block; }
      .vh-header .menu-sub li:first-child {
        padding-top: 30px; }
      .vh-header .menu-sub li a {
        display: block;
        position: relative;
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        padding-left: 14px; }
        .vh-header .menu-sub li a.is-active {
          color: #F9B004; }
        .vh-header .menu-sub li a::before {
          content: '';
          position: absolute;
          top: 7px;
          left: 0;
          display: block;
          width: 7px;
          height: 7px;
          background-color: #F9B004; } }

@media (max-width: 575.98px) {
  .vh-header__logo .navbar-brand {
    position: relative; }
  .vh-header__logo img {
    margin-right: 0; }
  .vh-header__logo .slogan {
    position: absolute;
    bottom: -16px;
    left: 46px;
    font-size: 10px;
    font-size: 0.625rem;
    font-family: "Source Sans Pro", sans-serif; }
    .page--front .vh-header__logo .slogan {
      bottom: -20px; }
    .vh-header__logo .slogan::after {
      display: none; }
  .vh-header__logo::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 20px);
    background: #fff;
    opacity: .3;
    position: absolute;
    right: 0;
    top: -10px; } }

@media (max-width: 320px) {
  .vh-header__logo .slogan {
    left: 24px;
    font-size: 9px; } }

@media (min-width: 992px) {
  .vh-awb-tchad::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 0;
    background: #000;
    opacity: .85;
    transition: all .3s;
    z-index: -1; }
  .vh-header__submenu-open .vh-awb-tchad::before {
    height: calc(100vh + 50px); }
  .vh-header__submenu-open .vh-awb-tchad.vh-fixed {
    top: -45px; }
  .vh-awb-tchad.bottom {
    position: fixed;
    top: -155px; }
  .vh-awb-tchad.vh-fixed {
    position: fixed;
    background: #000000;
    box-shadow: 0px 14px 14px 1px rgba(0, 0, 0, 0.2);
    height: auto; }
    .vh-awb-tchad.vh-fixed.top {
      top: -45px; }
      .toolbar-horizontal .vh-awb-tchad.vh-fixed.top {
        top: -6px; }
      .toolbar-horizontal.toolbar-tray-open .vh-awb-tchad.vh-fixed.top {
        top: 33px; }
    .vh-awb-tchad.vh-fixed.bottom {
      top: -155px; }
    .vh-awb-tchad.vh-fixed.transitioned {
      transition: top ease-in .5s; }
    .vh-awb-tchad.vh-fixed .vh-header__logo img {
      max-height: 45px; }
  .vh-header__submenu-open .vh-awb-tchad::before {
    height: calc(100vh + 50px); }
  .vh-header__submenu-open .vh-awb-tchad.vh-fixed {
    top: -45px; }
  .vh-header ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .vh-header__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-right: 15px;
    margin-right: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: max-content; }
    .vh-header__logo .navbar-brand {
      margin: 0;
      padding: 0; }
      .vh-header__logo .navbar-brand .slogan {
        padding-left: 10px;
        font-size: 16px; }
    .vh-header__logo img {
      max-height: 45px;
      margin-right: 16px; }
  .vh-header__top {
    background: #181818;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .vh-header__top-right .box-shadow, .vh-header__top-right .block-shadow .block-box, .block-shadow .vh-header__top-right .block-box {
    padding: 0;
    box-shadow: none;
    background: none; }
    .vh-header__top-right .box-shadow p, .vh-header__top-right .block-shadow .block-box p, .block-shadow .vh-header__top-right .block-box p {
      font-size: 0;
      line-height: 0; }
  .vh-header__top-right .btn-banque-online {
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 500;
    color: #000;
    background-color: #FABA09;
    padding: 10px 22px;
    padding: 0.625rem 1.375rem; }
    .vh-header__top-right .btn-banque-online::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border-width: 0 0 12px 12px;
      border-color: #fff #000;
      border-style: solid;
      transition: border .3s; }
    .vh-header__top-right .btn-banque-online i {
      margin-right: 10px;
      margin-right: 0.625rem;
      font-size: 20px;
      font-size: 1.25rem; }
    .vh-header__top-right .btn-banque-online:hover, .vh-header__top-right .btn-banque-online:focus, .vh-header__top-right .btn-banque-online:active, .vh-header__top-right .btn-banque-online:hover:focus, .vh-header__top-right .btn-banque-online:active:focus, .vh-header__top-right .btn-banque-online:not(:disabled):not(.disabled):active, .vh-header__top-right .btn-banque-online:not(:disabled):not(.disabled):active:focus {
      color: #000;
      background: #dba204; }
      .vh-header__top-right .btn-banque-online:hover::before, .vh-header__top-right .btn-banque-online:focus::before, .vh-header__top-right .btn-banque-online:active::before, .vh-header__top-right .btn-banque-online:hover:focus::before, .vh-header__top-right .btn-banque-online:active:focus::before, .vh-header__top-right .btn-banque-online:not(:disabled):not(.disabled):active::before, .vh-header__top-right .btn-banque-online:not(:disabled):not(.disabled):active:focus::before {
        border-width: 0 0 14px 14px; }
  .vh-header--navigation {
    -ms-flex: 1;
        flex: 1; }
  .vh-header .navigation-secondary li {
    position: relative;
    padding: 0;
    display: inline-block; }
  .vh-header .navigation-secondary a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    display: block;
    padding: 10px 13px; }
    .vh-header .navigation-secondary a::after {
      content: "";
      display: block;
      position: absolute;
      bottom: -1px;
      left: 50%;
      right: 50%;
      height: 3px;
      width: 0;
      border-radius: 2px;
      backface-visibility: hidden;
      margin: 0 auto;
      background: #FB6753;
      transition: all .5s ease-in; }
    .vh-header .navigation-secondary a:hover, .vh-header .navigation-secondary a:focus, .vh-header .navigation-secondary a:active, .vh-header .navigation-secondary a:hover:focus, .vh-header .navigation-secondary a:active:focus, .vh-header .navigation-secondary a:not(:disabled):not(.disabled):active, .vh-header .navigation-secondary a:not(:disabled):not(.disabled):active:focus {
      color: #FB6753; }
      .vh-header .navigation-secondary a:hover::after, .vh-header .navigation-secondary a:focus::after, .vh-header .navigation-secondary a:active::after, .vh-header .navigation-secondary a:hover:focus::after, .vh-header .navigation-secondary a:active:focus::after, .vh-header .navigation-secondary a:not(:disabled):not(.disabled):active::after, .vh-header .navigation-secondary a:not(:disabled):not(.disabled):active:focus::after {
        width: 75%;
        left: 0;
        right: 0; }
    .vh-header .navigation-secondary a.is-active {
      color: #FB6753;
      font-weight: 600; }
      .vh-header .navigation-secondary a.is-active::after {
        width: 75%;
        left: 0;
        right: 0; }
  .vh-header__bottom-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 30px 0; }
  .vh-header .vh-header--navigation .navbar {
    padding: 0;
    position: static;
    height: 100%; }
  .vh-header .vh-header--navigation .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    height: 100%;
    width: 100%; }
  .vh-header .vh-header--navigation .nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    position: relative;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    padding: 0 20px 0 0; }
    .vh-header .vh-header--navigation .nav-link::before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 4px;
      width: 0;
      border-radius: 2px;
      transition: width .3s ease-in;
      background: #FB6753;
      z-index: -1; }
    .vh-header .vh-header--navigation .nav-link:hover::before {
      width: 60%; }
  .vh-header .vh-header--navigation .nav-item {
    display: inline-block;
    padding-right: 32px; }
    .vh-header .vh-header--navigation .nav-item:not(:first-of-type) {
      padding-left: 30px; }
    .vh-header .vh-header--navigation .nav-item.has-sub .nav-link::after {
      content: "";
      font-family: 'vactory';
      font-size: 10px;
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    .vh-header .vh-header--navigation .nav-item.opened .nav-link::after {
      content: ""; }
    .vh-header .vh-header--navigation .nav-item.opened .nav-link::before {
      width: 60%; }
  .vh-header .vh-header--menu-wrapper {
    display: block;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding-top: 26px;
    height: 100vh;
    top: 100%;
    right: 0;
    left: 0;
    transition: all .3s ease; }
  .vh-header .menu-sub {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 1112px;
    margin: 0 auto; }
    .vh-header .menu-sub li {
      position: relative;
      display: block;
      opacity: 0;
      margin-bottom: 26px;
      will-change: opacity;
      transition: opacity .4s ease-in; }
      .vh-header .menu-sub li:not(:last-of-type) {
        padding-right: 50px; }
      .vh-header .menu-sub li a {
        display: block;
        position: relative;
        font-size: 16px;
        line-height: 18px;
        color: #fff;
        letter-spacing: 0.3px;
        padding-left: 15px; }
        .vh-header .menu-sub li a.is-active {
          color: #F9B004; }
        .vh-header .menu-sub li a::before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 6px;
          width: 7px;
          height: 7px;
          background: #F9B004;
          transition: all .3s; }
        .vh-header .menu-sub li a:hover {
          color: #F9B004; }
      .vh-header .menu-sub li span {
        display: block;
        color: #F9B004;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 22px; }
  .vh-header .vh-header--menu-wrapper.opened {
    visibility: visible;
    opacity: 1; }
    .vh-header .vh-header--menu-wrapper.opened .menu-sub li {
      opacity: 1; }
  .vh-header__search .btn-search-overlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    width: 100%;
    padding-left: 20px;
    border: none;
    background: transparent;
    color: #fff;
    outline: 0;
    font-size: 25px;
    cursor: pointer;
    transition: color .3s; }
    .vh-header__search .btn-search-overlay:hover, .vh-header__search .btn-search-overlay:focus, .vh-header__search .btn-search-overlay:active, .vh-header__search .btn-search-overlay:hover:focus, .vh-header__search .btn-search-overlay:active:focus, .vh-header__search .btn-search-overlay:not(:disabled):not(.disabled):active, .vh-header__search .btn-search-overlay:not(:disabled):not(.disabled):active:focus {
      color: #F9B004; }
  .vh-header .btn.prefix-icon-user {
    height: 42px !important;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-family: "Source Sans pro", sans-serif, Arial, Helvetica, sans-serif !important;
    font-weight: 500 !important;
    line-height: 0; }
    .vh-header .btn.prefix-icon-user i {
      padding: 0 7px !important; }
      .vh-header .btn.prefix-icon-user i::before {
        font-size: 22px !important; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .vh-header__bottom > .container, .vh-header__bottom > .bar-tabs {
    max-width: 100%; } }

@media (min-width: 1200px) {
  .vh-header__logo {
    margin-right: 95px; } }

.vf-slider--awb-tchad {
  background-color: #878787;
  position: relative; }
  .vf-slider--awb-tchad .image {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    min-height: 500px; }
    .vf-slider--awb-tchad .image:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 1;
      opacity: 0.125;
      background-color: #000; }
    .vf-slider--awb-tchad .image .background {
      display: block;
      width: 100%;
      height: 100%;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background-position: center top; }
      .vf-slider--awb-tchad .image .background.loading {
        z-index: 4; }
    .vf-slider--awb-tchad .image .content {
      position: relative;
      height: 100%;
      width: 100%;
      z-index: 3;
      text-rendering: optimizeLegibility; }
      .vf-slider--awb-tchad .image .content .slider-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        text-align: center;
        width: 100%;
        height: 100%;
        margin: auto;
        color: #fff; }
        @media (max-width: 991.98px) {
          .vf-slider--awb-tchad .image .content .slider-content {
            padding: 140px 20px 30px;
            padding: 8.75rem 1.25rem 1.875rem; } }
        .vf-slider--awb-tchad .image .content .slider-content .vf-slider--awb-tchad-description,
        .vf-slider--awb-tchad .image .content .slider-content .vf-slider--awb-tchad-title {
          font-family: "Source Sans Pro", sans-serif;
          color: #fff; }
        .vf-slider--awb-tchad .image .content .slider-content .vf-slider--awb-tchad-title {
          font-size: 28px;
          font-size: 1.75rem;
          line-height: 30px;
          line-height: 1.875rem;
          font-weight: 600;
          margin-bottom: 10px;
          margin-bottom: 0.625rem;
          max-width: 572px;
          max-width: 35.75rem;
          margin-left: auto;
          margin-right: auto; }
        .vf-slider--awb-tchad .image .content .slider-content .vf-slider--awb-tchad-description {
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 25px;
          line-height: 1.5625rem;
          font-weight: 400;
          margin-bottom: 75px;
          margin-bottom: 4.6875rem;
          text-shadow: 0px 0px 0.25px #fff;
          letter-spacing: 0.25px;
          word-spacing: 0.25px; }
        .vf-slider--awb-tchad .image .content .slider-content > * {
          opacity: 0; }
  .vf-slider--awb-tchad .slick-list {
    margin: 0; }
  .vf-slider--awb-tchad .slick-controls .slick-arrow {
    color: #fff; }
  .vf-slider--awb-tchad .slick-arrow {
    color: #fff;
    z-index: 2; }
    .vf-slider--awb-tchad .slick-arrow.slick-next {
      right: 15px; }
      html[dir=rtl] .vf-slider--awb-tchad .slick-arrow.slick-next {
        right: auto;
        left: 15px; }
    .vf-slider--awb-tchad .slick-arrow.slick-prev {
      left: 15px; }
      html[dir=rtl] .vf-slider--awb-tchad .slick-arrow.slick-prev {
        left: auto;
        right: 15px; }
  .vf-slider--awb-tchad .slick-controls {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0; }
    .vf-slider--awb-tchad .slick-controls .slick-dots {
      bottom: 50px;
      margin-top: 0;
      margin-bottom: 0; }
  .vf-slider--awb-tchad .slick-dots {
    position: absolute;
    bottom: 130px;
    left: 0;
    width: 100%; }
    html[dir=rtl] .vf-slider--awb-tchad .slick-dots {
      left: auto;
      right: 0; }
  .vf-slider--awb-tchad .slick-arrow {
    top: auto;
    bottom: 10px; }
  .vf-slider--awb-tchad .vf-slider__scroll-down {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 3;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-size: 1.875rem; }
    .vf-slider--awb-tchad .vf-slider__scroll-down i {
      display: inline-block;
      cursor: pointer;
      animation: scroll-down 1.3s infinite ease-in; }

@keyframes scroll-down {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(30%); }
  100% {
    transform: translateY(0%); } }

.domLoaded .vf-slider--awb-tchad .image .content .slider-content > * {
  opacity: 1; }

.vf-slider__container {
  margin-top: auto;
  margin-bottom: auto;
  height: calc(100% - 35px); }

@media (min-width: 992px) {
  .vf-slider--awb-tchad {
    position: relative;
    height: 590px;
    width: 100%;
    z-index: 0;
    overflow: hidden; }
    .vf-slider--awb-tchad .image {
      height: 100%;
      width: 100%;
      padding-top: 0;
      min-height: 590px; }
      .vf-slider--awb-tchad .image.slick-active .content {
        opacity: 1; }
      .vf-slider--awb-tchad .image .content .slider-content {
        max-width: 676px;
        padding-top: 90px;
        padding-top: 5.625rem; } }
      @media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
        .vf-slider--awb-tchad .image .content .slider-content {
          overflow: hidden; } }

@media (min-width: 992px) {
        .vf-slider--awb-tchad .image .content .slider-content > * {
          opacity: 0; }
          .vf-slider--awb-tchad .image .content .slider-content > *.animate-end {
            opacity: 1; }
        .vf-slider--awb-tchad .image .content .slider-content .vf-slider--awb-tchad-title {
          font-size: 38px;
          font-size: 2.375rem;
          line-height: 50px;
          line-height: 3.125rem; }
        .vf-slider--awb-tchad .image .content .slider-content .vf-slider--awb-tchad-description {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 28px;
          line-height: 1.75rem;
          margin-bottom: 55px;
          margin-bottom: 3.4375rem; } }
        @media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
          .vf-slider--awb-tchad .image .content .slider-content .vf-slider--awb-tchad-description {
            max-width: 100%; } }

@media (min-width: 992px) {
    .vf-slider--awb-tchad .slick-list .slick-track {
      height: 590px;
      position: relative; }
    .vf-slider--awb-tchad .slick-arrow {
      color: #fff;
      z-index: 1;
      transition: all 300ms ease-in; }
      .vf-slider--awb-tchad .slick-arrow.slick-next {
        right: calc((100% - 1105px) / 2 + 90px); }
        html[dir=rtl] .vf-slider--awb-tchad .slick-arrow.slick-next {
          right: auto;
          left: calc((100% - 1105px) / 2 + 90px); }
      .vf-slider--awb-tchad .slick-arrow.slick-prev {
        left: calc((100% - 1105px) / 2 + 90px); }
        html[dir=rtl] .vf-slider--awb-tchad .slick-arrow.slick-prev {
          left: auto;
          right: calc((100% - 1105px) / 2 + 90px); }
    .vf-slider--awb-tchad .background.is-video {
      top: -50px;
      height: calc(100% + 50px); }
    .vf-slider--awb-tchad .vf-slider__scroll-down {
      bottom: 40px; } }

.t-video-youtube-with-content:not(:last-of-type) .block-image {
  margin-bottom: 26px;
  margin-bottom: 1.625rem; }

.t-video-youtube-with-content .block-image {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  .t-video-youtube-with-content .block-image img {
    width: 100%; }

/**
 * map block
 */
.block-map {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  min-height: 430px;
  padding: 20px; }
  .block-map__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 232px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .block-map__title {
    font-weight: bold; }
  .block-map__description, .block-map__title {
    color: #fff; }
  @media (max-width: 991.98px) {
    .block-map {
      padding: 225px 20px 20px 20px; }
      .block-map__description, .block-map__title {
        color: #000; }
      .block-map__content {
        background: #fff;
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
        padding: 20px; } }
  @media (min-width: 768px) {
    .block-map {
      min-height: 630px;
      -ms-flex-align: center;
          align-items: center;
      padding: 30px; }
      .block-map__bg {
        height: 100%; } }
  @media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
    .block-map {
      height: 630px; } }

.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 .block-chiffre {
    text-align: center;
    border: 10px solid #f8f8f8;
    padding: 50px 20px;
    padding: 3.125rem 1.25rem;
    -ms-flex: 1;
        flex: 1;
    max-width: 100%; }
  .t-key-figures .nbr {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #FB6753;
    font-weight: 900; }
  .t-key-figures img {
    margin-left: auto;
    margin-right: auto; }

.block-accompagne {
  position: relative;
  height: 180px;
  height: 11.25rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
  .block-accompagne .lazy-wrapper {
    height: 100%; }
  .block-accompagne__image-mobile {
    object-fit: cover;
    object-position: left top; }
  .block-accompagne .accompagne-info {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    padding-right: 13px;
    padding-right: 0.8125rem;
    width: 216px;
    width: 13.5rem;
    text-align: right;
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
    @media (max-width: 1199.98px) {
      .block-accompagne .accompagne-info {
        display: -ms-flexbox;
        display: flex; } }
    .block-accompagne .accompagne-info h3 {
      color: #fff;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 25px;
      line-height: 1.5625rem;
      margin: 0;
      font-weight: 600; }
    .block-accompagne .accompagne-info a {
      color: #fff;
      font-weight: 300; }
      .block-accompagne .accompagne-info a:hover {
        color: #FB6753; }

.block-gouvernance img {
  width: 150px;
  width: 9.375rem;
  height: 150px;
  height: 9.375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.block-gouvernance hr {
  margin: 12px auto;
  border-top: 2px solid #F9B004;
  width: 40%; }

.block-gouvernance .slick-list {
  margin: 0; }

.block-vision img {
  min-height: 192px;
  min-height: 12rem; }

.block-contact .card {
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.16);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 30px;
  padding: 1.875rem 1.875rem; }
  .block-contact .card .title {
    border-top: none;
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
    margin: 0 0 30px;
    margin: 0 0 1.875rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-align: left; }
    .block-contact .card .title::after {
      left: 0;
      -ms-transform: none;
          transform: none; }
    @media (min-width: 992px) {
      .block-contact .card .title {
        text-align: center; }
        .block-contact .card .title::after {
          left: 50%;
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }

.t-cards-rapport .card {
  background: #fff;
  padding-bottom: 20px; }
  .t-cards-rapport .card-img {
    background-color: #ECEEF0;
    border: 8px solid #fff; }

.t-cards-rapport__download {
  position: relative;
  font-weight: 600; }
  .t-cards-rapport__download::after {
    position: absolute;
    content: " ";
    height: 2px;
    width: 29px;
    background: #FB6753;
    left: 50%;
    bottom: -2px;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.t-communique {
  background: #fff;
  padding: 40px 27px;
  border: 1px solid #F9B004; }
  .t-communique__header {
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 14px; }
  @media (min-width: 992px) {
    .t-communique__date {
      position: relative;
      margin-left: 10px;
      padding-left: 20px;
      position: relative; }
      .t-communique__date:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 20px;
        background: #F9B004;
        left: 5px;
        top: 3px; }
    .t-communique__description {
      font-size: 20px; } }
  .t-communique__file {
    color: #F9B004; }
  .t-communique__item:not(:last-of-type) {
    margin-bottom: 20px;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 20px; }
    @media (min-width: 992px) {
      .t-communique__item:not(:last-of-type) {
        margin-bottom: 30px;
        padding-bottom: 30px; } }

@media (min-width: 768px) {
  .white-boxes-wrapper + .cta-more-link {
    margin-top: 20px;
    margin-top: 1.25rem; } }

.white-boxes-wrapper > div {
  height: auto;
  padding-bottom: 20px;
  padding-bottom: 1.25rem; }

.white-boxes-wrapper.slick-dotted .slick-dots {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

.white-boxes-wrapper a {
  color: #000; }
  .white-boxes-wrapper a:hover {
    color: #FB6753; }

.white-box {
  height: 100%;
  background: #fff;
  border: 1px solid #f8f9fa;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem; }
  .white-box__image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    margin-left: auto;
    margin-right: auto; }
  .white-box__body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 500; }
  @media (min-width: 768px) {
    .white-box {
      padding: 34px 20px;
      padding: 2.125rem 1.25rem;
      -ms-transform: translateY(0);
          transform: translateY(0);
      transition: transform ease-in .3s; }
      .white-box__body {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 20px;
        line-height: 1.25rem; }
      .white-box:hover {
        -ms-transform: translateY(-5px);
            transform: translateY(-5px); } }

.vf-slider--temoignage .slick-slide {
  margin: 0 5px;
  padding: 0;
  overflow: hidden; }

.vf-slider {
  position: relative; }
  .vf-slider__item {
    position: relative;
    min-height: 258px;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 2px solid #FB6753;
    z-index: 1; }
    .vf-slider__item.corner:after {
      right: -44px;
      bottom: -41px;
      border-left: 2px solid #FB6753; }
    @media (max-width: 991.98px) {
      .vf-slider__item {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .vf-slider__content {
    padding: 20px;
    margin-top: auto;
    margin-bottom: auto; }
    @media (max-width: 991.98px) {
      .vf-slider__content {
        -ms-flex-preferred-size: initial;
            flex-basis: initial; } }
  .vf-slider__title {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px; }
    .vf-slider__title::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      font-family: "vactory";
      font-size: 9px; }

@media (min-width: 768px) {
  .vf-slider__image {
    min-width: 260px;
    max-width: 260px;
    width: 100%; }
  .vf-slider__item.quote::before {
    position: absolute;
    content: "";
    font-family: 'vactory';
    font-size: 40px;
    color: #F9B004;
    left: 230px;
    top: 50%;
    z-index: 1;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .vf-slider__content {
    padding: 48px; } }

.country-host {
  padding: 30px;
  padding: 1.875rem;
  background: #fff; }
  .country-host:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
  .country-host__name {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    border-bottom: 3px solid #F9B004; }
  .country-host__description, .country-host__adresse {
    margin-bottom: 18px;
    margin-bottom: 1.125rem; }
  .country-host__contact a {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    margin-right: 15px;
    margin-right: 0.9375rem; }
    .country-host__contact a i {
      margin-right: 5px;
      margin-right: 0.3125rem;
      font-size: 20px;
      font-size: 1.25rem; }
      .country-host__contact a i::before {
        vertical-align: middle; }
    .country-host__contact a:last-child {
      margin-right: 0; }

.contact-info {
  list-style: none;
  padding: 0;
  color: #fff;
  padding-left: 9px;
  padding-left: 0.5625rem;
  border-left: 1px solid #fff;
  height: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-weight: bold; }
  .contact-info li:not(:last-child) {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  .contact-info li {
    display: inline-block;
    width: 100%; }
  .contact-info li span,
  .contact-info li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .contact-info a {
    color: #fff; }
    .contact-info a:hover {
      color: #FB6753; }
  .contact-info i {
    margin-right: 15px;
    margin-right: 0.9375rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1; }
  .contact-info--wrapper {
    padding: 20px 0;
    padding: 1.25rem 0; }
  .contact-info__description {
    margin-top: 4px;
    margin-top: 0.25rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: #000;
    font-weight: normal; }
  @media (min-width: 768px) {
    .contact-info--wrapper {
      padding: 40px 0;
      padding: 2.5rem 0; }
    .contact-info__item {
      height: auto;
      margin-bottom: 30px;
      margin-bottom: 1.875rem; } }
  @media (max-width: 767.98px) {
    .contact-info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      border-left: 0;
      border-bottom: 1px solid #fff;
      padding: 20px 0;
      padding: 1.25rem 0; } }

.t-rapport__description {
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

.t-rapport__download {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px 10px 15px 0;
  padding: 0.9375rem 0.625rem 0.9375rem 0;
  border-top: 1px solid #E8EBF2; }

.t-rapport__type {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  font-weight: bold;
  color: #272C31;
  margin-right: 7px;
  margin-right: 0.4375rem; }

.t-rapport__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: bold;
  color: #F9B004; }

.awb-location {
  position: relative; }
  .awb-location_map-locator {
    width: 100%;
    min-height: 250px; }
  .awb-location_info {
    position: relative;
    background: #fff;
    max-width: 570px;
    padding: 30px; }
    @media (max-width: 767.98px) {
      .awb-location_info {
        margin-right: 15px;
        margin-left: 15px;
        margin-top: -30px; }
        .awb-location_info-img {
          margin: auto; } }
    .awb-location_info-img {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      border: 1px solid #F4F4F4;
      min-height: 108px;
      min-width: 108px;
      max-height: 108px;
      max-width: 108px;
      margin-bottom: 15px; }
      .awb-location_info-img img {
        width: 65px; }
    .awb-location_info-full i.icon {
      color: #FB6753; }

@media (min-width: 992px) {
  .toolbox-contact li {
    position: relative; }
  .toolbox-contact.description li .text:after {
    transition: width .4s;
    width: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #F9B004; }
  .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; } }

@media (min-width: 992px) {
  .t-video-youtube-with-content:not(:last-of-type) .block-image {
    margin-bottom: 50px;
    margin-bottom: 3.125rem; }
  .t-key-figures .nbr {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 24px;
    line-height: 1.5rem; }
  .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%; }
  .block-floated {
    display: inline-block; }
    .block-floated .img-right,
    .block-floated .img-left {
      width: 380px;
      width: 23.75rem; }
    .block-floated .img-right {
      margin: 6px 0 12px 12px;
      margin: 0.375rem 0 0.75rem 0.75rem;
      float: right; }
    .block-floated .img-left {
      margin: 6px 12px 12px 0;
      margin: 0.375rem 0.75rem 0.75rem 0;
      float: left; }
  .block-accompagne {
    width: 375px;
    width: 23.4375rem;
    height: 375px;
    height: 23.4375rem;
    margin: 0 5px;
    margin: 0 0.3125rem;
    cursor: pointer; }
    .block-accompagne .accompagne-info {
      height: 120px;
      height: 7.5rem;
      width: 100%;
      text-align: center;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
      transition: all .3s ease-out; }
      .block-accompagne .accompagne-info h3 {
        margin: 46px 0 14px 0;
        margin: 2.875rem 0 0.875rem 0; }
      .block-accompagne .accompagne-info a {
        opacity: 0;
        transition: all .3s ease-out; }
        .block-accompagne .accompagne-info a:hover {
          color: #fff; }
    .block-accompagne:hover .accompagne-info {
      height: 138px;
      height: 8.625rem; }
      .block-accompagne:hover .accompagne-info a {
        opacity: 1; }
  .block-contact .card {
    padding: 50px 100px;
    padding: 3.125rem 6.25rem; }
  .block-gouvernance .gouvernance {
    width: 200px;
    width: 12.5rem;
    padding: 0 10px;
    padding: 0 0.625rem;
    line-height: 17px;
    line-height: 1.0625rem;
    font-size: 15px;
    font-size: 0.9375rem; } }
  @media (min-width: 992px) and (max-width: 991.98px) {
    .block-gouvernance .gouvernance {
      margin-bottom: 20px; } }

@media (min-width: 992px) {
  .awb-location_map-locator {
    width: 440px;
    height: 440px; }
  .awb-location_info {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .awb-location_info-img {
      margin-right: 20px; }
      .awb-location_info-img img {
        width: 50px; } }

.toolbox-contact {
  position: fixed;
  top: 40%;
  right: 0;
  background: #FB6753;
  z-index: 1; }
  .toolbox-contact ul {
    padding: 0; }
  .toolbox-contact li {
    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: -ms-flexbox;
      display: flex; }
    .toolbox-contact li .icon-wrapper {
      padding: 5px;
      padding: 0.3125rem;
      -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; }
    .toolbox-contact li:last-child {
      border-top: 1px solid #fff; }
  .toolbox-contact.description {
    width: 233px;
    width: 14.5625rem;
    -ms-transform: translateX(81%);
        transform: translateX(81%);
    transition: .3s transform; }
    .toolbox-contact.description:hover {
      -ms-transform: translateX(0);
          transform: translateX(0); }
    .toolbox-contact.description li .icon-wrapper {
      padding: 20px 10px;
      background: #F9B004;
      margin-right: 12px; }
      .toolbox-contact.description li .icon-wrapper::before {
        font-size: 24px; }
    .toolbox-contact.description li .text {
      padding: 0;
      font-size: 15px;
      line-height: 16px;
      padding-right: 12px;
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      text-align: left; }

.vactory-toolbox {
  position: fixed;
  z-index: 1091;
  right: 0; }
  .vactory-toolbox .toolbox li {
    list-style: none;
    color: #FB6753;
    width: 100%; }
    .vactory-toolbox .toolbox li .list-itel-inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      text-align: center;
      font-size: 20px;
      font-size: 1.25rem; }
      .vactory-toolbox .toolbox li .list-itel-inner a {
        text-decoration: none;
        font-size: 9px;
        font-size: 0.5625rem;
        line-height: 13px;
        line-height: 0.8125rem;
        font-weight: bold; }

@media (max-width: 991.98px) {
  .vactory-toolbox {
    left: 0;
    bottom: 0;
    background: #fff; }
    .vactory-toolbox .toolbox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 12px;
      padding: 0.75rem; }
      .vactory-toolbox .toolbox .icon-wrapper {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 5px;
        margin-bottom: 0.3125rem; }
      .vactory-toolbox .toolbox li:not(:last-of-type) {
        border-right: 1px solid #DEDEDE; } }

@media (min-width: 992px) {
  .vactory-toolbox {
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    display: none; }
    .vactory-toolbox .toolbox li {
      width: 180px;
      width: 11.25rem;
      margin-bottom: 3px;
      margin-bottom: 0.1875rem;
      border-radius: 6px 0 0 6px;
      border-radius: 0.375rem 0 0 0.375rem;
      padding: 0;
      background: #e75e4b;
      -ms-transform: translateX(70%);
          transform: translateX(70%);
      transition: .3s transform;
      z-index: 1;
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      color: #fff; }
      .vactory-toolbox .toolbox li .list-itel-inner {
        -ms-flex-direction: row;
            flex-direction: row; }
        .vactory-toolbox .toolbox li .list-itel-inner a {
          color: #fff;
          font-size: 15px;
          font-size: 0.9375rem;
          line-height: 16px;
          line-height: 1rem;
          font-weight: 600;
          -ms-flex-align: center;
              align-items: center;
          display: -ms-flexbox;
          display: flex; }
      .vactory-toolbox .toolbox li .icon-wrapper {
        padding: 12px;
        padding: 0.75rem;
        background: #FB6753;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
        margin-right: 12px;
        margin-right: 0.75rem;
        border-radius: 6px 0 0 6px;
        border-radius: 0.375rem 0 0 0.375rem;
        display: inline-table; }
        .vactory-toolbox .toolbox li .icon-wrapper::before {
          font-size: 30px; }
      .vactory-toolbox .toolbox li:hover {
        -ms-transform: translateX(0);
            transform: translateX(0); }
    .domLoaded .vactory-toolbox {
      display: block; }
      .domLoaded .vactory-toolbox .toolbox {
        transition-delay: 0s; } }

.search-overlay-variant2 {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  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 .form-group {
    margin: 0; }
    .search-overlay-variant2 .form-group input:-webkit-autofill,
    .search-overlay-variant2 .form-group input:-webkit-autofill:hover,
    .search-overlay-variant2 .form-group input:-webkit-autofill:focus {
      -webkit-text-fill-color: #fff;
      -webkit-box-shadow: 0 0 0px 1000px transparent inset;
      transition: background-color 5000s ease-in-out 0s; }
  .search-overlay-variant2 .search-block-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: 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;
    box-shadow: none;
    border-bottom: 3px solid #F9B004;
    width: 100%;
    padding: 10px 20px 5px 0;
    padding: 0.625rem 1.25rem 0.3125rem 0;
    color: white;
    font-size: 20px;
    font-size: 1.25rem; }
    .search-overlay-variant2 .form-search-input-text:-ms-input-placeholder {
      color: white; }
    .search-overlay-variant2 .form-search-input-text::placeholder {
      color: white; }
  .search-overlay-variant2 .form-search-submit {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 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 button {
      opacity: 0;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute; }
  .search-overlay-variant2 .close-search-overlay {
    position: absolute;
    right: 25px;
    right: 1.5625rem;
    top: 25px;
    top: 1.5625rem;
    border: none;
    transition: transform .3s ease;
    font-size: 24px;
    font-size: 1.5rem;
    padding: 8px;
    padding: 0.5rem;
    background-color: transparent;
    color: white;
    outline: none;
    cursor: pointer; }
    .search-overlay-variant2 .close-search-overlay:hover {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  .search-overlay-variant2 .search__info {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 13px;
    line-height: 0.8125rem;
    color: #fff;
    font-weight: 300; }

@media (min-width: 992px) {
  .search-overlay-variant2.open {
    opacity: 1;
    height: 291px; }
  .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: 3px solid #F9B004;
    color: #fff;
    width: 100%;
    font-size: 25px;
    font-size: 1.5625rem;
    padding: 10px 43px 5px 5px;
    padding: 0.625rem 2.6875rem 0.3125rem 0.3125rem; }
  .search-overlay-variant2 .form-search-submit:before {
    font-size: 34px;
    font-size: 2.125rem; }
  .search-overlay-variant2 .close-search-overlay {
    right: 40px;
    right: 2.5rem;
    top: 30px;
    top: 1.875rem; }
    .search-overlay-variant2 .close-search-overlay:hover {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  .search-overlay-variant2 .search__info {
    font-size: 19px;
    font-size: 1.1875rem;
    text-align: right; } }

.btn-anchor.dropdown-toggle::before, .btn-anchor.dropdown-toggle::after {
  display: none; }

.vp_anchor,
.vactory-ancre.cloned {
  background-color: #fff;
  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);
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .vactory-ancre {
    display: -ms-flexbox;
    display: flex; }
    .vactory-ancre.cloned {
      padding-left: 85px;
      padding-right: 85px;
      opacity: 0;
      visibility: hidden;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 4;
      transition: top 500ms ease-in; }
    .vactory-ancre.fixed {
      opacity: 1;
      visibility: visible; }
      .vactory-ancre.fixed.top {
        top: -60px; }
      .vactory-ancre.fixed.bottom {
        top: 0; }
        .toolbar-horizontal.toolbar-tray-open .vactory-ancre.fixed.bottom {
          top: 78px; }
        .toolbar-horizontal .vactory-ancre.fixed.bottom {
          top: 38px; }
    .vactory-ancre .anchor-link {
      padding-top: 12px;
      padding-bottom: 12px; }
      .vactory-ancre .anchor-link:hover, .vactory-ancre .anchor-link.active {
        background: #FB6753;
        color: #fff; } }

@media (max-width: 991.98px) {
  .vp_anchor {
    display: none; } }