@import "../fonts/fonts.css";
@import "../fonts/fonts-brandon.css";
.kfc,
.kfc div,
.kfc span,
.kfc applet,
.kfc object,
.kfc iframe,
.kfc h1,
.kfc h2,
.kfc h3,
.kfc h4,
.kfc h5,
.kfc h6,
.kfc p,
.kfc blockquote,
.kfc pre,
.kfc a,
.kfc abbr,
.kfc acronym,
.kfc address,
.kfc big,
.kfc cite,
.kfc code,
.kfc del,
.kfc dfn,
.kfc em,
.kfc img,
.kfc ins,
.kfc kbd,
.kfc q,
.kfc s,
.kfc samp,
.kfc small,
.kfc strike,
.kfc strong,
.kfc sub,
.kfc sup,
.kfc tt,
.kfc var,
.kfc b,
.kfc u,
.kfc i,
.kfc center,
.kfc dl,
.kfc dt,
.kfc dd,
.kfc ol,
.kfc ul,
.kfc li,
.kfc fieldset,
.kfc form,
.kfc label,
.kfc legend,
.kfc table,
.kfc caption,
.kfc tbody,
.kfc tfoot,
.kfc thead,
.kfc tr,
.kfc th,
.kfc td,
.kfc article,
.kfc aside,
.kfc canvas,
.kfc details,
.kfc embed,
.kfc figure,
.kfc figcaption,
.kfc footer,
.kfc header,
.kfc hgroup,
.kfc menu,
.kfc nav,
.kfc output,
.kfc ruby,
.kfc section,
.kfc summary,
.kfc time,
.kfc mark,
.kfc audio,
.kfc video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.kfc {
    font-size:1.6rem;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
.kfc *,
.kfc *::before,
.kfc *::after {
  box-sizing: inherit;
}
.kfc .container {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
.kfc .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.kfc .col-1,
.kfc .col-2,
.kfc .col-3,
.kfc .col-4,
.kfc .col-5,
.kfc .col-6,
.kfc .col-7,
.kfc .col-8,
.kfc .col-9,
.kfc .col-10,
.kfc .col-11,
.kfc .col-12,
.kfc .col,
.kfc .col-auto,
.kfc .col-sm-1,
.kfc .col-sm-2,
.kfc .col-sm-3,
.kfc .col-sm-4,
.kfc .col-sm-5,
.kfc .col-sm-6,
.kfc .col-sm-7,
.kfc .col-sm-8,
.kfc .col-sm-9,
.kfc .col-sm-10,
.kfc .col-sm-11,
.kfc .col-sm-12,
.kfc .col-sm,
.kfc .col-sm-auto,
.kfc .col-md-1,
.kfc .col-md-2,
.kfc .col-md-3,
.kfc .col-md-4,
.kfc .col-md-5,
.kfc .col-md-6,
.kfc .col-md-7,
.kfc .col-md-8,
.kfc .col-md-9,
.kfc .col-md-10,
.kfc .col-md-11,
.kfc .col-md-12,
.kfc .col-md,
.kfc .col-md-auto,
.kfc .col-lg-1,
.kfc .col-lg-2,
.kfc .col-lg-3,
.kfc .col-lg-4,
.kfc .col-lg-5,
.kfc .col-lg-6,
.kfc .col-lg-7,
.kfc .col-lg-8,
.kfc .col-lg-9,
.kfc .col-lg-10,
.kfc .col-lg-11,
.kfc .col-lg-12,
.kfc .col-lg,
.kfc .col-lg-auto,
.kfc .col-xl-1,
.kfc .col-xl-2,
.kfc .col-xl-3,
.kfc .col-xl-4,
.kfc .col-xl-5,
.kfc .col-xl-6,
.kfc .col-xl-7,
.kfc .col-xl-8,
.kfc .col-xl-9,
.kfc .col-xl-10,
.kfc .col-xl-11,
.kfc .col-xl-12,
.kfc .col-xl,
.kfc .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -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;
  }
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.d-print-block {
  display: none !important;
}
@media print {
  .d-print-block {
    display: block !important;
  }
}
.d-print-inline {
  display: none !important;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
}
.d-print-inline-block {
  display: none !important;
}
@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-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;
  }
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
html {
  font-size: 10px;
  overflow-x: hidden;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.kfc * {
  box-sizing: border-box;
}
.kfc b,
.kfc strong {
  font-weight: 700;
}
a:focus,
span:focus,
div:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
.kfc {
  font-size: 1.6rem;
  font-family: 'Brandon Grotesque', sans-serif;
  line-height: 1.25;
  color: #231f20;
  background-color: #fff;
  min-width: 320px;  
}
.kfc a {
  color: #be1e2d;
  text-decoration: none;
}
.kfc a:hover {
  text-decoration: underline;
}
.kfc h1 {
  font-size: 3rem;
  font-family: 'stag', sans-serif;
  font-weight: 500;
  margin: 0;
  color: #231f20;
}
.kfc h1.logo {
    margin:0 1.5rem -6.2rem -0.5rem;
}
.kfc h2 {
  display: block;
  margin: 6rem 0 7rem 0;
  position: relative;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1.35;
}
h2:after {
  content: '';
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -2rem;
  width: 15rem;
  height: 1px;
  border-bottom: 2px solid #ada093;
}
.kfc h3,
.kfc .job_description p strong {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  color: #be1e2d;
  font-family: 'stag', sans-serif;
  margin: 3rem 0 2rem 0;
}
.kfc .job_description p:first-child {
    display:none;
}
.kfc .job_perex {
    display:none;
}
.kfc .btn {
  display: inline-block;
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 1.3rem 3rem;
  min-width: 17rem;
  font-size: 1.8rem;
  font-family: 'Brandon Grotesque', sans-serif;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}
.kfc .btn:hover {
  text-decoration: none;
}
.kfc .btn-sm {
  font-size: 1.6rem;
  padding: 1.2rem 2rem;
}
.kfc .btn-brand {
  background-color: #be1e2d;
  color: #fff;
}
.kfc .btn-brand:hover {
  background-color: #a81b28;
}
.kfc .btn-primary {
  background-color: #fff;
  color: #ada093;
  border: 1px solid #ada093;
}
.kfc .btn-primary:hover {
  background-color: #ada093;
  color: #fff;
}
.kfc hr {
  display: block;
  margin: 4.5rem 0 3rem 0;
  border: none;
  border-bottom: 1px dashed #d8d1cb;
}
.kfc .form-row {
  margin-bottom: 2rem;
}
.kfc input,
.kfc textarea {
  display: block;
  width: 100%;
  border: 1px solid #ada093;
  border-radius: 2px;
  height: 4.8rem;
  padding: 0.8rem 2rem;
  font-family: 'Brandon Grotesque', sans-serif;
  font-size: 1.6rem;
  -webkit-box-shadow: inset 2px 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 5px -2px rgba(0, 0, 0, 0.1);
}
.kfc input:focus,
.kfc textarea:focus {
  border-color: #be1e2d;
}
.kfc textarea {
  resize: vertical;
  min-height: 10rem;
}
.kfc input[type="file"] {
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  left: -9999px;
}
.kfc .checkbox {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  margin: 2rem 0;
  color: #231f20;
}
.kfc .checkbox label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  background: transparent;
  padding: 0 0 0 3.8rem;
  margin: 0 2rem 0 0;
  min-height: 0;
  max-width: none;
  font-size: 1.6rem;
  color: #231f20;
  font-weight: 400;
  text-transform: none;
  line-height: 1.3;
}
.kfc .checkbox label:after {
  content: '';
  width: 12px;
  height: 6px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 4px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  transform: rotate(-45deg);
}
.kfc .checkbox label:before {
  content: '';
  background-image:none;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  border: 1px solid #8f7d6c;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
}
.kfc .checkbox label:hover::after {
  opacity: 0.2;
}
.kfc .checkbox input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.kfc .checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
  border-color: #fff;
}
.kfc .checkbox input[type=checkbox]:checked + label:before {
  border-color: #8f7d6c;
  background-color: #8f7d6c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.kfc .text-sm {
  font-size: 1.4rem;
}
.kfc .text-md {
  font-size: 1.8rem;
}
.kfc .container {
  max-width: 111rem;
}
.kfc .container-condensed {
  max-width: 95rem;
}
.kfc .wrapper {
  padding: 5rem 0 8rem 0;
}
.kfc .wrapper.sm {
  padding: 4rem 0 6rem 0;
}
.header {
  height: 10rem;
  background: #f8f7f7 url('../img/header-bg.png') repeat;
  position: relative;
  z-index: 39;
}
.header .container {
  height: 10rem;
  position: relative;
}
.header:after {
  content: '';
  position: absolute;
  z-index: 88;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: url('../img/header-border.png') repeat-x;
}
.logo {
  margin: 0 1.5rem -6.2rem -0.5rem;
  font-size: 2rem;
  float: left;
  width: 13.4rem;
  height: 16.2rem;
  position: relative;
  z-index: 99;
}
.logo a {
  display: block;
  line-height: 0;
}
.logo a img {
  width: 100%;
  height: 100%;
}
.header-nav {
  float: left;
  margin-top: -0.2rem;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nav {
  font-family: 'stag book', sans-serif;
  font-size: 1.8rem;
}
.nav:after,
.nav:before {
  display: table;
  content: "";
  clear: both;
}
.nav li {
  float: left;
  margin: 0 2rem;
}
.nav li a {
  color: #8f7d6c;
  position: relative;
  display: block;
  font-size:1.9rem;
}
.nav li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.7rem;
  width: 100%;
  border-bottom: 2px solid #8f7d6c;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}
.nav li a:hover {
  text-decoration: none;
}
.nav li a:hover:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
.nav .bubble {
  position: absolute;
  right: -5rem;
  top: -1rem;
  width: 3.8rem;
  height: 3.8rem;
  background: #fff;
  border-radius: 100%;
  z-index: 3;
  text-align: center;
  color: #be1e2d;
  font-family: 'stag', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.8rem;
}
.nav .bubble:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}
.kfc .btn-mobile-menu-open-container {
  display: none;
  width: 4.9rem;
  float: right;
  font-size: 1.3rem;
  text-align: center;
  /*margin-top: 1rem;*/
  margin-top:2.8rem;
  cursor: pointer;
  margin-right: -0.5rem;
}
.btn-mobile-menu-open {
  display: block;
  margin: 0 auto -2px auto;
  padding: 1.9rem 2rem 2.2rem 2rem;
  width: 5rem;
  height: 2rem;
  position: relative;
}
.btn-mobile-menu-open:active:hover {
  border: none;
}
.btn-mobile-menu-open span {
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #8f7d6c;
}
.btn-mobile-menu-open span,
.btn-mobile-menu-open span:before,
.btn-mobile-menu-open span:after {
  cursor: pointer;
  height: 4px;
  width: 3.5rem;
  position: absolute;
  display: block;
  content: '';
  border-radius: 3px;
  background-color: #8f7d6c;
}
.btn-mobile-menu-open span:before {
  top: -9px;
}
.btn-mobile-menu-open span:after {
  bottom: -9px;
}
.btn-mobile-menu-open span,
.btn-mobile-menu-open span:before,
.btn-mobile-menu-open span:after {
  transition: all 200ms ease-in-out;
}
.btn-mobile-menu-open.active span {
  background-color: transparent;
}
.btn-mobile-menu-open.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-mobile-menu-open.active span:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hero {
  width: 100%;
  height: 60rem;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 88%;
  height: 100%;
  background: url('../img/hero.jpg') no-repeat center;
  background-size: cover;
}
.kfc .hero-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 15%;
  background-color: #be1e2d;
  z-index: 3;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-family: 'stag book', sans-serif;
  padding-top: 12rem;
}
.hero-content:after {
  content: '';
  position: absolute;
  right: -4rem;
  top: 0;
  height: 110%;
  width: 10rem;
  background-color: #be1e2d;
  z-index: 3;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.hero-content .item-jobs {
  font-size: 3rem;
  font-weight: 500;
  font-family: 'stag', sans-serif;
  color:#fff;
  text-decoration:none;
}
.hero-content .item-jobs:hover {
    text-decoration:none;
}
.hero-content .item-jobs .count {
  display: inline-block;
  font-size: 8rem;
  margin: 2.5rem 0 2rem 0;
  position: relative;
}
.hero-content .item-jobs .count:after {
  content: '';
  position: absolute;
  width: 120%;
  border-bottom: 2px solid #ada093;
  bottom: -0.3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.kfc .hero-content-container {
  width: 14rem;
  position: relative;
  z-index: 9;
  margin: 0 auto;
}
.kfc .job-benefits {
  font-size: 0;
  margin: 0 -2rem;
  text-align: center;
}
.job-benefits .item {
  font-size: 1.6rem;
  display: inline-block;
  margin: 3rem 1.3rem 2rem 1.3rem;
  width: 53rem;
  position: relative;
  text-align: left;
  vertical-align:top;
}
.job-benefits .item-content {
  width: 100%;
  position: relative;
  height: 25rem;
  padding: 3rem 3rem 3rem 29rem;
  background: #cec7c0;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #cec7c0 0%, #edecea 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #cec7c0 0%, #edecea 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #cec7c0 0%, #edecea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cec7c0', endColorstr='#edecea', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.job-benefits .item-title {
  margin: 0 0 1.5rem -1.5rem;
  font-family: 'stag book', sans-serif;
  font-size: 2.4rem;
  color: #be1e2d;
}
.job-benefits .item-person {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25rem;
  height: 27.5rem;
  z-index: 9;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.job-benefits .item-person-name-bg {
  text-align: center;
  width: 107%;
  height: 15rem;
  overflow: hidden;
  line-height: 1.1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.job-benefits .item-person-name-bg .bg {
  position: absolute;
  left: -2rem;
  bottom: -1.5rem;
  width: 100%;
  height: 10rem;
  background-color: #be1e2d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(500px) rotateX(-10deg) rotateY(-10deg) rotateZ(0deg) skew(-10deg, -5deg);
  -moz-transform: perspective(500px) rotateX(-10deg) rotateY(-10deg) rotateZ(0deg) skew(-10deg, -5deg);
  -o-transform: perspective(500px) rotateX(-10deg) rotateY(-10deg) rotateZ(0deg) skew(-10deg, -5deg);
  -ms-transform: perspective(500px) rotateX(-10deg) rotateY(-10deg) rotateZ(0deg) skew(-10deg, -5deg);
  transform: perspective(500px) rotateX(-10deg) rotateY(-10deg) rotateZ(0deg) skew(-10deg, -5deg);
  z-index: 1;
}
.job-benefits .item-person-name-bg.jana .bg {
  -webkit-transform: rotateX(-15deg) rotateY(-20deg) rotateZ(0deg) skew(-5deg, 0deg) translate(0px, 0px);
  -moz-transform: rotateX(-15deg) rotateY(-20deg) rotateZ(0deg) skew(-5deg, 0deg) translate(0px, 0px);
  -o-transform: rotateX(-15deg) rotateY(-20deg) rotateZ(0deg) skew(-5deg, 0deg) translate(0px, 0px);
  -ms-transform: rotateX(-15deg) rotateY(-20deg) rotateZ(0deg) skew(-5deg, 0deg) translate(0px, 0px);
  transform: rotateX(-15deg) rotateY(-20deg) rotateZ(0deg) skew(-5deg, 0deg) translate(0px, 0px);
}
.job-benefits .item-person-name-bg.janka .bg {
  left: -3rem;
  bottom: -2.5rem;
  width: 110%;
  height: 11rem;
  -webkit-transform: rotate(10deg) rotateX(-20deg) rotateY(-30deg) rotateZ(-10deg) scale(1) skew(10deg, 0deg) translate3d(0px, 0px, 0px);
  -moz-transform: rotate(10deg) rotateX(-20deg) rotateY(-30deg) rotateZ(-10deg) scale(1) skew(10deg, 0deg) translate3d(0px, 0px, 0px);
  -o-transform: rotate(10deg) rotateX(-20deg) rotateY(-30deg) rotateZ(-10deg) scale(1) skew(10deg, 0deg) translate3d(0px, 0px, 0px);
  -ms-transform: rotate(10deg) rotateX(-20deg) rotateY(-30deg) rotateZ(-10deg) scale(1) skew(10deg, 0deg) translate3d(0px, 0px, 0px);
  transform: rotate(10deg) rotateX(-20deg) rotateY(-30deg) rotateZ(-10deg) scale(1) skew(10deg, 0deg) translate3d(0px, 0px, 0px);
}
.job-benefits .item-person-name-bg.filip .bg {
  -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, -2deg);
  -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, -2deg);
  -o-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, -2deg);
  -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, -2deg);
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, -2deg);
}
.job-benefits .item-person-name {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  z-index: 9;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
}
.kfc .why-us {
  background-image: url('../img/bg-why-us.jpg');
  background-repeat: no-repeat;
  background-position: center;
}
.kfc .why-us-item {
  border: 1px solid #d8d1cb;
  height: 35rem;
  padding: 3rem 2rem 4rem 2rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.96);
  margin-bottom: 3rem;
  overflow: hidden;
}
.why-us-item .item-title {
  font-size: 2rem;
  color: #be1e2d;
  font-family: 'stag', sans-serif;
  margin: 2rem 0;
  font-weight: 500;
  text-transform: uppercase;
}
.why-us-item .item-icon {
  font-family: 'kfc', sans-serif;
  font-size: 5rem;
  color: #ada093;
  height: 5rem;
  margin-bottom: 3rem;
}
.why-us-item p {
  padding: 0 1rem;
  max-width: 25rem;
  margin: 0 auto;
}
.bg-gray {
  position: relative;
  background: #f8f7f7;
  /* Old browsers */
  /*background: -moz-radial-gradient(center, ellipse cover, #f8f7f7 0%, #e3e0dd 100%);*/
  /* FF3.6-15 */
  /*background: -webkit-radial-gradient(center, ellipse cover, #f8f7f7 0%, #e3e0dd 100%);*/
  /* Chrome10-25,Safari5.1-6 */
  /*background: radial-gradient(ellipse at center, #f8f7f7 0%, #e3e0dd 100%);*/
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f7f7', endColorstr='#e3e0dd', GradientType=1);*/
  /* IE6-9 fallback on horizontal gradient */
}
.bg-gray:after,
.bg-gray:before {
  content: '';
  position: absolute;
  z-index: 88;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: url('../img/header-border.png') repeat-x;
}
.bg-gray:before {
  bottom: auto;
  top: -1px;
}
.jobs-filter .left,
.jobs-filter .right {
  float: left;
  width: 73%;
  padding: 0 0.5rem;
}
.jobs-filter .right {
  width: 27%;
  padding-left: 2rem;
  position: relative;
}
.jobs-filter .right:before {
  content: '';
  position: absolute;
  top: 0.9rem;
  left: 0.7rem;
  height: 10rem;
  border-left: 1px solid #d8d1cb;
  width: 1px;
}
.filter-items:after,
.filter-items:before {
  display: table;
  content: "";
  clear: both;
}
.filter-items li {
  padding: 1rem;
  float: left;
  width: 33.33%;
}
.filter-items li a {
  display: block;
  height: 4rem;
  border: 1px solid #d8d1cb;
  color: #231f20;
  padding: 0.9rem 2rem 0.9rem 2.5rem;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}
