@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: #f0f0f0;
  --primary: #333333;
  --secondary: #cd9934;
  --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.5;
  color: #333333;
  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: "Open sans", 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: normal;
  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,
video {
  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: #fff;
  border-color: rgba(255, 255, 255, 0.1) !important;
  background-color: transparent; }
  .bg-transparent.gradient {
    background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0.15), transparent) repeat-x; }
  .bg-transparent .outer-line:not(.hide) + .page-end,
  .bg-transparent .outer-line:not(.hide) + .hide + .page-end {
    border-color: rgba(255, 255, 255, 0.1); }

.bg-default {
  color: #333333;
  border-color: #fff !important;
  background-color: #f0f0f0; }
  .bg-default.gradient {
    background: #f0f0f0 linear-gradient(180deg, #f2f2f2, #f0f0f0) repeat-x; }
    .bg-default.gradient.reset-gray {
      background: #f0f0f0 linear-gradient(180deg, #f2f2f2, #f0f0f0) repeat-x; }
  .bg-default .outer-line:not(.hide) + .page-end,
  .bg-default .outer-line:not(.hide) + .hide + .page-end {
    border-color: #fff; }

.bg-primary {
  color: #e7e7e7;
  border-color: #444444 !important;
  background-color: #333333; }
  .bg-primary.gradient {
    background: #333333 linear-gradient(180deg, #525252, #333333) repeat-x; }
  .bg-primary .outer-line:not(.hide) + .page-end,
  .bg-primary .outer-line:not(.hide) + .hide + .page-end {
    border-color: #444444; }

.bg-secondary {
  color: #f9f3e7;
  border-color: #d3a64e !important;
  background-color: #cd9934; }
  .bg-secondary.gradient {
    background: #cd9934 linear-gradient(180deg, #d5a852, #cd9934) repeat-x; }
  .bg-secondary .outer-line:not(.hide) + .page-end,
  .bg-secondary .outer-line:not(.hide) + .hide + .page-end {
    border-color: #d3a64e; }

.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: #333333;
  border-color: #ededed !important;
  background-color: #fff; }
  .bg-white.gradient {
    background: #fff linear-gradient(180deg, #fff, #f9f9f9) repeat-x; }
  .bg-white .outer-line:not(.hide) + .page-end,
  .bg-white .outer-line:not(.hide) + .hide + .page-end {
    border-color: #ededed; }

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

.bg.bg-transparent .outer-line:not(.btn) {
  border-color: rgba(255, 255, 255, 0.1); }

.bg.bg-default .outer-line:not(.btn) {
  border-color: #fff; }

.bg.bg-primary .outer-line:not(.btn) {
  border-color: #444444; }

.bg.bg-secondary .outer-line:not(.btn) {
  border-color: #d3a64e; }

.bg.bg-white .outer-line:not(.btn) {
  border-color: #ededed; }

.b.bg-transparent a:not([role*="button"]):not([class*="text-c-"]):not(.badge),
.b.bg-transparent .a {
  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 .a:hover,
  .b.bg-transparent .a:focus {
    color: #f0f0f0; }

.b.bg-transparent .color-dis {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff; }
  .b.bg-transparent .color-dis.gradient {
    background: rgba(255, 255, 255, 0.1) linear-gradient(180deg, rgba(255, 255, 255, 0.235), rgba(255, 255, 255, 0.1)) repeat-x; }

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

.b.bg-transparent .text-c-body {
  color: #fff; }

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

.b.bg-default a:not([role*="button"]):not([class*="text-c-"]):not(.badge),
.b.bg-default .a {
  color: #333333; }
  .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 .a:hover,
  .b.bg-default .a:focus {
    color: #242424; }

.b.bg-default .color-dis {
  background-color: #fff;
  color: #333333; }
  .b.bg-default .color-dis.gradient {
    background: #fff linear-gradient(180deg, #fff, #f9f9f9) repeat-x; }

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

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

.b.bg-default .text-c-muted {
  color: rgba(51, 51, 51, 0.6); }

.b.bg-primary a:not([role*="button"]):not([class*="text-c-"]):not(.badge),
.b.bg-primary .a {
  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 .a:hover,
  .b.bg-primary .a:focus {
    color: #fff; }

.b.bg-primary .color-dis {
  background-color: #424242;
  color: #fff; }
  .b.bg-primary .color-dis.gradient {
    background: #424242 linear-gradient(180deg, #5f5f5f, #424242) repeat-x; }

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

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

.b.bg-primary .text-c-muted {
  color: rgba(231, 231, 231, 0.6); }

.b.bg-secondary a:not([role*="button"]):not([class*="text-c-"]):not(.badge),
.b.bg-secondary .a {
  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 .a:hover,
  .b.bg-secondary .a:focus {
    color: #fff; }

.b.bg-secondary .color-dis {
  background-color: #d3a54d; }
  .b.bg-secondary .color-dis.gradient {
    background: #d3a54d linear-gradient(180deg, #dab367, #d3a54d) repeat-x; }

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

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

.b.bg-secondary .text-c-muted {
  color: rgba(249, 243, 231, 0.6); }

.b.bg-white a:not([role*="button"]):not([class*="text-c-"]):not(.badge),
.b.bg-white .a {
  color: #333333; }
  .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 .a:hover,
  .b.bg-white .a:focus {
    color: #242424; }

.b.bg-white .color-dis {
  background-color: #f0f0f0;
  color: #333333; }
  .b.bg-white .color-dis.gradient {
    background: #f0f0f0 linear-gradient(180deg, #f2f2f2, #f0f0f0) repeat-x; }

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

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

.b.bg-white .text-c-muted {
  color: rgba(51, 51, 51, 0.6); }

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

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

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

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

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

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

.bg-blur-sm:before,
.bg-blur-sm .cvr-video {
  -webkit-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px); }

.bg-blur-md:before,
.bg-blur-md .cvr-video {
  -webkit-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px); }

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

.bg.bg-primary .b.bg-primary:not(.color-fix):not(.x):not(.widget) {
  background-color: #424242;
  border-color: #333333 !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: #333333; }
  .bg.bg-primary .b.bg-primary:not(.color-fix):not(.x):not(.widget) .color-dis {
    background-color: #333333; }

.bg-transparent.bg-transparent-reset {
  background-color: #333333; }

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

.outer-line {
  border-style: solid;
  border-width: 0; }
  .outer-line:not(.widget) {
    border-width: 1px 0; }
  .container .outer-line:not(.x), .outer-line.full-outer {
    border-width: 1px; }

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

.bg-img:before,
.bg-filter:after {
  content: '';
  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-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; } }

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

.x {
  background-color: transparent !important;
  border-width: 0; }

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

[class*='btn'].outer-line {
  border-width: 0 !important; }
  [class*='btn'].outer-line:not(:hover) {
    background: none !important; }

.btn-block {
  width: 100%;
  white-space: normal;
  display: -ms-flexbox;
  display: flex;
  -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.125em; }

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

[class*='btn-ico'] {
  padding: 0;
  overflow: hidden;
  border-radius: 0.375rem; }
  [class*='btn-ico'] .fa {
    font-size: inherit; }
  [class*='btn-ico'] .fa-play {
    margin-right: -0.1em; }
  [class*='btn-ico'] img {
    max-width: 50%;
    height: auto;
    max-height: 50%;
    width: auto; }

.btn-ico-xs {
  min-width: 2em;
  height: 2em;
  min-height: 2em;
  line-height: 2em; }

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

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

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

.btn-default {
  border-color: #fff;
  color: #333333;
  background: #f0f0f0 linear-gradient(180deg, #f2f2f2, #f0f0f0) repeat-x; }
  .btn-default.outer-line:not(:hover) {
    color: #f0f0f0; }

.btn-primary {
  border-color: #424242;
  color: #fff;
  background: #333333 linear-gradient(180deg, #525252, #333333) repeat-x; }
  .btn-primary.outer-line:not(:hover) {
    color: #333333; }

.btn-secondary {
  border-color: #d3a54d;
  color: #fff;
  background: #cd9934 linear-gradient(180deg, #d5a852, #cd9934) repeat-x; }
  .btn-secondary.outer-line:not(:hover) {
    color: #cd9934; }

.btn-success {
  color: #fff;
  background: #1abc9c linear-gradient(180deg, #3cc6ab, #1abc9c) repeat-x; }
  .btn-success.outer-line:not(:hover) {
    color: #1abc9c; }

.btn-info {
  color: #fff;
  background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x; }
  .btn-info.outer-line:not(:hover) {
    color: #17a2b8; }

.btn-warning {
  color: #fff;
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x; }
  .btn-warning.outer-line:not(:hover) {
    color: #ffc107; }

.btn-danger {
  color: #fff;
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x; }
  .btn-danger.outer-line:not(:hover) {
    color: #dc3545; }

.btn-white,
.b.bg-transparent .btn-primary:not(.color-fix),
.b.bg-default .btn-default:not(.color-fix):not(.outer-line),
.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: #ededed;
  color: #333333;
  background: #fff linear-gradient(180deg, #fff, #f9f9f9) repeat-x; }
  .btn-white.outer-line:not(:hover),
  .b.bg-transparent .btn-primary:not(.color-fix).outer-line:not(:hover),
  .b.bg-default .btn-default:not(.color-fix):not(.outer-line).outer-line:not(:hover),
  .b.bg-primary .btn-primary:not(.color-fix).outer-line:not(:hover),
  .b.bg-primary .input-group .btn-primary:not(.color-fix).outer-line:not(:hover),
  .b.bg-secondary .btn-secondary:not(.color-fix).outer-line:not(:hover) {
    color: #fff; }

.b.bg-primary .btn-primary.color-fix {
  border-color: #424242;
  color: #fff;
  background: #424242 linear-gradient(180deg, #5f5f5f, #424242) repeat-x;
  border-color: #333333; }
  .b.bg-primary .btn-primary.color-fix.outer-line:not(:hover) {
    color: #333333; }

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

.b.bg-white .btn-default {
  -webkit-box-shadow: none;
  box-shadow: none; }

.b.bg-white .btn-white.outer-line,
.b.bg-default .btn-white.outer-line {
  color: #333333; }

.b.bg-white .btn-default.outer-line,
.b.bg-default .btn-default.outer-line {
  color: #333333; }

.b.bg-white .btn-white.outer-line:not(:hover) {
  -webkit-box-shadow: inset 0 0 0 1px #f0f0f0;
  box-shadow: inset 0 0 0 1px #f0f0f0; }

.btn.active:not(.outer-line) .badge {
  background-color: #f0f0f0; }

.b.bg-transparent .btn.active:not(.outer-line) .badge {
  background-color: rgba(255, 255, 255, 0.1); }

.b.bg-white .btn.active:not(.outer-line) .badge {
  background-color: #fff; }

.b.bg-default .btn.active:not(.outer-line) .badge {
  -webkit-box-shadow: none;
  box-shadow: none; }

.b.bg-primary .btn.active:not(.outer-line) .badge {
  background-color: #333333; }

.bg.bg-primary .b.bg-primary:not(.x) .btn.active:not(.outer-line) {
  -webkit-box-shadow: none;
  box-shadow: none; }
  .bg.bg-primary .b.bg-primary:not(.x) .btn.active:not(.outer-line) .badge {
    background-color: #424242; }

.AddProductToCart:not(.AddProductToCartInitialized),
.AddToCartButton:not(.AddToCartButtonInitialized) {
  background: rgba(0, 0, 0, 0.1);
  cursor: default !important;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .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: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0.375rem; }
  .btn-group > .btn {
    margin: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-group > .btn:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .btn-group > .btn:not(:first-child):not(.outer-line) {
      border-left-width: 1px;
      border-left-style: solid; }

.btn-group-hg {
  border-radius: 0.55rem; }

.btn-group-lg {
  border-radius: 0.45rem; }

.btn-group-sm {
  border-radius: 0.25rem; }

/**************** modules / critical / type ****************/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  color: inherit;
  margin-bottom: 0.65em;
  letter-spacing: -0.01em; }
  .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 Slab", serif; }

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

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

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

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

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

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

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.4em; }
  h1 .small, .h1 .small {
    display: block;
    font-size: 1rem !important;
    line-height: 1.5 !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: "Open sans", 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: "Open sans", sans-serif !important; } }

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

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

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

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

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

@media (min-width: 1200px) {
  .rem,
  .rem-col > * {
    font-size: 0.9375rem !important; } }

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

.rem-md {
  font-size: 0.9375rem !important; }

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

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

.all-mb-0 * {
  margin-bottom: 0; }

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

.line-height-sm {
  line-height: 1.45 !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) {
    max-width: 100%;
    height: auto; }
  .text iframe {
    max-width: 100%; }
  .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: 380px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 768px) {
    .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; }

.row {
  margin-right: -15px;
  margin-left: -15px;
  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;
  -ms-flex-positive: 1;
  flex-grow: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-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;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .col-sm-auto {
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .col-sm-1 {
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-sm-2 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-3 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-sm-4 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-5 {
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-sm-6 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-7 {
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-sm-8 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-9 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-sm-10 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-11 {
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-sm-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-13 {
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-sm-14 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-15 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-sm-16 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-17 {
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-sm-18 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-19 {
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-sm-20 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-21 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-sm-22 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-23 {
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-sm-24 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 25;
    order: 25; }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .order-sm-13 {
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-14 {
    -ms-flex-order: 14;
    order: 14; }
  .order-sm-15 {
    -ms-flex-order: 15;
    order: 15; }
  .order-sm-16 {
    -ms-flex-order: 16;
    order: 16; }
  .order-sm-17 {
    -ms-flex-order: 17;
    order: 17; }
  .order-sm-18 {
    -ms-flex-order: 18;
    order: 18; }
  .order-sm-19 {
    -ms-flex-order: 19;
    order: 19; }
  .order-sm-20 {
    -ms-flex-order: 20;
    order: 20; }
  .order-sm-21 {
    -ms-flex-order: 21;
    order: 21; }
  .order-sm-22 {
    -ms-flex-order: 22;
    order: 22; }
  .order-sm-23 {
    -ms-flex-order: 23;
    order: 23; }
  .order-sm-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;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .col-md-auto {
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .col-md-1 {
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-md-2 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-3 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-md-4 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-5 {
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-md-6 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-7 {
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-md-8 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-9 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-md-10 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-11 {
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-md-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-13 {
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-md-14 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-15 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-md-16 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-17 {
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-md-18 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-19 {
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-md-20 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-21 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-md-22 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-23 {
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-md-24 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 25;
    order: 25; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .order-md-13 {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-14 {
    -ms-flex-order: 14;
    order: 14; }
  .order-md-15 {
    -ms-flex-order: 15;
    order: 15; }
  .order-md-16 {
    -ms-flex-order: 16;
    order: 16; }
  .order-md-17 {
    -ms-flex-order: 17;
    order: 17; }
  .order-md-18 {
    -ms-flex-order: 18;
    order: 18; }
  .order-md-19 {
    -ms-flex-order: 19;
    order: 19; }
  .order-md-20 {
    -ms-flex-order: 20;
    order: 20; }
  .order-md-21 {
    -ms-flex-order: 21;
    order: 21; }
  .order-md-22 {
    -ms-flex-order: 22;
    order: 22; }
  .order-md-23 {
    -ms-flex-order: 23;
    order: 23; }
  .order-md-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;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .col-lg-auto {
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .col-lg-1 {
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-lg-2 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-3 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-lg-4 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-5 {
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-lg-6 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-7 {
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-lg-8 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-9 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-lg-10 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-11 {
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-lg-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-13 {
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-lg-14 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-15 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-lg-16 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-17 {
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-lg-18 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-19 {
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-lg-20 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-21 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-lg-22 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-23 {
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-lg-24 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 25;
    order: 25; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .order-lg-13 {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-14 {
    -ms-flex-order: 14;
    order: 14; }
  .order-lg-15 {
    -ms-flex-order: 15;
    order: 15; }
  .order-lg-16 {
    -ms-flex-order: 16;
    order: 16; }
  .order-lg-17 {
    -ms-flex-order: 17;
    order: 17; }
  .order-lg-18 {
    -ms-flex-order: 18;
    order: 18; }
  .order-lg-19 {
    -ms-flex-order: 19;
    order: 19; }
  .order-lg-20 {
    -ms-flex-order: 20;
    order: 20; }
  .order-lg-21 {
    -ms-flex-order: 21;
    order: 21; }
  .order-lg-22 {
    -ms-flex-order: 22;
    order: 22; }
  .order-lg-23 {
    -ms-flex-order: 23;
    order: 23; }
  .order-lg-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;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .col-xl-auto {
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .col-xl-1 {
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%; }
  .col-xl-2 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-3 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .col-xl-4 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-5 {
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%; }
  .col-xl-6 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-7 {
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .col-xl-8 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-9 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%; }
  .col-xl-10 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-11 {
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%; }
  .col-xl-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-13 {
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%; }
  .col-xl-14 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-15 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%; }
  .col-xl-16 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-17 {
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%; }
  .col-xl-18 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-19 {
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%; }
  .col-xl-20 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-21 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%; }
  .col-xl-22 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-23 {
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%; }
  .col-xl-24 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 25;
    order: 25; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .order-xl-13 {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-14 {
    -ms-flex-order: 14;
    order: 14; }
  .order-xl-15 {
    -ms-flex-order: 15;
    order: 15; }
  .order-xl-16 {
    -ms-flex-order: 16;
    order: 16; }
  .order-xl-17 {
    -ms-flex-order: 17;
    order: 17; }
  .order-xl-18 {
    -ms-flex-order: 18;
    order: 18; }
  .order-xl-19 {
    -ms-flex-order: 19;
    order: 19; }
  .order-xl-20 {
    -ms-flex-order: 20;
    order: 20; }
  .order-xl-21 {
    -ms-flex-order: 21;
    order: 21; }
  .order-xl-22 {
    -ms-flex-order: 22;
    order: 22; }
  .order-xl-23 {
    -ms-flex-order: 23;
    order: 23; }
  .order-xl-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%; } }

.col-w {
  padding-right: 15px;
  padding-left: 15px; }

/**************** modules / critical / images ****************/
img.active,
video.active {
  -webkit-box-shadow: 0 0 0 0.2rem #cd9934;
  box-shadow: 0 0 0 0.2rem #cd9934; }

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

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

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

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

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

.img-thumbnail {
  border-radius: 0.375rem;
  -webkit-box-shadow: 0.1rem 0.16rem 0.6rem rgba(0, 0, 0, 0.12);
  box-shadow: 0.1rem 0.16rem 0.6rem rgba(0, 0, 0, 0.12); }
  .lightbox-overlay .img-thumbnail {
    background-color: #fff; }

.img-thumbnail-small {
  border-radius: 0.375rem; }

.video-ico {
  position: absolute; }

.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 {
    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 / overlay ****************/
.ov {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/**************** 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: #333333;
  background-color: #fff;
  background-clip: padding-box;
  position: relative;
  border-radius: 0.375rem; }
  .form-control if $input-box-shadow {
    -webkit-box-shadow: 0.05rem 0.1rem 0.15rem rgba(0, 0, 0, 0.1);
    box-shadow: 0.05rem 0.1rem 0.15rem rgba(0, 0, 0, 0.1); }
  .form-control::placeholder {
    color: rgba(51, 51, 51, 0.5);
    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: -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: 235px; } }

.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;
  border-radius: 0.375rem; }

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 16 16'%3E%3Cpath fill='none' stroke='%23333333' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.3334em center;
  background-size: 0.9em 0.7em;
  -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.5em;
  padding-left: 1.5em; }

.custom-control-inline {
  margin-right: 1em;
  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: #333333; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label:after, .custom-control-label:before {
    content: "";
    position: absolute;
    top: 0.2em;
    left: -1.5em;
    width: 1em;
    height: 1em;
    display: block; }
  .custom-control-label:before {
    background-color: rgba(51, 51, 51, 0.4);
    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-label::before {
  border-radius: 0.25rem; }

.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='%23333333' 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='%23333333'/%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-transparent .form-control,
.b.bg-transparent .ui-spinner-button,
.b.bg-transparent .input-group-append .btn.outer-line:not(:hover) {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1) !important; }

.b.bg-transparent .input-group .btn-clear {
  color: #fff; }

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

.b.bg-primary .form-control,
.b.bg-primary .ui-spinner-button,
.b.bg-primary .input-group-append .btn.outer-line:not(:hover) {
  color: #fff;
  background-color: #242424 !important; }

.b.bg-primary .input-group .btn-clear {
  color: #fff; }

.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-append .btn.outer-line:not(:hover) {
  color: #333333;
  background-color: #f0f0f0 !important; }

.b.bg-white .input-group .btn-clear {
  color: #333333; }

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

.b[class*='bg-'] .has-required .col-form-label,
.b[class*='bg-'] .has-required .input-icon,
.b[class*='bg-'] .has-required .custom-control:not(.custom-checkbox-multi) .custom-control-label,
.b[class*='bg-'] .has-required .active {
  color: #cd9934 !important;
  font-weight: 600; }

.b[class*='bg-'] .has-required .form-control,
.b[class*='bg-'] .has-required .input-group,
.b[class*='bg-'] .has-required img.active {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 153, 52, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(205, 153, 52, 0.25); }
  .b.bg-white .b[class*='bg-'] .has-required .form-control, .b.bg-white
  .b[class*='bg-'] .has-required .input-group, .b.bg-white
  .b[class*='bg-'] .has-required img.active {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 153, 52, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(205, 153, 52, 0.25); }

.b[class*='bg-'] .has-required .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #cd9934; }

.b[class*='bg-'] .has-success .col-form-label,
.b[class*='bg-'] .has-success .input-icon,
.b[class*='bg-'] .has-success .custom-control:not(.custom-checkbox-multi) .custom-control-label,
.b[class*='bg-'] .has-success .active {
  color: #1abc9c !important;
  font-weight: 600; }

.b[class*='bg-'] .has-success .form-control,
.b[class*='bg-'] .has-success .input-group,
.b[class*='bg-'] .has-success img.active {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 0.25); }
  .b.bg-white .b[class*='bg-'] .has-success .form-control, .b.bg-white
  .b[class*='bg-'] .has-success .input-group, .b.bg-white
  .b[class*='bg-'] .has-success img.active {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 0.25); }

.b[class*='bg-'] .has-success .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1abc9c; }

.b[class*='bg-'] .has-error .col-form-label,
.b[class*='bg-'] .has-error .input-icon,
.b[class*='bg-'] .has-error .custom-control:not(.custom-checkbox-multi) .custom-control-label,
.b[class*='bg-'] .has-error .active {
  color: #dc3545 !important;
  font-weight: 600; }

.b[class*='bg-'] .has-error .form-control,
.b[class*='bg-'] .has-error .input-group,
.b[class*='bg-'] .has-error img.active {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .b.bg-white .b[class*='bg-'] .has-error .form-control, .b.bg-white
  .b[class*='bg-'] .has-error .input-group, .b.bg-white
  .b[class*='bg-'] .has-error img.active {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.b[class*='bg-'] .has-error .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #dc3545; }

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

/**************** modules / critical / input-group ****************/
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0.375rem; }
  .input-group > .form-control {
    position: relative;
    width: 1%;
    height: auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .input-group > .form-control:not(:last-child) {
      margin-right: -1.2em;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .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: #333333;
    background-color: transparent !important; }

.input-group-prepend,
.input-group-append-ico {
  position: absolute;
  height: 100%; }

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

.input-group-prepend {
  pointer-events: none; }

.input-group-append-ico {
  right: 0;
  z-index: 1; }
  .input-group .input-group-append-ico + .form-control {
    padding-left: 1.3334em; }

.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;
  border-radius: 0.375rem;
  display: -ms-flexbox;
  display: flex;
  -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: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

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

.nav-tabs {
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
  position: relative;
  z-index: 1;
  white-space: nowrap; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    font-weight: 600;
    white-space: nowrap;
    border-radius: 0.375rem; }
  @media (min-width: 768px) {
    .nav-tabs {
      margin-top: -1.3334em; }
      .nav-tabs .nav-link {
        height: 100%;
        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; }
      .nav-tabs .nav-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; } }

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

.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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: space-between;
    justify-content: space-between; }
  .navbar > .container {
    -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: 992px) {
    .header:not(.fixed-top) .navbar-menu-lg {
      font-size: calc(1em * 0.845 + 0.25vw); } }
  @media (min-width: 992px) and (min-width: 1498px) {
    .header:not(.fixed-top) .navbar-menu-lg {
      font-size: 1.0789em; } }

@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: -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%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center; }

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

.navbar {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -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: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
  .navbar-collapse {
    background-color: transparent !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .nav-arrow {
    display: none !important; } }

/**************** modules / critical / card ****************/
.card {
  position: relative;
  word-wrap: break-word;
  background-clip: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.375rem; }
  .card > .list-group:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem; }
  .card > .list-group:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem; }
  .card .list-group,
  .card .nav-list {
    border-top-width: 1px !important;
    border-top-style: solid;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important; }
  .card > .list-group {
    margin-bottom: 0; }
  .card .close {
    margin: 0;
    position: absolute;
    top: 0;
    left: calc(50% - 1.83em / 2);
    z-index: 2; }

.card-body,
.tile {
  padding: 1.3334em 1.3334rem;
  -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 {
      -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-size: 1.125em;
  font-weight: 600;
  padding: 0.75em 1.3334rem;
  margin-bottom: 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem; }
  .bg-wrap .card-header {
    border-bottom-width: 0; }
  .card-header + .list-group .lgi:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .card-header:after {
    border-top-right-radius: 0.375rem; }

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

.accordion {
  border-radius: 0.375rem; }
  .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: #cd9934 !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%;
    min-width: 180px; } }

.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: #cd9934;
  display: block;
  z-index: 1; }

.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: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.375rem; }

.page-item {
  margin-left: -1px;
  border-style: solid;
  border-width: 0 1px; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem; }
  .page-item:last-child .page-link {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem; }
  @media (max-width: 479.98px) {
    .page-item:not(.page-btn):not(.active) {
      display: none; }
    .page-item .page-link {
      min-width: 3.3334em; } }

.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.2rem rgba(205, 153, 52, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(205, 153, 52, 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: "Open sans", sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  display: inline-block;
  padding: 0.27em 0.676em;
  min-width: 2em;
  letter-spacing: 0;
  white-space: nowrap;
  border-radius: 0.375rem; }
  .badge:empty {
    display: none; }
  .badge[href] {
    text-decoration: none; }

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

/**************** modules / critical / alert ****************/
.alert {
  padding: 1.3334em 1.3334em; }
  .container .alert {
    border-radius: 0.375rem; }
  .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-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-warning {
  background-color: #fff3cd;
  color: #6c5103; }
  .alert-warning .text-muted {
    color: #cec19b !important; }

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

/**************** modules / critical / media ****************/
.media {
  display: -ms-flexbox;
  display: flex;
  -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;
    border-bottom-left-radius: 0.375rem; }

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

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

.progress,
.progress-bar {
  height: 0.4em;
  border-radius: 0.375rem; }

/**************** 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: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: inherit;
  justify-content: inherit; }

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

.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;
  border-radius: 0.375rem; }
  @media screen and (prefers-reduced-motion: reduce) {
    .ui-slider-handle {
      transition: none; } }

.ui-slider-value {
  margin-top: 1.15834em;
  font-size: 0.875em; }
  .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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .container .list-group {
    border-radius: 0.375rem; }

.lgi {
  position: relative;
  display: block;
  padding: 0.66667em 1.3334rem;
  overflow: hidden; }
  .lgi p {
    line-height: 1.45; }
  .lgi.active {
    z-index: 2; }
  .container .lgi:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem; }
  .container .lgi:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem; }

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

.lg-body {
  padding-left: 1em;
  padding-bottom: 0.3em; }
  .lg-body .lgi {
    padding-top: 0.33334em;
    padding-bottom: 0.33334em;
    border-radius: 0 !important; }
  .lg-body .lg-body .lgi {
    font-size: 0.875em; }

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

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

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

/**************** modules / critical / cross ****************/
.cross {
  height: 1.83em;
  width: 1.83em;
  opacity: 0.65; }
  .cross:before, .cross:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    font-size: 18px; }
  .cross:before {
    height: 1px;
    width: 0.61em;
    margin-left: calc((-0.61em + 1px) / 2); }
  .cross:after {
    height: 0.61em;
    width: 1px;
    margin-top: calc((-0.61em + 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: #333333; }

/**************** modules / critical / close ****************/
.close {
  font-size: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

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

/**************** modules / critical / cover ****************/
.cvr-content {
  z-index: 2; }

.cvr-title-under {
  display: none; }

.cvr-bottom {
  font-size: 1.29375em;
  line-height: 1.2; }

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

.cover {
  min-height: 50vh;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: 1px;
  background-repeat: no-repeat;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 480px) {
    .container .cover, .container .cover:before, .container .cover:after {
      border-radius: 0.375rem; } }
  .cover:before,
  .cover .cvr-video {
    transition: 0.75s; }
    @media screen and (prefers-reduced-motion: reduce) {
      .cover:before,
      .cover .cvr-video {
        transition: none; } }
  .cover:before,
  .cover .cvr-video, .cover:after {
    z-index: 0; }
  .cover:not(.bg-loaded):before {
    opacity: 0 !important; }
  .cover.bg-img-custom:before {
    background-image: inherit !important; }
  .cover > *:not(.ov) {
    position: relative;
    z-index: 1; }
  @media (min-width: 992px) {
    .cover-animation .cover:hover:before,
    .cover-animation .cover:hover .cvr-video {
      -webkit-transform: scale(1.02);
      transform: scale(1.02); } }
  .cover.text-left {
    -ms-flex-align: start;
    align-items: flex-start; }
  .cover.text-right {
    -ms-flex-align: end;
    align-items: flex-end; }
  .cvr-h-sm .cover {
    min-height: 23rem; }
  .cvr-h-md .cover {
    min-height: 33.3369rem; }
  .cvr-h-hg .cover {
    min-height: 100vh; }
  @media (min-width: 480px) {
    .cvr-h-xs .cover {
      min-height: 13em; }
    .cvr-h-lg .cover {
      min-height: 34.79em; }
    .cvr-h-col .cover {
      min-height: 21rem; } }

@media (min-width: 480px) {
  .cvr-h-xs .cover {
    min-height: 13em; }
  .cvr-h-lg .cover {
    min-height: 34.79em; } }

.cvr-v-top {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.cvr-v-bottom {
  -ms-flex-pack: end;
  justify-content: flex-end; }

.cvr-video {
  height: 100%; }
  .bg-size-cover .cvr-video {
    object-fit: cover; }
  .bg-v-top .cvr-video {
    object-position: 50% 0 !important; }
  .bg-v-bottom .cvr-video {
    object-position: 50% 100% !important; }
  .bg-v-left .cvr-video {
    object-position: 0 50% !important; }
  .bg-v-right .cvr-video {
    object-position: 100% 50% !important; }
  .bg-v-left-top .cvr-video {
    object-position: 0 0 !important; }
  .bg-v-left-bottom .cvr-video {
    object-position: 0 100% !important; }
  .bg-v-right-top .cvr-video {
    object-position: 100% 0 !important; }
  .bg-v-right-bottom .cvr-video {
    object-position: 100% 100% !important; }

.carousel-video-mute {
  left: auto; }
  .carousel-video-mute.active .fa:before {
    content: '\f028'; }

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

/**************** modules / critical / carousel ****************/
.carousel {
  position: relative; }
  @media (min-width: 480px) {
    .carousel .tile {
      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: -ms-flexbox;
  display: flex;
  -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-inner-block-xs > * {
      vertical-align: top; } }

.carousel-item {
  position: relative;
  width: 100%;
  -ms-flex-align: start;
  align-items: flex-start;
  transition: 0.6s ease-in-out left; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }
  .carousel-item:not(.active):not(.carousel-item-next):not(.carousel-item-prev) {
    display: none !important; }

.carousel-item-wrapper {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -ms-flexbox !important;
  display: flex !important; }

.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 {
  z-index: 1;
  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;
  border-radius: 0.45rem;
  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-style {
  top: auto;
  z-index: 1; }

.c-i-item {
  height: 1.875em;
  line-height: 1.875em;
  width: 1.875em;
  margin: -0.5625em 0; }

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

.carousel-dot {
  display: inline-block;
  cursor: pointer;
  pointer-events: 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-style {
  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: #333333; }

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

/**************** modules / critical / tooltip ****************/
.tooltip {
  position: absolute;
  z-index: 1030;
  padding: 0.5em 0;
  margin: 0.5em;
  font-size: 0.875em;
  word-wrap: break-word;
  pointer-events: none;
  opacity: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-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: "Open sans", 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: #141414 !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: #141414 !important; }

.tooltip-static {
  position: relative;
  z-index: unset !important; }
  .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: #141414;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0.15rem 0.22rem 0.9rem rgba(0, 0, 0, 0.15);
  box-shadow: 0.15rem 0.22rem 0.9rem rgba(0, 0, 0, 0.15); }

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

/**************** 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; }

/**************** 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; }

.rounded {
  border-radius: 10em !important; }

.rounded-y {
  border-radius: 0.375rem; }

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

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

/**************** 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: -ms-flexbox !important;
  display: flex !important; }

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.none {
  display: none; }

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

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

/**************** 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 {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

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

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
  -ms-flex-item-align: auto !important;
  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 {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-end-var {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-center-var {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    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 {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-end-var {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-center-var {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    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 {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-end-var {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-center-var {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    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 {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-end-var {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-center-var {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    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; } }

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

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

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

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

/**************** 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 {
  -webkit-box-shadow: 0.1rem 0.16rem 0.6rem rgba(0, 0, 0, 0.12);
  box-shadow: 0.1rem 0.16rem 0.6rem rgba(0, 0, 0, 0.12); }
  .shadow.shadow-sm {
    -webkit-box-shadow: 0.05rem 0.1rem 0.15rem rgba(0, 0, 0, 0.1);
    box-shadow: 0.05rem 0.1rem 0.15rem rgba(0, 0, 0, 0.1); }
  .shadow.shadow-lg {
    -webkit-box-shadow: 0.15rem 0.22rem 0.9rem rgba(0, 0, 0, 0.15);
    box-shadow: 0.15rem 0.22rem 0.9rem rgba(0, 0, 0, 0.15); }

.shadow-0 {
  box-shadow: none; }

.shadow-text {
  text-shadow: 0.05rem 0.1rem 0.15rem rgba(0, 0, 0, 0.1); }

.shadow-fix {
  -webkit-box-shadow: 0.1rem 0.16rem 0.6rem rgba(0, 0, 0, 0.12);
  box-shadow: 0.1rem 0.16rem 0.6rem rgba(0, 0, 0, 0.12); }
  .shadow-fix.shadow-lg {
    -webkit-box-shadow: 0.15rem 0.22rem 0.9rem rgba(0, 0, 0, 0.15);
    box-shadow: 0.15rem 0.22rem 0.9rem 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; }

/**************** 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; } }
  @media (max-width: 479.98px) and (min-width: 380px) {
    .reset-mx-3 {
      margin-left: -20px !important;
      margin-right: -20px !important; } }

@media (max-width: 479.98px) {
  .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; }

.max-w-xxl {
  max-width: 1438px; }
  .max-w-xxl.container {
    max-width: 1498px; }

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

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

.mt-n-6 {
  margin-top: -3.3334em; }

.mt-n-5 {
  margin-top: -2em; }

/**************** utilities / spacing ****************/
.mr-i {
  margin-right: 0.41668em !important; }

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

@media (min-width: 1200px) {
  .mr-xl-i {
    margin-right: 0.41668em !important; } }

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

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

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

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

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

.m-1 {
  margin: 0.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.3334em !important; }

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

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

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

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

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

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

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

.pl-6,
.px-6 {
  padding-left: 3.3334em !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.3334em !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3.3334em !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3.3334em !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3.3334em !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3.3334em !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.3334em !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3.3334em !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3.3334em !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3.3334em !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3.3334em !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.3334em !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 3.3334em !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 3.3334em !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3.3334em !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 3.3334em !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.3334em !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 3.3334em !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 3.3334em !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3.3334em !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 3.3334em !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.3334em !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3.3334em !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3.3334em !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3.3334em !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3.3334em !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.3334em !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3.3334em !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3.3334em !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3.3334em !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3.3334em !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.3334em !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3.3334em !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3.3334em !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3.3334em !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3.3334em !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.3334em !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3.3334em !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3.3334em !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3.3334em !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3.3334em !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; }

/**************** utilities / text ****************/
.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;
  -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;
    -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;
    -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;
    -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;
    -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; }

.text-transform-initial {
  text-transform: uppercase !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 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**************** utilities / embed ****************/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 2em;
  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%; }

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

.invisible {
  visibility: hidden !important; }

/**************** 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 ****************/
/*startRemoveOnFinalization*/
body {
  position: static !important; }

/*endRemoveOnFinalization*/
.widget {
  padding-top: 3.3334em; }
  @media (max-width: 767.98px) {
    .container .widget {
      margin-left: -15px;
      margin-right: -15px;
      width: auto; } }
  @media (max-width: 767.98px) and (min-width: 380px) {
    .container .widget {
      margin-left: -20px;
      margin-right: -20px; } }

.pb-widget {
  padding-bottom: 3.3334em !important; }

.widget > .container,
.widget-container {
  padding-bottom: 1.3334em; }

.widget > .container-pb-0 {
  padding-bottom: 0; }

.widget-container {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.outer-line:not(.hide):not(.outer0) + .widget,
.outer-line: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),
.bg-transparent:not([class*='outer-']):not(.bg-img):not(.hide):not(.hidden):not(.widget-fix) + .hide + .widget.bg-transparent:not(.bg-img) {
  padding-top: 0; }

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

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

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

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

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

.block.outer-line {
  border-width: 0 0 1px !important;
  margin-bottom: 2em; }

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

main::after,
.column::after,
.column-sticky::after {
  content: "";
  display: table;
  clear: both; }

.ftr-hdln,
.ftr-nwsltr,
.footer {
  position: relative; }

.page {
  padding: 0;
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 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; }
    .column:not(.pt-0) {
      padding-top: 3.3334em !important; } }

.MenuOnTopMargin {
  margin-top: 0; }

.CA {
  display: none; }

@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% !important;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  .layout-col-two .row-col-break-2 > * {
    max-width: 50% !important;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }

.bg-fixed:before {
  position: fixed;
  will-change: transform;
  background-attachment: unset !important;
  background-position: 50% 0; }

@media (max-width: 1199.98px) {
  .layout-col-left.is-left-menu .content {
    margin-top: -3.3334em; }
  .layout-col-right .content {
    margin-bottom: -3.3334em; }
  .layout-col-left.not-left-menu .column {
    display: none; } }

@media (min-width: 1200px) {
  .column-sticky {
    position: sticky;
    top: calc(3.6rem + 3.3334em); }
    .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: 1.14; }
  @media (max-width: 767.98px) {
    .text-logo {
      font-size: calc(2.867rem - 0.66667em); } }

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

.navbar-brand {
  height: calc(3.6rem - 2 * 0.33334em); }
  .navbar-brand img {
    max-height: 75%; }
  .navbar-brand img[src*='.svg'] {
    height: calc(2.7rem - 2 * 0.33334em); }

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

@media (min-width: 768px) {
  body:not(.fixed-navbar) .navbar-brand {
    height: calc(5.33334rem - 2 * 0.66667em); }
    body:not(.fixed-navbar) .navbar-brand img[src*='.svg'] {
      height: calc(4.0rem - 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 !important;
  right: -0.55em !important; }

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

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

@media (min-width: 992px) {
  .navbar-brand {
    height: calc(8.20034rem - 2 * 0.66667em) !important; }
    .navbar-brand img {
      max-height: 75%; }
    .navbar-brand img[src*='.svg'] {
      height: calc((8.20034rem) * 0.75 - 2 * 0.66667em) !important; } }

.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 (min-width: 1200px) {
  .layout-col-one .bnr-main .cvr-title {
    font-size: 7vw; } }

@media (min-width: 1200px) {
  .bnr-main.bnr-lg .cover {
    min-height: 60vh; } }

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

.ph-block {
  margin-bottom: 3.3334em; }

.ph-block-in {
  margin-bottom: 2em; }

/**************** templates / components / page-text-hp ****************/
/**************** 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: 1498px) and (min-width: 1807px) {
  .card-item {
    max-width: calc(16.667% + -1em);
    -ms-flex-preferred-size: calc(16.666% + -1em);
    flex-basis: calc(16.666% + -1em); } }

@media (min-width: 1498px) {
  .max-w-xxl .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 .cols .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 .cols .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 .cols .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 !important; }

.tile.shadow {
  -webkit-box-shadow: 0.1rem 0.16rem 0.6rem rgba(0, 0, 0, 0.12);
  box-shadow: 0.1rem 0.16rem 0.6rem rgba(0, 0, 0, 0.12); }

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

.bg.bg-white .tile.bg-default {
  -webkit-box-shadow: none;
  box-shadow: none; }

@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 (min-width: 480px) and (max-width: 1806.98px) {
  .layout-fluid .p-l-slider .card-item:nth-child(5) ~ .card-item {
    display: none !important; } }

@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 (min-width: 480px) and (max-width: 1497.98px) {
  .layout-col-two .cols .p-l-slider .card-item:nth-child(3) ~ .card-item {
    display: none !important; } }

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

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

@media (min-width: 1498px) {
  .layout-col-two.layout-container .cols .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: 244px; } }

[class*='p-i-img-'] {
  transition: all 0.25s ease-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    [class*='p-i-img-'] {
      transition: none; } }

@media (max-width: 767.98px) {
  .p-i-img-2 {
    visibility: hidden;
    opacity: 0; } }

@media (min-width: 768px) {
  .p-i-img-2,
  .noTouch .p-i-img:hover .p-i-img-1:not(:only-of-type) {
    visibility: hidden;
    opacity: 0; }
  .noTouch .p-i-img:hover .p-i-img-2 {
    visibility: visible;
    opacity: 1; } }

/**************** templates / components / products-mobile ****************/
@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-img img {
    width: auto; }
  .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 ****************/
.left-menu .lgi {
  border-radius: 0 !important; }

.left-menu .lgi-1:last-child > .lgi {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important; }

.cl-ico {
  left: auto;
  right: 0;
  top: 50%;
  margin-top: calc((-1.83em - 1px) / 2);
  display: none; }

.lg-body .lg-body .cl-ico {
  right: .25em; }

.cl-minus:after {
  display: none; }

.MenuTreeOpened > a > .cl-plus,
.MenuTreeClosed > a > .cl-plus {
  display: inline-block; }

.MenuTreeOpened > a > .cl-minus,
.MenuTreeClosed > a > .cl-minus {
  display: none; }

.MenuTreeOpened > a > .cl-minus {
  display: inline-block; }

.MenuTreeOpened > a > .cl-plus {
  display: none; }

/**************** templates / components / banner ****************/
.banner {
  background-color: inherit; }
  .banner .carousel-indicators-style {
    margin-bottom: 1em; }
  .banner p:last-child {
    margin-bottom: 0; }

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

@media (max-width: 479.98px) {
  .bnr-cont .outer-line {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-left-width: 0 !important; } }

.bnr-wide .outer-line {
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important; }

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

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

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

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

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

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

@media (min-width: 1498px) {
  .layout-col-one .gallery-columns {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5; } }

@media (min-width: 1807px) {
  .layout-col-two .gallery-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; } }

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

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

@media (min-width: 1200px) {
  .layout-col-two .gallery-count-2 {
    -webkit-column-count: 2 !important;
    -moz-column-count: 2 !important;
    column-count: 2 !important;
    max-width: calc(calc((1200px - 2 * 30px - 2 * 2em) / 3) * 2 + 2em); } }

@media (min-width: 1200px) {
  .layout-col-one .gallery-count-4 {
    -webkit-column-count: 4 !important;
    -moz-column-count: 4 !important;
    column-count: 4 !important;
    max-width: calc(calc((1200px - 2 * 30px - 2 * 2em) / 3) * 4 + 2em * 3); } }

@media (min-width: 1498px) {
  .layout-col-one .gallery-count-5 {
    -webkit-column-count: 5 !important;
    -moz-column-count: 5 !important;
    column-count: 5 !important;
    max-width: calc(calc((1200px - 2 * 30px - 2 * 2em) / 3) * 5 + 2em * 4); } }

@media (min-width: 1498px) {
  .layout-col-two .gallery-count-3 {
    -webkit-column-count: 3 !important;
    -moz-column-count: 3 !important;
    column-count: 3 !important;
    max-width: calc(calc((1200px - 2 * 30px - 2 * 2em) / 3) * 3 + 2em * 2); } }

/**************** templates / components / dynamic-form ****************/
.onDynamicFormForm {
  display: none; }

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

/**************** templates / components / share ****************/
/**************** templates / components / articles ****************/
/**************** templates / components / news-box ****************/
@media (min-width: 768px) {
  .news-box hr {
    display: none; } }

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

/**************** templates / components / tabs-order ****************/
@media (max-width: 767.98px) {
  .tabs-order > .nav-item {
    width: 33%; }
  .tabs-order .nav-link {
    line-height: 1.3;
    white-space: normal;
    border-radius: 1.3em; } }

@media (min-width: 480px) {
  .tabs-order {
    font-size: 1.125em; } }

/**************** templates / components / labels ****************/
.p-i-labels {
  z-index: 1; }

.b.bg-default .lbl.bg-default,
.b.bg-primary .lbl.bg-primary {
  color: #333333;
  background-color: #fff; }

.b.bg-white .lbl.bg-white {
  background-color: #f0f0f0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.p-i-labels {
  position: absolute;
  height: 1px;
  top: 1em;
  left: 1em;
  right: 1em; }
  .p-i-labels > * {
    max-width: 9em; }

.p-i-labels {
  -ms-flex-align: start;
  align-items: flex-start; }
  .p-i-labels .lbl-quickinfo {
    position: absolute;
    right: 0; }

/**************** 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: 84px; }
  .other-photos .carousel-item:before {
    display: none; } }

@media (min-width: 992px) {
  .pp-main img {
    max-height: 65vh;
    width: auto;
    height: unset; } }

.op-img {
  position: relative; }
  .op-img:before {
    margin-top: -1px; }

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

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

/**************** templates / components / product-bottom ****************/
@media (min-width: 992px) {
  .description-tabs .position-sticky {
    top: calc(3.6rem - 3px);
    background-color: inherit;
    z-index: 1; } }

/**************** 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-filters-vertical ****************/
/**************** templates / components / products-item-table ****************/
.pit-image a {
  width: 60px; }

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

/**************** templates / components / products-top ****************/
/**************** templates / components / footer ****************/
.footer:not(.outer-line) hr {
  visibility: hidden; }

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

.ftr-pay > * {
  margin-right: 15px;
  margin-left: 15px; }

@media (max-width: 479.98px) {
  body:not(.page-hp) .page-end {
    margin-bottom: -1px; } }

@media (min-width: 768px) {
  .ftr-con {
    width: auto !important; } }

.ftr-ico {
  margin: 0 0.66667rem; }

/**************** 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 {
    -ms-flex-order: 1;
    order: 1; } }

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

.pp-main.shadow {
  border-radius: 0.375rem; }

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

@media (min-width: 480px) {
  .pd-tocart .col-form-label {
    padding-top: .95em;
    text-align: left; } }

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

/**************** 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: "";
  position: relative;
  top: -1px; }

.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: ""; }

.fa-play: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 1 ****************/
.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: 982px 1160px;
    opacity: 0.08333; }
  .bg-img.bg-default:before {
    opacity: 0.7; }
  .bg-img.bg-secondary:before {
    opacity: 0.13176; }
  .bg-img.bg-white:not(.bg-img-custom):before {
    -webkit-filter: brightness(50%) sepia(1) hue-rotate(-38deg) saturate(75.5%) brightness(60%);
    -ms-filter: brightness(50%) sepia(1) hue-rotate(-38deg) saturate(75.5%) brightness(60%);
    filter: brightness(50%) sepia(1) hue-rotate(-38deg) saturate(75.5%) brightness(60%);
    opacity: 0.09; }
  .bg-img.bg-white:not(.bg-img-custom).bg-blur-sm:before {
    -webkit-filter: brightness(50%) sepia(1) hue-rotate(-38deg) saturate(75.5%) brightness(60%) blur(2px);
    -ms-filter: brightness(50%) sepia(1) hue-rotate(-38deg) saturate(75.5%) brightness(60%) blur(2px);
    filter: brightness(50%) sepia(1) hue-rotate(-38deg) saturate(75.5%) brightness(60%) blur(2px); }
  .bg-img.bg-white:not(.bg-img-custom).bg-blur-md:before {
    -webkit-filter: brightness(50%) sepia(1) hue-rotate(-38deg) saturate(75.5%) brightness(60%) blur(6px);
    -ms-filter: brightness(50%) sepia(1) hue-rotate(-38deg) saturate(75.5%) brightness(60%) blur(6px);
    filter: brightness(50%) sepia(1) hue-rotate(-38deg) saturate(75.5%) brightness(60%) blur(6px); }
  .bg-img:not(.bg-img-custom).bg-v-bottom:before {
    background-position: top;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1); }
  .bg-img[class*='bg-header-pos-']:before {
    background-position: 50% -100px; }
  @media (min-width: 992px) {
    .bg-img.bg-header-pos-2:before {
      background-position: 50% calc(-2.867rem + -100px); }
    .bg-img.bg-header-pos-3:before {
      background-position: 50% calc(-2.867rem - 5.33334rem + -100px); }
    .fixed-top .bg-img:before {
      background-position: 50% -100px; } }
  @media (min-width: 1200px) {
    .bg-img[class*='bg-header-pos-']:before {
      background-position: 50% -100px; } }

@media (min-width: 1200px) and (min-width: 992px) {
  .bg-img.bg-header-pos-2:before {
    background-position: 50% calc(-2.867rem + -100px); }
  .bg-img.bg-header-pos-3:before {
    background-position: 50% calc(-2.867rem - 5.33334rem + -100px); } }
  @media (min-width: 1200px) {
    .fixed-top .bg-img:before {
      background-position: 50% -100px; } }
  .bg-img.bg-img-p:before {
    background-position: 50% calc(-3.6rem - 0rem + -100px); }
    @media (min-width: 480px) {
      .bg-img.bg-img-p:before {
        background-position: 50% calc(-3.6rem - 0rem + -100px); } }
    @media (min-width: 768px) {
      .bg-img.bg-img-p:before {
        background-position: 50% calc(-5.33334rem - 0rem + -100px); } }
    @media (min-width: 992px) {
      .bg-img.bg-img-p:before {
        background-position: 50% calc(-8.20034rem - 0rem + -100px); } }
    @media (min-width: 1200px) {
      .bg-img.bg-img-p:before {
        background-position: 50% calc(-8.20034rem + -100px); } }
  @media (min-width: 992px) {
    .is-top-menu .bg-img.bg-img-p:before {
      background-position: 50% calc(-11.80034rem - 0rem + -100px); } }
  @media (min-width: 1200px) {
    .is-top-menu .bg-img.bg-img-p:before {
      background-position: 50% calc(-11.80034rem + -100px); } }
  .bg-img.bg-img-p.bg-fixed:before {
    background-position: 50% -100px; }
    @media (min-width: 1200px) {
      .bg-img.bg-img-p.bg-fixed:before {
        background-position: 50% -100px; } }
  .bg-img.th-cover:before {
    font-size: 1rem;
    background-position: 50% calc(-3.6rem - 0rem + -100px); }
    @media (min-width: 480px) {
      .bg-img.th-cover:before {
        background-position: 50% calc(-3.6rem - 0rem - 0px + -100px); } }
    @media (min-width: 768px) {
      .bg-img.th-cover:before {
        background-position: 50% calc(-5.33334rem - 0rem - 0px + -100px); } }
    @media (min-width: 992px) {
      .bg-img.th-cover:before {
        background-position: 50% calc(-8.20034rem - 0rem - 0px + -100px);
        min-height: 0rem; }
        .is-top-menu .bg-img.th-cover:before {
          background-position: 50% calc(-11.80034rem - 0rem - 0px + -100px); } }
    @media (min-width: 1200px) {
      .bg-img.th-cover:before {
        background-position: 50% calc(-8.20034rem - 0px + -100px); }
        .is-top-menu .bg-img.th-cover:before {
          background-position: 50% calc(-11.80034rem - 0px + -100px); } }

.outer-img:not(.hide):not(.reset-o-i) + .widget:not(.bg-img), .outer-img:not(.hide):not(.reset-o-i) + .hide + .widget:not(.bg-img) {
  position: relative;
  border-top: 0; }
  .outer-img:not(.hide):not(.reset-o-i) + .widget:not(.bg-img):before, .outer-img:not(.hide):not(.reset-o-i) + .hide + .widget:not(.bg-img):before {
    content: '';
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-top: -62px;
    padding-top: 62px;
    position: absolute;
    top: 1px;
    right: 0;
    left: 0;
    z-index: 1;
    opacity: 1; }
    @media (min-width: 1440px) {
      .outer-img:not(.hide):not(.reset-o-i) + .widget:not(.bg-img):before, .outer-img:not(.hide):not(.reset-o-i) + .hide + .widget:not(.bg-img):before {
        padding-top: 4.30556%;
        margin-top: -4.30556%; } }

.widget.outer-img:not(.hide):not(.reset-o-i) {
  padding-bottom: 62px; }
  .widget.outer-img:not(.hide):not(.reset-o-i) + *:not(.widget):not(.bg-img) {
    margin-top: -62px; }
  @media (min-width: 1440px) {
    .widget.outer-img:not(.hide):not(.reset-o-i) {
      padding-bottom: 4.30556%; }
      .widget.outer-img:not(.hide):not(.reset-o-i) + *:not(.widget):not(.bg-img) {
        margin-top: -4.30556%; } }

.banner.outer-img .cvr-content,
.banner.outer-img .carousel-indicators-style {
  margin-bottom: calc(62px + 1em); }
  @media (min-width: 1440px) {
    .banner.outer-img .cvr-content,
    .banner.outer-img .carousel-indicators-style {
      margin-bottom: calc(4.30556% + 1em); } }

.outerflip + *:not(.bg-img):before, .outerflip + .hide + *:not(.bg-img):before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.bg.bg-transparent .outer-img + .widget:not(.bg-img):before,
.bg.bg-transparent .outer-img + .hide + .widget:not(.bg-img):before,
.outer-img.bg-transparent:not(.hide) + .widget.bg-transparent:not(.bg-img):before,
.outer-img.bg-transparent:not(.hide) + .hide + .widget.bg-transparent:not(.bg-img):before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 62'%3E%3Cpath fill='transparent' fill-opacity='0.5' stroke='rgba(255, 255, 255, 0.1)' stroke-width='1px' stroke-dasharray='0' d='M1481,63.1c-835-5-781-64-1000-60c-184,1-239,56-515,59C-34,62.1,1483,69.1,1481,63.1z'/%3E%3Cpath fill='transparent' stroke='rgba(255, 255, 255, 0.1)' stroke-width='1px' stroke-dasharray='0' d='M1501,63.1c-163,0-316-52-500-53c-238,0-262,51-1055,50C864,131.1,1501,63.1,1501,63.1z'/%3E%3C/svg%3E"); }

body .outer-img:not(.hide) + .widget.bg-transparent:not(.bg-img):before, body .outer-img:not(.hide) + .hide + .widget.bg-transparent:not(.bg-img):before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 62'%3E%3Cpath fill='transparent' fill-opacity='0.5' d='M1481,63.1c-835-5-781-64-1000-60c-184,1-239,56-515,59C-34,62.1,1483,69.1,1481,63.1z'/%3E%3Cpath fill='transparent' fill-opacity='1' d='M1501,63.1c-163,0-316-52-500-53c-238,0-262,51-1055,50C864,131.1,1501,63.1,1501,63.1z'/%3E%3C/svg%3E"); }

.bg.bg-default .outer-img + .widget:not(.bg-img):before,
.bg.bg-default .outer-img + .hide + .widget:not(.bg-img):before,
.outer-img.bg-default:not(.hide) + .widget.bg-default:not(.bg-img):before,
.outer-img.bg-default:not(.hide) + .hide + .widget.bg-default:not(.bg-img):before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 62'%3E%3Cpath fill='%23f0f0f0' fill-opacity='0.5' stroke='%23fff' stroke-width='1px' stroke-dasharray='0' d='M1481,63.1c-835-5-781-64-1000-60c-184,1-239,56-515,59C-34,62.1,1483,69.1,1481,63.1z'/%3E%3Cpath fill='%23f0f0f0' stroke='%23fff' stroke-width='1px' stroke-dasharray='0' d='M1501,63.1c-163,0-316-52-500-53c-238,0-262,51-1055,50C864,131.1,1501,63.1,1501,63.1z'/%3E%3C/svg%3E"); }

body .outer-img:not(.hide) + .widget.bg-default:not(.bg-img):before, body .outer-img:not(.hide) + .hide + .widget.bg-default:not(.bg-img):before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 62'%3E%3Cpath fill='%23f0f0f0' fill-opacity='0.5' d='M1481,63.1c-835-5-781-64-1000-60c-184,1-239,56-515,59C-34,62.1,1483,69.1,1481,63.1z'/%3E%3Cpath fill='%23f0f0f0' fill-opacity='1' d='M1501,63.1c-163,0-316-52-500-53c-238,0-262,51-1055,50C864,131.1,1501,63.1,1501,63.1z'/%3E%3C/svg%3E"); }

.bg.bg-primary .outer-img + .widget:not(.bg-img):before,
.bg.bg-primary .outer-img + .hide + .widget:not(.bg-img):before,
.outer-img.bg-primary:not(.hide) + .widget.bg-primary:not(.bg-img):before,
.outer-img.bg-primary:not(.hide) + .hide + .widget.bg-primary:not(.bg-img):before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 62'%3E%3Cpath fill='%23333333' fill-opacity='0.5' stroke='%23444444' stroke-width='1px' stroke-dasharray='0' d='M1481,63.1c-835-5-781-64-1000-60c-184,1-239,56-515,59C-34,62.1,1483,69.1,1481,63.1z'/%3E%3Cpath fill='%23333333' stroke='%23444444' stroke-width='1px' stroke-dasharray='0' d='M1501,63.1c-163,0-316-52-500-53c-238,0-262,51-1055,50C864,131.1,1501,63.1,1501,63.1z'/%3E%3C/svg%3E"); }

body .outer-img:not(.hide) + .widget.bg-primary:not(.bg-img):before, body .outer-img:not(.hide) + .hide + .widget.bg-primary:not(.bg-img):before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 62'%3E%3Cpath fill='%23333333' fill-opacity='0.5' d='M1481,63.1c-835-5-781-64-1000-60c-184,1-239,56-515,59C-34,62.1,1483,69.1,1481,63.1z'/%3E%3Cpath fill='%23333333' fill-opacity='1' d='M1501,63.1c-163,0-316-52-500-53c-238,0-262,51-1055,50C864,131.1,1501,63.1,1501,63.1z'/%3E%3C/svg%3E"); }

.bg.bg-white .outer-img + .widget:not(.bg-img):before,
.bg.bg-white .outer-img + .hide + .widget:not(.bg-img):before,
.outer-img.bg-white:not(.hide) + .widget.bg-white:not(.bg-img):before,
.outer-img.bg-white:not(.hide) + .hide + .widget.bg-white:not(.bg-img):before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 62'%3E%3Cpath fill='%23fff' fill-opacity='0.5' stroke='%23ededed' stroke-width='1px' stroke-dasharray='0' d='M1481,63.1c-835-5-781-64-1000-60c-184,1-239,56-515,59C-34,62.1,1483,69.1,1481,63.1z'/%3E%3Cpath fill='%23fff' stroke='%23ededed' stroke-width='1px' stroke-dasharray='0' d='M1501,63.1c-163,0-316-52-500-53c-238,0-262,51-1055,50C864,131.1,1501,63.1,1501,63.1z'/%3E%3C/svg%3E"); }

body .outer-img:not(.hide) + .widget.bg-white:not(.bg-img):before, body .outer-img:not(.hide) + .hide + .widget.bg-white:not(.bg-img):before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 62'%3E%3Cpath fill='%23fff' fill-opacity='0.5' d='M1481,63.1c-835-5-781-64-1000-60c-184,1-239,56-515,59C-34,62.1,1483,69.1,1481,63.1z'/%3E%3Cpath fill='%23fff' fill-opacity='1' d='M1501,63.1c-163,0-316-52-500-53c-238,0-262,51-1055,50C864,131.1,1501,63.1,1501,63.1z'/%3E%3C/svg%3E"); }

.h1-hg {
  line-height: 1;
  padding: .1em 0;
  font-size: 4.1325rem; }
  @media (min-width: 992px) {
    .h1-hg {
      font-size: calc(4.1325rem * 0.8 + 2.4vw); } }
  @media (min-width: 1498px) {
    .layout-col-two .h1-hg {
      font-size: calc(2.175rem * 1.9 * .6 + 2.4vw); } }
  .h1-hg + .title-under-mt {
    margin-top: .65em !important; }

.th-ov {
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.18) 100%) center no-repeat;
  z-index: -1; }

/**************** modules / critical / formatting ****************/
.bg-img-custom:before {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  opacity: 1 !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-v-center:before {
  background-position: center !important; }

.bg-v-top:before {
  background-position: top !important; }

.bg-v-bottom:before {
  background-position: bottom !important; }

.bg-v-left:before {
  background-position: left center !important; }

.bg-v-right:before {
  background-position: right center !important; }

.bg-v-left-top:before {
  background-position: left top !important; }

.bg-v-left-bottom:before {
  background-position: left bottom !important; }

.bg-v-right-top:before {
  background-position: right top !important; }

.bg-v-right-bottom:before {
  background-position: right bottom !important; }

.bg-blur-sm:before {
  -webkit-filter: 2px;
  -ms-filter: 2px;
  filter: 2px; }

.bg-blur-md:before {
  -webkit-filter: 6px;
  -ms-filter: 6px;
  filter: 6px; }

.bg-filter:before,
.bg-filter .cvr-video {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%); }

.bg-filter.bg-blur-sm:before,
.bg-filter.bg-blur-sm .cvr-video {
  -webkit-filter: grayscale(100%) blur(2px);
  -ms-filter: grayscale(100%) blur(2px);
  filter: grayscale(100%) blur(2px); }

.bg-filter.bg-blur-md:before,
.bg-filter.bg-blur-md .cvr-video {
  -webkit-filter: grayscale(100%) blur(6px);
  -ms-filter: grayscale(100%) blur(6px);
  filter: grayscale(100%) blur(6px); }

.bg-filter:after {
  background-color: inherit;
  opacity: 0.8; }

.bg-filter.bg-transparent:before,
.bg-filter.bg-transparent .cvr-video {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%); }

.bg-filter.bg-transparent.bg-blur-sm:before,
.bg-filter.bg-transparent.bg-blur-sm .cvr-video {
  -webkit-filter: grayscale(0%) blur(2px);
  -ms-filter: grayscale(0%) blur(2px);
  filter: grayscale(0%) blur(2px); }

.bg-filter.bg-transparent.bg-blur-md:before,
.bg-filter.bg-transparent.bg-blur-md .cvr-video {
  -webkit-filter: grayscale(0%) blur(6px);
  -ms-filter: grayscale(0%) blur(6px);
  filter: grayscale(0%) blur(6px); }

.bg-filter.bg-transparent:after {
  background-color: #1a1a1a;
  opacity: 0.2; }

/**************** custom-upgates ****************/
/**************** doprava a platba ****************/
.doprava-block {
  background-color: #ffffff;
  padding: 15px;
  border: 1px solid #ddd !important;
  overflow: hidden;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 30px; }

.doprava-blockin1 {
  width: 100%;
  border-bottom: 1px solid #ddd !important;
  overflow: hidden;
  padding-bottom: 15px; }

.doprava-logo {
  float: left;
  overflow: hidden;
  width: 185px;
  border-radius: 3px; }

.doprava-name {
  float: left;
  overflow: hidden;
  padding-left: 50px;
  font-size: 17px;
  font-weight: 600;
  color: #13a94f; }

.doprava-name > h2 {
  margin-top: 17px;
  margin-bottom: 0px;
  color: #333 !important; }

.doprava-triple {
  width: 33.3333333333333333%;
  float: left;
  border-right: 1px solid #ddd;
  padding: 15px;
  margin-top: 15px;
  min-height: 147px; }

.doprava-triple table {
  width: 100%; }

.doprava-triple > h3 {
  margin-top: 0px; }

.doprava-triple:nth-child(3) {
  border-right: none; }

table#doprava-price td {
  padding: 3px; }

@media only screen and (max-width: 735px) {
  .doprava-name {
    width: 100% !important;
    padding-left: 0px !important; }
  .doprava-triple {
    max-width: 400px !important;
    float: none !important;
    width: 100% !important;
    border-right: 0px !important;
    min-height: 0px !important; } }

.p-i-cart .btn-warning {
  background: #1FAE15; }
  .p-i-cart .btn-warning:hover, .p-i-cart .btn-warning:focus {
    background: #25d219; }

.AddToCartButton.btn-warning, .p-i-cart.btn-warning {
  background: #1FAE15; }
  .AddToCartButton.btn-warning:hover, .AddToCartButton.btn-warning:focus, .p-i-cart.btn-warning:hover, .p-i-cart.btn-warning:focus {
    background: #25d219; }

.btn-warning {
  background: #1FAE15; }
  .btn-warning:hover, .btn-warning:focus {
    background: #25d219 !important; }

.sc-hp-categories {
  background-image: url(shop-data/truck_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 420px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 992px) {
    .sc-hp-categories .card-item {
      max-width: calc(14.1% + -1em) !important;
      -ms-flex-preferred-size: calc(14.1% + -1em) !important;
      flex-basis: calc(14.1% + -1em) !important;
      min-height: 95px; } }
  .sc-hp-categories.bg-filter:after {
    opacity: 0.5; }

/* MODAL DOPRAVY */
.ShippingModal .doprava-blockin1, .ShippingModal .doprava-blockin2 {
  display: flex;
  flex-direction: column; }

.ShippingModal .doprava-logo {
  width: 100%; }

.ShippingModal .doprava-name {
  padding-left: 0;
  display: none; }

.ShippingModal .doprava-triple {
  width: 100%;
  min-height: unset;
  margin-top: 0px; }

.ShippingModal table#doprava-price td {
  text-align: left; }
