@charset "UTF-8";
/*
* UPgates system
*
* @copyright  Copyright (c) 2010 EVici webdesign s.r.o.
* @link       http://www.upgates.com
* @category   UPgates
* @package    UPgates
* @version    7.0
*/
/**************** modules / critical / root ****************/
:root {
  --red: #dc3545;
  --yellow: #ffc107;
  --green: #1abc9c;
  --cyan: #17a2b8;
  --transparent: transparent;
  --default: #eeeeee;
  --primary: #575756;
  --secondary: #c8191d;
  --success: #1abc9c;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --white: #fff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 480px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/**************** modules / critical / reboot ****************/
*,
*::before,
*::after {
  box-sizing: border-box; }

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

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

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

body {
  font-weight: 400;
  line-height: 1.7;
  color: #575757;
  text-align: center;
  margin: 0;
  background-color: #fff;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1em; }
  @media (min-width: 992px) {
    .wf-active body {
      font-family: "Roboto", sans-serif; } }

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

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

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

p, .p, ul, ol, dl, address {
  margin-top: 0;
  margin-bottom: 1em; }

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

address {
  font-style: italic;
  line-height: inherit; }

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

b,
strong {
  font-weight: 700; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  text-decoration: none;
  background-color: transparent; }
  p a,
  .underline a,
  .text ul a,
  .text ol a,
  .text table a {
    text-decoration: underline; }

a:not([href]):not([tabindex]),
.no-link {
  color: inherit !important;
  text-decoration: none;
  cursor: inherit; }

figure {
  margin: 0; }

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

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

table {
  border-collapse: collapse; }

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  max-width: 100%; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

progress {
  vertical-align: baseline; }

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

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

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

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

/**************** modules / critical / background ****************/
.bg-transparent {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.1) !important;
  background-color: transparent; }
  .bg-transparent[class*="outer-"]:not(.hide) + .page-end,
  .bg-transparent[class*="outer-"]:not(.hide) + .hide + .page-end {
    border-color: rgba(255, 255, 255, 0.1); }

.bg-default {
  color: #575757;
  border-color: #fff !important;
  background-color: #eeeeee; }
  .bg-default[class*="outer-"]:not(.hide) + .page-end,
  .bg-default[class*="outer-"]:not(.hide) + .hide + .page-end {
    border-color: #fff; }

.bg-primary {
  color: #d5d5d5;
  border-color: #686867 !important;
  background-color: #575756; }
  .bg-primary[class*="outer-"]:not(.hide) + .page-end,
  .bg-primary[class*="outer-"]:not(.hide) + .hide + .page-end {
    border-color: #686867; }

.bg-secondary {
  color: #fae8e8;
  border-color: #ce3034 !important;
  background-color: #c8191d; }
  .bg-secondary[class*="outer-"]:not(.hide) + .page-end,
  .bg-secondary[class*="outer-"]:not(.hide) + .hide + .page-end {
    border-color: #ce3034; }

.bg-success {
  color: #fff;
  border-color: !important;
  background-color: #1abc9c; }

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

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

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

.bg-white {
  color: #575757;
  border-color: #ebebeb !important;
  background-color: #fff; }
  .bg-white[class*="outer-"]:not(.hide) + .page-end,
  .bg-white[class*="outer-"]:not(.hide) + .hide + .page-end {
    border-color: #ebebeb; }

.bg-default.reset-gray {
  background-color: #eeeeee; }

.bg.bg-transparent [class*='outer-']:not(.btn) {
  border-color: rgba(255, 255, 255, 0.1); }

.bg.bg-default [class*='outer-']:not(.btn) {
  border-color: #fff; }

.bg.bg-primary [class*='outer-']:not(.btn) {
  border-color: #686867; }

.bg.bg-secondary [class*='outer-']:not(.btn) {
  border-color: #ce3034; }

.bg.bg-white [class*='outer-']:not(.btn) {
  border-color: #ebebeb; }

.b.bg-transparent a:not([role*="button"]):not([class*="text-c-"]):not(.badge),
.b.bg-transparent .btn-link {
  color: #fff; }
  .b.bg-transparent a:not([role*="button"]):not([class*="text-c-"]):not(.badge):hover, .b.bg-transparent a:not([role*="button"]):not([class*="text-c-"]):not(.badge):focus,
  .b.bg-transparent .btn-link:hover,
  .b.bg-transparent .btn-link:focus {
    color: #e6e6e6; }

.b.bg-transparent .color-dis {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3); }

.b.bg-transparent .color-dis-dark {
  background-color: rgba(255, 255, 255, 0.4); }

.b.bg-transparent .color-dis-light {
  color: rgba(255, 255, 255, 0.3); }

.b.bg-transparent .text-c-body {
  color: rgba(255, 255, 255, 0.8); }

.b.bg-transparent .text-c-muted {
  color: rgba(255, 255, 255, 0.8); }

.b.bg-default a:not([role*="button"]):not([class*="text-c-"]):not(.badge),
.b.bg-default .btn-link {
  color: #575756; }
  .b.bg-default a:not([role*="button"]):not([class*="text-c-"]):not(.badge):hover, .b.bg-default a:not([role*="button"]):not([class*="text-c-"]):not(.badge):focus,
  .b.bg-default .btn-link:hover,
  .b.bg-default .btn-link:focus {
    color: #3d3d3d; }

.b.bg-default .color-dis {
  color: #575757;
  background-color: #fff; }

.b.bg-default .color-dis-dark {
  background-color: #d5d5d5; }

.b.bg-default .color-dis-light {
  color: #fff; }

.b.bg-default .text-c-body {
  color: #575757; }

.b.bg-default .text-c-muted {
  color: #979797; }

.b.bg-primary a:not([role*="button"]):not([class*="text-c-"]):not(.badge),
.b.bg-primary .btn-link {
  color: #fff; }
  .b.bg-primary a:not([role*="button"]):not([class*="text-c-"]):not(.badge):hover, .b.bg-primary a:not([role*="button"]):not([class*="text-c-"]):not(.badge):focus,
  .b.bg-primary .btn-link:hover,
  .b.bg-primary .btn-link:focus {
    color: #eeeeee; }

.b.bg-primary .color-dis {
  color: #d5d5d5;
  background-color: #686867; }

.b.bg-primary .color-dis-dark {
  background-color: #4a4a49; }

.b.bg-primary .color-dis-light {
  color: #686867; }

.b.bg-primary .text-c-body {
  color: #d5d5d5; }

.b.bg-primary .text-c-muted {
  color: #a3a3a2; }

.b.bg-secondary a:not([role*="button"]):not([class*="text-c-"]):not(.badge),
.b.bg-secondary .btn-link {
  color: #fff; }
  .b.bg-secondary a:not([role*="button"]):not([class*="text-c-"]):not(.badge):hover, .b.bg-secondary a:not([role*="button"]):not([class*="text-c-"]):not(.badge):focus,
  .b.bg-secondary .btn-link:hover,
  .b.bg-secondary .btn-link:focus {
    color: #eeeeee; }

.b.bg-secondary .color-dis {
  background-color: #ce3034; }

.b.bg-secondary .color-dis-dark {
  background-color: #b4171a; }

.b.bg-secondary .color-dis-light {
  color: #ce3034; }

.b.bg-secondary .text-c-body {
  color: #fae8e8; }

.b.bg-white a:not([role*="button"]):not([class*="text-c-"]):not(.badge),
.b.bg-white .btn-link {
  color: #575756; }
  .b.bg-white a:not([role*="button"]):not([class*="text-c-"]):not(.badge):hover, .b.bg-white a:not([role*="button"]):not([class*="text-c-"]):not(.badge):focus,
  .b.bg-white .btn-link:hover,
  .b.bg-white .btn-link:focus {
    color: #3d3d3d; }

.b.bg-white .color-dis {
  color: #575757;
  background-color: #eeeeee; }

.b.bg-white .color-dis-dark {
  background-color: #d5d5d5; }

.b.bg-white .color-dis-light {
  color: #eeeeee; }

.b.bg-white .text-c-body {
  color: #575757; }

.b.bg-white .text-c-muted {
  color: #a3a3a3; }

.bg.bg-transparent .widget {
  border-color: rgba(255, 255, 255, 0.1); }

.bg.bg-default .widget {
  border-color: #fff; }

.bg.bg-primary .widget {
  border-color: #686867; }

.bg.bg-secondary .widget {
  border-color: #ce3034; }

.bg.bg-white .widget {
  border-color: #ebebeb; }

.b.bg-transparent *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button):not(.divider), .b.bg-transparent:after, .b.bg-transparent:before,
.b.bg-transparent *:after,
.b.bg-transparent *:before {
  border-color: rgba(255, 255, 255, 0.1); }

.b.bg-default *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button):not(.divider), .b.bg-default:after, .b.bg-default:before,
.b.bg-default *:after,
.b.bg-default *:before {
  border-color: #fff; }

.b.bg-primary *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button):not(.divider), .b.bg-primary:after, .b.bg-primary:before,
.b.bg-primary *:after,
.b.bg-primary *:before {
  border-color: #686867; }

.b.bg-secondary *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button):not(.divider), .b.bg-secondary:after, .b.bg-secondary:before,
.b.bg-secondary *:after,
.b.bg-secondary *:before {
  border-color: #ce3034; }

.b.bg-white *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button):not(.divider), .b.bg-white:after, .b.bg-white:before,
.b.bg-white *:after,
.b.bg-white *:before {
  border-color: #ebebeb; }

.b.bg-white .color-dis[href],
.b.bg-default .color-dis[href] {
  color: #575756; }

.bg.bg-primary .b.bg-primary:not(.color-fix):not(.x):not(.widget) {
  background-color: #686867;
  border-color: #575756 !important; }
  .bg.bg-primary .b.bg-primary:not(.color-fix):not(.x):not(.widget) *:not(.btn):not(.form-control):not(.input-group-addon):not(.ui-spinner-button):not(.divider), .bg.bg-primary .b.bg-primary:not(.color-fix):not(.x):not(.widget):after, .bg.bg-primary .b.bg-primary:not(.color-fix):not(.x):not(.widget):before,
  .bg.bg-primary .b.bg-primary:not(.color-fix):not(.x):not(.widget) *:after,
  .bg.bg-primary .b.bg-primary:not(.color-fix):not(.x):not(.widget) *:before {
    border-color: #575756; }
  .bg.bg-primary .b.bg-primary:not(.color-fix):not(.x):not(.widget) .color-dis {
    background-color: #575756; }

.b.bg-transparent .text-primary,
.b.bg-primary .text-primary,
.b.bg-secondary .text-primary {
  color: #fff !important; }

[class*="outer-"]:not(.x) {
  border-style: solid;
  border-width: 0; }
  [class*="outer-"]:not(.x):not(.widget) {
    border-width: 1px 0; }
  .container [class*="outer-"]:not(.x), [class*="outer-"]:not(.x).full-outer, [class*="outer-"]:not(.x).btn {
    border-width: 1px; }

.bg-img,
.bg-filter {
  position: relative;
  display: block;
  z-index: 0; }

.bg-img:before,
.bg-filter:after {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.bg-img:before {
  background-repeat: no-repeat;
  background-position: center; }

.bg-filter:after {
  font-family: "FontAwesome";
  text-align: center; }

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

.hidden-bg-filter:after {
  display: none; }

.hidden-bg-img:before, .hidden-bg-img:after {
  display: none; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-bg-img-sm:before, .hidden-bg-img-sm:after {
    display: none; } }

@media (max-width: 767.98px) {
  .hidden-bg-img-xs:before, .hidden-bg-img-xs:after {
    display: none; } }

.x {
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .x.bg-img:before, .x.bg-filter:after {
    display: none !important; }

/**************** modules / critical / buttons ****************/
.btn {
  font-weight: 400;
  line-height: 1.5;
  padding: 0.66667em 1.3334em;
  border-width: 0;
  text-align: center;
  color: inherit;
  white-space: nowrap;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn .mr-i {
    margin-right: 0.62501em !important; }
  .btn .ml-i {
    margin-left: 0.62501em !important; }

.btn-block {
  width: 100%;
  white-space: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .btn-blockinput[type="submit"], .btn-blockinput[type="reset"], .btn-blockinput[type="button"] {
    width: 100%; }

[class*='btn-block-max'] {
  max-width: 19em;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

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

.btn-hg {
  font-size: 1.25em; }

.btn-lg {
  font-size: 1.13333em; }

.btn-sm {
  font-size: 0.86667em; }

[class*='btn-ico'] {
  padding: 0;
  border-radius: 10em;
  overflow: hidden; }
  [class*='btn-ico'] .fa {
    font-size: inherit; }

.btn-ico-sm {
  min-width: 2.9em;
  height: 2.9em;
  line-height: 2.9em; }

.btn-ico-md {
  min-width: calc(2.2 * calc(15px * 2.2 + .22vw));
  height: calc(2.2 * calc(15px * 2.2 + .22vw));
  line-height: calc(2.2 * calc(15px * 2.2 + .22vw));
  font-size: calc(15px * 2.2 + .22vw); }

.btn-ico-lg {
  min-width: calc(2 * calc(15px * 3 + .3vw));
  height: calc(2 * calc(15px * 3 + .3vw));
  line-height: calc(2 * calc(15px * 3 + .3vw));
  font-size: calc(15px * 3 + .3vw); }

.btn-default {
  border-color: #fff;
  color: #575756;
  background: #eeeeee; }

.btn-primary {
  border-color: #797978;
  color: #fff;
  background-color: #575756; }

.btn-secondary {
  border-color: #d3474a;
  color: #fff;
  background-color: #c8191d; }

.btn-success {
  border-color: #ebebeb;
  color: #fff;
  background-color: #1abc9c; }

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

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

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

.btn-white {
  border-color: #ebebeb;
  color: #575757;
  background-color: #fff; }

.btn-white,
.b.bg-transparent .btn-primary:not(.color-fix),
.b.bg-default .btn-default:not(.color-fix),
.b.bg-primary .btn-primary:not(.color-fix),
.b.bg-primary .input-group .btn-primary:not(.color-fix),
.b.bg-secondary .btn-secondary:not(.color-fix) {
  border-color: #ebebeb;
  color: #575757;
  background-color: #fff; }

.b.bg-primary .btn-primary.color-fix:not([class*='outer-']) {
  border-color: #797978;
  color: #fff;
  background-color: #686867; }

.b.bg-secondary .btn-secondary:not(.color-fix) {
  color: #c8191d; }

.btn.active .badge {
  background-color: #eeeeee; }

.b.bg-white .btn.active .badge {
  background-color: #fff; }

.b.bg-primary .btn.active .badge {
  background-color: #575756; }

.bg.bg-primary .b.bg-primary:not(.x) .btn.active .badge {
  background-color: #686867; }

.btn[class*="outer-"] {
  -webkit-box-shadow: none;
  box-shadow: none; }

.AddProductToCart:not(.AddProductToCartInitialized),
.AddToCartButton:not(.AddToCartButtonInitialized) {
  background: rgba(0, 0, 0, 0.1);
  cursor: default !important; }
  .AddProductToCart:not(.AddProductToCartInitialized) .fa,
  .AddToCartButton:not(.AddToCartButtonInitialized) .fa {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear; }
    .AddProductToCart:not(.AddProductToCartInitialized) .fa:before,
    .AddToCartButton:not(.AddToCartButtonInitialized) .fa:before {
      content: '\f110'; }

/**************** modules / critical / button-group ****************/
.btn-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .btn-group > .btn {
    margin: 0;
    -webkit-box-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .btn-group > .btn:not(:first-child) {
    border-left-width: 1px;
    border-left-style: solid;
    margin-left: -1px; }

/**************** modules / critical / type ****************/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  color: inherit;
  margin-bottom: 0.65em;
  letter-spacing: -0.025em; }
  .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active
  .h1, .wf-active .h2, .wf-active .h3, .wf-active .h4, .wf-active .h5, .wf-active .h6 {
    font-family: "Roboto Condensed", sans-serif; }

h1, .h1 {
  font-size: 1.875rem; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: calc(1.875rem * 0.8 + 1.35vw); } }
  @media (min-width: 1498px) {
    h1, .h1 {
      font-size: 2.64375rem; } }

h2, .h2 {
  font-size: 1.625rem; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: calc(1.625rem * 0.93 + 0.4vw); } }
  @media (min-width: 1498px) {
    h2, .h2 {
      font-size: 1.83875rem; } }

h3, .h3 {
  font-size: 1.1875rem; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: calc(1.1875rem * 0.93 + 0.4vw); } }
  @media (min-width: 1498px) {
    h3, .h3 {
      font-size: 1.4375rem; } }

h4, .h4 {
  font-size: 1rem; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: calc(1rem * 0.93 + 0.4vw); } }
  @media (min-width: 1498px) {
    h4, .h4 {
      font-size: 1.20688rem; } }

h5, .h5 {
  font-size: 0.94812em; }

h6, .h6 {
  font-size: 0.8625em; }

.h1-hg {
  font-size: 2.80688rem; }
  @media (min-width: 768px) {
    .h1-hg {
      font-size: calc(2.80688rem * 0.8 + 2.4vw); } }
  @media (min-width: 1498px) {
    .h1-hg {
      font-size: 4.31063rem; } }

hr {
  border: 0;
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 1em;
  margin-bottom: 1em; }

.hr-lg {
  border-top-width: 2px; }

small,
.small {
  font-size: smaller;
  font-weight: 400;
  letter-spacing: 0; }

h1, .h1 {
  margin-bottom: 0.35em; }
  h1 .small, .h1 .small {
    display: block;
    font-size: 1rem !important;
    line-height: 1.7 !important;
    margin-top: .5em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    @media (min-width: 992px) {
      .wf-active h1 .small, .wf-active .h1 .small {
        font-family: "Roboto", sans-serif; } }

h1, .h1,
h2, .h2,
h3, .h3 {
  line-height: 1.2; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small {
    font-size: 65%; }
  h1 .badge, .h1 .badge,
  h2 .badge, .h2 .badge,
  h3 .badge, .h3 .badge {
    position: relative;
    vertical-align: middle; }

.font-family-base {
  letter-spacing: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; }
  @media (min-width: 992px) {
    .wf-active .font-family-base {
      font-family: "Roboto", sans-serif !important; } }

.font-size-sm {
  font-size: 0.86667em !important; }

.font-size {
  font-size: 1em !important; }

.font-size-lg {
  font-size: 1.13333em !important; }

.font-size-hg {
  font-size: 2em !important; }

.font-size-0 {
  font-size: 0 !important; }

.rem {
  font-size: 1rem !important; }

.rem-sm {
  font-size: 0.86667rem !important; }

.rem-lg {
  font-size: 1.13333rem !important; }

.p-last-n p:last-of-type {
  margin-bottom: 0; }

.line-height-0 {
  line-height: 0 !important; }

.standard_price,
.common_price {
  text-decoration: line-through; }

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

.text {
  /* Do not format class text. Only its content. */ }
  .text img:not(.ImgLazy):not(.or-item),
  .text iframe {
    max-width: 100%;
    height: auto; }
  .text ol,
  .text ul {
    text-align: left; }
  .text h2, .text h3, .text h4 {
    margin: calc(0.65em * 2 + .8vw) 0 calc(0.65em + .8vw); }

[text-start] + h2, [text-start] + h3, [text-start] + h4 {
  margin-top: 0; }

.no-item {
  font-size: 2em;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 1em;
  opacity: 0.4; }

/**************** modules / critical / grid ****************/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1867px; }
  @media (min-width: 992px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; }
      .container .container:not(.reset-container-px-0) {
        padding-left: 0;
        padding-right: 0; } }

.container {
  margin-left: auto;
  margin-right: auto; }

.container {
  max-width: 1498px; }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

.col-3 {
  -webkit-box-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%; }

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

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

.col-6 {
  -webkit-box-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-7 {
  -webkit-box-flex: 0 0 29.16667%;
  -ms-flex: 0 0 29.16667%;
  flex: 0 0 29.16667%;
  max-width: 29.16667%; }

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

.col-9 {
  -webkit-box-flex: 0 0 37.5%;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%; }

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

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

.col-12 {
  -webkit-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-13 {
  -webkit-box-flex: 0 0 54.16667%;
  -ms-flex: 0 0 54.16667%;
  flex: 0 0 54.16667%;
  max-width: 54.16667%; }

.col-14 {
  -webkit-box-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-15 {
  -webkit-box-flex: 0 0 62.5%;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%; }

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

.col-17 {
  -webkit-box-flex: 0 0 70.83333%;
  -ms-flex: 0 0 70.83333%;
  flex: 0 0 70.83333%;
  max-width: 70.83333%; }

.col-18 {
  -webkit-box-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-19 {
  -webkit-box-flex: 0 0 79.16667%;
  -ms-flex: 0 0 79.16667%;
  flex: 0 0 79.16667%;
  max-width: 79.16667%; }

.col-20 {
  -webkit-box-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-21 {
  -webkit-box-flex: 0 0 87.5%;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%; }

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

.col-23 {
  -webkit-box-flex: 0 0 95.83333%;
  -ms-flex: 0 0 95.83333%;
  flex: 0 0 95.83333%;
  max-width: 95.83333%; }

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

.order-first {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 25;
  -ms-flex-order: 25;
  order: 25; }

.order-0 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 12;
  order: 12; }

.order-13 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 13;
  order: 13; }

.order-14 {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 14;
  order: 14; }

.order-15 {
  -webkit-box-ordinal-group: 15;
  -ms-flex-order: 15;
  order: 15; }

.order-16 {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 16;
  order: 16; }

.order-17 {
  -webkit-box-ordinal-group: 17;
  -ms-flex-order: 17;
  order: 17; }

.order-18 {
  -webkit-box-ordinal-group: 18;
  -ms-flex-order: 18;
  order: 18; }

.order-19 {
  -webkit-box-ordinal-group: 19;
  -ms-flex-order: 19;
  order: 19; }

.order-20 {
  -webkit-box-ordinal-group: 20;
  -ms-flex-order: 20;
  order: 20; }

.order-21 {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 21;
  order: 21; }

.order-22 {
  -webkit-box-ordinal-group: 22;
  -ms-flex-order: 22;
  order: 22; }

.order-23 {
  -webkit-box-ordinal-group: 23;
  -ms-flex-order: 23;
  order: 23; }

.order-24 {
  -webkit-box-ordinal-group: 24;
  -ms-flex-order: 24;
  order: 24; }

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

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

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

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

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

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

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

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

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

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

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

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

.offset-13 {
  margin-left: 54.16667%; }

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

.offset-15 {
  margin-left: 62.5%; }

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

.offset-17 {
  margin-left: 70.83333%; }

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

.offset-19 {
  margin-left: 79.16667%; }

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

.offset-21 {
  margin-left: 87.5%; }

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

.offset-23 {
  margin-left: 95.83333%; }

@media (min-width: 480px) {
  .col-sm {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .col-sm-auto {
    width: auto;
    max-width: none;
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .col-sm-1 {
    -webkit-box-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-sm-2 {
    -webkit-box-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-3 {
    -webkit-box-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-sm-4 {
    -webkit-box-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-5 {
    -webkit-box-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-sm-6 {
    -webkit-box-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-7 {
    -webkit-box-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-sm-8 {
    -webkit-box-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-9 {
    -webkit-box-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-sm-10 {
    -webkit-box-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-11 {
    -webkit-box-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-sm-12 {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-13 {
    -webkit-box-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-sm-14 {
    -webkit-box-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-15 {
    -webkit-box-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-sm-16 {
    -webkit-box-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-17 {
    -webkit-box-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-sm-18 {
    -webkit-box-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-19 {
    -webkit-box-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-sm-20 {
    -webkit-box-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-21 {
    -webkit-box-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-sm-22 {
    -webkit-box-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-23 {
    -webkit-box-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-sm-24 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 25;
    order: 25; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 12;
    order: 12; }
  .order-sm-13 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-14 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 14;
    order: 14; }
  .order-sm-15 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 15;
    order: 15; }
  .order-sm-16 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 16;
    order: 16; }
  .order-sm-17 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 17;
    order: 17; }
  .order-sm-18 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 18;
    order: 18; }
  .order-sm-19 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 19;
    order: 19; }
  .order-sm-20 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 20;
    order: 20; }
  .order-sm-21 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 21;
    order: 21; }
  .order-sm-22 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 22;
    order: 22; }
  .order-sm-23 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 23;
    order: 23; }
  .order-sm-24 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 24;
    order: 24; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 4.16667%; }
  .offset-sm-2 {
    margin-left: 8.33333%; }
  .offset-sm-3 {
    margin-left: 12.5%; }
  .offset-sm-4 {
    margin-left: 16.66667%; }
  .offset-sm-5 {
    margin-left: 20.83333%; }
  .offset-sm-6 {
    margin-left: 25%; }
  .offset-sm-7 {
    margin-left: 29.16667%; }
  .offset-sm-8 {
    margin-left: 33.33333%; }
  .offset-sm-9 {
    margin-left: 37.5%; }
  .offset-sm-10 {
    margin-left: 41.66667%; }
  .offset-sm-11 {
    margin-left: 45.83333%; }
  .offset-sm-12 {
    margin-left: 50%; }
  .offset-sm-13 {
    margin-left: 54.16667%; }
  .offset-sm-14 {
    margin-left: 58.33333%; }
  .offset-sm-15 {
    margin-left: 62.5%; }
  .offset-sm-16 {
    margin-left: 66.66667%; }
  .offset-sm-17 {
    margin-left: 70.83333%; }
  .offset-sm-18 {
    margin-left: 75%; }
  .offset-sm-19 {
    margin-left: 79.16667%; }
  .offset-sm-20 {
    margin-left: 83.33333%; }
  .offset-sm-21 {
    margin-left: 87.5%; }
  .offset-sm-22 {
    margin-left: 91.66667%; }
  .offset-sm-23 {
    margin-left: 95.83333%; } }

@media (min-width: 768px) {
  .col-md {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .col-md-auto {
    width: auto;
    max-width: none;
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .col-md-1 {
    -webkit-box-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-md-2 {
    -webkit-box-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-3 {
    -webkit-box-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-md-4 {
    -webkit-box-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-5 {
    -webkit-box-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-md-6 {
    -webkit-box-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-7 {
    -webkit-box-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-md-8 {
    -webkit-box-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-9 {
    -webkit-box-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-md-10 {
    -webkit-box-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-11 {
    -webkit-box-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-md-12 {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-13 {
    -webkit-box-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-md-14 {
    -webkit-box-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-15 {
    -webkit-box-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-md-16 {
    -webkit-box-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-17 {
    -webkit-box-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-md-18 {
    -webkit-box-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-19 {
    -webkit-box-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-md-20 {
    -webkit-box-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-21 {
    -webkit-box-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-md-22 {
    -webkit-box-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-23 {
    -webkit-box-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-md-24 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 25;
    order: 25; }
  .order-md-0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 12;
    order: 12; }
  .order-md-13 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-14 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 14;
    order: 14; }
  .order-md-15 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 15;
    order: 15; }
  .order-md-16 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 16;
    order: 16; }
  .order-md-17 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 17;
    order: 17; }
  .order-md-18 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 18;
    order: 18; }
  .order-md-19 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 19;
    order: 19; }
  .order-md-20 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 20;
    order: 20; }
  .order-md-21 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 21;
    order: 21; }
  .order-md-22 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 22;
    order: 22; }
  .order-md-23 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 23;
    order: 23; }
  .order-md-24 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 24;
    order: 24; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 4.16667%; }
  .offset-md-2 {
    margin-left: 8.33333%; }
  .offset-md-3 {
    margin-left: 12.5%; }
  .offset-md-4 {
    margin-left: 16.66667%; }
  .offset-md-5 {
    margin-left: 20.83333%; }
  .offset-md-6 {
    margin-left: 25%; }
  .offset-md-7 {
    margin-left: 29.16667%; }
  .offset-md-8 {
    margin-left: 33.33333%; }
  .offset-md-9 {
    margin-left: 37.5%; }
  .offset-md-10 {
    margin-left: 41.66667%; }
  .offset-md-11 {
    margin-left: 45.83333%; }
  .offset-md-12 {
    margin-left: 50%; }
  .offset-md-13 {
    margin-left: 54.16667%; }
  .offset-md-14 {
    margin-left: 58.33333%; }
  .offset-md-15 {
    margin-left: 62.5%; }
  .offset-md-16 {
    margin-left: 66.66667%; }
  .offset-md-17 {
    margin-left: 70.83333%; }
  .offset-md-18 {
    margin-left: 75%; }
  .offset-md-19 {
    margin-left: 79.16667%; }
  .offset-md-20 {
    margin-left: 83.33333%; }
  .offset-md-21 {
    margin-left: 87.5%; }
  .offset-md-22 {
    margin-left: 91.66667%; }
  .offset-md-23 {
    margin-left: 95.83333%; } }

@media (min-width: 992px) {
  .col-lg {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .col-lg-auto {
    width: auto;
    max-width: none;
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .col-lg-1 {
    -webkit-box-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-lg-2 {
    -webkit-box-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-3 {
    -webkit-box-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-lg-4 {
    -webkit-box-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-5 {
    -webkit-box-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-lg-6 {
    -webkit-box-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-7 {
    -webkit-box-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-lg-8 {
    -webkit-box-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-9 {
    -webkit-box-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-lg-10 {
    -webkit-box-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-11 {
    -webkit-box-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-lg-12 {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-13 {
    -webkit-box-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-lg-14 {
    -webkit-box-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-15 {
    -webkit-box-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-lg-16 {
    -webkit-box-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-17 {
    -webkit-box-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-lg-18 {
    -webkit-box-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-19 {
    -webkit-box-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-lg-20 {
    -webkit-box-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-21 {
    -webkit-box-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-lg-22 {
    -webkit-box-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-23 {
    -webkit-box-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-lg-24 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 25;
    order: 25; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 12;
    order: 12; }
  .order-lg-13 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-14 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 14;
    order: 14; }
  .order-lg-15 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 15;
    order: 15; }
  .order-lg-16 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 16;
    order: 16; }
  .order-lg-17 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 17;
    order: 17; }
  .order-lg-18 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 18;
    order: 18; }
  .order-lg-19 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 19;
    order: 19; }
  .order-lg-20 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 20;
    order: 20; }
  .order-lg-21 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 21;
    order: 21; }
  .order-lg-22 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 22;
    order: 22; }
  .order-lg-23 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 23;
    order: 23; }
  .order-lg-24 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 24;
    order: 24; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 4.16667%; }
  .offset-lg-2 {
    margin-left: 8.33333%; }
  .offset-lg-3 {
    margin-left: 12.5%; }
  .offset-lg-4 {
    margin-left: 16.66667%; }
  .offset-lg-5 {
    margin-left: 20.83333%; }
  .offset-lg-6 {
    margin-left: 25%; }
  .offset-lg-7 {
    margin-left: 29.16667%; }
  .offset-lg-8 {
    margin-left: 33.33333%; }
  .offset-lg-9 {
    margin-left: 37.5%; }
  .offset-lg-10 {
    margin-left: 41.66667%; }
  .offset-lg-11 {
    margin-left: 45.83333%; }
  .offset-lg-12 {
    margin-left: 50%; }
  .offset-lg-13 {
    margin-left: 54.16667%; }
  .offset-lg-14 {
    margin-left: 58.33333%; }
  .offset-lg-15 {
    margin-left: 62.5%; }
  .offset-lg-16 {
    margin-left: 66.66667%; }
  .offset-lg-17 {
    margin-left: 70.83333%; }
  .offset-lg-18 {
    margin-left: 75%; }
  .offset-lg-19 {
    margin-left: 79.16667%; }
  .offset-lg-20 {
    margin-left: 83.33333%; }
  .offset-lg-21 {
    margin-left: 87.5%; }
  .offset-lg-22 {
    margin-left: 91.66667%; }
  .offset-lg-23 {
    margin-left: 95.83333%; } }

@media (min-width: 1200px) {
  .col-xl {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .col-xl-auto {
    width: auto;
    max-width: none;
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .col-xl-1 {
    -webkit-box-flex: 0 0 4.16667%;
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-xl-2 {
    -webkit-box-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-3 {
    -webkit-box-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-xl-4 {
    -webkit-box-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-5 {
    -webkit-box-flex: 0 0 20.83333%;
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-xl-6 {
    -webkit-box-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-7 {
    -webkit-box-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-xl-8 {
    -webkit-box-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-9 {
    -webkit-box-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-xl-10 {
    -webkit-box-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-11 {
    -webkit-box-flex: 0 0 45.83333%;
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-xl-12 {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-13 {
    -webkit-box-flex: 0 0 54.16667%;
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-xl-14 {
    -webkit-box-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-15 {
    -webkit-box-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-xl-16 {
    -webkit-box-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-17 {
    -webkit-box-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-xl-18 {
    -webkit-box-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-19 {
    -webkit-box-flex: 0 0 79.16667%;
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-xl-20 {
    -webkit-box-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-21 {
    -webkit-box-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-xl-22 {
    -webkit-box-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-23 {
    -webkit-box-flex: 0 0 95.83333%;
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-xl-24 {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 25;
    -ms-flex-order: 25;
    order: 25; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 12;
    order: 12; }
  .order-xl-13 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-14 {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 14;
    order: 14; }
  .order-xl-15 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 15;
    order: 15; }
  .order-xl-16 {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 16;
    order: 16; }
  .order-xl-17 {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 17;
    order: 17; }
  .order-xl-18 {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 18;
    order: 18; }
  .order-xl-19 {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 19;
    order: 19; }
  .order-xl-20 {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 20;
    order: 20; }
  .order-xl-21 {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 21;
    order: 21; }
  .order-xl-22 {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 22;
    order: 22; }
  .order-xl-23 {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 23;
    order: 23; }
  .order-xl-24 {
    -webkit-box-ordinal-group: 24;
    -ms-flex-order: 24;
    order: 24; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 4.16667%; }
  .offset-xl-2 {
    margin-left: 8.33333%; }
  .offset-xl-3 {
    margin-left: 12.5%; }
  .offset-xl-4 {
    margin-left: 16.66667%; }
  .offset-xl-5 {
    margin-left: 20.83333%; }
  .offset-xl-6 {
    margin-left: 25%; }
  .offset-xl-7 {
    margin-left: 29.16667%; }
  .offset-xl-8 {
    margin-left: 33.33333%; }
  .offset-xl-9 {
    margin-left: 37.5%; }
  .offset-xl-10 {
    margin-left: 41.66667%; }
  .offset-xl-11 {
    margin-left: 45.83333%; }
  .offset-xl-12 {
    margin-left: 50%; }
  .offset-xl-13 {
    margin-left: 54.16667%; }
  .offset-xl-14 {
    margin-left: 58.33333%; }
  .offset-xl-15 {
    margin-left: 62.5%; }
  .offset-xl-16 {
    margin-left: 66.66667%; }
  .offset-xl-17 {
    margin-left: 70.83333%; }
  .offset-xl-18 {
    margin-left: 75%; }
  .offset-xl-19 {
    margin-left: 79.16667%; }
  .offset-xl-20 {
    margin-left: 83.33333%; }
  .offset-xl-21 {
    margin-left: 87.5%; }
  .offset-xl-22 {
    margin-left: 91.66667%; }
  .offset-xl-23 {
    margin-left: 95.83333%; } }

@media (max-width: 479.98px) {
  .reset-gutter-xs {
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px; } }

/**************** modules / critical / images ****************/
img.active {
  -webkit-box-shadow: 0 0 0 0.2em #c8191d;
  box-shadow: 0 0 0 0.2em #c8191d; }

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

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

@media (max-width: 375px) {
  .img-fluid-xs {
    max-width: 100%;
    height: auto; } }

.img-cover {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.img-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.img-thumbnail {
  background-color: #fff; }

.figure {
  display: inline-block; }

.figure-caption {
  font-size: 90%;
  padding: 0.66667em 1rem; }

.ImgLazy:not(.img-loaded) {
  opacity: 0; }

img[src*='no-picture'] {
  width: 100% !important;
  max-width: 11em; }

@media (min-width: 768px) {
  .or-left,
  .or-center,
  .or-right {
    text-align: left; } }

.or-center {
  text-align: center; }

.or-item {
  display: block;
  text-align: center; }
  @media (min-width: 768px) {
    .or-left .or-item {
      float: left;
      max-width: 50%;
      margin-right: 2em; }
    .or-right .or-item {
      float: right;
      max-width: 50%;
      margin-left: 2em; } }

/**************** modules / critical / forms ****************/
.nospam {
  display: none !important; }

.form-control {
  display: block;
  width: 100%;
  height: 2.83334em;
  padding: 0.66667em 1.3334em;
  text-align: left;
  border-width: 0;
  font-size: 1em;
  line-height: 1.5;
  color: #575757;
  background-color: #fff;
  background-clip: padding-box;
  position: relative; }
  .form-control::placeholder {
    opacity: 1; }

.form-group {
  margin-bottom: 1.3334em;
  position: relative; }

.form-text {
  display: block;
  margin-top: 0.66667em; }

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

@media (min-width: 480px) {
  .form-inline label {
    margin-bottom: 0; }
  .form-inline .form-control {
    width: auto;
    min-width: 16em; } }

.col-form-label {
  padding-top: 0.66667em;
  font-size: inherit;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .col-form-label {
      text-align: right; } }
  @media (max-width: 767.98px) {
    .col-form-label {
      padding-top: 0; } }
  @media (min-width: 768px) {
    .col-form-label {
      margin-bottom: 0; } }

textarea.form-control {
  height: auto; }

select,
.select {
  padding-right: 2.6668em !important;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23575757' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.3334em center;
  background-size: 0.53em 0.66em;
  -webkit-appearance: none;
  appearance: none; }
  .b.bg-primary select, .b.bg-primary
  .select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E"); }

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

@media (max-width: 479.98px) {
  select.form-control {
    height: auto; } }

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #686868; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label:after, .custom-control-label:before {
    content: "";
    position: absolute;
    top: 0.35em;
    left: -1.5em;
    width: 1em;
    height: 1em;
    display: block; }
  .custom-control-label:before {
    background-color: #bcbcbc;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom-control-label:after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

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

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

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

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

.b.bg-primary .custom-control:not([class*=has]) .custom-control-label:before,
.b.bg-transparent .custom-control:not([class*=has]) .custom-control-label:before {
  background-color: #fff !important; }

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

.b.bg-primary .custom-radio:not([class*=has]) .custom-control-input:checked ~ .custom-control-label:after,
.b.bg-transparent .custom-radio:not([class*=has]) .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23575756'/%3E%3C/svg%3E"); }

.b.bg-transparent .custom-control .custom-control-label:after {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%); }

.b.bg-primary .form-control,
.b.bg-primary .ui-spinner-button,
.b.bg-primary .input-group .btn-clear {
  color: #fff;
  background-color: #4a4a49 !important; }

.b.bg-primary .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5); }

.b.bg-white .form-control,
.b.bg-white .ui-spinner-button,
.b.bg-white .input-group .btn-clear {
  color: #575757;
  background-color: #eeeeee !important; }

.b.bg-white .form-control::placeholder {
  color: rgba(87, 87, 87, 0.5); }

[class*='has-'] .col-form-label,
[class*='has-'] .custom-control-label {
  font-weight: 600; }

.has-required .col-form-label,
.has-required .input-icon,
.has-required .custom-control-label,
.has-required .active {
  color: #c8191d !important; }

.has-required .form-control,
.has-required .input-group,
.has-required img.active {
  -webkit-box-shadow: 0 0 0 0.2em rgba(200, 25, 29, 0.25), 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0.2em rgba(200, 25, 29, 0.25), 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1); }
  .b.bg-white .has-required .form-control, .b.bg-white
  .has-required .input-group, .b.bg-white
  .has-required img.active {
    -webkit-box-shadow: 0 0 0 0.2em rgba(200, 25, 29, 0.25);
    box-shadow: 0 0 0 0.2em rgba(200, 25, 29, 0.25); }

.has-required .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #c8191d; }

.has-success .col-form-label,
.has-success .input-icon,
.has-success .custom-control-label,
.has-success .active {
  color: #1abc9c !important; }

.has-success .form-control,
.has-success .input-group,
.has-success img.active {
  -webkit-box-shadow: 0 0 0 0.2em rgba(26, 188, 156, 0.25), 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0.2em rgba(26, 188, 156, 0.25), 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1); }
  .b.bg-white .has-success .form-control, .b.bg-white
  .has-success .input-group, .b.bg-white
  .has-success img.active {
    -webkit-box-shadow: 0 0 0 0.2em rgba(26, 188, 156, 0.25);
    box-shadow: 0 0 0 0.2em rgba(26, 188, 156, 0.25); }

.has-success .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1abc9c; }

.has-error .col-form-label,
.has-error .input-icon,
.has-error .custom-control-label,
.has-error .active {
  color: #dc3545 !important; }

.has-error .form-control,
.has-error .input-group,
.has-error img.active {
  -webkit-box-shadow: 0 0 0 0.2em rgba(220, 53, 69, 0.25), 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0.2em rgba(220, 53, 69, 0.25), 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1); }
  .b.bg-white .has-error .form-control, .b.bg-white
  .has-error .input-group, .b.bg-white
  .has-error img.active {
    -webkit-box-shadow: 0 0 0 0.2em rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2em rgba(220, 53, 69, 0.25); }

.has-error .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #dc3545; }

/**************** modules / critical / spinner ****************/
.spinner {
  width: 7em;
  padding-right: 3.2em;
  text-align: center; }

/**************** modules / critical / input-group ****************/
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .input-group > .form-control {
    position: relative;
    width: 1%;
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .input-group > .form-control:not(:last-child) {
      margin-right: -1.2em; }
    .input-group > .form-control:not(:first-child) {
      padding-left: 3.2em; }
  .input-group .form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .input-group .btn-clear {
    color: #575757;
    background-color: #fff; }

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

.input-group-prepend {
  position: absolute;
  height: 100%;
  pointer-events: none; }

.input-group-text {
  padding: 0.66667em 1.3334em;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/**************** modules / critical / input-icons ****************/
.form-control + .input-icon {
  position: absolute;
  top: 50%;
  right: 0.86671em;
  font-size: 1.25em;
  margin-top: -0.625rem; }

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

.nav-link {
  display: block;
  padding: 0.66667em 0.66667rem 0.66667em 0.83334rem;
  position: relative; }
  .b.bg-white .nav-link.active,
  .b.bg-default .nav-link.active {
    color: #c8191d !important; }

.nav-tabs {
  white-space: nowrap;
  position: relative;
  border-bottom-width: 1px !important;
  border-bottom-style: solid; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    font-weight: 600;
    white-space: nowrap; }
  .nav-tabs .badge {
    margin: -0.13em 0; }
  @media (min-width: 768px) {
    .nav-tabs {
      margin-top: -1.3334em; }
      .nav-tabs .nav-link {
        padding: 1.3334em 1.3334rem; } }
  @media (max-width: 767.98px) {
    .nav-tabs {
      margin-top: -0.25em;
      padding-bottom: 1em; }
      .nav-tabs .nav-item {
        margin: 0.25em 0; }
      .nav-tabs .active:before {
        display: none !important; } }

@media (min-width: 992px) {
  .nav-tabs-lg {
    font-size: 1.13333em; } }

.nav-item {
  position: relative; }

.tab-pane {
  display: none; }
  .tab-pane.active {
    display: block; }

.card-header-tabs {
  border-bottom: 0;
  padding: 0.25em 0; }
  @media (min-width: 768px) {
    .card-header-tabs {
      padding: 0 !important;
      margin: -0.75em 0; } }

/**************** modules / critical / navbar ****************/
.navbar {
  position: relative;
  padding: 0.33334em 0; }
  @media (min-width: 768px) {
    .navbar {
      padding-top: 0.66667em;
      padding-bottom: 0.66667em; } }
  .navbar,
  .navbar > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between; }
  .navbar > .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.navbar-sm,
.navbar-sm .nav-link,
.navbar-sm .btn {
  height: 2.867rem; }

.navbar-md {
  min-height: 3.6rem;
  padding-top: 0;
  padding-bottom: 0; }

@media (min-width: 992px) {
  .header:not(.fixed-top) .navbar-lg .top-menu .nav-link {
    min-height: 4rem;
    height: 5.33334rem;
    max-height: 0.66667em; }
  .header:not(.fixed-top) .navbar-menu-lg {
    font-size: 1em; } }
  @media (min-width: 992px) and (min-width: 768px) {
    .header:not(.fixed-top) .navbar-menu-lg {
      font-size: calc(1em * 0.87 + 0.25vw); } }
  @media (min-width: 992px) and (min-width: 1498px) {
    .header:not(.fixed-top) .navbar-menu-lg {
      font-size: 1.15em; } }

@media (min-width: 768px) {
  .header:not(.fixed-top) .navbar-lg {
    min-height: 5.33334rem; } }

.navbar-menu .badge {
  margin: -.1em 0; }

.navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .navbar-nav .nav-link {
    white-space: nowrap; }

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

.navbar-toggler {
  padding: 0.66667em 1em;
  background-color: transparent;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.navbar {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (min-width: 992px) {
  .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
    .navbar-nav .nav-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .navbar-collapse {
    background-color: transparent !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
    .navbar-collapse.bg-img:before, .navbar-collapse.bg-filter:after {
      display: none; }
  .nav-arrow {
    display: none !important; } }

/**************** modules / critical / card ****************/
.card {
  position: relative;
  word-wrap: break-word;
  background-clip: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card .list-group,
  .card .nav-list {
    border-top-width: 1px !important;
    border-top-style: solid; }
  .card > .list-group {
    margin-bottom: 0; }
  .card .close {
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0; }

.card-body,
.tile {
  padding: 1.3334em 1.3334rem;
  -webkit-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.tile {
  cursor: pointer;
  transition: all 0.25s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .tile {
      transition: none; } }
  @media (min-width: 480px) {
    .tile {
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between; } }

.card-title {
  margin-bottom: 1.3334em; }

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

.card-header {
  font-weight: 600;
  padding: 0.75em 1.3334rem;
  margin-bottom: 0;
  border-width: 0 0 1px;
  border-style: solid; }
  .bg-wrap .card-header {
    border-bottom-width: 0; }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.card-item {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.card-columns {
  orphans: 1;
  widows: 1;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  margin-right: auto;
  margin-left: auto; }
  .card-columns > * {
    display: inline-block;
    width: 100%; }

.card-top-reset {
  margin-top: -2em; }

.accordion .card:not(:first-of-type) .card-header {
  border-top-width: 1px;
  border-radius: 0; }

.accordion .card-header {
  border-bottom-width: 0; }

/**************** modules / critical / breadcrumb ****************/
.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none; }
  .breadcrumb li {
    display: inline; }
  @media (max-width: 767.98px) {
    .breadcrumb {
      overflow-x: auto;
      white-space: nowrap; } }

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: "FontAwesome";
  display: inline-block;
  padding-right: 0.50001em; }

/**************** modules / critical / dropdown ****************/
.dropdown-toggle .caret {
  font-style: normal;
  font-weight: normal;
  margin-left: 0.45em;
  line-height: 0;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.5;
  transition: all 0.25s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .dropdown-toggle .caret {
      transition: none; } }
  .dropdown-toggle .caret:before {
    content: "";
    font-family: "FontAwesome";
    font-size: inherit; }

.dropdown-menu,
.dropdown-arrow {
  position: absolute;
  visibility: hidden;
  opacity: 0; }

.dropdown-toggle-split {
  padding-right: 1em;
  padding-left: 1em; }
  .dropdown-toggle-split .caret {
    margin-left: 0; }

/**************** modules / critical / tables ****************/
.table {
  width: 100%;
  border-width: 0 !important;
  margin-bottom: 1em; }
  .table tr.active {
    color: #fff !important;
    background-color: #c8191d !important; }
  .table th,
  .table td {
    padding: 0.66667em 1.3334rem;
    vertical-align: top;
    border-top-width: 1px;
    border-top-style: solid; }
  .table thead th {
    vertical-align: bottom;
    border-top-width: 0;
    border-bottom-width: 2px;
    border-bottom-style: solid; }
  .table tbody th, .table tbody td {
    vertical-align: middle; }
  .table .checkbox,
  .table .radio {
    margin: 0; }

.table-head-n tr:first-child th,
.table-head-n tr:first-child td {
  border-top-width: 0; }

@media (min-width: 992px) {
  .table-th-fix th {
    width: 35%; } }

.table-responsive {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  overflow-x: auto; }
  .table-responsive table {
    margin-bottom: 0; }

/**************** modules / critical / collapse ****************/
.collapse:not(.show) {
  display: none; }

@media (min-width: 480px) {
  .reset-collapse-sm {
    display: block !important;
    height: auto !important; } }

@media (min-width: 1200px) {
  .reset-collapse-xl {
    display: block !important;
    height: auto !important; } }

/**************** modules / critical / active-line ****************/
.active-line .active:before {
  content: '';
  position: absolute;
  background-color: #c8191d;
  display: block;
  z-index: 2; }

.ac-t .active:before,
.ac-b .active:before {
  height: 3px;
  width: 100%; }

.ac-r .active:before,
.ac-l .active:before {
  width: 4px;
  height: 100%; }

.ac-t .active:before,
.ac-r .active:before,
.ac-l .active:before {
  top: 0; }

.ac-r .active:before {
  right: 0; }

.ac-b .active:before {
  bottom: 0; }

.ac-t .active:before,
.ac-b .active:before,
.ac-l .active:before {
  left: 0; }

@media (max-width: 1199.98px) {
  .ac-reset-b .active:before {
    height: 3px;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0; } }

/**************** modules / critical / pagination ****************/
.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 0;
  list-style: none; }

.page-item {
  margin-left: -1px;
  border-style: solid;
  border-width: 0 1px; }
  .page-item:first-child .page-link {
    margin-left: 0; }
  @media (max-width: 479.98px) {
    .page-item:not(.page-btn):not(.active) {
      display: none; }
    .page-item .page-link {
      min-width: 3.51727em; } }

.page-link {
  padding: 0.66667em 0.9rem;
  text-align: center;
  display: block;
  position: relative; }
  .page-item:not(.active):not(.page-btn) > .page-link {
    color: inherit !important; }
  .active > .page-link, .page-link:focus {
    font-weight: 700;
    outline: 0;
    z-index: 2;
    -webkit-box-shadow: 0 0 0 0.2em rgba(200, 25, 29, 0.5);
    box-shadow: 0 0 0 0.2em rgba(200, 25, 29, 0.5); }
  .page-link .fa {
    margin: -0.35em 0 -0.06em;
    vertical-align: middle; }

.page-btn {
  border-width: 0; }

/**************** modules / critical / badge ****************/
.badge {
  font-family: "Roboto", sans-serif;
  font-size: 0.86667em;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  display: inline-block;
  padding: 0.27em 0.676em;
  min-width: 1.625em;
  border-radius: 10em;
  letter-spacing: 0;
  white-space: nowrap; }
  .badge:empty {
    display: none; }
  .badge[href] {
    text-decoration: none; }

.badge-sticker {
  min-width: 1em;
  position: absolute;
  top: -12%;
  right: -.7em; }
  @media (min-width: 992px) {
    .badge-sticker {
      right: -1em; } }
  .navbar-sm .badge-sticker {
    top: 0; }

/**************** modules / critical / alert ****************/
.alert {
  padding: 1.3334em 1.3334em; }
  .alert h2, .alert h3, .alert h4 {
    color: inherit !important; }
  .alert p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 0; }
    .alert p + p {
      margin-top: 0.5em; }
  .alert a:not(.btn) {
    color: inherit !important;
    font-weight: 700; }

.alert-warning {
  background-color: #fff3cd;
  color: #6c5103; }
  .alert-warning .text-muted {
    color: #cec19b !important; }

.alert-success {
  background-color: #d1f2eb;
  color: #0b4c3f; }
  .alert-success .text-muted {
    color: #9fc0b9 !important; }

.alert-info {
  background-color: #d1ecf1;
  color: #094049; }
  .alert-info .text-muted {
    color: #9ebbbf !important; }

.alert-danger {
  background-color: #f8d7da;
  color: #5e171e; }
  .alert-danger .text-muted {
    color: #c7a4a7 !important; }

/**************** modules / critical / media ****************/
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .media .media:before {
    content: '';
    width: 1em;
    height: 1em;
    margin: 0 1rem;
    border-width: 0 0 2px 2px;
    border-style: solid; }

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

/**************** modules / critical / progress ****************/
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.progress,
.progress-bar {
  height: 0.4em; }

/**************** modules / critical / slider ****************/
.ui-slider {
  margin-left: 0.625em !important;
  margin-right: 0.625em !important;
  width: calc(100% - 1.25em) !important;
  overflow: visible;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit; }

.ui-slider-range {
  height: 100%;
  margin: 0 !important;
  display: block;
  position: absolute;
  z-index: 1; }

.ui-slider-handle {
  height: 1.25em;
  width: 1.25em;
  margin-left: -0.625em;
  top: -0.425em;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  transition: background 0.25s; }
  @media screen and (prefers-reduced-motion: reduce) {
    .ui-slider-handle {
      transition: none; } }

.ui-slider-value {
  margin-top: 1.15834em;
  font-size: 0.86667em; }
  .ui-slider-value.first {
    margin-left: -0.625em; }
  .ui-slider-value.last {
    margin-left: auto;
    margin-right: -0.625em; }

/**************** modules / critical / list-group ****************/
.list-group {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.lgi {
  position: relative;
  display: block;
  padding: 0.66667em 1.3334rem;
  overflow: hidden; }
  .lgi p {
    line-height: 1.45; }
  .lgi.active {
    z-index: 2; }

.lgi-1 {
  border-width: 1px 0 0;
  border-style: solid; }
  .lgi-1:first-of-type {
    border-top-width: 0; }

.b.bg-white .lgi-a.active,
.b.bg-default .lgi-a.active {
  color: #c8191d !important; }

.lg-body {
  padding-left: 1em;
  padding-bottom: 0.6em; }
  .lg-body .lgi {
    padding-top: 0.33334em;
    padding-bottom: 0.33334em; }
  .lg-body .lg-body .lgi {
    font-size: 0.86667em; }

.lgi-heading {
  font-family: inherit !important;
  font-size: inherit;
  font-weight: 600; }

@media (min-width: 1200px) {
  .lgi-text {
    font-size: 0.86667em; } }

.list-group-horizontal .lgi-1 {
  border-width: 0 0 0 1px; }
  .list-group-horizontal .lgi-1:first-child {
    border-left-width: 0; }

/**************** modules / critical / cross ****************/
.cross {
  height: 2.202em;
  width: 2.202em;
  position: relative;
  opacity: 0.65; }
  .cross:before, .cross:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff; }
  .cross:before {
    height: 1px;
    width: 0.734em;
    margin-left: calc((-0.734em + 1px) / 2); }
  .cross:after {
    height: 0.734em;
    width: 1px;
    margin-top: calc((-0.734em + 1px) / 2); }

.b.bg-white .cross:not(.color-reset):before, .b.bg-white .cross:not(.color-reset):after,
.b.bg-default .cross:not(.color-reset):before,
.b.bg-default .cross:not(.color-reset):after {
  background-color: #575757; }

/**************** modules / critical / close ****************/
.close:before, .close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

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

/**************** modules / critical / cover ****************/
.cover {
  min-height: 50vh;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .cover.cvr-v-top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .cover.cvr-v-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .cover.text-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .cover.text-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .cover:before {
    transition: all 0.25s ease-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .cover:before {
        transition: none; } }
  .cover:before, .cover:after {
    z-index: 0; }
  .cover:not(.bg-loaded):before {
    opacity: 0; }
  .cover.bg-img-custom:before {
    background-image: inherit !important; }
  .cover > * {
    position: relative;
    z-index: 1; }

@media (min-width: 480px) {
  .bnr-xs .cover {
    min-height: 15rem; }
  .bnr-sm .cover {
    min-height: 23rem; }
  .bnr-md .cover {
    min-height: 31rem; }
  .bnr-lg .cover {
    min-height: 39.2857rem; }
  .bnr-col .cover {
    min-height: 21rem; } }

.cv-bottom {
  font-size: 1.30333em;
  line-height: 1.2; }

.cv-btn {
  font-weight: inherit;
  line-height: 1.2; }

/**************** modules / critical / overlay ****************/
.ov {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/**************** modules / critical / modal ****************/
.modal {
  display: none; }

/**************** modules / critical / carousel ****************/
.carousel {
  position: relative; }
  @media (min-width: 480px) {
    .carousel .tile {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.carousel:not(.carousel-active) .c-i-one > *:not(:first-child),
.carousel-active .carousel-spinner {
  display: none !important; }

.carousel-spinner {
  text-align: center !important; }
  @media (max-width: 479.98px) {
    .carousel-spinner {
      display: none !important; } }

@media (min-width: 480px) {
  .carousel:not(.carousel-active) .c-loading-hide {
    display: none !important; } }

.carousel-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 480px) {
    .carousel-inner {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; } }

@media (max-width: 479.98px) {
  .carousel-inner-block-xs {
    display: block; } }

.carousel-item.active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

@media (min-width: 480px) {
  .carousel-nav-p .carousel-item:not(:only-child) .carousel-cont {
    padding-left: 4.125em;
    padding-right: 4.125em; }
  .carousel-nav-p-2 .carousel-item:not(:only-child) {
    padding-left: 1.625em;
    padding-right: 1.625em; } }

.carousel-navs {
  pointer-events: none; }

.carousel-nav {
  position: absolute;
  top: calc(50% - 2.5em / 2);
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  z-index: 1;
  pointer-events: auto;
  opacity: 0.4;
  transition: all 0.25s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-nav {
      transition: none; } }
  .carousel:hover .carousel-nav {
    opacity: 1; }
  @media (max-width: 479.98px) {
    .carousel-nav {
      display: none; } }
  .carousel-nav .fa {
    position: relative;
    font-size: 1.5em;
    top: -1px; }

@media (min-width: 480px) {
  .carousel-prev {
    left: 1.3334em; } }

.carousel-prev .fa {
  left: -1px; }

@media (min-width: 480px) {
  .carousel-next {
    right: 1.3334em; } }

.carousel-next .fa {
  right: -1px; }

.carousel-indicators {
  top: auto;
  z-index: 1;
  pointer-events: none; }

.carousel-dot {
  display: inline-block;
  cursor: pointer;
  height: 1.875em;
  line-height: 1.875em;
  width: 1.875em;
  margin: -0.5625em 0;
  pointer-events: auto;
  -webkit-box-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .carousel-dot:before {
    content: '';
    width: 0.75em;
    height: 0.75em;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: 0.4; }
  .carousel-dot.active:before, .carousel-dot:hover:before {
    opacity: 1; }

.carousel-def.carousel-indicators {
  display: none; }

.carousel-def .carousel-prev {
  left: -0.625em; }

.carousel-def .carousel-next {
  right: -0.625em; }

.b.bg-white .carousel-dot:before,
.b.bg-default .carousel-dot:before,
.bg.bg-white .carousel-def .carousel-dot:before,
.bg.bg-default .carousel-def .carousel-dot:before {
  background: #575757; }

.b.bg-white .carousel-dot.active:before,
.b.bg-default .carousel-dot.active:before,
.bg.bg-white .carousel-def .carousel-dot.active:before,
.bg.bg-default .carousel-def .carousel-dot.active:before {
  background: #575756; }

/**************** modules / critical / tooltip ****************/
.tooltip {
  position: absolute;
  z-index: 1030;
  padding: 0.5em 0;
  margin: 0.5em;
  font-size: 0.86667em;
  word-wrap: break-word;
  pointer-events: none;
  opacity: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  @media (min-width: 992px) {
    .wf-active .tooltip {
      font-family: "Roboto", sans-serif; } }
  .tooltip .arrow {
    position: absolute;
    left: 50%;
    width: 1em;
    height: 0.5em; }
    .tooltip .arrow::before {
      content: "";
      position: absolute;
      border-color: transparent !important;
      border-style: solid;
      border-top-color: #4a4a4a !important; }

.bs-tooltip-top .arrow {
  bottom: 0; }
  .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.5em 0.5em 0; }

.bs-tooltip-bottom .arrow {
  top: 0; }
  .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.5em 0.5em;
    border-bottom-color: #4a4a4a !important; }

.tooltip-static {
  position: relative; }
  .tooltip-static .arrow {
    margin-left: -0.5em; }

[data-toggle*='tooltip']:hover + .tooltip,
.tooltip-static {
  opacity: 1; }

.tooltip-inner {
  max-width: 14.875em;
  padding: 1em;
  color: #fff;
  text-align: center;
  background-color: #4a4a4a;
  -webkit-box-shadow: 0 0.22rem 1.2rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.22rem 1.2rem rgba(0, 0, 0, 0.15); }

/**************** modules / critical / transitions ****************/
.fade.show {
  opacity: 1; }

/**************** modules / utilities / align ****************/
.align-baseline {
  vertical-align: baseline !important; }

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

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

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

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

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

/**************** modules / utilities / borders ****************/
.border {
  border-width: 1px !important;
  border-style: solid; }

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

.border-top {
  border-top-width: 1px !important;
  border-top-style: solid; }

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

.border-right {
  border-right-width: 1px !important;
  border-right-style: solid; }

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

.border-bottom {
  border-bottom-width: 1px !important;
  border-bottom-style: solid; }

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

.border-left {
  border-left-width: 1px !important;
  border-left-style: solid; }

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

.x {
  border-width: 0; }

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

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

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

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

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

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

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

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

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

/**************** modules / clearfix ****************/
.clearfix::after {
  content: "";
  display: table;
  clear: both; }

/**************** modules / utilities / display ****************/
.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: 480px) {
  .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; } }

.none {
  display: none; }

.hidden,
[hidden],
.hide {
  display: none !important; }

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

/**************** modules / utilities / flex ****************/
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

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

.flex-row-reverse {
  -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: normal !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !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-end-var {
  -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-center-var {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: space-between !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

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

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

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

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

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

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

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: flex- flex-start !important;
  align-self: flex-start !important; }

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

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

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

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 480px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -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: normal !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !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-end-var {
    -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-center-var {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: flex- flex-start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: flex- flex-end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -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: normal !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !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-end-var {
    -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-center-var {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: flex- flex-start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: flex- flex-end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -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: normal !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !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-end-var {
    -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-center-var {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: flex- flex-start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: flex- flex-end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -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: normal !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !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-end-var {
    -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-center-var {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: flex- flex-start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: flex- flex-end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

/**************** modules / utilities / float ****************/
.float-left {
  float: left !important; }

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

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

/**************** modules / utilities / overflow ****************/
.overflow-hidden {
  overflow: hidden; }

/**************** modules / utilities / position ****************/
.position-static {
  position: static !important; }

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

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

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

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

/**************** utilities / shadows ****************/
.shadow-fix {
  -webkit-box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.12); }
  .shadow-fix.shadow-lg {
    -webkit-box-shadow: 0 0.22rem 1.2rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.22rem 1.2rem rgba(0, 0, 0, 0.15); }

.bg.bg-white .b.bg-default,
.bg.bg-white .alert,
.b.bg-white .color-dis,
.b.bg-white .color-ico,
.b.bg-white .form-control,
.b.bg-white .input-group,
.b.bg-white .img-thumbnail,
.b.bg-white .badge.bg-default,
.b.bg-primary .form-control,
.b.bg-primary .input-group {
  -webkit-box-shadow: none;
  box-shadow: none; }

.b.bg-white .color-dis-light {
  text-shadow: none; }

/**************** modules / utilities / sizing ****************/
.w-25 {
  width: 25% !important; }

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

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

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

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

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

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

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

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

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

@media (max-width: 479.98px) {
  .reset-mx-3 {
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-radius: 0 !important;
    width: auto !important; }
  .reset-px-0 {
    padding-right: 0;
    padding-left: 0; } }

.max-w-30 {
  max-width: 30% !important; }

.max-w-xs {
  max-width: 320px; }

.max-w-sm {
  max-width: 420px; }

.max-w-md {
  max-width: 708px; }

.max-w-lg {
  max-width: 932px; }

.max-w-xl {
  max-width: 1140px; }
  .max-w-xl.container {
    max-width: 1200px; }

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

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

.min-h-auto {
  min-height: 1px !important; }

.min-h-100vh {
  min-height: 100vh !important; }

@media (min-width: 1200px) {
  .min-h-column-100vh {
    min-height: 100vh !important; } }

/**************** modules / utilities / spacing ****************/
.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.33334em !important; }

.mt-1,
.my-1 {
  margin-top: 0.33334em !important; }

.mr-1,
.mx-1 {
  margin-right: 0.33334em !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.33334em !important; }

.ml-1,
.mx-1 {
  margin-left: 0.33334em !important; }

.m-2 {
  margin: 0.66667em !important; }

.mt-2,
.my-2 {
  margin-top: 0.66667em !important; }

.mr-2,
.mx-2 {
  margin-right: 0.66667em !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.66667em !important; }

.ml-2,
.mx-2 {
  margin-left: 0.66667em !important; }

.m-3 {
  margin: 1em !important; }

.mt-3,
.my-3 {
  margin-top: 1em !important; }

.mr-3,
.mx-3 {
  margin-right: 1em !important; }

.mb-3,
.my-3 {
  margin-bottom: 1em !important; }

.ml-3,
.mx-3 {
  margin-left: 1em !important; }

.m-4 {
  margin: 1.3334em !important; }

.mt-4,
.my-4 {
  margin-top: 1.3334em !important; }

.mr-4,
.mx-4 {
  margin-right: 1.3334em !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.3334em !important; }

.ml-4,
.mx-4 {
  margin-left: 1.3334em !important; }

.m-5 {
  margin: 2em !important; }

.mt-5,
.my-5 {
  margin-top: 2em !important; }

.mr-5,
.mx-5 {
  margin-right: 2em !important; }

.mb-5,
.my-5 {
  margin-bottom: 2em !important; }

.ml-5,
.mx-5 {
  margin-left: 2em !important; }

.m-6 {
  margin: 3.51727em !important; }

.mt-6,
.my-6 {
  margin-top: 3.51727em !important; }

.mr-6,
.mx-6 {
  margin-right: 3.51727em !important; }

.mb-6,
.my-6 {
  margin-bottom: 3.51727em !important; }

.ml-6,
.mx-6 {
  margin-left: 3.51727em !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.33334em !important; }

.pt-1,
.py-1 {
  padding-top: 0.33334em !important; }

.pr-1,
.px-1 {
  padding-right: 0.33334em !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.33334em !important; }

.pl-1,
.px-1 {
  padding-left: 0.33334em !important; }

.p-2 {
  padding: 0.66667em !important; }

.pt-2,
.py-2 {
  padding-top: 0.66667em !important; }

.pr-2,
.px-2 {
  padding-right: 0.66667em !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.66667em !important; }

.pl-2,
.px-2 {
  padding-left: 0.66667em !important; }

.p-3 {
  padding: 1em !important; }

.pt-3,
.py-3 {
  padding-top: 1em !important; }

.pr-3,
.px-3 {
  padding-right: 1em !important; }

.pb-3,
.py-3 {
  padding-bottom: 1em !important; }

.pl-3,
.px-3 {
  padding-left: 1em !important; }

.p-4 {
  padding: 1.3334em !important; }

.pt-4,
.py-4 {
  padding-top: 1.3334em !important; }

.pr-4,
.px-4 {
  padding-right: 1.3334em !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.3334em !important; }

.pl-4,
.px-4 {
  padding-left: 1.3334em !important; }

.p-5 {
  padding: 2em !important; }

.pt-5,
.py-5 {
  padding-top: 2em !important; }

.pr-5,
.px-5 {
  padding-right: 2em !important; }

.pb-5,
.py-5 {
  padding-bottom: 2em !important; }

.pl-5,
.px-5 {
  padding-left: 2em !important; }

.p-6 {
  padding: 3.51727em !important; }

.pt-6,
.py-6 {
  padding-top: 3.51727em !important; }

.pr-6,
.px-6 {
  padding-right: 3.51727em !important; }

.pb-6,
.py-6 {
  padding-bottom: 3.51727em !important; }

.pl-6,
.px-6 {
  padding-left: 3.51727em !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: 480px) {
  .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.33334em !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.33334em !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.33334em !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.33334em !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.33334em !important; }
  .m-sm-2 {
    margin: 0.66667em !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.66667em !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.66667em !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.66667em !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.66667em !important; }
  .m-sm-3 {
    margin: 1em !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1em !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1em !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1em !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1em !important; }
  .m-sm-4 {
    margin: 1.3334em !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.3334em !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.3334em !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.3334em !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.3334em !important; }
  .m-sm-5 {
    margin: 2em !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2em !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2em !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2em !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2em !important; }
  .m-sm-6 {
    margin: 3.51727em !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3.51727em !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3.51727em !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3.51727em !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3.51727em !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.33334em !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.33334em !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.33334em !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.33334em !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.33334em !important; }
  .p-sm-2 {
    padding: 0.66667em !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.66667em !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.66667em !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.66667em !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.66667em !important; }
  .p-sm-3 {
    padding: 1em !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1em !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1em !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1em !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1em !important; }
  .p-sm-4 {
    padding: 1.3334em !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.3334em !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.3334em !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.3334em !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.3334em !important; }
  .p-sm-5 {
    padding: 2em !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2em !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2em !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2em !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2em !important; }
  .p-sm-6 {
    padding: 3.51727em !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3.51727em !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3.51727em !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3.51727em !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3.51727em !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.33334em !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.33334em !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.33334em !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.33334em !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.33334em !important; }
  .m-md-2 {
    margin: 0.66667em !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.66667em !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.66667em !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.66667em !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.66667em !important; }
  .m-md-3 {
    margin: 1em !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1em !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1em !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1em !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1em !important; }
  .m-md-4 {
    margin: 1.3334em !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.3334em !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.3334em !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.3334em !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.3334em !important; }
  .m-md-5 {
    margin: 2em !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2em !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2em !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2em !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2em !important; }
  .m-md-6 {
    margin: 3.51727em !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 3.51727em !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 3.51727em !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3.51727em !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 3.51727em !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.33334em !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.33334em !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.33334em !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.33334em !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.33334em !important; }
  .p-md-2 {
    padding: 0.66667em !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.66667em !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.66667em !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.66667em !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.66667em !important; }
  .p-md-3 {
    padding: 1em !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1em !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1em !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1em !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1em !important; }
  .p-md-4 {
    padding: 1.3334em !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.3334em !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.3334em !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.3334em !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.3334em !important; }
  .p-md-5 {
    padding: 2em !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2em !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2em !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2em !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2em !important; }
  .p-md-6 {
    padding: 3.51727em !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 3.51727em !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 3.51727em !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3.51727em !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 3.51727em !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.33334em !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.33334em !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.33334em !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.33334em !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.33334em !important; }
  .m-lg-2 {
    margin: 0.66667em !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.66667em !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.66667em !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.66667em !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.66667em !important; }
  .m-lg-3 {
    margin: 1em !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1em !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1em !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1em !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1em !important; }
  .m-lg-4 {
    margin: 1.3334em !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.3334em !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.3334em !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.3334em !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.3334em !important; }
  .m-lg-5 {
    margin: 2em !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2em !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2em !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2em !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2em !important; }
  .m-lg-6 {
    margin: 3.51727em !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3.51727em !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3.51727em !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3.51727em !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3.51727em !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.33334em !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.33334em !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.33334em !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.33334em !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.33334em !important; }
  .p-lg-2 {
    padding: 0.66667em !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.66667em !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.66667em !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.66667em !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.66667em !important; }
  .p-lg-3 {
    padding: 1em !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1em !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1em !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1em !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1em !important; }
  .p-lg-4 {
    padding: 1.3334em !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.3334em !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.3334em !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.3334em !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.3334em !important; }
  .p-lg-5 {
    padding: 2em !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2em !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2em !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2em !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2em !important; }
  .p-lg-6 {
    padding: 3.51727em !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3.51727em !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3.51727em !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3.51727em !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3.51727em !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.33334em !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.33334em !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.33334em !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.33334em !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.33334em !important; }
  .m-xl-2 {
    margin: 0.66667em !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.66667em !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.66667em !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.66667em !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.66667em !important; }
  .m-xl-3 {
    margin: 1em !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1em !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1em !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1em !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1em !important; }
  .m-xl-4 {
    margin: 1.3334em !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.3334em !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.3334em !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.3334em !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.3334em !important; }
  .m-xl-5 {
    margin: 2em !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2em !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2em !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2em !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2em !important; }
  .m-xl-6 {
    margin: 3.51727em !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3.51727em !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3.51727em !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3.51727em !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3.51727em !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.33334em !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.33334em !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.33334em !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.33334em !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.33334em !important; }
  .p-xl-2 {
    padding: 0.66667em !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.66667em !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.66667em !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.66667em !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.66667em !important; }
  .p-xl-3 {
    padding: 1em !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1em !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1em !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1em !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1em !important; }
  .p-xl-4 {
    padding: 1.3334em !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.3334em !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.3334em !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.3334em !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.3334em !important; }
  .p-xl-5 {
    padding: 2em !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2em !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2em !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2em !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2em !important; }
  .p-xl-6 {
    padding: 3.51727em !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3.51727em !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3.51727em !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3.51727em !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3.51727em !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; } }

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

.mx-auto-var {
  margin-left: auto;
  margin-right: auto; }

.mr-i {
  margin-right: 0.41668em !important; }

.ml-i {
  margin-left: 0.41668em !important; }

/**************** modules / utilities / text ****************/
.text-text-decoration-noneone {
  text-decoration: none !important; }

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

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

.text-wrap {
  white-space: normal !important; }

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

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

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

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

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

.text-center-var {
  text-align: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (min-width: 480px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-right-var {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; }
  .text-sm-center-var {
    text-align: center !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-right-var {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; }
  .text-md-center-var {
    text-align: center !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-right-var {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; }
  .text-lg-center-var {
    text-align: center !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-right-var {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; }
  .text-xl-center-var {
    text-align: center !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

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

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

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

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

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

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

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

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

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

.text-decoration-none, .text-decoration-none:hover {
  text-decoration: none !important; }

.text-c-transparent {
  color: transparent !important; }

a.text-c-transparent:hover, a.text-c-transparent:focus {
  color: rgba(0, 0, 0, 0) !important; }

.text-c-default {
  color: #eeeeee !important; }

a.text-c-default:hover, a.text-c-default:focus {
  color: #d5d5d5 !important; }

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

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

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

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

.text-c-success {
  color: #1abc9c !important; }

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

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

a.text-c-info:hover, a.text-c-info:focus {
  color: #117a8b !important; }

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

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

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

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

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

a.text-c-white:hover, a.text-c-white:focus {
  color: #e6e6e6 !important; }

.b.bg-primary .text-c-primary,
.b.bg-transparent .text-c-primary {
  color: #fff !important; }

.color-in {
  color: inherit !important; }

/**************** modules / utilities / embed ****************/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  margin: 2em 0;
  overflow: hidden; }
  .container .embed-responsive {
    border-radius: 0.375rem; }
  .embed-responsive::before {
    content: "";
    padding-top: 60vh;
    display: block; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

@media (min-width: 992px) {
  .embed-responsive-21by9:before {
    padding-top: 42.85714%; } }

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

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

/**************** modules / utilities / visibility ****************/
.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

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

/**************** templates / layout-critical ****************/
.widget {
  padding-top: 3.51727em;
  padding-bottom: 1.51727em; }
  @media (max-width: 991.98px) {
    .container .widget {
      margin-left: -15px;
      margin-right: -15px;
      width: auto; } }

[class*="outer-"]:not(.hide):not(.outer0) + .widget,
[class*="outer-"]:not(.hide):not(.outer0) + .hide + .widget {
  border-width: 1px 0 0;
  border-top-style: solid; }

.bg-transparent:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .widget.bg-transparent:not(.bg-img):not(.f-widget),
.bg-transparent:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .hide + .widget.bg-transparent:not(.bg-img):not(.f-widget) {
  padding-top: 0; }

.bg-default:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .widget.bg-default:not(.bg-img):not(.f-widget),
.bg-default:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .hide + .widget.bg-default:not(.bg-img):not(.f-widget) {
  padding-top: 0; }

.bg-primary:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .widget.bg-primary:not(.bg-img):not(.f-widget),
.bg-primary:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .hide + .widget.bg-primary:not(.bg-img):not(.f-widget) {
  padding-top: 0; }

.bg-secondary:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .widget.bg-secondary:not(.bg-img):not(.f-widget),
.bg-secondary:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .hide + .widget.bg-secondary:not(.bg-img):not(.f-widget) {
  padding-top: 0; }

.bg-white:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .widget.bg-white:not(.bg-img):not(.f-widget),
.bg-white:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .hide + .widget.bg-white:not(.bg-img):not(.f-widget) {
  padding-top: 0; }

.bg-clear:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .widget.bg-clear:not(.bg-img):not(.f-widget),
.bg-clear:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .hide + .widget.bg-clear:not(.bg-img):not(.f-widget) {
  padding-top: 0; }

.f-widget[class*="outer-"] {
  border-top-width: 1px; }

.block[class*="outer-"] {
  border-width: 0 0 1px !important;
  margin-bottom: 2em; }

.header {
  z-index: 3 !important; }

main::after {
  content: "";
  display: table;
  clear: both; }

.page {
  padding: 0;
  position: relative; }

[class*="outer-"] + .page-end,
[class*="outer-"] + .hide + .page-end {
  margin-bottom: -1px;
  position: relative;
  z-index: 1; }

.layout-row {
  margin-right: -15px;
  margin-left: -15px; }
  .layout-row > * {
    padding-right: 15px;
    padding-left: 15px; }

@media (max-width: 1199.98px) {
  .col-left-hidding > *:not(.col-left-show) {
    display: none; } }

@media (min-width: 1200px) {
  .column {
    width: 25vw;
    max-width: 298px;
    text-align: left; } }

.MenuOnTopPadding {
  padding-top: 0; }

@media (min-width: 1200px) {
  .layout-col-one .content {
    width: calc(100vw - (100vw - 100%));
    min-width: calc(100vw - (100vw - 100%)); }
  .layout-col-two .content {
    width: calc((100vw - (100vw - 100%)) - 25vw);
    min-width: calc((100vw - (100vw - 100%)) - 298px); } }

@media (min-width: 1200px) and (max-width: 1527.98px) {
  .layout-col-two .row-col-break-1 {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
    .layout-col-two .row-col-break-1 > * {
      max-width: 100%;
      -webkit-box-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  .layout-col-two .row-col-break-2 > * {
    max-width: 50%;
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }

@media (max-width: 1199.98px) {
  .layout-col-left .content {
    margin-top: -3.51727em; }
  .layout-col-right .content {
    margin-bottom: -3.51727em; } }

@media (min-width: 1200px) {
  .column-sticky {
    position: sticky;
    top: calc(3.6rem + 2em - 3.51727em); }
    .ie .column-sticky {
      position: static; } }

.column .card {
  margin-bottom: 2em; }

/**************** templates / components / header ****************/
.header {
  font-size: 1rem;
  position: relative; }

.text-logo {
  font-size: 5em;
  text-decoration: none !important;
  line-height: 0; }
  @media (max-width: 767.98px) {
    .text-logo {
      font-size: calc(2.867rem - 0.66667em); } }

@media (min-width: 768px) {
  .tl-md {
    font-size: 3.5em; } }

body:not(.fixed-navbar) .ft-only {
  display: none !important; }

@media (min-width: 992px) {
  body:not(.fixed-navbar) .ft-only-lg {
    display: none !important; } }

body:not(.fixed-navbar) .navbar-lg-cont {
  height: calc(3.6rem - 2 * 0.33334em); }
  @media (min-width: 768px) {
    body:not(.fixed-navbar) .navbar-lg-cont {
      height: calc(5.33334rem - 2 * 0.66667em); } }

.fixed-navbar .navbar-lg-cont {
  height: calc(3.6rem - 2 * 0.33334em); }

.header-alert {
  z-index: 1; }
  @media (min-width: 992px) {
    .header-alert {
      z-index: 5; } }

.header-top {
  z-index: 3; }

.header-main {
  z-index: 2; }

.header-bottom {
  z-index: 1; }

.navbar-dropdown-1 {
  margin-top: 0 !important; }

.navbar:not(.bg-header-base).bg-transparent:before, .navbar:not(.bg-header-base).bg-transparent:after {
  display: none; }

.img-logo {
  max-width: 30vw; }

.badge-cart {
  position: relative;
  top: -0.75em;
  right: -0.55em; }

@media (min-width: 992px) {
  .badge-cart {
    top: -1em !important; } }

.header-logo {
  z-index: 4; }

@media (min-width: 992px) {
  .navbar-brand {
    height: calc(2.867rem + 5.33334rem - 2 * 1.3334em); } }

.header-bottom {
  z-index: 1; }
  @media (max-width: 991.98px) {
    .header-bottom {
      display: inline !important;
      border-width: 0 !important;
      z-index: 1051; } }

/**************** templates / components / banners-main ****************/
@media (max-width: 991.98px) {
  .bnr-h-left,
  .bnr-h-right {
    text-align: center !important; } }

@media (min-width: 992px) {
  .bnr-h-left .th-text,
  .bnr-h-right .th-text {
    min-width: 20%;
    max-width: 26em; }
  .bnr-h-left .th-text {
    margin-right: 1em; }
  .bnr-h-left .th-img {
    margin-left: 1em; }
  .bnr-h-right .th-content {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .bnr-h-right .th-text {
    margin-left: 1em; }
  .bnr-h-right .th-img {
    margin-right: 1em; }
  .b.text-right .cv-title:after {
    margin-right: 0;
    margin-left: auto; }
  .b.text-left .cv-title:after {
    margin-left: 0; } }

.nav-banner {
  display: none; }
  .nav-banner .lgi {
    min-height: 5em;
    -webkit-box-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }

@media (min-width: 768px) {
  .bnr-theme .carousel-indicators {
    display: none; }
  .nav-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

/**************** templates / components / products-list ****************/
.p-l-one .p-i {
  max-width: 100% !important; }

.ph-line-hide {
  margin-bottom: 0 !important;
  border-bottom-width: 0 !important; }
  .ph-line-hide:before, .ph-line-hide:after {
    display: none; }

.card-group {
  margin: -0.5em; }

.card-item {
  margin: 0.5em; }

@media (min-width: 480px) {
  .card-item {
    max-width: calc(50% + -1em);
    -ms-flex-preferred-size: calc(50% + -1em);
    flex-basis: calc(50% + -1em); } }

@media (min-width: 768px) {
  .card-item {
    max-width: calc(33.33% + -1em);
    -ms-flex-preferred-size: calc(33.33% + -1em);
    flex-basis: calc(33.33% + -1em); } }

@media (min-width: 1200px) {
  .card-item {
    max-width: calc(25% + -1em);
    -ms-flex-preferred-size: calc(25% + -1em);
    flex-basis: calc(25% + -1em); } }

@media (min-width: 1498px) {
  .card-item {
    max-width: calc(20% + -1em);
    -ms-flex-preferred-size: calc(20% + -1em);
    flex-basis: calc(20% + -1em); } }

@media (min-width: 1200px) {
  .layout-col-two .card-item {
    max-width: calc(33.33% + -1em);
    -ms-flex-preferred-size: calc(33.33% + -1em);
    flex-basis: calc(33.33% + -1em); } }

@media (min-width: 1498px) {
  .layout-col-two .card-item {
    max-width: calc(25% + -1em);
    -ms-flex-preferred-size: calc(25% + -1em);
    flex-basis: calc(25% + -1em); } }

@media (min-width: 1807px) {
  .layout-col-two.layout-fluid .card-item {
    max-width: calc(20% + -1em);
    -ms-flex-preferred-size: calc(20% + -1em);
    flex-basis: calc(20% + -1em); } }

@media (min-width: 1200px) {
  [class*='sidr-tabs'] .card-item {
    max-width: calc(33.33% + -1em) !important;
    -ms-flex-preferred-size: calc(33.33% + -1em) !important;
    flex-basis: calc(33.33% + -1em) !important; } }

@media (min-width: 768px) {
  .modal-lg .card-item {
    max-width: calc(33.33% + -1em) !important;
    -ms-flex-preferred-size: calc(33.33% + -1em) !important;
    flex-basis: calc(33.33% + -1em) !important; } }

.p-l-tabs {
  margin-top: 1em; }

.tile {
  border-width: 1px;
  border-style: solid; }
  .tile:hover {
    -webkit-box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.12);
    box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.12); }

.bg.bg-white .tile.bg-default,
.bg.bg-default .tile.bg-white,
.bg.bg-primary .tile {
  border-width: 0; }

@media (min-width: 480px) and (max-width: 767.98px) {
  .p-l-slider .card-item:nth-child(2) ~ .card-item {
    display: none !important; } }

@media (min-width: 480px) and (max-width: 1199.98px) {
  .p-l-slider .card-item:nth-child(3) ~ .card-item {
    display: none !important; } }

@media (min-width: 480px) and (max-width: 1497.98px) {
  .p-l-slider .card-item:nth-child(4) ~ .card-item {
    display: none !important; } }

@media (max-width: 1806.98px) {
  .layout-fluid .p-l-slider .card-item:nth-child(5) ~ .card-item {
    display: none !important;
    border: 1px solid red; } }

@media (min-width: 1807px) {
  .layout-fluid .p-l-slider .card-item:nth-child(6) ~ .card-item {
    display: none !important; } }

@media (min-width: 1498px) {
  .layout-container .p-l-slider .card-item:nth-child(5) ~ .card-item,
  .max-w-xxl .p-l-slider .card-item:nth-child(5) ~ .card-item {
    display: none !important; } }

@media (min-width: 1200px) and (max-width: 1497.98px) {
  .layout-col-two .p-l-slider .card-item:nth-child(3) ~ .card-item {
    display: none !important; } }

@media (min-width: 1200px) and (max-width: 1806.98px) {
  .layout-col-two .p-l-slider .card-item:nth-child(4) ~ .card-item {
    display: none !important; } }

@media (min-width: 1807px) {
  .layout-col-two .p-l-slider .card-item:nth-child(5) ~ .card-item {
    display: none !important; } }

@media (min-width: 1498px) {
  .layout-col-two.layout-container .p-l-slider .card-item:nth-child(4) ~ .card-item {
    display: none !important; } }

@media (min-width: 1200px) {
  [class*='sidr-tabs'] .p-l-slider .card-item:nth-child(3) ~ .card-item {
    display: none !important; } }

/**************** templates / components / products-item ****************/
@media (min-width: 480px) {
  .p-i-img {
    min-height: 242px; } }

.p-i-labels {
  position: absolute;
  top: 1em;
  max-width: 6em;
  z-index: 1;
  left: 1em;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

/**************** templates / components / products ****************/
@media (max-width: 479.98px) {
  .tile {
    margin: 0.25em; }
  .card-group-reset-xs {
    margin-right: -0.75em;
    margin-left: -0.75em; }
  .p-i {
    padding: 1em 1em 1.3334em !important; }
    .p-i:not(:only-child) {
      max-width: calc(50% - 0.5em);
      -ms-flex-preferred-size: calc(50% - 0.5em);
      flex-basis: calc(50% - 0.5em); }
  .p-i {
    line-height: 1.45; }
  .p-i-desc,
  .p-i-labels,
  .p-i-cart span {
    display: none !important; } }

/**************** templates / components / products-col-two ****************/
@media (max-width: 479.98px) {
  .tile {
    margin: 0.25em; }
  .card-group-reset-xs {
    margin-right: -0.75em;
    margin-left: -0.75em; }
  .p-i {
    padding: 1em 1em 1.3334em !important; }
    .p-i:not(:only-child) {
      max-width: calc(50% - 0.5em);
      -ms-flex-preferred-size: calc(50% - 0.5em);
      flex-basis: calc(50% - 0.5em); }
  .p-i {
    line-height: 1.45; }
  .p-i-desc,
  .p-i-labels,
  .p-i-cart span {
    display: none !important; } }

/**************** templates / components / rating-control ****************/
.rating-control {
  line-height: 0; }

/**************** templates / components / subcategories ****************/
.subct img {
  min-width: 50px; }

/**************** templates / components / left-menu ****************/
.lgi-2 a {
  color: inherit; }

@media (min-width: 480px) {
  .lgi-2 {
    max-width: 20%; } }

.lgi-3:last-child span {
  display: none; }

@media (max-width: 1199.98px) {
  .l-m-menu {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .menu-tree-close > .l-m-menu {
    display: none !important; } }

@media (min-width: 1200px) {
  .layout-row > .column:first-child {
    position: relative;
    z-index: 10; }
  .l-m-menu {
    position: absolute !important;
    top: -2em;
    right: calc(-550px - 25vw - 1em);
    width: calc(550px + 25vw);
    max-height: calc(100vh - 2.5 * 3.6rem);
    list-style: none;
    overflow-y: auto;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-out; } }
  @media screen and (min-width: 1200px) and (prefers-reduced-motion: reduce) {
    .l-m-menu {
      transition: none; } }

@media (min-width: 1200px) {
    .l-m-menu.bg-default + .dropdown-arrow {
      border-top-color: #eeeeee !important;
      border-bottom-color: #eeeeee !important; }
    .l-m-menu.bg-primary + .dropdown-arrow {
      border-top-color: #575756 !important;
      border-bottom-color: #575756 !important; }
  .lgi-1:hover .l-m-show {
    visibility: visible;
    opacity: 1; }
  .l-m-childs:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -1em;
    height: 100%;
    width: 1em; }
  .l-m-arrow {
    top: 0.5em !important;
    right: -1em !important;
    height: 1em !important;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important; } }

/**************** templates / components / banner ****************/
.banner .carousel-indicators {
  margin-bottom: 1em; }

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

.bnr-col .cover-content,
.bnr-col .carousel-indicators {
  padding-left: 1.3334em;
  padding-right: 1.3334em; }

@media (max-width: 479.98px) {
  .bnr-cont [class*='outer-'] {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-left-width: 0 !important; } }

.bnr-wide [class*='outer-'] {
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important; }

.bnr-justify-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/**************** templates / components / headlines ****************/
.headlines [class*="col-"] {
  max-width: 27em; }

/**************** templates / components / page-header ****************/
.hide-header .page-header {
  display: none !important; }

.ph-3 .active {
  padding-bottom: 1.3334rem; }
  .ph-3 .active:before {
    max-width: 3em;
    margin-left: -1.5em;
    left: 50%; }

/**************** templates / components / gallery ****************/
.gal-item {
  height: 27rem; }
  .gal-item:after {
    content: "\f002";
    font-size: 1.1875rem;
    line-height: 27rem;
    z-index: 0;
    opacity: 0 !important; }
    @media (max-width: 479.98px) {
      .gal-item:after {
        display: none; } }
  .gal-item:hover:after,
  .gal-item .figure-caption {
    opacity: 0.8 !important; }
  .gal-item .figure-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block; }

/**************** templates / components / dynamic-form ****************/
/**************** templates / components / downloads ****************/
.dwnld .card-item {
  word-break: break-all; }

/**************** templates / components / share ****************/
/**************** templates / components / articles ****************/
@media (min-width: 768px) {
  .articles-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 1200px) {
  .articles-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 1498px) {
  .articles-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; } }

@media (min-width: 1200px) {
  .layout-col-two .articles-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 1498px) {
  .layout-col-two .articles-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

@media (max-width: 767.98px) {
  .articles {
    text-align: center; } }

.articles-count-1 {
  max-width: calc(calc((1200px - 2 * 30px - 2 * 2em) / 3) + 2em); }
  @media (min-width: 480px) {
    .articles-count-1 {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }

.articles-count-2 {
  max-width: calc(calc((1200px - 2 * 30px - 2 * 2em) / 3) * 2 + 2em); }
  @media (min-width: 768px) {
    .articles-count-2 {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }

@media (min-width: 1200px) {
  .layout-col-one .articles-count-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

/**************** templates / components / news-box ****************/
/**************** templates / components / tabs-hp ****************/
.tabs-hp-content {
  margin-top: -1px; }

/**************** templates / components / backlinks ****************/
.backlink-wrapper,
.partners .carousel-spinner {
  height: 105px; }

/**************** templates / components / product-top ****************/
@media (min-width: 480px) {
  .other-photos .carousel-inner,
  .other-photos .carousel-spinner {
    height: 64px; } }

@media (min-width: 992px) {
  .pd-shortdesc-img {
    float: right; } }

.pd-shortdesc-img [data-src*='no-picture'] {
  display: none; }

/**************** templates / components / product-bottom ****************/
/**************** templates / components / products-filters-horizontal ****************/
@media (min-width: 768px) {
  .pfh .col-form-label {
    max-width: 15em; } }

.pfh-sorting .fa {
  vertical-align: middle; }

/**************** templates / components / products-item-table ****************/
.pit-image a {
  width: 60px; }

.pit-head {
  min-width: 17em; }

/**************** templates / components / products-top ****************/
.p-t img {
  min-width: 60px;
  max-height: 60px;
  object-fit: cover;
  object-position: top; }

/**************** templates / components / footer ****************/
.footer a:not(:hover):not(:focus) {
  color: inherit !important; }

@media (max-width: 479.98px) {
  .footer {
    padding-top: 3.51727em !important; }
  body:not(.page-hp) .page-end {
    margin-bottom: -1px; } }

.follow-us a:before {
  font-family: "FontAwesome";
  font-weight: normal; }

.sh-facebook:before {
  content: '\f09a'; }

.sh-instagram:before {
  content: '\f16d'; }

.sh-youtube:before {
  content: '\f16a'; }

.sh-twitter:before {
  content: '\f099'; }

.sh-pinterest-p:before {
  content: '\f231'; }

.sh-skype:before {
  content: '\f17e'; }

.sh-whatsapp:before {
  content: '\f232'; }

.sh-tripadvisor:before {
  content: '\f262'; }

.sh-vimeo:before {
  content: '\f27d'; }

.sh-wikipedia-w:before {
  content: '\f266'; }

.follow-us a:before {
  font-size: 2.5em;
  margin-right: 0.66667rem;
  vertical-align: middle; }

.sh-facebook:before {
  content: '\f082'; }

/**************** templates / forms / newsletter-form ****************/
.newsletter-heading .fa {
  line-height: 0.8; }

/**************** templates / Category / viewWithProducts ****************/
@media (max-width: 1199.98px) {
  .pfv {
    display: none !important; } }

@media (min-width: 1200px) {
  .layout-col-two .pfh-col-hide {
    display: none !important; } }

/**************** templates / Product / view ****************/
@media (min-width: 992px) {
  .layout-col-one .or-right .pd-pics {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 1528px) {
  .layout-col-two .or-right .pd-pics {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1; } }

.pd-tocart .tooltip-static {
  margin-top: -3rem; }

.vs .pd-tocart-quantity-2,
body:not(.vs):not(.vt) .pd-tocart-quantity-2,
.variant-select-hidden {
  display: none; }

@media (max-width: 767.98px) {
  .variantObject,
  .pd-tocart-quantity-2,
  .VariantTable {
    display: none; }
  .vt .variant-select-hidden {
    display: block; } }

@media (min-width: 768px) {
  .vt .ProductPrices,
  .vt .Availability,
  .vt .AddToCart,
  .vt .VariantSelect,
  .vt .Quantity,
  .vt .variant-select-hidden,
  .vt .pd-tocart-quantity-1,
  .vs .pd-tocart-quantity-2,
  .vs .VariantTable,
  .no-variant .pd-tocart-quantity-2 {
    display: none; } }

.pd-ofr hr:last-of-type {
  display: none; }

/**************** font-awesome / font-awesome ****************/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/**************** font-awesome / path ****************/
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/**************** font-awesome / core ****************/
.fa {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**************** font-awesome / icons ****************/
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-exclamation-triangle:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-edit:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-reply:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-warning:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

/**************** font-awesome / larger ****************/
.fa-lg {
  font-size: 1.266667em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.min-fa .fa {
  min-width: 1.3em; }

/**************** font-awesome / animated ****************/
.fa-spin {
  animation: fa-spin 1.5s infinite linear; }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.ie .fa {
  -webkit-animation: none;
  animation: none; }

/**************** theme 2 ****************/
.bg-img {
  /* $_banner-main-margin setting in templates / components / banners-main.css */
  /* $_header-height setting in templates / components / header.css */ }
  .bg-img:before {
    background-image: url("/theme/texture.svg");
    background-size: 2600px auto;
    opacity: 0.15; }
  .bg-img.bg-default:before {
    opacity: 1; }
  .bg-img.bg-secondary:before {
    opacity: 0.26; }
  .bg-img.bg-white:before {
    opacity: 0.08;
    -webkit-filter: invert(1);
    -ms-filter: invert(1);
    filter: invert(1); }
  .bg-img:not(.bg-img-custom).bg-v-bottom:before {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    background-position: top; }
  .bg-img.bg-header:before, .bg-img.bg-img-p:before {
    background-size: 1500px auto; }
  .bg-img[class*='bg-header-pos-']:before {
    background-position: 50% 0px; }
  @media (min-width: 992px) {
    .bg-img.bg-header-pos-2:before {
      background-position: 50% calc(-2.867rem + 0px); }
    .bg-img.bg-header-pos-3:before {
      background-position: 50% calc(-2.867rem - 5.33334rem + 0px); }
    .fixed-top .bg-img:before {
      background-position: 50% 0px; } }
  @media (min-width: 1200px) {
    .bg-img[class*='bg-header-pos-']:before {
      background-position: 50% 0px; } }

@media (min-width: 1200px) and (min-width: 992px) {
  .bg-img.bg-header-pos-2:before {
    background-position: 50% calc(-2.867rem + 0px); }
  .bg-img.bg-header-pos-3:before {
    background-position: 50% calc(-2.867rem - 5.33334rem + 0px); } }
  @media (min-width: 1200px) {
    .fixed-top .bg-img:before {
      background-position: 50% 0px; } }
  .bg-img.bg-img-p:before {
    background-attachment: fixed; }

.bg-img-p:before {
  background-size: 3000px auto; }

.th-more {
  margin-top: 1em !important; }

.th-content:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -11.5rem 0 0 -11.5rem;
  width: 23rem;
  height: 23rem;
  border-radius: 23rem;
  background-color: #fff;
  z-index: -1;
  opacity: 0.06; }
  .b.bg-white .th-content:before {
    background-color: #000;
    opacity: 0.025; }
  .b.bg-default .th-content:before {
    opacity: 0.4; }

/*startDemo*/
.layout-1, .layout-2, .layout-3 {
  /*endDemo*/
  /*startLayout 1,2,3*/
  /*endLayout*/
  /*startDemo*/ }
  @media (min-width: 992px) {
    .layout-1 .b.text-right .th-bottom, .layout-2 .b.text-right .th-bottom, .layout-3 .b.text-right .th-bottom {
      padding: 0.8em 0 0 1em;
      float: right; }
    .layout-1 .b.text-left .th-bottom, .layout-2 .b.text-left .th-bottom, .layout-3 .b.text-left .th-bottom {
      padding: 0.8em 1em 0 0;
      float: left; } }

/*endDemo*/
/*startDemo*/
.layout-4, .layout-5 {
  /*endDemo*/
  /*startLayout 4,5*/
  /*endLayout*/
  /*startDemo*/ }
  @media (min-width: 992px) and (max-width: 1199.98px), (min-width: 1498px) {
    .layout-4 .b.text-right .th-bottom, .layout-5 .b.text-right .th-bottom {
      padding: 0.8em 0 0 1em;
      float: right; }
    .layout-4 .b.text-left .th-bottom, .layout-5 .b.text-left .th-bottom {
      padding: 0.8em 1em 0 0;
      float: left; } }

/*endDemo*/
.th-btn {
  background: none !important;
  color: inherit !important;
  padding: 0; }
  .th-btn span {
    display: none; }
  .th-btn .fa {
    margin-left: 0 !important;
    font-size: 4.12133em;
    line-height: .871366em; }
    .th-btn .fa:before {
      content: '\f138'; }

/**************** modules / critical / formatting ****************/
.bg-img-custom:before {
  background-repeat: no-repeat !important;
  background-size: auto !important;
  opacity: 1 !important;
  -webkit-filter: invert(0) !important;
  -ms-filter: invert(0) !important;
  filter: invert(0) !important;
  background-position: center !important; }

.bg-repeat-xy:before {
  background-repeat: repeat !important; }

.bg-repeat-x:before {
  background-repeat: repeat-x !important; }

.bg-repeat-y:before {
  background-repeat: repeat-y !important; }

.bg-size-cover:before {
  background-size: cover !important; }

.bg-size-contain:before {
  background-size: contain !important; }

.bg-fixed:not(.bg-fixed-n):before {
  background-attachment: fixed !important; }
  @media (pointer: coarse) {
    .bg-fixed:not(.bg-fixed-n):before {
      background-attachment: scroll !important; } }

.bg-v-top:before {
  background-position: top !important; }

.bg-v-center:before {
  background-position: center !important; }

.bg-v-bottom:before {
  background-position: bottom !important; }

.bg-img-custom.bg-img-c:before {
  background-image: url(); }

.bg-img-custom.bg-img-p:before {
  background-image: url(); }

.bg-img-custom.bg-img-h:before {
  background-image: url(); }

.bg-img-custom.bg-img-htop:before {
  background-image: url(); }

.bg-img-custom.bg-img-hmain:before {
  background-image: url(); }

.bg-img-custom.bg-img-hbot:before {
  background-image: url(); }

.bg-img-custom.bg-img-bnr:before {
  background-image: url(); }

.bg-img-custom.bg-img-bnr-sl:before {
  background-image: url(); }

.bg-img-custom.bg-img-bnr-sl-1:before {
  background-image: url(); }

.bg-img-custom.bg-img-bnr-sl-2:before {
  background-image: url(); }

.bg-img-custom.bg-img-bnr-sl-3:before {
  background-image: url(); }

.bg-img-custom.bg-img-bnr-sl-4:before {
  background-image: url(); }

.bg-img-custom.bg-img-bnr-sl-5:before {
  background-image: url(); }

.bg-img-custom.bg-img-hdln:before {
  background-image: url(theme/custom/5e1e4ebff1138-5de3d4fcdd9ea-krbylevne-headlines.jpg); }

.bg-img-custom.bg-img-rcmnd:before {
  background-image: url(); }

.bg-img-custom.bg-img-nl:before {
  background-image: url(); }

.bg-img-custom.bg-img-nws:before {
  background-image: url(); }

.bg-img-custom.bg-img-txt:before {
  background-image: url(); }

.bg-img-custom.bg-img-prtnr:before {
  background-image: url(); }

.bg-img-custom.bg-img-prcs:before {
  background-image: url(); }

.bg-img-custom.bg-img-artcl:before {
  background-image: url(); }

.bg-img-custom.bg-img-dwnld:before {
  background-image: url(); }

.bg-img-custom.bg-img-glr:before {
  background-image: url(); }

.bg-img-custom.bg-img-df:before {
  background-image: url(); }

.bg-img-custom.bg-img-adv:before {
  background-image: url(); }

.bg-img-custom.bg-img-mkt:before {
  background-image: url(); }

.bg-img-custom.bg-img-fhead:before {
  background-image: url(); }

.bg-img-custom.bg-img-fnl:before {
  background-image: url(); }

.bg-img-custom.bg-img-f:before {
  background-image: url(); }

.bg-filter.bg-transparent:before {
  -webkit-filter: grayscale(0%) !important;
  -ms-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important; }

.bg-filter.bg-transparent:after {
  background-color: #525252;
  opacity: 0.5; }

.bg-filter.bg-white:before {
  -webkit-filter: grayscale(0%) !important;
  -ms-filter: grayscale(0%) !important;
  filter: grayscale(0%) !important; }

.bg-filter.bg-white:after {
  background-color: #fff;
  opacity: 0.85; }

.bg-filter.bg-default:before {
  -webkit-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important; }

.bg-filter.bg-default:after {
  background-color: #eeeeee;
  opacity: 0.85; }

.bg-filter.bg-primary:before {
  -webkit-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important; }

.bg-filter.bg-primary:after {
  background-color: #575756;
  opacity: 0.85; }

.bg-filter.bg-secondary:before {
  -webkit-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important; }

.bg-filter.bg-secondary:after {
  background-color: #c8191d;
  opacity: 0.85; }

/**************** custom-upgates ****************/
/**************** custom ****************/
@media (min-width: 992px) {
  .ct-934 > ul li.tm-sub, .ct-935 > ul li.tm-sub {
    width: 25%;
    display: inline-block !important; }
    .ct-934 > ul li.tm-sub .tm-img, .ct-935 > ul li.tm-sub .tm-img {
      float: left;
      display: block;
      margin-right: 15px; }
      .ct-934 > ul li.tm-sub .tm-img img, .ct-935 > ul li.tm-sub .tm-img img {
        width: 80px;
        height: auto; }
    .ct-934 > ul li.tm-sub .tm-sub-h, .ct-935 > ul li.tm-sub .tm-sub-h {
      text-align: left;
      align-items: flex-start;
      justify-content: flex-start;
      padding-left: 0px !important; }
    .ct-934 > ul li.tm-sub .tm-text, .ct-935 > ul li.tm-sub .tm-text {
      text-align: left; }
  .ct-935 > ul li.tm-sub {
    width: 33.33333%; } }

#cover_small {
  max-height: 460px;
  height: 100%; }
  #cover_small .carousel-item {
    justify-content: flex-end;
    max-height: 460px !important;
    height: 100%;
    width: 100%;
    min-height: unset; }
    @media (max-width: 1199px) {
      #cover_small .carousel-item {
        min-height: 440px; } }
  #cover_small .bg-filter.bg-primary:after {
    background-color: #575756;
    opacity: 0.65; }
  #cover_small .bg-filter.bg-primary:before {
    -webkit-filter: grayscale(50%) !important;
    -ms-filter: grayscale(50%) !important;
    filter: grayscale(50%) !important; }
  #cover_small .cover-content {
    padding-top: 1.3334em !important;
    padding-bottom: 1.3334em !important;
    background-color: rgba(255, 255, 255, 0.4); }
    #cover_small .cover-content h2 {
      font-size: 22px;
      color: #fff; }
      #cover_small .cover-content h2 a {
        font-size: 22px;
        color: #fff; }
      #cover_small .cover-content h2 + div {
        margin-top: 0 !important; }
        #cover_small .cover-content h2 + div p {
          color: #f1f1f1; }
  #cover_small .carousel-inner {
    height: 100%; }

.fixed-navbar .navbar-lg {
  display: none; }

.user-cart-btn {
  width: 150px; }

.user-cart-btn .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.user-cart-btn a > .fa-shopping-cart {
  background-color: rgba(38, 167, 70, 0.6);
  color: #fff;
  box-shadow: 0 0 0 0.4em #eeeeee;
  display: inline-block;
  padding: 10px;
  font-size: 20px;
  width: 46px;
  border-radius: 9999px;
  height: 46px;
  line-height: 20px;
  margin-right: 25px !important;
  float: left;
  background-image: none; }
  .user-cart-btn a > .fa-shopping-cart:before {
    content: "";
    width: 30px;
    height: 25px;
    background-repeat: no-repeat;
    font-size: 20px;
    position: relative;
    display: block;
    background-size: contain;
    background-image: url(/shop-data/images/basket_w.svg);
    visibility: visible; }

.user-cart-btn .BasketTotalQuantity {
  position: absolute;
  top: 0;
  left: 5px;
  background-color: #c8191d;
  border-radius: 999999px;
  color: #fff !important;
  font-size: 11px;
  line-height: 20px;
  min-width: 20px;
  text-align: center !important;
  min-height: 20px; }

.kontakt-left .nadpis {
  font-size: 120%;
  font-weight: bold;
  color: #c8191d;
  padding: 5px 0; }

.kontakt-left .zamestnanec {
  overflow: hidden;
  display: block;
  margin: 20px 0;
  padding: 0 0; }
  .kontakt-left .zamestnanec img {
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px; }
  .kontakt-left .zamestnanec p {
    font-size: 15px;
    margin-bottom: 0px !important;
    text-align: left;
    line-height: 1.4;
    padding: 2px 0px; }

.kontakt-left a {
  color: #c8191d !important; }

/* ===GLOBAL=== */
@media (max-width: 1199px) {
  .search-input.max-w-sm {
    max-width: 320px; } }

.scrollToTop {
  position: fixed;
  right: 11%;
  z-index: 999999;
  bottom: 2%;
  width: 50px;
  line-height: 50px;
  opacity: 0;
  font-size: 1.5em;
  transition: all 0.4s ease-in-out 0s;
  height: 50px;
  color: #c8191d;
  border-radius: 99999px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  cursor: pointer;
  box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.31); }

main {
  z-index: 1; }

.pfh .nav-link {
  font-size: 15px;
  font-weight: 400; }

.navbar-dropdown-1 {
  border: 1px solid #ebebeb;
  box-shadow: 0 0.22rem 1.2rem rgba(0, 0, 0, 0.15) !important; }

.is-product-list header, .page-advice header {
  align-items: flex-start; }
  .is-product-list header.ph-3 .active:before, .page-advice header.ph-3 .active:before {
    margin-left: 0em;
    left: 0; }

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

.fa-shopping-cart {
  background: url(/shop-data/images/basket_w.svg) center no-repeat;
  background-size: 100% auto;
  font-size: 120%; }
  .fa-shopping-cart:before {
    visibility: hidden; }
  .fa-shopping-cart.black {
    background: url(/shop-data/images/basket.svg) center no-repeat; }

.btn-border {
  border: 1px solid #575757;
  font-size: 14px; }
  .btn-border:hover {
    background-color: #575757;
    color: #fff; }

.text-c-success {
  color: #26a746 !important; }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.bg-blue {
  background-color: #33a1f9; }

.btn-secondary.btn-converse {
  background-color: #26a746; }
  .btn-secondary.btn-converse:hover {
    background-color: #3abb5a !important; }

.btn-success {
  background-color: #26a746; }
  .btn-success:hover {
    background-color: #3abb5a !important; }

.share {
  display: none !important; }

/* ===TOP MENU=== */
@media (min-width: 992px) {
  .header-bottom .top-menu .nav-item:not(:last-child) > a:after {
    white-space: nowrap;
    height: 20px;
    display: block;
    width: 1px;
    background: #ebebeb;
    border-right: 1px white;
    content: '';
    position: absolute;
    right: -2px; } }

header.header:not(.header-show) .header-logo > .position-absolute {
  top: 8px; }

.kk-shadow-custom {
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.14); }

.header-main .pr-4.navbar-lg-cont {
  width: 15%; }

.header-main .search-input {
  border: 1px solid #eeeeee; }

.header-main.b.bg-white .form-control {
  color: #575757;
  background-color: #ffffff !important; }

.header-main.b.bg-white .input-group .btn-clear {
  color: #c8191d;
  background-color: #ffffff !important; }

.kk-top-sm-menu {
  font-size: 1rem !important; }
  .kk-top-sm-menu .nav-link {
    padding: 0em 0.66667rem 0em 0.83334rem; }
  .kk-top-sm-menu li.nav-item.bordered:hover {
    box-shadow: 0px -2px 0px 0px #c8191d inset; }
  .kk-top-sm-menu li.nav-item.bordered:after {
    content: "";
    width: 1px;
    height: auto;
    display: block;
    background-color: #cecece;
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0; }
  @media (max-width: 1050px) {
    .kk-top-sm-menu .nav-item > small {
      display: none; } }

.user-cart-btn .fa-shopping-cart {
  font-size: 200%; }

.user-cart-btn:hover .user-cart {
  visibility: visible;
  opacity: 1; }

.header-bottom .dropdown-menu {
  -webkit-box-shadow: unset;
  box-shadow: unset; }

.header-bottom .navbar-dropdown-1 {
  border-bottom: 3px solid #c8191d !important; }

@media (max-width: 992px) {
  .header-bottom .navbar-menu .dropdown-menu a.dd-i {
    color: #fff !important; } }

@media (min-width: 992px) {
  .header-bottom a.dd-i {
    color: #333 !important; }
  .header-bottom .navbar-nav .nav-link {
    white-space: unset;
    font-size: 1rem;
    margin-top: 5px; }
  .header-bottom .dropdown-menu .active, .header-bottom .dropdown-menu .active:hover, .header-bottom .dropdown-menu .active:focus {
    color: #c8191d !important;
    background-color: transparent !important; }
  .header-bottom .navbar-nav .nav-item.show .nav-link {
    background-color: transparent;
    color: #c8191d !important;
    box-shadow: 0px -4px 0px 0px #c8191d inset; }
  .header-bottom .navbar-nav .nav-item.show:after {
    content: "\f0d7";
    position: absolute;
    bottom: -15px;
    color: #cd242c;
    font-family: fontawesome;
    z-index: 9999; } }

/* manufacturers tab */
.ct-1187 ul > li {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }
  .ct-1187 ul > li img {
    max-height: 45px !important;
    max-width: 100%;
    height: auto;
    width: auto; }
  .ct-1187 ul > li .navbar-dropdown-2 {
    display: none; }

.navbar-md {
  min-height: auto; }

/* ===HOMEPAGE=== */
.kk-boxed-hp-text a {
  color: #c8191d; }

@media (min-width: 1320px) {
  .ph-blocktext-center-var {
    margin-bottom: 4rem !important; }
  .kk-boxed-hp-text {
    max-width: 1100px;
    width: 100%;
    -webkit-box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.12);
    box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.2);
    padding: 5rem;
    position: relative;
    padding-left: 240px;
    border-radius: 6px;
    margin-left: auto;
    text-align: left; }
    .kk-boxed-hp-text figure {
      position: absolute;
      left: -150px;
      top: -30px; }
      .kk-boxed-hp-text figure img {
        -webkit-box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.12);
        box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.12);
        border: 10px solid #fff;
        border-radius: 10px; }
    .kk-boxed-hp-text p {
      margin-bottom: 0px; } }

.custom-partners {
  border-bottom: none;
  text-align: left; }

.svg-custom {
  height: 100px; }
  .svg-custom.swap {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg); }
  .svg-custom svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; }

.headlines p {
  line-height: 1.2; }

.headlines .hl-item span.btn, .headlines .hl-item a.btn {
  box-shadow: 0 0 0 0.2em rgba(255, 255, 255, 0.5); }
  .headlines .hl-item span.btn .fa, .headlines .hl-item a.btn .fa {
    color: #fff !important; }

.headlines .hl-item h2 {
  color: #fff !important;
  letter-spacing: .5px; }

.kk-skew-headlines {
  height: 100px; }

.sc-hdln.bg-filter.bg-transparent:after {
  background-color: #000;
  opacity: 0.6; }

/* ===PRODUCT ITEM=== */
.p-i-labels {
  top: 0;
  max-width: 100%;
  left: 0; }
  .p-i-labels .badge {
    border-radius: 0px; }
  .p-i-labels .bg-blue {
    background-color: rgba(51, 161, 249, 0.8); }
  .p-i-labels .bg-danger {
    background-color: rgba(220, 53, 69, 0.8); }
  .p-i-labels .bg-primary {
    background-color: rgba(87, 87, 86, 0.8); }
  .p-i-labels .bg-warning {
    background-color: rgba(255, 193, 7, 0.8); }

.p-i-av {
  text-align: left;
  line-height: 1.2; }

.p-i-price {
  text-align: right;
  line-height: 1.2; }
  .p-i-price .standard_price {
    display: block; }

.text-c-success.p-i-av.av-4 {
  color: #dc3545 !important; }

.standard_price {
  display: block; }

.p-i-header {
  font-size: 1em;
  min-height: 50px;
  line-height: 1.3; }
  .p-i-header + .rem {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 350px) {
      .p-i-header + .rem {
        flex-direction: column;
        justify-content: center; }
        .p-i-header + .rem .p-i-av {
          text-align: center;
          margin-bottom: 5px; }
        .p-i-header + .rem .p-i-price {
          text-align: center; } }
  .p-i-header a {
    color: #000 !important; }

.p-i-cart {
  position: absolute;
  left: 0;
  height: 46px;
  bottom: -23px;
  right: 0;
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: .5s all; }

.p-i:hover .p-i-cart {
  visibility: visible;
  opacity: 1; }

/* ===PRODUCT DETAIL=== */
.kk-desc h2, .kk-desc h3, .kk-desc h4 {
  color: #c8191d; }

.kk-desc h2, .kk-desc .h2 {
  font-size: 1.468rem;
  margin-top: 0px; }

.kk-desc p {
  font-size: 15px; }

#description, .page-advice .ContentPage .text {
  text-align: left; }

.kk-pd-wrapper {
  display: inline-block;
  -webkit-box-shadow: 0 0 15px rgba(101, 119, 140, 0.5);
  box-shadow: 0 0 15px rgba(101, 119, 140, 0.5);
  margin-top: 50px;
  max-width: 1498px;
  width: 100%; }

.kk-accordion-pd .card-header {
  border-color: #ececec !important; }

.kk-accordion-pd .fa-info {
  width: 20.7px; }

.kk-accordion-pd .btn-link {
  display: block;
  width: 100%;
  text-align: left; }
  .kk-accordion-pd .btn-link .fa + .fa {
    float: right;
    width: 25px;
    height: 25px;
    background: #eeeeee;
    line-height: 25px;
    text-align: center;
    border-radius: 9999px; }

.kk-help-pd .fa-phone, .kk-help-pd .fa-envelope-o {
  font-size: 50px; }

.kk-help-pd a.phone-pd {
  color: inherit;
  font-size: 20px; }

@media (min-width: 992px) {
  .kk-labels-pd {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .kk-labels-pd .badge {
      font-size: .9rem;
      display: inline-block;
      min-width: 1.625em;
      margin: 0px !important;
      border-radius: 0; } }

/* ===FOOTER=== */
.kk-skew-footer-top {
  height: 100px;
  background: #575756; }

footer.footer {
  position: relative;
  overflow: hidden;
  font-size: 15px; }
  footer.footer:after {
    content: "";
    background-image: url(/shop-data/images/krby-bottom.png);
    display: block;
    width: 623px;
    height: 253px;
    position: absolute;
    background-size: 623px 253px;
    background-repeat: no-repeat;
    bottom: 0px;
    right: -30px;
    z-index: 1;
    opacity: .4; }

.bottom-menu {
  position: relative;
  z-index: 9; }

.sc-rcmnd .nav-tabs {
  align-items: flex-end;
  justify-content: flex-start; }

.sc-rcmnd .b.bg-white .nav-link.active {
  color: #ffffff !important;
  background-color: #c8191d;
  font-weight: 500;
  padding: .7em; }

@media (min-width: 768px) {
  .sc-rcmnd .nav-tabs .nav-link {
    padding: .7em; } }

.ftr-email {
  font-size: 18px; }
  .ftr-email .fa {
    font-size: 18px;
    border: 2px solid #666665;
    width: 35px;
    height: 35px;
    line-height: 31px;
    text-align: center;
    display: inline-block;
    border-radius: 9999px;
    color: #fff !important; }
  .ftr-email:hover .fa {
    border-color: #fff !important;
    transition: .5s all; }

.footer-top + p {
  line-height: 1.2; }

.social-btn a {
  font-size: 18px;
  border: 2px solid #fff;
  width: 35px;
  height: 35px;
  line-height: 33px;
  margin-right: 15px;
  text-align: center;
  display: inline-block;
  border-radius: 9999px;
  color: #fff !important; }
  .social-btn a:hover {
    border-color: #fff !important; }

.ftr-dashed-border {
  border-bottom: 3px dashed rgba(255, 255, 255, 0.4) !important; }

.ftr-contact-phone {
  background: #575756;
  border-radius: 10px;
  font-size: 22px;
  padding: 5px 20px;
  color: #ffffff; }

.ftr-boxes .col-md:not(:last-child) {
  border-right: 3px dashed rgba(255, 255, 255, 0.4) !important; }

.ftr-box {
  max-width: 337px;
  margin: 0 auto; }
  .ftr-box.opening-hours p {
    line-height: 1.2; }

/* ===CART=== */
.tabs-order .fa {
  font-size: 200%;
  color: #575756 !important; }

/* ===ARTICLES=== */
.articles .article-item.kk-ai {
  display: inline-block;
  position: relative;
  vertical-align: top;
  border-top-width: 0;
  padding-top: 0; }

.articles .article-item.kk-ai {
  float: left;
  cursor: pointer;
  clear: unset; }

.kk-ai .ai-heading {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 9px; }

.kk-ai .ai-heading a {
  text-decoration: none !important; }

.kk-ai .ai-description {
  font-size: 13px; }

.kk-ai-in {
  margin: 0 10px 20px 10px;
  min-height: 400px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 2px 10px rgba(9, 28, 32, 0.15);
  box-shadow: 0 2px 10px rgba(9, 28, 32, 0.15); }

.kk-ai-in:hover {
  box-shadow: 0 2px 10px rgba(9, 28, 32, 0.25);
  transition: .5s all; }

.kk-ai-in .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 15px; }

.ai-image {
  max-width: 100%;
  float: none;
  max-height: 180px;
  overflow: hidden;
  margin: 0; }

.ai-image .img-thumbnail {
  min-height: 180px;
  object-fit: cover;
  border-radius: 0px; }

.ai-body {
  padding: 19px 20px 40px;
  border-radius: 3px;
  transition: .5s all; }

@media (max-width: 768px) {
  .articles .article-item.kk-ai {
    width: 100%; } }

@media (min-width: 769px) {
  .articles .article-item.kk-ai {
    width: 50%; } }

@media (min-width: 1200px) {
  .articles .article-item.kk-ai {
    width: 33.333%; } }

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly; }

.heureka-widget {
  position: relative;
  overflow: hidden; }

.heureka-widget:after {
  content: " ";
  display: block;
  width: 1330px;
  height: 740px;
  position: absolute;
  top: -120px;
  left: 50%;
  z-index: 1;
  margin-left: -705px;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  opacity: .04;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-position: 0 0,580px 40px,100% 70%;
  background-size: 460px,300px,470px;
  background-image: url(/shop-data/logo-krby.png), url(/shop-data/heureka.svg), url(/shop-data/logo-krby.png); }

.heureka-widget #showHeurekaBadgeHere-11 img {
  max-width: 100%;
  height: auto; }

.heureka-widget .heureka-widget-content {
  position: relative;
  z-index: 5; }

.heureka-widget .btn-secondary {
  margin-top: 15px;
  margin-bottom: 15px; }

.heureka-widget .heureka-custom.slick-arrow {
  font-size: 17px;
  margin: 0 10px;
  height: 30px;
  line-height: 27px;
  width: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 999px;
  -webkit-transition: .25s;
  outline: none;
  transition: .25s;
  border: none;
  background-color: #f5f5f5;
  color: #575756;
  box-shadow: 0 0.12rem 0.8rem rgba(0, 0, 0, 0.12); }

.slick-next {
  position: absolute;
  right: -15px; }

.slick-prev {
  position: absolute;
  left: -15px; }

.heureka-arrows {
  position: absolute;
  top: calc(50% - 2.5em / 2);
  width: 100%; }

.slick-arrow:hover {
  cursor: pointer; }

.bought-heureka {
  background-color: #c8191d;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff; }

.heureka-widget .heureka-custom.slick-arrow:active {
  outline: none;
  border: none; }

.heureka-widget .review--box {
  background-color: #fff;
  max-width: 350px;
  min-height: 207px;
  padding-top: 0 !important;
  overflow: hidden;
  margin-bottom: 25px;
  margin: 0 auto;
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between; }

.heureka-widget .review--customer {
  border-top: 1px solid #f5f5f5 !important;
  padding: 5px 5px 10px;
  text-align: center; }

.heureka-widget .review--summary {
  text-align: center;
  position: relative;
  color: #000;
  padding: 35px 15px 5px;
  font-style: italic; }

.review-box-flex {
  line-height: 1.2;
  align-items: flex-start; }

.heureka-widget .review-user {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0 20px; }

.heureka-widget .review-user strong {
  font-size: 15px;
  color: #5a5a5a;
  opacity: .2; }

.heureka-widget .review--value {
  text-align: center;
  font-size: 15px;
  height: 16px; }
  .heureka-widget .review--value i.fa.fa-quote-right {
    position: absolute;
    font-size: 25px;
    background-color: #c8191d;
    color: #fff;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    padding-top: 8px;
    left: 0px; }

.heureka-widget .fa-user {
  font-size: 35px;
  border: 2px solid #5a5a5a !important;
  width: 35px;
  height: 35px;
  overflow: hidden;
  opacity: .2;
  margin-right: 10px;
  text-align: center;
  color: #5a5a5a;
  border-radius: 9999px; }

.text-gold {
  color: gold; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.delivery-header-box {
  text-align: left;
  line-height: 1.3;
  margin-right: 25px; }
  .delivery-header-box .delivery-header {
    font-weight: 600;
    margin-bottom: 5px; }
  .delivery-header-box img {
    width: 20px;
    margin-right: 10px; }
  .delivery-header-box .box-delivery {
    padding-left: 14px; }
  .delivery-header-box .fa {
    margin-right: 10px;
    width: 20px; }