.filter-items li a:hover {
  text-decoration: none;
  border-color: #ada093;
}
.filter-items li a .count {
  color: #be1e2d;
  font-size: 1.4rem;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}
.filter-items.options li {
  width: 100%;
}
.filter-items.options li a {
  color: #be1e2d;
  border-color: #be1e2d;
  text-align: center;
}
.filter-items.options li a:hover {
  background-color: #be1e2d;
  color: #fff;
}
.filter-items.options li a:hover .count {
  color: #fff;
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 4rem !important;
  border-radius: 0 !important;
  border-color: #d8d1cb !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #231f20 !important;
  line-height: 4rem !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.select2-dropdown {
  border: 1px solid #d8d1cb !important;
  border-radius: 0 !important;
}
.select2-search--dropdown {
  display: none !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #be1e2d !important;
}
.select2-results__option {
  padding: 0.7rem 2.5rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 0.9rem !important;
  top: 50% !important;
  right: 2rem !important;
  margin-top: -0.4rem !important;
  width: 1.6rem !important;
  background: url('../img/dropdown-arrow.png') no-repeat center !important;
  background-size: contain !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}
.dot-divider {
  display: inline-block;
  margin: 0 0.5rem;
}
.jobs-list .item {
  /*padding: 2rem 22rem 2rem 1rem;*/
  padding: 2rem 30rem 2rem 1rem;
  position: relative;
  border-bottom: 1px dashed #ada093;
}
.jobs-list .item:last-child {
  border-bottom: none;
}
.jobs-list .item-title:after,
.jobs-list .item-title:before {
  display: table;
  content: "";
  clear: both;
}
.jobs-list .item-title h3 {
  margin: 0 2rem 0.9rem 0;
  color: #be1e2d;
  font-family: 'stag', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  float: left;
}
.jobs-list .item-tags {
  float: left;
  margin-bottom: 0.8rem;
}
.kfc .jobs-list .item-title {
    text-overflow:ellipsis;
    overflow:hidden;
    white-space: nowrap;
}
.kfc .jobs-list .item-title .item-tags {
    white-space:nowrap;
    float:none;
}
.kfc .jobs-list .item-title {
    position:relative;
}

.kfc .jobs-list .item-title:after {
    content:"";
    width:50px;
    height:50px;
    position:absolute;
    display:inline-block;
    top:0px;
    right:0px;
    /*background: linear-gradient(to right, rgba(227,224,221,0) 0%,rgba(227,224,221,1) 99%) repeat-y right center;*/
    background: linear-gradient(to right, rgba(248,247,247,0) 0%,rgba(248,247,247,1) 99%) repeat-y right center;
}
.kfc .jobs-list.jobs-list-similar .item-title:after {
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%) repeat-y right center;
}

.jobs-list .item-text {
  font-family: 'Brandon Grotesque', sans-serif;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jobs-list .item-meta {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2rem 2rem 2rem 1rem;
  text-align: center;
  width: 30rem;
  margin: 0 auto;
}
.jobs-list .item-meta .salary {
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.7rem;
  
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.kfc .tag {
  display: inline-block;
  margin: 0.2rem 0.8rem;
  vertical-align: middle;
  color: #be1e2d;
  font-size: 1.4rem;
  padding: 0.3rem 1rem 0.3rem 0.5rem;
  border: 1px solid #ada093;
  border-left: none;
  height: 25px;
  position: relative;
}
.tag:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  left: -9px;
  top: 2px;
  border: 1px solid #ada093;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: none;
  border-right: none;
}
.tag:hover {
  text-decoration: none;
}
.page-header {
  background-color: #c9bcb0;
  height: 19rem;
  position: relative;
}
.page-header .item-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 3.5rem;
  text-align: center;
}
.page-header .item-meta {
  display: inline-block;
  font-size: 1.8rem;
  margin-top: 0.5rem;
}
.kfc .perex {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  position: relative;
  margin-bottom: 5rem;
}
.kfc .perex:after {
  content: '';
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -2.5rem;
  width: 15rem;
  height: 1px;
  border-bottom: 2px solid #ada093;
}
.list-circle li,
.kfc .job_description ul li {
  position: relative;
  padding: 0.2rem 0 0.2rem 3rem;
}
.list-circle li:before,
.kfc .job_description ul li:before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #be1e2d;
  border-radius: 100%;
  top: 0.4em;
  left: 0.5rem;
}
.kfc .job-detail {
  position: relative;
}
.kfc .job-detail .fb {
  position: absolute;
  right: 0;
  top: 0;
  z-index:10;
}
.kfc .job-info {
  padding-left: 3rem;
}
.kfc .job-salary {
  padding: 3rem;
  color: #ada093;
  position: relative;
  z-index: 9;
}
.kfc .job-salary .salary {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  color: #231f20;
  margin-top: 0.8rem;
}
.kfc .job-info-content {
  padding: 7rem 3rem 8rem 3rem;
  position: relative;
  background: #f8f7f7 url('../img/header-bg.png') repeat;
  overflow: hidden;
  margin-top: -2rem;
  margin-bottom: -5rem;
}
.kfc .job-info-content:before {
  content: '';
  position: absolute;
  left: -5rem;
  top: -4rem;
  width: 120%;
  height: 7rem;
  background-color: #fff;
  z-index: 3;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.kfc .job-info-content:after {
  content: '';
  position: absolute;
  left: -5rem;
  bottom: -4rem;
  width: 120%;
  height: 7rem;
  background-color: #fff;
  z-index: 3;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}
.kfc .table-job-info {
  width: 100%;
}
.kfc .table-job-info tr td {
  padding: 0.5rem;
  font-weight: 700;
}
.kfc .table-job-info tr td a {
  text-decoration: underline;
  font-weight: 400;
}
.kfc .table-job-info tr td a:hover {
  text-decoration: none;
}
.kfc .table-job-info tr td:first-child {
  color: #ada093;
  font-weight: 400;
}
.job-tags .tag {
  background-color: #fff;
  border-color: #fff;
}
.job-tags .tag span {
  position: relative;
  z-index: 9;
}
.job-tags .tag:before {
  background-color: #fff;
  border-color: #fff;
}
.job-tags .tag:hover {
  background-color: #be1e2d;
  color: #fff;
  border-color: #be1e2d;
  text-decoration:none;
}
.job-tags .tag:hover:before {
  background-color: #be1e2d;
  border-color: #be1e2d;
}
.kfc .wrapper-contact-form {
  background: url('../img/bg-chicken.png') no-repeat center right;
}
.wrapper-contact-form .container {
  position: relative;
}
.kfc .btn-submit {
  width: 100%;
  font-size: 2rem;
  padding: 1.6rem 2rem;
  margin-top: 2rem;
  line-height:40px;
  margin-bottom:2rem;
}
.kfc .btn-submit.hidden {
    position:absolute;
}
.kfc .contact-form-note {
  text-align: right;
  margin-top: 2rem;
}
.kfc .contact-form-note a {
  text-decoration: underline;
}
.kfc .contact-form-note a:hover {
  text-decoration: none;
}
.kfc .contact-form-login-btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #be1e2d;
  padding: 0.8rem 2rem;
}
.kfc .contact-form-login-btn:hover {
  background-color: #be1e2d;
  color: #fff;
}
.kfc .password-note {
  position: relative;
  padding-left: 3.5rem;
  min-height: 3.5rem;
}
.kfc .password-note:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5rem;
  height: 100%;
  background: url('../img/form-arrow.png') no-repeat center;
}
.kfc .label-file {
  border-radius: 2px;
  border: 1px dashed #ada093;
  width: 100%;
  display: block;
  background-color: #e3e1dd;
  text-align: center;
  padding: 3rem 0;
  cursor: pointer;
}
.label-file span {
  border: 1px solid #c9bcb0;
  display: inline-block;
  padding: 1rem 4rem;
  color: #ada093;
}
.label-file span:before {
  content: '+';
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.6rem;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -0.2rem;
  margin-right: 0.5rem;
}
.label-file:hover span {
  border-color: #8f7d6c;
  color: #8f7d6c;
}
.kfc .blog-title {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Brandon Grotesque', sans-serif;
}
.kfc .article-item {
  position: relative;
  margin: 3rem 0 5rem;
  background-color: #edecea;
  padding: 3rem 3rem 4rem 38rem;
}
.kfc .article-item .item-title {
  margin: 0 0 0.5rem 0;
  font-size: 2.4rem;  
}
.kfc .article-item .item-text {
  margin-top: 1rem;
  font-size: 1.8rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=(75));
  opacity: 0.75;
}
.kfc .article-item .item-image-holder {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35rem;
  height: 110%;
  max-height: 25rem;
  overflow: hidden;
}
.kfc .article-item .item-image {
  position: absolute;
  left: -3.5rem;
  bottom: -2.5rem;
  width: 105%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: skew(-5deg, 5deg);
  -moz-transform: skew(-5deg, 5deg);
  -o-transform: skew(-5deg, 5deg);
  -ms-transform: skew(-5deg, 5deg);
  transform: skew(-5deg, 5deg);
  overflow: hidden;
}
.kfc .article-item .item-image .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 2rem;
  top: -1.7rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: skew(5deg, -5deg);
  -moz-transform: skew(5deg, -5deg);
  -o-transform: skew(5deg, -5deg);
  -ms-transform: skew(5deg, -5deg);
  transform: skew(5deg, -5deg);
}
.kfc .article-item:nth-child(2n) {
  background-color: transparent;
  border: 1px solid #edecea;
  padding: 3rem 38rem 4rem 3rem;
}
.kfc .article-item:nth-child(2n) .item-image-holder {
  left: auto;
  right: 0;
}
.kfc .article-item:nth-child(2n) .item-image {
  position: absolute;
  right: -3.5rem;
  left: auto;
  -webkit-transform: skew(5deg, -5deg);
  -moz-transform: skew(5deg, -5deg);
  -o-transform: skew(5deg, -5deg);
  -ms-transform: skew(5deg, -5deg);
  transform: skew(5deg, -5deg);
  overflow: hidden;
}
.kfc .article-item:nth-child(2n) .item-image .bg {
  right: 2rem;
  left: auto;
  -webkit-transform: skew(-5deg, 5deg);
  -moz-transform: skew(-5deg, 5deg);
  -o-transform: skew(-5deg, 5deg);
  -ms-transform: skew(-5deg, 5deg);
  transform: skew(-5deg, 5deg);
}
.kfc .pagination {
  display: inline-block;
}
.kfc .pagination li {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  text-align: center;
  color: #90765e;
  margin: 0.2rem;
}
.kfc .pagination li a {
  display: block;
  width: 4rem;
  height: 4rem;
  border: 1px solid #90765e;
  text-align: center;
  line-height: 3.8rem;
  color: #90765e;
  border-radius: 1px;
}
.kfc .pagination li a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #231f20;
}
.kfc .pagination li.active a {
  background-color: #90765e;
  color: #fff;
  text-decoration: none;
}
.kfc .cta-container {
  padding-top: 2rem;
  width: 100%;
  overflow: hidden;
}
.kfc .cta {
  padding: 5rem 0 6rem;
  text-align: center;
  position: relative;
}
.kfc .cta .container {
  position: relative;
  z-index: 99;
}
.kfc .cta .item-title {
  font-size: 3rem;
  font-weight: 700;
}
.kfc .cta .btn {
  font-size: 2rem;
  font-family: 'stag book', sans-serif;
  padding: 1.2rem 4rem 1rem 4rem;
  margin-top: 3rem;
}
.kfc .cta .btn .count {
  font-family: 'stag', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
}
.kfc .cta .item-image {
  position: absolute;
  width: 45rem;
  height: 110%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto 0;
  z-index: 98;
}
.kfc .cta .item-image .bg {
  position: absolute;
  background: url('../img/burger.png') no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  right: -30rem;
}
.kfc .article {
  font-size: 1.8rem;
  max-width: 92rem;
  margin: 6rem 0;
  position: relative;
  color: #231f20;
}
.kfc .article p {
  margin: 1.5rem 0;
}
.kfc .article .fb {
  position: absolute;
  right: 0;
  top: -4rem;
}
.kfc .article iframe {
  max-width: 100%;
}
.kfc .footer-photos {
  max-height: 35rem;
  height: 30rem;
  height: 20vw;
  background: url('../img/footer-photos.jpg') no-repeat center;
  background-size: cover;
}
.kfc .footer-custom {
  background-color: #231f20;
  color: #fff;
  text-align: center;
  padding: 5.5rem 0;
  display: block;
}
.kfc .footer-logo {
  display: inline-block;
}
.kfc .footer-nav {
  margin: 3rem 0;
  text-align: center;
}
.kfc .footer-nav li {
  display: inline-block;
  margin: 0 1.5rem;
}
.kfc .footer-nav li a {
  color: #fff;
  font-family: 'stag book', sans-serif;
  font-size: 2rem;
}
.kfc .footer-nav.social li {
  margin: 0 1.3rem;
}
.kfc .footer-nav.social li a {
  font-size: 3rem;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}
.kfc .footer-nav.social li a:hover {
  text-decoration: none;
  color: #ada093;
}
.kfc .footer-copyright {
  margin-top: 7rem;
}
.kfc .footer-copyright a {
  color: #fff;
  text-decoration: underline;
}
.kfc .footer-copyright a:hover {
  text-decoration: none;
}
.kfc .footer-copyright .divider {
  display: inline-block;
  margin: 0 1.5rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=(50));
  opacity: 0.5;
}
.kfc .mb0 {
  margin-bottom: 0;
}
.kfc .mb-xs {
  margin-bottom: 1rem;
}
.kfc .mb-sm {
  margin-bottom: 2rem;
}
.kfc .mb-md {
  margin-bottom: 3rem;
}
.kfc .mb-lg {
  margin-bottom: 4rem;
}
.kfc .mb-xl {
  margin-bottom: 6rem;
}
.kfc .mb-xxl {
  margin-bottom: 8rem;
}
.kfc .mt0 {
  margin-top: 0;
}
.kfc .mt-xs {
  margin-top: 1rem;
}
.kfc .mt-sm {
  margin-top: 2rem;
}
.kfc .mt-md {
  margin-top: 3rem;
}
.kfc .mt-lg {
  margin-top: 4rem;
}
.kfc .mt-xl {
  margin-top: 6rem;
}
.kfc .mt-xxl {
  margin-top: 8rem;
}
.kfc .pb0 {
  padding-bottom: 0;
}
.kfc .pt0 {
  padding-top: 0;
}
.kfc .text-center {
  text-align: center;
}
.kfc .text-left {
  text-align: left;
}
.kfc .text-right {
  text-align: right;
}
.kfc .text-justify {
  text-align: justify;
}
.kfc .font-extrabold {
  font-weight: 800;
}
.kfc .font-bold {
  font-weight: 700;
}
.kfc .font-semibold {
  font-weight: 600;
}
.kfc .font-medium {
  font-weight: 500;
}
.kfc .font-regular {
  font-weight: 400;
}
.kfc .font-light {
  font-weight: 300;
}
.kfc .font-italic {
  font-style: italic;
}
@media screen and (max-width: 1480px) {
  .kfc .hero {
    height: 50rem;
  }
  .kfc .hero-bg {
    width: 80%;
  }
  .kfc .hero-content {
    width: 20%;
  }
}
@media screen and (max-width: 1366px) {
  .wrapper-contact-form {
    background: none;
  }
}
@media screen and (max-width: 992px) {
  .kfc {
    font-size: 9px;
  }
  .kfc .contact-form-login-btn {
    position: static;
    margin: 0 0 3rem 0;
  }
}
@media screen and (min-width: 721px) {
  .kfc .header-nav {
    display: block !important;
  }
}
@media screen and (max-width: 720px) {
  .kfc .header {
    height: 8rem;
  }
  .kfc .header .container {
    height: 8rem;
  }
  .kfc .logo {
    width: 10rem;
    height: 12.1rem;
    margin-bottom: -3rem;
  }
  .kfc .btn-mobile-menu-open-container {
    display: block;
  }
  .kfc .header-nav {
    padding: 1.5rem 0;
    display: none;
    background: #f8f7f7 url('../img/header-bg.png') repeat;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 88;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .kfc .header-nav:after {
    content: '';
    position: absolute;
    z-index: 88;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: url('../img/header-border.png') repeat-x;
  }
  .kfc .nav {
    text-align: center;
  }
  .kfc .nav li {
    float: none;
    display: block;
  }
  .kfc .nav li a {
    padding: 1rem;
    display: inline-block;
  }
  .kfc .nav li a:after {
    display: none;
  }
  .kfc .nav .bubble {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .kfc .nav li {
    margin: 0 1.5rem;
  }
  .kfc .hero {
    height: 40rem;
  }
  .kfc .hero-content {
    padding-top: 10rem;
    font-size: 1.8rem;
    padding-left: 1.5rem;
  }
  .kfc .hero-content .item-jobs {
    font-size: 2rem;
  }
  .kfc .hero-content .item-jobs .count {
    display: inline-block;
    font-size: 6rem;
    margin: 2.5rem 0 2rem 0;
    position: relative;
  }
  .kfc .hero-content-container {
    width: 12rem;
  }
  .kfc .jobs-filter .left,
  .kfc .jobs-filter .right {
    float: none;
    width: 100%;
  }
  .kfc .jobs-filter .right {
    width: 100%;
    padding-left: 0.5rem;
  }
  .kfc .jobs-filter .right:before {
    display: none;
  }
  .kfc .filter-items.options li {
    width: 50%;
  }
  .kfc .job-info {
    padding-left: 1.5rem;
    margin-top: 3rem;
  }
  .kfc .job-info-content {
    padding-top: 8rem;
  }
  .kfc .job-info-content:before {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}
@media screen and (max-width: 640px) {
  .kfc .article-item {
    padding: 3rem 3rem 4rem 3rem !important;
  }
  .kfc .article-item .item-image-holder {
    display: none !important;
  }
}
@media screen and (max-width: 568px) {
  .kfc h1 {
    font-size: 2.6rem;
  }
  .kfc h2 {
    font-size: 2.6rem;
  }
  .kfc .hero {
    height: auto;
  }
  .kfc .hero-bg {
    position: static;
    width: 100%;
    height: 30rem;
    height: 47vw;
  }
  .kfc .hero-content {
    padding: 2rem 0 4rem 0;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
  .kfc .hero-content .item-jobs {
    font-size: 2rem;
  }
  .kfc .hero-content .item-jobs .count {
    display: block;
    width: 6rem;
    font-size: 5rem;
    margin: 1.7rem auto 2rem auto;
    position: relative;
  }
  .kfc .hero-content:after {
    right: auto;
    left: 0;
    top: -1.5rem;
    width: 110%;
    height: 5rem;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  .kfc .hero-content-container {
    width: 100%;
  }
  .kfc .job-benefits {
    margin: 0;
  }
  .kfc .job-benefits .item {
    width: 100%;
    margin: 0 0 5rem 0;
    height: 49rem;
  }
  .kfc .job-benefits .item-person {
    width: 100%;
    overflow: hidden;
    bottom: auto;
    top: 0;
  }
  .kfc .job-benefits .item-content {
    padding: 3rem 3rem 3rem 5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 22rem;
  }
  .kfc .job-benefits .item-person-name-bg .bg {
    left: -6rem;
    bottom: -3.5rem;
    width: 120%;
    height: 12.5rem;
  }
  .kfc .job-benefits .item-person-name-bg.janka .bg {
    left: -6rem;
    bottom: -3.5rem;
    width: 120%;
    height: 12.5rem;
    -webkit-transform: rotateX(-15deg) rotateY(-20deg) rotateZ(0deg) skew(-5deg, 0deg) translate(0px, 0px);
    -moz-transform: rotateX(-15deg) rotateY(-20deg) rotateZ(0deg) skew(-5deg, 0deg) translate(0px, 0px);
    -o-transform: rotateX(-15deg) rotateY(-20deg) rotateZ(0deg) skew(-5deg, 0deg) translate(0px, 0px);
    -ms-transform: rotateX(-15deg) rotateY(-20deg) rotateZ(0deg) skew(-5deg, 0deg) translate(0px, 0px);
    transform: rotateX(-15deg) rotateY(-20deg) rotateZ(0deg) skew(-5deg, 0deg) translate(0px, 0px);
  }
  .kfc .why-us-item {
    height: auto;
    width: 100%;
    max-width: 35rem;
    margin: 0 auto 3rem auto;
  }
  .kfc .footer-nav.menu li {
    margin: 1rem 0;
    display: block;
  }
  .kfc .filter-items li {
    width: 50%;
  }
  .kfc .filter-items.options li {
    width: 50%;
  }
  .kfc .jobs-list .item {
    padding: 2rem 1rem;
    text-align: center;
  }
  .kfc .jobs-list .item-title h3 {
    float: none;
  }
  .kfc .jobs-list .item-meta {
    position: static;
    padding: 0;
    margin-top: 2rem;
  }
  .kfc .jobs-list .item-meta .salary {
    font-size: 2.4rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0.7rem;
  }
  .kfc .jobs-list .item-tags {
    float: none;
    display: inline-block;
    margin: 1rem 0;
  }
  .kfc .password-note {
    padding-left: 5rem;
  }
  .kfc .password-note:before {
    width: 4.5rem;
    height: 4rem;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -1rem;
  }
}
@media screen and (max-width: 420px) {
  .kfc .filter-items li {
    width: 100%;
  }
  .kfc .filter-items li a {
    text-align: center;
  }
  .kfc .filter-items.options li {
    width: 100%;
  }
}



.kfc .response_files .item:nth-child(2n) {
    margin-left:0px;    
}
.kfc .response_files .item {
    max-width: none;
    width:100%;
}
.kfc .response_files .item.add {
    border-radius: 2px;
    border: 1px dashed #ada093;
    width: 100%;
    display: block;
    background-color: #e3e1dd;
    text-align: center;
    padding: 3rem 0;
    cursor: pointer;
    height:100px;
}
.kfc .response_files .item.add span {
    border: 1px solid #c9bcb0;
    display: inline-block;
    padding: 1rem 4rem;
    color: #ada093;    
}
.kfc .response_files .item.add:hover span {    
    border-color: #8f7d6c;
    color: #8f7d6c;
}
.kfc .response_files .item.add span:before {
    content: '+';
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.6rem;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -0.2rem;
    margin-right: 0.5rem;
}

.kfc .response_files .item.add:before {
    display:none;
}
.kfc .response_files .item.file .over .delete {
    margin-top:40px;
}


.kfc .checkbox.cond_error:before {
    display:none;
}
.kfc .checkbox.cond_error label{
    color:#F00;
}
.kfc .checkbox.cond_error label:before {
    background-color:#fcc;
}