@charset "UTF-8";

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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 {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1260px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1260px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1260px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1260px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

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

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1260px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333333%;
}

.pull-2 {
  right: 16.66666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333333%;
}

.pull-5 {
  right: 41.66666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333333%;
}

.pull-8 {
  right: 66.66666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333333%;
}

.pull-11 {
  right: 91.66666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333333%;
}

.push-2 {
  left: 16.66666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333333%;
}

.push-5 {
  left: 41.66666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333333%;
}

.push-8 {
  left: 66.66666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333333%;
}

.push-11 {
  left: 91.66666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333333%;
  }

  .pull-sm-2 {
    right: 16.66666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333333%;
  }

  .pull-sm-5 {
    right: 41.66666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333333%;
  }

  .pull-sm-8 {
    right: 66.66666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333333%;
  }

  .pull-sm-11 {
    right: 91.66666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333333%;
  }

  .push-sm-2 {
    left: 16.66666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333333%;
  }

  .push-sm-5 {
    left: 41.66666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333333%;
  }

  .push-sm-8 {
    left: 66.66666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333333%;
  }

  .push-sm-11 {
    left: 91.66666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333333%;
  }

  .pull-md-2 {
    right: 16.66666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333333%;
  }

  .pull-md-5 {
    right: 41.66666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333333%;
  }

  .pull-md-8 {
    right: 66.66666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333333%;
  }

  .pull-md-11 {
    right: 91.66666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333333%;
  }

  .push-md-2 {
    left: 16.66666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333333%;
  }

  .push-md-5 {
    left: 41.66666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333333%;
  }

  .push-md-8 {
    left: 66.66666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333333%;
  }

  .push-md-11 {
    left: 91.66666667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333333%;
  }

  .pull-lg-2 {
    right: 16.66666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333333%;
  }

  .pull-lg-5 {
    right: 41.66666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333333%;
  }

  .pull-lg-8 {
    right: 66.66666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333333%;
  }

  .pull-lg-11 {
    right: 91.66666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333333%;
  }

  .push-lg-2 {
    left: 16.66666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333333%;
  }

  .push-lg-5 {
    left: 41.66666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333333%;
  }

  .push-lg-8 {
    left: 66.66666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333333%;
  }

  .push-lg-11 {
    left: 91.66666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1260px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333333%;
  }

  .pull-xl-2 {
    right: 16.66666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333333%;
  }

  .pull-xl-5 {
    right: 41.66666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333333%;
  }

  .pull-xl-8 {
    right: 66.66666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333333%;
  }

  .pull-xl-11 {
    right: 91.66666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333333%;
  }

  .push-xl-2 {
    left: 16.66666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333333%;
  }

  .push-xl-5 {
    left: 41.66666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333333%;
  }

  .push-xl-8 {
    left: 66.66666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333333%;
  }

  .push-xl-11 {
    left: 91.66666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

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

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

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

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

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

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

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

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

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1260px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

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

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

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1260px) {
  .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-cell {
    display: table-cell !important;
  }

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

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.sb-opened {
  overflow: hidden;
  position: relative;
}

.sb-opened body {
  overflow: hidden;
  height: 100%;
}

.sb-right {
  max-width: 80%;
  min-width: 140px;
  width: 80%;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.sb-left {
  max-width: 80%;
  min-width: 140px;
  width: 80%;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.sb-blocker {
  display: none;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  background: rgba(3, 2, 1, 0);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  cursor: pointer;
}

.sb-page {
  min-height: 100vh;
  position: relative;
  z-index: 100;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sb-opened .sb-page {
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

.sb-opened .sb-blocker {
  display: block;
  animation: fade 500ms;
  -webkit-animation: fade 500ms;
}

.sb-opened-right .sb-page,
.sb-opened-right .sb-blocker {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}

.sb-opened-right .sb-left {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.sb-opened-right .sb-right {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.sb-opened-left .sb-page,
.sb-opened-left .sb-blocker {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

.sb-opened-left .sb-right {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.sb-opened-left .sb-left {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 768px) {
  .sb-right,
  .sb-left {
    width: 420px;
  }

  .sb-opened-right .sb-page,
  .sb-opened-right .sb-blocker {
    -webkit-transform: translate(-420px, 0);
    transform: translate(-420px, 0);
  }

  .sb-opened-left .sb-page,
  .sb-opened-left .sb-blocker {
    -webkit-transform: translate(420px, 0);
    transform: translate(420px, 0);
  }

  .sb-opened-left .sb-right {
    -webkit-transform: translate(420px, 0);
    transform: translate(420px, 0);
  }

  .sb-opened-left .sb-left {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (min-width: 1260px) {
  /* ezen a méreten már nem jelenik meg az sbbar.*/

  .sb-opened {
    overflow: auto !important;
  }

  .sb-opened body {
    height: auto !important;
    overflow: visible !important;
  }

  .sb-left {
    display: none !important;
    width: 0px !important;
    min-width: 0px !important;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .sb-right {
    display: none !important;
    width: 0px !important;
    min-width: 0px !important;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }

  .sb-page {
    min-height: auto;
    position: static !important;
    height: auto !important;
    overflow: visible !important;
    -webkit-transform: none !important;
    transform: none !important;
  }

  .sb-blocker {
    display: none !important;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url(/fonts/icomoon.eot?f1337ab1059784bdf57425612ae22ae6);
  src: url(/fonts/icomoon.eot?f1337ab1059784bdf57425612ae22ae6#iefix) format("embedded-opentype"), url(/fonts/icomoon.ttf?4296baee21b1c0141d2c52b2417693b4) format("truetype"), url(/fonts/icomoon.woff?9a6731aba630cd1c65878b4d7139f85f) format("woff"), url(/fonts/icomoon.svg?2aa67e09a7b6a0f1f856562302a20a89#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\E986";
}

.icon-facebook:before {
  content: "\EA90";
}

.icon-instagram:before {
  content: "\EA92";
}

.icon-envelope-solid:before {
  content: "\E900";
}

.icon-map-marker-alt-solid:before {
  content: "\E901";
}

.icon-phone-alt-solid:before {
  content: "\E902";
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s,visibility 0s,color .25s;
  transition: opacity .25s,visibility 0s,color .25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

body.swal2-shown {
  overflow-y: hidden;
}

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
}

.swal2-container.swal2-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swal2-container.swal2-top-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swal2-container.swal2-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swal2-container.swal2-center-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swal2-container.swal2-center-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.swal2-container.swal2-bottom-left {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-bottom-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-bottom-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-container.swal2-fade {
  -webkit-transition: background-color .1s;
  transition: background-color .1s;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-modal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%;
}

.swal2-modal:focus {
  outline: none;
}

.swal2-modal.swal2-loading {
  overflow-y: hidden;
}

.swal2-modal .swal2-title {
  color: #595959;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 .4em;
  padding: 0;
  display: block;
  word-wrap: break-word;
}

.swal2-modal .swal2-buttonswrapper {
  margin-top: 15px;
}

.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
  cursor: no-drop;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 7.5px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
  margin-left: 30px;
  margin-right: 30px;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  content: '';
  margin-left: 5px;
  vertical-align: -1px;
  height: 15px;
  width: 15px;
  border: 3px solid #999999;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-modal .swal2-styled {
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 15px 5px 0;
  padding: 10px 32px;
}

.swal2-modal .swal2-styled:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%;
}

.swal2-modal .swal2-close {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  color: #cccccc;
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
}

.swal2-modal .swal2-close:hover {
  color: #d55;
}

.swal2-modal > .swal2-input,
.swal2-modal > .swal2-file,
.swal2-modal > .swal2-textarea,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-checkbox {
  display: none;
}

.swal2-modal .swal2-content {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #545454;
  word-wrap: break-word;
}

.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea,
.swal2-modal .swal2-select,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-checkbox {
  margin: 20px auto;
}

.swal2-modal .swal2-input,
.swal2-modal .swal2-file,
.swal2-modal .swal2-textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
  transition: border-color .3s, -webkit-box-shadow .3s;
  transition: border-color .3s, box-shadow .3s;
  transition: border-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-textarea:focus {
  outline: none;
  border: 1px solid #b4dbed;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}

.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-modal .swal2-input::-ms-input-placeholder,
.swal2-modal .swal2-file::-ms-input-placeholder,
.swal2-modal .swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}

.swal2-modal .swal2-input::-moz-placeholder,
.swal2-modal .swal2-file::-moz-placeholder,
.swal2-modal .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}

.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-modal .swal2-range input {
  float: left;
  width: 80%;
}

.swal2-modal .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0;
}

.swal2-modal .swal2-input {
  height: 43px;
  padding: 0 12px;
}

.swal2-modal .swal2-input[type='number'] {
  max-width: 150px;
}

.swal2-modal .swal2-file {
  font-size: 20px;
}

.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px;
}

.swal2-modal .swal2-select {
  color: #545454;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%;
}

.swal2-modal .swal2-radio {
  border: 0;
}

.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px;
}

.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
  vertical-align: middle;
}

.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0;
}

.swal2-modal .swal2-checkbox {
  color: #545454;
}

.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
  vertical-align: middle;
}

.swal2-modal .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: gray;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.swal2-modal .swal2-validationerror::before {
  content: '!';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  display: block;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.swal2-icon.swal2-warning {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #f8bb86;
  border-color: #facea8;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-info {
  font-family: 'Open Sans', sans-serif;
  color: #3fc3ee;
  border-color: #9de0f6;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-question {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #87adbd;
  border-color: #c9dae1;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}

.swal2-icon.swal2-success .swal2-success-ring {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.swal2-icon.swal2-success .swal2-success-fix {
  width: 7px;
  height: 90px;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line'] {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: .4em;
  margin: 0 -1px;
  z-index: 10;
}

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent;
}

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

.swal2-show {
  -webkit-animation: showSweetAlert .3s;
  animation: showSweetAlert .3s;
}

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

.swal2-hide {
  -webkit-animation: hideSweetAlert .15s forwards;
  animation: hideSweetAlert .15s forwards;
}

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

.swal2-animate-success-line-tip {
  -webkit-animation: animate-success-tip .75s;
  animation: animate-success-tip .75s;
}

.swal2-animate-success-line-long {
  -webkit-animation: animate-success-long .75s;
  animation: animate-success-long .75s;
}

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}

.swal2-animate-error-icon {
  -webkit-animation: animate-error-icon .5s;
  animation: animate-error-icon .5s;
}

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

.swal2-animate-x-mark {
  -webkit-animation: animate-x-mark .5s;
  animation: animate-x-mark .5s;
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  text-align: left;
  list-style: none;
}

.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
}

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

.show > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

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

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
}

.fileinput {
  margin-bottom: 9px;
  display: inline-block;
}

.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}

.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}

.fileinput .thumbnail > img {
  max-height: 100%;
}

.fileinput .btn {
  vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}

.form-control .fileinput-filename {
  vertical-align: bottom;
}

.fileinput.input-group {
  display: table;
}

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 0 0 0;
}

.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 0 0 0;
}

.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 0 0 0;
}

.input-group-addon:not(:first-child) {
  border-left: 0;
}

.dkselect {
  display: none;
}

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dkselect.dk-select,
.dkselect.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  cursor: pointer;
}

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  line-height: 30px;
  background-color: transparent;
  padding: 0 35px 0 5px;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #ea148e;
}

.dk-selected:before {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  width: 30px;
  border-radius: 2px;
  background: #e0e0e0;
  content: '\E900';
  font-family: 'icomoon';
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.dk-select:hover .dk-selected:before {
  background: #ea148e;
  color: #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.dk-selected-disabled {
  color: #BBBBBB;
}

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
}

.dk-select-open-up .dk-select-options {
  bottom: 100%;
}

.dk-select-open-down .dk-select-options {
  top: 100%;
}

.dk-select-multi .dk-select-options {
  max-height: 10em;
}

.dk-select-options {
  background-color: #d5d5d5;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100;
}

.dk-option-selected {
  background-color: #ea148e;
  color: #fff;
}

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
}

.dk-option {
  padding: 0 0.5em;
}

.dk-select-options .dk-option-highlight {
  background-color: #ea148e;
  color: #fff;
}

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent;
}

.dk-select-options .dk-option-hidden {
  display: none;
}

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em;
}

.dk-optgroup + .dk-option {
  margin-top: 0.25em;
}

.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0;
}

.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dk-optgroup-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed;
}

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%;
}

.dk-optgroup-options {
  list-style: none;
  padding-left: 0;
}

.dk-optgroup-options li {
  padding-left: 1.2em;
}

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #3297fd;
}

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #3297fd;
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #3297fd;
}

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: #3297fd;
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #3297fd;
}

.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none;
}

.dk-selected:hover,
.dk-selected:focus {
  outline: none;
  border-color: #3297fd;
}

.dk-selected:hover:before,
.dk-selected:focus:before {
  border-top-color: #3297fd;
}

.dk-selected:hover:after,
.dk-selected:focus:after {
  border-left-color: #3297fd;
}

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed;
}

.dk-select-disabled .dk-selected:hover,
.dk-select-disabled .dk-selected:focus {
  border-color: inherit;
}

.dk-select-disabled .dk-selected:hover:before,
.dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit;
}

.dk-select-disabled .dk-selected:hover:after,
.dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit;
}

select[data-dkcacheid] {
  display: none;
}

@font-face {
  font-family: 'nexatext';
  src: url(/fonts/nexatext-black-webfont.woff2?5133c832e65cdc5097c0aff7a5a6942a) format("woff2"), url(/fonts/nexatext-black-webfont.woff?adbbd954c925e7f80b6c868177d7252c) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'nexatext';
  src: url(/fonts/nexatext-bold-webfont.woff2?cacf52c8acf741b1da98ef870567b7c4) format("woff2"), url(/fonts/nexatext-bold-webfont.woff?e8bd6093a13ede65f9343c14433c8fcd) format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'nexatext';
  src: url(/fonts/nexatext-bolditalic-webfont.woff2?0554d48d3f5db5be473b2fa136bd5809) format("woff2"), url(/fonts/nexatext-bolditalic-webfont.woff?76d32af9dfd2aaa54ad75748690fd280) format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'nexatext';
  src: url(/fonts/nexatext-book-webfont.woff2?961ceb21c7e96df0f98e640b8a9fa995) format("woff2"), url(/fonts/nexatext-book-webfont.woff?76fba70ace30a3e7e664097393b8b322) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'nexatext';
  src: url(/fonts/nexatext-bookitalic-webfont.woff2?899739f07875872b434b645dce819dcd) format("woff2"), url(/fonts/nexatext-bookitalic-webfont.woff?19ad3edd5e5315b5678e91bfb58e70bb) format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'nexatext';
  src: url(/fonts/nexatext-light-webfont.woff2?3ce48c4c50642bf26d34399de47ed416) format("woff2"), url(/fonts/nexatext-light-webfont.woff?59f0c395ec0ac442730c1de383f54a53) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'nexatext';
  src: url(/fonts/nexatext-lightitalic-webfont.woff2?da3c4d78801531e0ffe43c65fccf1e3b) format("woff2"), url(/fonts/nexatext-lightitalic-webfont.woff?5453b3cb46a7ff77723027e946fdd86a) format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'nexatext';
  src: url(/fonts/nexatext-regular-webfont.woff2?e8bd2c015b65979eee2a33b60faadcf8) format("woff2"), url(/fonts/nexatext-regular-webfont.woff?f976553365648a2f0bca47f201373ec7) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'nexatext';
  src: url(/fonts/nexatext-regularitalic-webfont.woff2?a75522b4a8ad3fd891a7857221a4ba6b) format("woff2"), url(/fonts/nexatext-regularitalic-webfont.woff?0278719359fea1f9b75bcf718dc70f22) format("woff");
  font-weight: 400;
  font-style: italic;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --default-color: #84ad03;
  --secondary-color: #364700;
}

:root.style--home-design {
  --default-color: #e7c100;
  --secondary-color: #e7c100;
}

.swal2-modal .swal2-content {
  font-size: inherit !important;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes bunner-img {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(1deg) scale(1.02);
            transform: rotate(1deg) scale(1.02);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes bunner-img {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(1deg) scale(1.02);
            transform: rotate(1deg) scale(1.02);
  }

  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

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

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

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

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

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

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-5 {
  margin: 5px 5px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-x-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.m-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.m-default {
  margin: 30px 30px !important;
}

.m-t-default {
  margin-top: 30px !important;
}

.m-r-default {
  margin-right: 30px !important;
}

.m-b-default {
  margin-bottom: 30px !important;
}

.m-l-default {
  margin-left: 30px !important;
}

.m-x-default {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.m-y-default {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-10 {
  margin: 10px 10px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-x-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.m-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-15 {
  margin: 15px 15px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-x-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.m-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-20 {
  margin: 20px 20px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-x-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.m-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-30 {
  margin: 30px 30px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-x-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.m-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-40 {
  margin: 40px 40px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-x-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.m-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.m-50 {
  margin: 50px 50px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-x-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.m-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.m-60 {
  margin: 60px 60px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.m-x-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.m-y-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

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

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

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

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

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

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-5 {
  padding: 5px 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-x-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p-default {
  padding: 30px 30px !important;
}

.p-t-default {
  padding-top: 30px !important;
}

.p-r-default {
  padding-right: 30px !important;
}

.p-b-default {
  padding-bottom: 30px !important;
}

.p-l-default {
  padding-left: 30px !important;
}

.p-x-default {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.p-y-default {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-10 {
  padding: 10px 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-x-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-15 {
  padding: 15px 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-x-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-20 {
  padding: 20px 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-x-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-30 {
  padding: 30px 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-x-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-40 {
  padding: 40px 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-x-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.p-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-50 {
  padding: 50px 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-x-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.p-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.p-60 {
  padding: 60px 60px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.p-x-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.p-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

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

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

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

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

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

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-y-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }

  .m-t-sm-0 {
    margin-top: 0 !important;
  }

  .m-r-sm-0 {
    margin-right: 0 !important;
  }

  .m-b-sm-0 {
    margin-bottom: 0 !important;
  }

  .m-l-sm-0 {
    margin-left: 0 !important;
  }

  .m-x-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .m-y-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-sm-5 {
    margin: 5px 5px !important;
  }

  .m-t-sm-5 {
    margin-top: 5px !important;
  }

  .m-r-sm-5 {
    margin-right: 5px !important;
  }

  .m-b-sm-5 {
    margin-bottom: 5px !important;
  }

  .m-l-sm-5 {
    margin-left: 5px !important;
  }

  .m-x-sm-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .m-y-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .m-sm-default {
    margin: 30px 30px !important;
  }

  .m-t-sm-default {
    margin-top: 30px !important;
  }

  .m-r-sm-default {
    margin-right: 30px !important;
  }

  .m-b-sm-default {
    margin-bottom: 30px !important;
  }

  .m-l-sm-default {
    margin-left: 30px !important;
  }

  .m-x-sm-default {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-sm-default {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-sm-10 {
    margin: 10px 10px !important;
  }

  .m-t-sm-10 {
    margin-top: 10px !important;
  }

  .m-r-sm-10 {
    margin-right: 10px !important;
  }

  .m-b-sm-10 {
    margin-bottom: 10px !important;
  }

  .m-l-sm-10 {
    margin-left: 10px !important;
  }

  .m-x-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .m-y-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .m-sm-15 {
    margin: 15px 15px !important;
  }

  .m-t-sm-15 {
    margin-top: 15px !important;
  }

  .m-r-sm-15 {
    margin-right: 15px !important;
  }

  .m-b-sm-15 {
    margin-bottom: 15px !important;
  }

  .m-l-sm-15 {
    margin-left: 15px !important;
  }

  .m-x-sm-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .m-y-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .m-sm-20 {
    margin: 20px 20px !important;
  }

  .m-t-sm-20 {
    margin-top: 20px !important;
  }

  .m-r-sm-20 {
    margin-right: 20px !important;
  }

  .m-b-sm-20 {
    margin-bottom: 20px !important;
  }

  .m-l-sm-20 {
    margin-left: 20px !important;
  }

  .m-x-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .m-y-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .m-sm-30 {
    margin: 30px 30px !important;
  }

  .m-t-sm-30 {
    margin-top: 30px !important;
  }

  .m-r-sm-30 {
    margin-right: 30px !important;
  }

  .m-b-sm-30 {
    margin-bottom: 30px !important;
  }

  .m-l-sm-30 {
    margin-left: 30px !important;
  }

  .m-x-sm-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-sm-40 {
    margin: 40px 40px !important;
  }

  .m-t-sm-40 {
    margin-top: 40px !important;
  }

  .m-r-sm-40 {
    margin-right: 40px !important;
  }

  .m-b-sm-40 {
    margin-bottom: 40px !important;
  }

  .m-l-sm-40 {
    margin-left: 40px !important;
  }

  .m-x-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .m-y-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .m-sm-50 {
    margin: 50px 50px !important;
  }

  .m-t-sm-50 {
    margin-top: 50px !important;
  }

  .m-r-sm-50 {
    margin-right: 50px !important;
  }

  .m-b-sm-50 {
    margin-bottom: 50px !important;
  }

  .m-l-sm-50 {
    margin-left: 50px !important;
  }

  .m-x-sm-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .m-y-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .m-sm-60 {
    margin: 60px 60px !important;
  }

  .m-t-sm-60 {
    margin-top: 60px !important;
  }

  .m-r-sm-60 {
    margin-right: 60px !important;
  }

  .m-b-sm-60 {
    margin-bottom: 60px !important;
  }

  .m-l-sm-60 {
    margin-left: 60px !important;
  }

  .m-x-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .m-y-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

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

  .p-t-sm-0 {
    padding-top: 0 !important;
  }

  .p-r-sm-0 {
    padding-right: 0 !important;
  }

  .p-b-sm-0 {
    padding-bottom: 0 !important;
  }

  .p-l-sm-0 {
    padding-left: 0 !important;
  }

  .p-x-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-y-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-sm-5 {
    padding: 5px 5px !important;
  }

  .p-t-sm-5 {
    padding-top: 5px !important;
  }

  .p-r-sm-5 {
    padding-right: 5px !important;
  }

  .p-b-sm-5 {
    padding-bottom: 5px !important;
  }

  .p-l-sm-5 {
    padding-left: 5px !important;
  }

  .p-x-sm-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .p-y-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .p-sm-default {
    padding: 30px 30px !important;
  }

  .p-t-sm-default {
    padding-top: 30px !important;
  }

  .p-r-sm-default {
    padding-right: 30px !important;
  }

  .p-b-sm-default {
    padding-bottom: 30px !important;
  }

  .p-l-sm-default {
    padding-left: 30px !important;
  }

  .p-x-sm-default {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-sm-default {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-sm-10 {
    padding: 10px 10px !important;
  }

  .p-t-sm-10 {
    padding-top: 10px !important;
  }

  .p-r-sm-10 {
    padding-right: 10px !important;
  }

  .p-b-sm-10 {
    padding-bottom: 10px !important;
  }

  .p-l-sm-10 {
    padding-left: 10px !important;
  }

  .p-x-sm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .p-y-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-sm-15 {
    padding: 15px 15px !important;
  }

  .p-t-sm-15 {
    padding-top: 15px !important;
  }

  .p-r-sm-15 {
    padding-right: 15px !important;
  }

  .p-b-sm-15 {
    padding-bottom: 15px !important;
  }

  .p-l-sm-15 {
    padding-left: 15px !important;
  }

  .p-x-sm-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .p-y-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-sm-20 {
    padding: 20px 20px !important;
  }

  .p-t-sm-20 {
    padding-top: 20px !important;
  }

  .p-r-sm-20 {
    padding-right: 20px !important;
  }

  .p-b-sm-20 {
    padding-bottom: 20px !important;
  }

  .p-l-sm-20 {
    padding-left: 20px !important;
  }

  .p-x-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .p-y-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-sm-30 {
    padding: 30px 30px !important;
  }

  .p-t-sm-30 {
    padding-top: 30px !important;
  }

  .p-r-sm-30 {
    padding-right: 30px !important;
  }

  .p-b-sm-30 {
    padding-bottom: 30px !important;
  }

  .p-l-sm-30 {
    padding-left: 30px !important;
  }

  .p-x-sm-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-sm-40 {
    padding: 40px 40px !important;
  }

  .p-t-sm-40 {
    padding-top: 40px !important;
  }

  .p-r-sm-40 {
    padding-right: 40px !important;
  }

  .p-b-sm-40 {
    padding-bottom: 40px !important;
  }

  .p-l-sm-40 {
    padding-left: 40px !important;
  }

  .p-x-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .p-y-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-sm-50 {
    padding: 50px 50px !important;
  }

  .p-t-sm-50 {
    padding-top: 50px !important;
  }

  .p-r-sm-50 {
    padding-right: 50px !important;
  }

  .p-b-sm-50 {
    padding-bottom: 50px !important;
  }

  .p-l-sm-50 {
    padding-left: 50px !important;
  }

  .p-x-sm-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .p-y-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-sm-60 {
    padding: 60px 60px !important;
  }

  .p-t-sm-60 {
    padding-top: 60px !important;
  }

  .p-r-sm-60 {
    padding-right: 60px !important;
  }

  .p-b-sm-60 {
    padding-bottom: 60px !important;
  }

  .p-l-sm-60 {
    padding-left: 60px !important;
  }

  .p-x-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .p-y-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

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

  .m-t-sm-auto {
    margin-top: auto !important;
  }

  .m-r-sm-auto {
    margin-right: auto !important;
  }

  .m-b-sm-auto {
    margin-bottom: auto !important;
  }

  .m-l-sm-auto {
    margin-left: auto !important;
  }

  .m-x-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .m-y-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }

  .m-t-md-0 {
    margin-top: 0 !important;
  }

  .m-r-md-0 {
    margin-right: 0 !important;
  }

  .m-b-md-0 {
    margin-bottom: 0 !important;
  }

  .m-l-md-0 {
    margin-left: 0 !important;
  }

  .m-x-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .m-y-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-md-5 {
    margin: 5px 5px !important;
  }

  .m-t-md-5 {
    margin-top: 5px !important;
  }

  .m-r-md-5 {
    margin-right: 5px !important;
  }

  .m-b-md-5 {
    margin-bottom: 5px !important;
  }

  .m-l-md-5 {
    margin-left: 5px !important;
  }

  .m-x-md-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .m-y-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .m-md-default {
    margin: 30px 30px !important;
  }

  .m-t-md-default {
    margin-top: 30px !important;
  }

  .m-r-md-default {
    margin-right: 30px !important;
  }

  .m-b-md-default {
    margin-bottom: 30px !important;
  }

  .m-l-md-default {
    margin-left: 30px !important;
  }

  .m-x-md-default {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-md-default {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-md-10 {
    margin: 10px 10px !important;
  }

  .m-t-md-10 {
    margin-top: 10px !important;
  }

  .m-r-md-10 {
    margin-right: 10px !important;
  }

  .m-b-md-10 {
    margin-bottom: 10px !important;
  }

  .m-l-md-10 {
    margin-left: 10px !important;
  }

  .m-x-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .m-y-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .m-md-15 {
    margin: 15px 15px !important;
  }

  .m-t-md-15 {
    margin-top: 15px !important;
  }

  .m-r-md-15 {
    margin-right: 15px !important;
  }

  .m-b-md-15 {
    margin-bottom: 15px !important;
  }

  .m-l-md-15 {
    margin-left: 15px !important;
  }

  .m-x-md-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .m-y-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .m-md-20 {
    margin: 20px 20px !important;
  }

  .m-t-md-20 {
    margin-top: 20px !important;
  }

  .m-r-md-20 {
    margin-right: 20px !important;
  }

  .m-b-md-20 {
    margin-bottom: 20px !important;
  }

  .m-l-md-20 {
    margin-left: 20px !important;
  }

  .m-x-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .m-y-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .m-md-30 {
    margin: 30px 30px !important;
  }

  .m-t-md-30 {
    margin-top: 30px !important;
  }

  .m-r-md-30 {
    margin-right: 30px !important;
  }

  .m-b-md-30 {
    margin-bottom: 30px !important;
  }

  .m-l-md-30 {
    margin-left: 30px !important;
  }

  .m-x-md-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-md-40 {
    margin: 40px 40px !important;
  }

  .m-t-md-40 {
    margin-top: 40px !important;
  }

  .m-r-md-40 {
    margin-right: 40px !important;
  }

  .m-b-md-40 {
    margin-bottom: 40px !important;
  }

  .m-l-md-40 {
    margin-left: 40px !important;
  }

  .m-x-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .m-y-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .m-md-50 {
    margin: 50px 50px !important;
  }

  .m-t-md-50 {
    margin-top: 50px !important;
  }

  .m-r-md-50 {
    margin-right: 50px !important;
  }

  .m-b-md-50 {
    margin-bottom: 50px !important;
  }

  .m-l-md-50 {
    margin-left: 50px !important;
  }

  .m-x-md-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .m-y-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .m-md-60 {
    margin: 60px 60px !important;
  }

  .m-t-md-60 {
    margin-top: 60px !important;
  }

  .m-r-md-60 {
    margin-right: 60px !important;
  }

  .m-b-md-60 {
    margin-bottom: 60px !important;
  }

  .m-l-md-60 {
    margin-left: 60px !important;
  }

  .m-x-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .m-y-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

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

  .p-t-md-0 {
    padding-top: 0 !important;
  }

  .p-r-md-0 {
    padding-right: 0 !important;
  }

  .p-b-md-0 {
    padding-bottom: 0 !important;
  }

  .p-l-md-0 {
    padding-left: 0 !important;
  }

  .p-x-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-y-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-md-5 {
    padding: 5px 5px !important;
  }

  .p-t-md-5 {
    padding-top: 5px !important;
  }

  .p-r-md-5 {
    padding-right: 5px !important;
  }

  .p-b-md-5 {
    padding-bottom: 5px !important;
  }

  .p-l-md-5 {
    padding-left: 5px !important;
  }

  .p-x-md-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .p-y-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .p-md-default {
    padding: 30px 30px !important;
  }

  .p-t-md-default {
    padding-top: 30px !important;
  }

  .p-r-md-default {
    padding-right: 30px !important;
  }

  .p-b-md-default {
    padding-bottom: 30px !important;
  }

  .p-l-md-default {
    padding-left: 30px !important;
  }

  .p-x-md-default {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-md-default {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-md-10 {
    padding: 10px 10px !important;
  }

  .p-t-md-10 {
    padding-top: 10px !important;
  }

  .p-r-md-10 {
    padding-right: 10px !important;
  }

  .p-b-md-10 {
    padding-bottom: 10px !important;
  }

  .p-l-md-10 {
    padding-left: 10px !important;
  }

  .p-x-md-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .p-y-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-md-15 {
    padding: 15px 15px !important;
  }

  .p-t-md-15 {
    padding-top: 15px !important;
  }

  .p-r-md-15 {
    padding-right: 15px !important;
  }

  .p-b-md-15 {
    padding-bottom: 15px !important;
  }

  .p-l-md-15 {
    padding-left: 15px !important;
  }

  .p-x-md-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .p-y-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-md-20 {
    padding: 20px 20px !important;
  }

  .p-t-md-20 {
    padding-top: 20px !important;
  }

  .p-r-md-20 {
    padding-right: 20px !important;
  }

  .p-b-md-20 {
    padding-bottom: 20px !important;
  }

  .p-l-md-20 {
    padding-left: 20px !important;
  }

  .p-x-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .p-y-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-md-30 {
    padding: 30px 30px !important;
  }

  .p-t-md-30 {
    padding-top: 30px !important;
  }

  .p-r-md-30 {
    padding-right: 30px !important;
  }

  .p-b-md-30 {
    padding-bottom: 30px !important;
  }

  .p-l-md-30 {
    padding-left: 30px !important;
  }

  .p-x-md-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-md-40 {
    padding: 40px 40px !important;
  }

  .p-t-md-40 {
    padding-top: 40px !important;
  }

  .p-r-md-40 {
    padding-right: 40px !important;
  }

  .p-b-md-40 {
    padding-bottom: 40px !important;
  }

  .p-l-md-40 {
    padding-left: 40px !important;
  }

  .p-x-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .p-y-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-md-50 {
    padding: 50px 50px !important;
  }

  .p-t-md-50 {
    padding-top: 50px !important;
  }

  .p-r-md-50 {
    padding-right: 50px !important;
  }

  .p-b-md-50 {
    padding-bottom: 50px !important;
  }

  .p-l-md-50 {
    padding-left: 50px !important;
  }

  .p-x-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .p-y-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-md-60 {
    padding: 60px 60px !important;
  }

  .p-t-md-60 {
    padding-top: 60px !important;
  }

  .p-r-md-60 {
    padding-right: 60px !important;
  }

  .p-b-md-60 {
    padding-bottom: 60px !important;
  }

  .p-l-md-60 {
    padding-left: 60px !important;
  }

  .p-x-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .p-y-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

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

  .m-t-md-auto {
    margin-top: auto !important;
  }

  .m-r-md-auto {
    margin-right: auto !important;
  }

  .m-b-md-auto {
    margin-bottom: auto !important;
  }

  .m-l-md-auto {
    margin-left: auto !important;
  }

  .m-x-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .m-y-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }

  .m-t-lg-0 {
    margin-top: 0 !important;
  }

  .m-r-lg-0 {
    margin-right: 0 !important;
  }

  .m-b-lg-0 {
    margin-bottom: 0 !important;
  }

  .m-l-lg-0 {
    margin-left: 0 !important;
  }

  .m-x-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .m-y-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-lg-5 {
    margin: 5px 5px !important;
  }

  .m-t-lg-5 {
    margin-top: 5px !important;
  }

  .m-r-lg-5 {
    margin-right: 5px !important;
  }

  .m-b-lg-5 {
    margin-bottom: 5px !important;
  }

  .m-l-lg-5 {
    margin-left: 5px !important;
  }

  .m-x-lg-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .m-y-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .m-lg-default {
    margin: 30px 30px !important;
  }

  .m-t-lg-default {
    margin-top: 30px !important;
  }

  .m-r-lg-default {
    margin-right: 30px !important;
  }

  .m-b-lg-default {
    margin-bottom: 30px !important;
  }

  .m-l-lg-default {
    margin-left: 30px !important;
  }

  .m-x-lg-default {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-lg-default {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-lg-10 {
    margin: 10px 10px !important;
  }

  .m-t-lg-10 {
    margin-top: 10px !important;
  }

  .m-r-lg-10 {
    margin-right: 10px !important;
  }

  .m-b-lg-10 {
    margin-bottom: 10px !important;
  }

  .m-l-lg-10 {
    margin-left: 10px !important;
  }

  .m-x-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .m-y-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .m-lg-15 {
    margin: 15px 15px !important;
  }

  .m-t-lg-15 {
    margin-top: 15px !important;
  }

  .m-r-lg-15 {
    margin-right: 15px !important;
  }

  .m-b-lg-15 {
    margin-bottom: 15px !important;
  }

  .m-l-lg-15 {
    margin-left: 15px !important;
  }

  .m-x-lg-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .m-y-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .m-lg-20 {
    margin: 20px 20px !important;
  }

  .m-t-lg-20 {
    margin-top: 20px !important;
  }

  .m-r-lg-20 {
    margin-right: 20px !important;
  }

  .m-b-lg-20 {
    margin-bottom: 20px !important;
  }

  .m-l-lg-20 {
    margin-left: 20px !important;
  }

  .m-x-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .m-y-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .m-lg-30 {
    margin: 30px 30px !important;
  }

  .m-t-lg-30 {
    margin-top: 30px !important;
  }

  .m-r-lg-30 {
    margin-right: 30px !important;
  }

  .m-b-lg-30 {
    margin-bottom: 30px !important;
  }

  .m-l-lg-30 {
    margin-left: 30px !important;
  }

  .m-x-lg-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-lg-40 {
    margin: 40px 40px !important;
  }

  .m-t-lg-40 {
    margin-top: 40px !important;
  }

  .m-r-lg-40 {
    margin-right: 40px !important;
  }

  .m-b-lg-40 {
    margin-bottom: 40px !important;
  }

  .m-l-lg-40 {
    margin-left: 40px !important;
  }

  .m-x-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .m-y-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .m-lg-50 {
    margin: 50px 50px !important;
  }

  .m-t-lg-50 {
    margin-top: 50px !important;
  }

  .m-r-lg-50 {
    margin-right: 50px !important;
  }

  .m-b-lg-50 {
    margin-bottom: 50px !important;
  }

  .m-l-lg-50 {
    margin-left: 50px !important;
  }

  .m-x-lg-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .m-y-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .m-lg-60 {
    margin: 60px 60px !important;
  }

  .m-t-lg-60 {
    margin-top: 60px !important;
  }

  .m-r-lg-60 {
    margin-right: 60px !important;
  }

  .m-b-lg-60 {
    margin-bottom: 60px !important;
  }

  .m-l-lg-60 {
    margin-left: 60px !important;
  }

  .m-x-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .m-y-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

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

  .p-t-lg-0 {
    padding-top: 0 !important;
  }

  .p-r-lg-0 {
    padding-right: 0 !important;
  }

  .p-b-lg-0 {
    padding-bottom: 0 !important;
  }

  .p-l-lg-0 {
    padding-left: 0 !important;
  }

  .p-x-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-y-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-lg-5 {
    padding: 5px 5px !important;
  }

  .p-t-lg-5 {
    padding-top: 5px !important;
  }

  .p-r-lg-5 {
    padding-right: 5px !important;
  }

  .p-b-lg-5 {
    padding-bottom: 5px !important;
  }

  .p-l-lg-5 {
    padding-left: 5px !important;
  }

  .p-x-lg-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .p-y-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .p-lg-default {
    padding: 30px 30px !important;
  }

  .p-t-lg-default {
    padding-top: 30px !important;
  }

  .p-r-lg-default {
    padding-right: 30px !important;
  }

  .p-b-lg-default {
    padding-bottom: 30px !important;
  }

  .p-l-lg-default {
    padding-left: 30px !important;
  }

  .p-x-lg-default {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-lg-default {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-lg-10 {
    padding: 10px 10px !important;
  }

  .p-t-lg-10 {
    padding-top: 10px !important;
  }

  .p-r-lg-10 {
    padding-right: 10px !important;
  }

  .p-b-lg-10 {
    padding-bottom: 10px !important;
  }

  .p-l-lg-10 {
    padding-left: 10px !important;
  }

  .p-x-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .p-y-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-lg-15 {
    padding: 15px 15px !important;
  }

  .p-t-lg-15 {
    padding-top: 15px !important;
  }

  .p-r-lg-15 {
    padding-right: 15px !important;
  }

  .p-b-lg-15 {
    padding-bottom: 15px !important;
  }

  .p-l-lg-15 {
    padding-left: 15px !important;
  }

  .p-x-lg-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .p-y-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-lg-20 {
    padding: 20px 20px !important;
  }

  .p-t-lg-20 {
    padding-top: 20px !important;
  }

  .p-r-lg-20 {
    padding-right: 20px !important;
  }

  .p-b-lg-20 {
    padding-bottom: 20px !important;
  }

  .p-l-lg-20 {
    padding-left: 20px !important;
  }

  .p-x-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .p-y-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-lg-30 {
    padding: 30px 30px !important;
  }

  .p-t-lg-30 {
    padding-top: 30px !important;
  }

  .p-r-lg-30 {
    padding-right: 30px !important;
  }

  .p-b-lg-30 {
    padding-bottom: 30px !important;
  }

  .p-l-lg-30 {
    padding-left: 30px !important;
  }

  .p-x-lg-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-lg-40 {
    padding: 40px 40px !important;
  }

  .p-t-lg-40 {
    padding-top: 40px !important;
  }

  .p-r-lg-40 {
    padding-right: 40px !important;
  }

  .p-b-lg-40 {
    padding-bottom: 40px !important;
  }

  .p-l-lg-40 {
    padding-left: 40px !important;
  }

  .p-x-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .p-y-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-lg-50 {
    padding: 50px 50px !important;
  }

  .p-t-lg-50 {
    padding-top: 50px !important;
  }

  .p-r-lg-50 {
    padding-right: 50px !important;
  }

  .p-b-lg-50 {
    padding-bottom: 50px !important;
  }

  .p-l-lg-50 {
    padding-left: 50px !important;
  }

  .p-x-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .p-y-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-lg-60 {
    padding: 60px 60px !important;
  }

  .p-t-lg-60 {
    padding-top: 60px !important;
  }

  .p-r-lg-60 {
    padding-right: 60px !important;
  }

  .p-b-lg-60 {
    padding-bottom: 60px !important;
  }

  .p-l-lg-60 {
    padding-left: 60px !important;
  }

  .p-x-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .p-y-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

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

  .m-t-lg-auto {
    margin-top: auto !important;
  }

  .m-r-lg-auto {
    margin-right: auto !important;
  }

  .m-b-lg-auto {
    margin-bottom: auto !important;
  }

  .m-l-lg-auto {
    margin-left: auto !important;
  }

  .m-x-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .m-y-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1260px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }

  .m-t-xl-0 {
    margin-top: 0 !important;
  }

  .m-r-xl-0 {
    margin-right: 0 !important;
  }

  .m-b-xl-0 {
    margin-bottom: 0 !important;
  }

  .m-l-xl-0 {
    margin-left: 0 !important;
  }

  .m-x-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .m-y-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-xl-5 {
    margin: 5px 5px !important;
  }

  .m-t-xl-5 {
    margin-top: 5px !important;
  }

  .m-r-xl-5 {
    margin-right: 5px !important;
  }

  .m-b-xl-5 {
    margin-bottom: 5px !important;
  }

  .m-l-xl-5 {
    margin-left: 5px !important;
  }

  .m-x-xl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .m-y-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .m-xl-default {
    margin: 30px 30px !important;
  }

  .m-t-xl-default {
    margin-top: 30px !important;
  }

  .m-r-xl-default {
    margin-right: 30px !important;
  }

  .m-b-xl-default {
    margin-bottom: 30px !important;
  }

  .m-l-xl-default {
    margin-left: 30px !important;
  }

  .m-x-xl-default {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-xl-default {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-xl-10 {
    margin: 10px 10px !important;
  }

  .m-t-xl-10 {
    margin-top: 10px !important;
  }

  .m-r-xl-10 {
    margin-right: 10px !important;
  }

  .m-b-xl-10 {
    margin-bottom: 10px !important;
  }

  .m-l-xl-10 {
    margin-left: 10px !important;
  }

  .m-x-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .m-y-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .m-xl-15 {
    margin: 15px 15px !important;
  }

  .m-t-xl-15 {
    margin-top: 15px !important;
  }

  .m-r-xl-15 {
    margin-right: 15px !important;
  }

  .m-b-xl-15 {
    margin-bottom: 15px !important;
  }

  .m-l-xl-15 {
    margin-left: 15px !important;
  }

  .m-x-xl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .m-y-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .m-xl-20 {
    margin: 20px 20px !important;
  }

  .m-t-xl-20 {
    margin-top: 20px !important;
  }

  .m-r-xl-20 {
    margin-right: 20px !important;
  }

  .m-b-xl-20 {
    margin-bottom: 20px !important;
  }

  .m-l-xl-20 {
    margin-left: 20px !important;
  }

  .m-x-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .m-y-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .m-xl-30 {
    margin: 30px 30px !important;
  }

  .m-t-xl-30 {
    margin-top: 30px !important;
  }

  .m-r-xl-30 {
    margin-right: 30px !important;
  }

  .m-b-xl-30 {
    margin-bottom: 30px !important;
  }

  .m-l-xl-30 {
    margin-left: 30px !important;
  }

  .m-x-xl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .m-y-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-xl-40 {
    margin: 40px 40px !important;
  }

  .m-t-xl-40 {
    margin-top: 40px !important;
  }

  .m-r-xl-40 {
    margin-right: 40px !important;
  }

  .m-b-xl-40 {
    margin-bottom: 40px !important;
  }

  .m-l-xl-40 {
    margin-left: 40px !important;
  }

  .m-x-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .m-y-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .m-xl-50 {
    margin: 50px 50px !important;
  }

  .m-t-xl-50 {
    margin-top: 50px !important;
  }

  .m-r-xl-50 {
    margin-right: 50px !important;
  }

  .m-b-xl-50 {
    margin-bottom: 50px !important;
  }

  .m-l-xl-50 {
    margin-left: 50px !important;
  }

  .m-x-xl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .m-y-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .m-xl-60 {
    margin: 60px 60px !important;
  }

  .m-t-xl-60 {
    margin-top: 60px !important;
  }

  .m-r-xl-60 {
    margin-right: 60px !important;
  }

  .m-b-xl-60 {
    margin-bottom: 60px !important;
  }

  .m-l-xl-60 {
    margin-left: 60px !important;
  }

  .m-x-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .m-y-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

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

  .p-t-xl-0 {
    padding-top: 0 !important;
  }

  .p-r-xl-0 {
    padding-right: 0 !important;
  }

  .p-b-xl-0 {
    padding-bottom: 0 !important;
  }

  .p-l-xl-0 {
    padding-left: 0 !important;
  }

  .p-x-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-y-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xl-5 {
    padding: 5px 5px !important;
  }

  .p-t-xl-5 {
    padding-top: 5px !important;
  }

  .p-r-xl-5 {
    padding-right: 5px !important;
  }

  .p-b-xl-5 {
    padding-bottom: 5px !important;
  }

  .p-l-xl-5 {
    padding-left: 5px !important;
  }

  .p-x-xl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .p-y-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .p-xl-default {
    padding: 30px 30px !important;
  }

  .p-t-xl-default {
    padding-top: 30px !important;
  }

  .p-r-xl-default {
    padding-right: 30px !important;
  }

  .p-b-xl-default {
    padding-bottom: 30px !important;
  }

  .p-l-xl-default {
    padding-left: 30px !important;
  }

  .p-x-xl-default {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-xl-default {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-xl-10 {
    padding: 10px 10px !important;
  }

  .p-t-xl-10 {
    padding-top: 10px !important;
  }

  .p-r-xl-10 {
    padding-right: 10px !important;
  }

  .p-b-xl-10 {
    padding-bottom: 10px !important;
  }

  .p-l-xl-10 {
    padding-left: 10px !important;
  }

  .p-x-xl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .p-y-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-xl-15 {
    padding: 15px 15px !important;
  }

  .p-t-xl-15 {
    padding-top: 15px !important;
  }

  .p-r-xl-15 {
    padding-right: 15px !important;
  }

  .p-b-xl-15 {
    padding-bottom: 15px !important;
  }

  .p-l-xl-15 {
    padding-left: 15px !important;
  }

  .p-x-xl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .p-y-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-xl-20 {
    padding: 20px 20px !important;
  }

  .p-t-xl-20 {
    padding-top: 20px !important;
  }

  .p-r-xl-20 {
    padding-right: 20px !important;
  }

  .p-b-xl-20 {
    padding-bottom: 20px !important;
  }

  .p-l-xl-20 {
    padding-left: 20px !important;
  }

  .p-x-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .p-y-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-xl-30 {
    padding: 30px 30px !important;
  }

  .p-t-xl-30 {
    padding-top: 30px !important;
  }

  .p-r-xl-30 {
    padding-right: 30px !important;
  }

  .p-b-xl-30 {
    padding-bottom: 30px !important;
  }

  .p-l-xl-30 {
    padding-left: 30px !important;
  }

  .p-x-xl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .p-y-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-xl-40 {
    padding: 40px 40px !important;
  }

  .p-t-xl-40 {
    padding-top: 40px !important;
  }

  .p-r-xl-40 {
    padding-right: 40px !important;
  }

  .p-b-xl-40 {
    padding-bottom: 40px !important;
  }

  .p-l-xl-40 {
    padding-left: 40px !important;
  }

  .p-x-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .p-y-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-xl-50 {
    padding: 50px 50px !important;
  }

  .p-t-xl-50 {
    padding-top: 50px !important;
  }

  .p-r-xl-50 {
    padding-right: 50px !important;
  }

  .p-b-xl-50 {
    padding-bottom: 50px !important;
  }

  .p-l-xl-50 {
    padding-left: 50px !important;
  }

  .p-x-xl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .p-y-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-xl-60 {
    padding: 60px 60px !important;
  }

  .p-t-xl-60 {
    padding-top: 60px !important;
  }

  .p-r-xl-60 {
    padding-right: 60px !important;
  }

  .p-b-xl-60 {
    padding-bottom: 60px !important;
  }

  .p-l-xl-60 {
    padding-left: 60px !important;
  }

  .p-x-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .p-y-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

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

  .m-t-xl-auto {
    margin-top: auto !important;
  }

  .m-r-xl-auto {
    margin-right: auto !important;
  }

  .m-b-xl-auto {
    margin-bottom: auto !important;
  }

  .m-l-xl-auto {
    margin-left: auto !important;
  }

  .m-x-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .m-y-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

* {
  outline: none;
}

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

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

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

.text-small {
  font-size: 80%;
}

.text-larger {
  font-size: 18px;
  line-height: 1.6;
}

.relative {
  position: relative;
}

.fullwidth {
  width: 100%;
}

.font-small {
  font-size: 13px;
  line-height: 15px;
}

.clearfix {
  width: 100%;
  overflow: hidden;
}

iframe {
  border: none;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.global-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}

.global-loader__icon {
  display: block;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 auto 10px auto;
  -webkit-animation: rotating 1s linear infinite;
          animation: rotating 1s linear infinite;
}

.global-loader__content {
  /*border-radius: 5px;*/
  display: block;
  background: #fff;
  padding: 30px 50px;
  font-style: italic;
}

.global-loader--hide {
  display: none;
}

.row--gutter-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row--gutter-0 > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row--gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row--gutter-10 > div {
  padding: 0 5px !important;
}

.row--gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}

.row--gutter-16 > div {
  padding: 0 8px !important;
}

.row--gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row--gutter-20 > div {
  padding: 0 10px !important;
}

.row--grid-20 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

.row--grid-20 > div {
  padding: 0 10px !important;
  margin-bottom: 20px;
}

.row--gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row--gutter-30 > div {
  padding: 0 15px !important;
}

.row--grid-30 {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}

.row--grid-30 > div {
  padding: 0 15px !important;
  margin-bottom: 30px;
}

.row--grid-m-b-50-c2 > div {
  margin-bottom: 50px;
}

.row--grid-m-b-50-c2 > div:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .row--grid-m-b-50-c2 > div {
    margin-bottom: 50px;
  }

  .row--grid-m-b-50-c2 > div:nth-child(2n+1):nth-last-child(2) {
    margin-bottom: 0 !important;
  }
}

input,
textarea {
  outline: none;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

body {
  font-family: "nexatext", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #5b5b5b;
  background: #303030;
  font-weight: 300;
  overflow-x: hidden;
}

body strong,
body b {
  font-weight: 600;
}

.sb-page {
  position: relative;
  min-height: 0;
  background: #fff;
}

.sb-right {
  padding: 20px;
  background: url("/assets/site/gfx/concrete_80.jpg") center center;
}

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

a {
  color: var(--default-color);
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

a:hover {
  color: var(--secondary-color);
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

a.inherited-link {
  color: inherit;
}

a.inherited-link:hover {
  color: var(--default-color);
}

a.link-inverse {
  color: var(--secondary-color);
}

a.link-inverse:hover {
  color: var(--default-color);
}

.heading-line {
  position: relative;
  padding-top: 24px;
}

.heading-line:before {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background: var(--default-color);
  position: absolute;
  top: 0;
  left: 0;
}

.heading-line--center:before {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.heading-line--small {
  padding-top: 18px;
}

.heading-line--small:before {
  width: 50px;
  height: 2px;
}

.heading-1 {
  color: #151515;
  font-size: 26px;
  line-height: 34px;
  margin: 0 0 20px 0;
  font-family: "nexatext", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

@media (min-width: 768px) {
  .heading-1 {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 26px 0;
  }
}

@media (min-width: 992px) {
  .heading-1 {
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 26px 0;
  }
}

.heading-2 {
  color: #151515;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 30px 0;
  font-weight: 700;
  font-family: "nexatext", sans-serif;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: center;
}

.heading-2 [class^="icon-"],
.heading-2 [class*=" icon-"] {
  line-height: 30px;
  font-size: 24px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  margin-right: 8px;
  display: block;
}

.heading-2.text-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.html h2 {
  color: #151515;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
  font-weight: 700;
  font-family: "nexatext", sans-serif;
}

.heading-3 {
  color: #151515;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 16px;
  font-weight: 700;
  font-family: "nexatext", sans-serif;
  text-transform: uppercase;
}

.html h3 {
  color: #151515;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  font-weight: 600;
  font-family: "nexatext", sans-serif;
}

.heading-4,
.html h4 {
  color: #151515;
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-family: "nexatext", sans-serif;
}

.heading--white {
  color: #fff;
}

.heading-with-separator {
  display: block;
  text-align: center;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 20px;
}

.heading-with-separator:after {
  content: '';
  display: block;
  height: 1px;
  width: 90px;
  margin-left: -45px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.heading-line-wrapper {
  overflow: hidden;
  text-align: center;
}

.heading-line-wrapper .heading-1,
.heading-line-wrapper .heading-2,
.heading-line-wrapper .heading-3 {
  position: relative;
  display: inline-block;
}

.heading-line-wrapper .heading-1:before,
.heading-line-wrapper .heading-1:after,
.heading-line-wrapper .heading-2:before,
.heading-line-wrapper .heading-2:after,
.heading-line-wrapper .heading-3:before,
.heading-line-wrapper .heading-3:after {
  content: '';
  height: 1px;
  width: 2000px;
  background: #b7b7b7;
  position: absolute;
  top: 50%;
}

.heading-line-wrapper .heading-1:before,
.heading-line-wrapper .heading-2:before,
.heading-line-wrapper .heading-3:before {
  right: calc(100% + 60px);
}

.heading-line-wrapper .heading-1:after,
.heading-line-wrapper .heading-2:after,
.heading-line-wrapper .heading-3:after {
  left: calc(100% + 60px);
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 48px;
  min-width: 130px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 13px 26px 11px 26px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: var(--default-color);
  border: none;
  position: relative;
  font-family: "nexatext", sans-serif;
  letter-spacing: 1px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  font-weight: 700;
  border-radius: 3px;
  /*
	&__icon {
		font-size: 16px;
		margin-left: 10px;
	}
*/
}

.btn:hover {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  color: #fff;
  background: #fbd619;
}

.btn--gray {
  background: #dfdfdf;
}

.btn--gray:before {
  border-bottom: 40px solid #dfdfdf;
}

.btn--large {
  min-height: 70px;
  padding: 13px 18px 13px 12px;
}

.btn--small {
  min-height: 36px;
  padding: 10px 16px 6px 16px;
  font-size: 16px;
  line-height: 18px;
  min-width: auto;
}

.btn--xs {
  min-height: 28px;
  padding: 8px 10px 6px 10px;
  font-size: 11px;
  line-height: 13px;
  min-width: auto;
}

.btn--reverse {
  background: var(--secondary-color);
}

.btn--reverse:before {
  border-bottom-color: var(--secondary-color);
}

.btn--reverse:hover {
  background: var(--default-color);
}

.btn--reverse:hover:before {
  border-bottom-color: var(--default-color);
}

.btn--animate-from-icon .btn__icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.btn--animate-from-icon .btn__label {
  display: inline-block;
  overflow: hidden;
  max-width: 0;
  padding: 5px 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.btn--animate-from-icon:hover .btn__icon {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.btn--animate-from-icon:hover .btn__label {
  max-width: 120px;
  padding: 5px 13px 5px 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.btn--white-border {
  border: 2px solid #fff;
  color: #fff;
  background: none;
}

.btn--white-border:hover {
  background: #fff;
  color: var(--secondary-color);
}

.html {
  word-wrap: break-word;
}

.html:after {
  content: '';
  display: block;
  clear: both;
}

.html a:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

.html > *:first-child {
  margin-top: 0 !important;
}

.html > *:last-child {
  margin-bottom: 0 !important;
}

.html img {
  margin: 20px auto;
  width: auto;
  max-width: 100%;
  height: auto !important;
  display: inline-block;
}

.html img.floated-left,
.html img.floated-right {
  max-width: 40%;
  height: auto;
}

.html img.floated-left {
  float: left !important;
  margin-right: 20px !important;
}

.html img.floated-right {
  float: right !important;
  margin-left: 20px !important;
}

.html table {
  margin-top: 30px;
  margin-bottom: 30px;
}

.html p {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .html img {
    margin: 0 0 20px 0;
    vertical-align: middle;
  }
}

ul.styled,
.html ul {
  list-style: none;
  margin: 30px 0 30px 15px;
  padding: 0;
}

ul.styled li,
.html ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}

ul.styled li:last-of-type,
.html ul li:last-of-type {
  margin-bottom: 0;
}

ul.styled li:before,
.html ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: var(--secondary-color);
  position: absolute;
  left: 0;
  top: 7px;
}

.html table,
table.styled {
  border: 0 !important;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.html table tr th,
.html table tr td,
table.styled tr th,
table.styled tr td {
  padding: 5px 10px;
  border: 0 !important;
  border-right: 1px solid #fff !important;
}

.html table tr th:last-of-type,
.html table tr td:last-of-type,
table.styled tr th:last-of-type,
table.styled tr td:last-of-type {
  border-right: 0;
}

.html table tr:nth-child(2n+1) td,
table.styled tr:nth-child(2n+1) td {
  background-color: #F7F7F7;
  color: #000;
}

.html table tr:nth-child(2n+2) td,
table.styled tr:nth-child(2n+2) td {
  background-color: #fff;
  color: #000;
}

.html table tr th,
table.styled tr th {
  background-color: var(--secondary-color);
  color: #fff;
}

@media (min-width: 768px) {
  .html table tr th,
  .html table tr td,
  table.styled tr th,
  table.styled tr td {
    padding: 10px 20px;
  }
}

table.bordered {
  border-collapse: collapse;
}

table.bordered tr {
  border-bottom: 1px solid #dfdfdf;
}

table.bordered tr th {
  text-align: left;
}

table.bordered tr th,
table.bordered tr td {
  padding: 5px 10px 5px 0;
}

.datatable tr td {
  padding: 0px 10px 0px 0;
}

.datatable tr td:last-of-type {
  padding-right: 0;
}

.form-group {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .form-group {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.form-group .error,
[data-message-for] {
  color: red;
  font-size: 12px;
  text-align: right;
}

.form-control {
  background: #fff;
  border: none;
  border-bottom: 3px solid var(--default-color);
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  width: 100%;
  font-family: "nexatext", sans-serif;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.form-control:focus {
  border-bottom: 3px solid #fbd619;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

textarea.form-control {
  height: 140px;
  line-height: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: none;
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
}

/*
input[type="checkbox"]{
	display: none;

	& + span {
		cursor: pointer;
		position: relative;
		display: block;
		width: 18px;
		height: 18px;
		min-width: 18px;
		border-radius: 3px;
		background: $gray;
		border: 1px solid $gray;
		margin-right: 5px;
	}
	&:checked + span:after {
		content: '';
		position: absolute;
		border-left: 3px solid var(--default-color);
		border-bottom: 3px solid var(--default-color);
		width: 10px;
		height: 6px;
		transform: rotate(-45deg);
		left: 3px;
		top: 4px;
	}
}
*/

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  padding: 4px 0 0 26px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
}

input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 2px solid var(--default-color);
  border-radius: 2px;
  margin-right: 5px;
  position: absolute;
  top: 1px;
  left: 0;
  background: #fff;
}

input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  border-left: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  border-top: 2px solid transparent;
  width: 12px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 5px;
  top: 7px;
}

.form-label {
  padding-top: 10px;
  display: block;
}

.form-label.marked {
  font-weight: bold;
}

.form-label.marked:after {
  content: '*';
}

@media (min-width: 768px) {
  .form-horizontal .form-label {
    text-align: right;
  }
}

.form-description {
  font-style: italic;
  padding: 6px;
  border-left: 2px solid var(--secondary-color);
  margin-bottom: 6px;
  margin-top: 5px;
  font-size: 13px;
}

.form-inputdata {
  padding: 10px 20px 0 20px;
  font-size: 13px;
}

.form-inputdata__table {
  width: 100%;
  margin-top: 3px;
  border-collapse: collapse;
}

.form-inputdata__table tr {
  border-top: 1px solid #dfdfdf;
}

.form-inputdata__table tr td {
  padding: 4px 6px;
}

.form-inputdata__table tr td:last-of-type {
  text-align: right;
}

.hover-image-wrapper__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 26px;
  line-height: 26px;
  color: #fff;
  opacity: 0;
  z-index: 200;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-image-wrapper .hover-image-container {
  overflow: hidden;
  position: relative;
  display: block;
}

.hover-image-wrapper .hover-image-container img {
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.hover-image-wrapper .hover-image-container:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-image-wrapper:hover .hover-image-container img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.hover-image-wrapper:hover .hover-image-container .hover-image-wrapper__icon {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-image-wrapper:hover .hover-image-container:after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.img-hover-2 {
  display: block;
  position: relative;
  overflow: hidden;
}

.img-hover-2__hover-content {
  display: block;
  width: 50%;
  min-width: 180px;
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(21, 21, 21, 0.95);
  padding: 30px 15px;
  left: 100%;
  opacity: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.img-hover-2__title {
  font-size: 22px;
  color: var(--default-color);
  text-transform: uppercase;
  font-family: "nexatext", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.img-hover-2:hover .img-hover-2__hover-content {
  left: 0;
  opacity: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.videoWrapper {
  max-width: 560px;
  margin: 20px auto;
}

.videoWrapper__iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 20px auto;
}

.videoWrapper__iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .videoWrapper--right {
    float: right;
    margin-left: 20px;
    width: 560px;
  }
}

.pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px;
}

.pagination li {
  display: block;
}

.pagination li a,
.pagination li span {
  display: block;
  text-align: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: var(--secondary-color);
  font-size: 16px;
}

.pagination li a.pagination__pageinfo,
.pagination li span.pagination__pageinfo {
  width: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.pagination li a {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.pagination li a:hover {
  color: var(--default-color);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.pagination li.active span {
  color: #5b5b5b;
}

.pagination a.pagination__arrow span {
  color: inherit;
  font-size: 18px;
}

.pagination a.pagination__arrow:hover {
  color: var(--default-color);
}

.modal-layer {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

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

.modal-layer__box {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  max-width: 800px;
  z-index: 600;
}

.modal-layer__box:not(.modal-layer__box--with-image) {
  width: calc(100% - 30px);
}

.modal-layer__heading {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 16px 0;
  font-weight: normal;
  font-family: "nexatext", sans-serif;
  color: #5b5b5b;
  font-weight: 900;
  text-align: center;
}

.modal-layer__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: #fff;
  opacity: 0.8;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.modal-layer__close::before,
.modal-layer__close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 20px;
  top: 50%;
  left: 5px;
  margin-top: -1px;
  background: var(--secondary-color);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.modal-layer__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-layer__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-layer__close:hover {
  opacity: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.modal-layer__close:hover::before,
.modal-layer__close:hover::after {
  background: var(--default-color);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.modal-layer__close-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  cursor: pointer;
}

.modal-layer--small .modal-layer__box {
  max-width: 520px;
}

.modal-layer--search .modal-layer__box {
  background-image: url("/assets/site/gfx/concrete_80.jpg");
}

.search-modal__form {
  position: relative;
}

.search-modal__button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  border: none;
  background: #fff;
  color: #5b5b5b;
  width: 48px;
  height: 45px;
  text-align: center;
  cursor: pointer;
}

.search-modal__button i {
  line-height: 45px;
  font-size: 25px;
}

.search-modal__button:hover {
  color: var(--default-color);
}

.search-modal__input {
  padding-right: 68px;
}

.tab-nav {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  overflow: hidden;
}

.tab-nav > * {
  display: block;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 13px 20px;
  background: #dfdfdf;
  color: #5b5b5b;
  font-weight: bold;
  text-transform: uppercase;
}

.tab-nav > *.active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.tab-content {
  display: none;
}

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

@media (min-width: 768px) {
  .tab-nav {
    border: none;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .tab-nav > * {
    margin: 0 0 -1px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 4px 4px 0 0;
    font-size: 16px;
    line-height: 20px;
    padding: 13px 20px;
    background: #dfdfdf;
    color: #5b5b5b;
    font-weight: bold;
    text-transform: uppercase;
  }

  .tab-nav > *.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
  }
}

.percent-bar {
  background: #dfdfdf;
  overflow: hidden;
  position: relative;
}

.percent-bar--large {
  height: 14px;
  border-radius: 4px;
}

.percent-bar--small {
  height: 6px;
  border-radius: 2px;
}

.percent-bar > div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: var(--default-color);
}

.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 900;
}

.dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 2px;
}

.dropdown ul li {
  text-align: right;
  background: #fff;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  overflow: hidden;
}

.dropdown ul li:first-of-type {
  border-top: 1px solid #dfdfdf;
  border-radius: 4px 4px 0 0;
}

.dropdown ul li:last-of-type {
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0 0 4px 4px;
}

.dropdown ul li a {
  display: block;
  color: #5b5b5b;
  white-space: nowrap;
  -webkit-transition: none;
  transition: none;
  font-size: 13px;
  line-height: 1.2;
  padding: 5px 10px;
}

.dropdown ul li a:hover {
  color: #fff;
  background: var(--default-color);
  -webkit-transition: none;
  transition: none;
}

.dropdown li:hover ul {
  display: block;
}

/*
**	LAYOUT
*/

.sticky-header-helper {
  position: relative;
}

.sticky-header-spacer {
  height: 60px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .sticky-header-spacer {
    height: 105px;
  }
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: url("/assets/site/gfx/concrete_80.jpg") center center;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border-top: 4px solid var(--default-color);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.header-wrapper--scrolled-down {
  top: -60px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.header-wrapper--scrolled-up {
  top: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.header-wrapper--animate-scroll {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

@media (min-width: 768px) {
  .header-wrapper {
    border-top: 4px solid var(--default-color);
  }

  .header-wrapper--scrolled-down {
    top: -105px;
  }

  .header-wrapper--scrolled-up {
    top: 0;
  }

  .header-wrapper--smaller--scrolled-down {
    top: 60px;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 56px;
}

.header__logo-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 10px;
}

.header__logo-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo {
  height: 34px;
  width: auto;
}

.header__logo--small {
  display: block;
}

.header__logo--long {
  display: none;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header__right i {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
}

.header__sb-toggler {
  display: block;
  width: 28px;
  cursor: pointer;
}

.header__sb-toggler span {
  background: #5b5b5b;
  display: block;
  height: 3px;
  margin-bottom: 5px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.header__sb-toggler span:first-of-type {
  width: 60%;
}

.header__sb-toggler span:last-of-type {
  width: 80%;
}

.header__sb-toggler span:last-of-type {
  margin-bottom: 0;
}

.header__sb-toggler:hover {
  cursor: pointer;
}

.header__sb-toggler:hover span {
  background: var(--secondary-color);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.header__sb-toggler:hover span:first-of-type {
  width: 80%;
}

.header__sb-toggler:hover span:last-of-type {
  width: 60%;
}

.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 18px;
}

.header__socials a {
  display: block;
  color: #5b5b5b;
  margin-left: 6px;
}

.header__socials a:hover {
  color: var(--default-color);
}

.header__socials a i {
  display: block;
}

.header__language-selector {
  margin-right: 20px;
}

@media (min-width: 768px) {
  .header {
    height: 100px;
    padding: 10px 0;
  }

  .header__logo {
    height: 50px;
  }

  .header-wrapper--smaller .header {
    height: 56px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-wrapper--smaller .header__logo {
    height: 40px;
  }
}

@media (min-width: 992px) {
  .header__logo {
    height: 36px;
  }

  .header__socials {
    margin-right: 0;
  }

  .header__sb-toggler {
    display: none;
  }
}

@media (min-width: 1260px) {
  .header__logo {
    height: 60px;
  }
}

.subpage-header {
  background-size: cover;
  background-position: center center;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.subpage-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #5b5b5b;
  opacity: 0.3;
}

.subpage-header h1,
.subpage-header__heading {
  color: #fff;
  margin: 0;
  padding-bottom: 35px;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  font-family: "nexatext", sans-serif;
}

.subpage-header__subheading {
  font-size: 16px;
}

@media (min-width: 768px) {
  .subpage-header {
    height: 320px;
  }

  .subpage-header h1,
  .subpage-header__heading {
    font-size: 44px;
    line-height: 52px;
  }

  .subpage-header__subheading {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .subpage-header h1,
  .subpage-header__heading {
    font-size: 72px;
    line-height: 84px;
  }

  .subpage-header__subheading {
    font-size: 28px;
  }
}

.navbar {
  display: none;
}

@media (min-width: 992px) {
  .navbar {
    display: block;
    margin-right: 16px;
  }

  .navbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .navbar ul li {
    margin-left: 12px;
    position: relative;
  }

  .navbar ul a {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 26px;
    color: #5b5b5b;
    display: block;
    font-family: "nexatext", sans-serif;
    font-weight: 700;
    padding-top: 1px;
    /*
				&:after {
					content: '';
					display: block;
					background: #ffffff;
					position: absolute;
					bottom: 0;
					left: -4px;
					right: -4px;
					height: 0;
					@include defaultTransition();
				}
				&.active,
				&:hover {
					&:after {
						height: 3px;
						@include defaultTransition();
					}
				}
*/
  }

  .navbar ul a.active,
  .navbar ul a:hover {
    color: var(--default-color);
  }

  .navbar ul > li:hover > a {
    color: var(--default-color);
  }

  .navbar > ul > li a {
    white-space: nowrap;
  }

  .navbar > ul > li > ul {
    display: none;
  }

  .navbar > ul > li:hover > ul {
    display: block;
    position: absolute;
    top: 100%;
    background-color: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
    padding: 13px 15px 15px 15px;
  }

  .navbar > ul > li:hover > ul li {
    padding: 0;
    margin-left: 0;
  }

  .navbar > ul > li:hover > ul li li {
    margin-left: 15px;
  }

  .navbar > ul > li:hover > ul li li a {
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
  }

  .navbar > ul > li:hover > ul ul {
    display: block;
  }

  .navbar #nav-10 {
    color: #e7c100;
    border: 1px solid #e7c100;
    margin-right: 10px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 3px;
  }

  .navbar #nav-10 + ul li:hover > a {
    color: #e7c100;
  }
}

@media (min-width: 1260px) {
  .navbar ul li {
    margin-left: 15px;
  }

  .navbar ul a {
    font-size: 14px;
  }
}

.navbar {
  display: none;
}

@media (min-width: 992px) {
  .navbar {
    display: block;
  }
}

.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "nexatext", sans-serif;
}

.mobile-nav ul a {
  text-transform: uppercase;
  font-size: 18px;
  color: #5b5b5b;
  display: block;
  line-height: 20px;
  position: relative;
  padding: 12px 20px;
  margin-left: -20px;
  margin-right: -20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-nav ul a i {
  font-size: 28px;
  margin-right: 10px;
  display: block;
  width: 35px;
  text-align: center;
  color: var(--default-color);
}

.mobile-nav ul a.active,
.mobile-nav ul a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.mobile-nav ul ul a {
  padding-left: 40px;
}

.mobile-nav ul ul ul li a {
  font-weight: normal;
  text-transform: none;
  padding-left: 60px;
}

.slider {
  display: none;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: calc(100vh - (60px + 100px));
  min-height: 200px;
}

.slider.slick-initialized {
  display: block;
}

.slider .slide {
  /*height: 100vh;*/
  height: calc(100vh - (60px + 100px));
  min-height: 200px;
  display: block !important;
  position: relative;
}

.slider .slide--with-foreground:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #5b5b5b;
  opacity: 0.5;
  z-index: 100;
}

.slider .slider__image {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slider__content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 200;
}

.slider__title {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  font-family: "nexatext", sans-serif;
}

.slider__subtitle {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  font-family: "nexatext", sans-serif;
  margin-top: 10px;
}

.slider__button {
  margin-top: 24px;
}

.slider .slick-dots {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  padding: 18px;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  opacity: 0.7;
}

.slider .slick-dots:hover {
  opacity: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.slider .slick-dots li span {
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  position: relative;
  -webkit-transition: .33s;
  transition: .33s;
  margin: 2px 6px;
  border-radius: 50%;
  cursor: pointer;
}

.slider .slick-dots li span:hover {
  border: 3px solid #fbd619;
}

.slider .slick-dots li.slick-active span {
  border: 3px solid var(--default-color);
}

.slider .slick-arrow {
  display: none !important;
}

@media (min-width: 768px) {
  .slider {
    height: calc(100vh - (105px + 180px));
    min-height: 340px;
  }

  .slider .slide {
    width: 100%;
    height: calc(100vh - (105px + 180px));
    min-height: 340px;
  }

  .slider__content {
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .slider__title {
    padding: 0 10%;
    font-size: 44px;
    line-height: 52px;
  }

  .slider__subtitle {
    font-size: 26px;
    line-height: 34px;
  }

  .slider .slick-dots {
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }

  .slider .slick-arrow {
    display: none !important;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 36px;
    cursor: pointer;
    z-index: 300;
    color: #fff;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
  }

  .slider .slick-arrow:hover {
    color: var(--default-color);
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
  }

  .slider .slick-prev {
    left: 0;
  }

  .slider .slick-next {
    right: 0;
  }
}

@media (min-width: 992px) {
  .slider {
    min-height: 430px;
  }

  .slider .slide {
    min-height: 430px;
  }

  .slider__title {
    font-size: 72px;
    line-height: 84px;
  }

  .slider__subtitle {
    font-size: 38px;
    line-height: 46px;
    margin-top: 20px;
  }

  .slider__button {
    margin-top: 38px;
  }
}

.heading-with-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
}

.heading-with-pager__left {
  width: 100%;
}

.heading-with-pager .heading-1 {
  margin-bottom: 0;
}

.heading-with-pager .heading-subtext {
  margin-bottom: 0;
}

/*
.site-box {
	position: absolute;
	overflow: hidden;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	&--flipbox {
		padding-top: 129.33333%;
	}


	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: $opacityLayerColor;
		z-index: 200;
	}

	&__image {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-size: cover;
		background-repeat: no-repeat;
	}

	&__front {
		&:before {
			opacity: $opacityLayerOpacity;
		}
	}

	&__back {
		&:before {
			opacity: $opacityLayerHoverOpacity;;
		}
	}

	&__content {
		text-align: center;
	}
}
*/

.site-image-wrapper {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .site-image-wrapper {
    width: 100%;
  }
}

.sitebox-wrapper {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .sitebox-wrapper {
    width: 100%;
  }
}

.sitebox {
  padding-top: 129.3333%;
  display: block;
  width: 100%;
}

.sitebox__image {
  z-index: 100;
  background-size: cover;
}

.sitebox__front:before,
.sitebox__back:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: #5b5b5b;
}

.sitebox__front:before {
  opacity: 0.3;
}

.sitebox__back:before {
  opacity: 0.5;
}

.sitebox__content {
  z-index: 103;
}

.sitebox__title {
  color: #fff;
  position: absolute;
  bottom: 65px;
  left: 0;
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.sitebox__info {
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 38px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) and (max-width: 1259px) {
  .sitebox__title {
    font-size: 20px;
  }
}

.sitebox-wide-wrapper {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .sitebox-wide-wrapper {
    width: 100%;
  }
}

.sitebox-wide {
  padding-top: 75%;
  display: block;
  width: 100%;
}

.sitebox-wide__image {
  z-index: 100;
  background-size: cover;
}

.sitebox-wide__front:before,
.sitebox-wide__back:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: #5b5b5b;
}

.sitebox-wide__front:before {
  opacity: 0.3;
}

.sitebox-wide__back:before {
  opacity: 0.5;
}

.sitebox-wide__content {
  z-index: 103;
}

.sitebox-wide__title {
  color: #fff;
  position: absolute;
  bottom: 65px;
  left: 0;
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.sitebox-wide__info {
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 38px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) and (max-width: 1259px) {
  .sitebox__title {
    font-size: 20px;
  }
}

.productcategorybox-wrapper {
  width: 100%;
}

@media (min-width: 576px) {
  .productcategorybox-wrapper {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .productcategorybox-wrapper {
    width: 33.3333333333333%;
  }
}

@media (min-width: 992px) {
  .productcategorybox-wrapper {
    width: 25%;
  }
}

@media (min-width: 1600px) {
  .productcategorybox-wrapper {
    width: 16.6666666666667%;
  }
}

.productcategorybox {
  padding-top: 100%;
  display: block;
  width: 100%;
}

.productcategorybox__image {
  z-index: 100;
  background-size: cover;
}

.productcategorybox__front:before,
.productcategorybox__back:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: #5b5b5b;
}

.productcategorybox__front:before {
  opacity: 0.3;
}

.productcategorybox__back:before {
  opacity: 0.5;
}

.productcategorybox__title {
  color: #fff;
  position: absolute;
  bottom: 65px;
  left: 0;
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.productcategorybox__descendants {
  color: #fff;
  text-align: center;
  padding: 15px 10px 0 10px;
  min-width: 100%;
}

.productcategorybox__content {
  z-index: 103;
}

.productcategorybox__content--with-descendants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productcategorybox__content--with-descendants .productcategorybox__title {
  position: relative;
  left: auto;
  bottom: auto;
  min-width: 100%;
}

@media (min-width: 992px) and (max-width: 1259px) {
  .productcategorybox__title {
    font-size: 20px;
  }
}

.site-property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.site-property__icon {
  display: block;
  margin-right: 8px;
  color: #fbd619;
  font-size: 22px;
  line-height: 22px;
}

.site-property div {
  font-weight: 600;
}

.site-property a {
  color: inherit;
}

.site-property a:hover {
  color: var(--default-color);
}

.site-property--light div {
  font-weight: 300;
}

.employee-wrapper {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .employee-wrapper {
    width: 100%;
  }
}

.employee__avatar {
  margin-bottom: 10px;
}

.employee__name {
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.employee__post {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.fbox {
  width: 100%;
  position: relative;
  /*perspective: 1000px;*/
}

.fbox__front {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.fbox__back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.fbox:not(.fbox--disabled):hover .fbox__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.fbox:not(.fbox--disabled):hover .fbox__back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.fbox__front,
.fbox__back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.fbox__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fbox__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateZ(60px);
          transform: translateZ(60px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.competition-image {
  border: 2px solid var(--default-color);
}

.jh-icon {
  width: 90px;
  min-width: 90px;
  height: 86px;
  position: relative;
}

.jh-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: var(--default-color);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.jh-icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.jh-icon__counter {
  font-size: 54px;
  font-weight: 600;
  color: #3C4903;
  line-height: 76px;
  width: 90px;
  position: absolute;
  top: 10px;
  left: 0;
  text-align: center;
}

.service-item__icon {
  margin: 0 auto 20px auto;
}

.service-item__title {
  text-align: center;
  margin: 0 0 10px 0;
}

.service-item__lead {
  text-align: center;
}

.service-item:hover .service-item__icon svg {
  fill: #fbd619;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

@media (min-width: 992px) {
  .service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .service-item__icon {
    margin: 3px 15px 0 0;
  }

  .service-item__title {
    text-align: left;
  }

  .service-item__lead {
    text-align: left;
  }
}

.visual-design-step__icon {
  margin: 0 auto 20px auto;
}

.visual-design-step__title {
  text-align: center;
  margin: 0 0 10px 0;
}

.visual-design-step__lead {
  text-align: center;
}

.visual-design-step:hover .visual-design-step__icon svg {
  fill: #fbd619;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

@media (min-width: 992px) {
  .visual-design-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .visual-design-step__icon {
    margin: 3px 15px 0 0;
  }

  .visual-design-step__title {
    text-align: left;
  }

  .visual-design-step__lead {
    text-align: left;
  }
}

.staffbox {
  max-width: 270px;
  margin: 0 auto;
}

.staffbox__img {
  width: 138px;
  height: 138px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  padding: 10px;
}

.staffbox__img img {
  width: 118px;
  height: 118px;
  border-radius: 50%;
}

.staffbox__content {
  background: #F7F7F7;
  position: relative;
  z-index: 10;
  margin-top: -70px;
  padding: 90px 20px 20px;
}

.staffbox__name {
  font-size: 24px;
  font-family: "nexatext", sans-serif;
  color: var(--secondary-color);
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

.staffbox__position {
  text-align: center;
  color: var(--default-color);
}

.staffbox__phone {
  text-align: center;
}

.staffbox__phone a {
  text-transform: uppercase;
  color: var(--secondary-color);
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "nexatext", sans-serif;
  font-size: 18px;
}

.staffbox__phone a:hover {
  color: var(--default-color);
}

@media (min-width: 768px) {
  .staffbox {
    max-width: 100%;
  }
}

.section {
  padding: 40px 0;
}

.section--gray {
  background: #F7F7F7;
}

.section--concrete {
  background: url("/assets/site/gfx/concrete_80.jpg") center center;
}

.section--background-image {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.section--background-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #5b5b5b;
  opacity: 0.3;
}

@media (min-width: 768px) {
  .section {
    padding: 60px 0;
  }
}

.offerbar {
  color: #fff;
}

.offerbar__title {
  color: #fff;
}

.offerbar__description {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 40px;
}

.faq-item {
  margin-bottom: 20px;
  background: #fff;
}

.faq-item__question {
  border: 1px solid #dfdfdf;
  padding: 12px 60px 8px 10px;
  font-family: "nexatext", sans-serif;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  color: #151515;
  font-size: 20px;
  line-height: 24px;
  font-family: "nexatext", sans-serif;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-item__question span {
  width: 40px;
  height: 40px;
  text-align: center;
  color: var(--secondary-color);
  border: 4px solid var(--default-color);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.faq-item__question span:before {
  content: '';
  width: 15px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--secondary-color);
}

.faq-item__question span:after {
  content: '';
  width: 3px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--secondary-color);
}

.faq-item__answer {
  padding: 10px;
  border: 1px solid #dfdfdf;
  border-top: none;
}

@media (min-width: 768px) {
  .faq-item__question {
    padding: 22px 60px 18px 30px;
    min-height: 72px;
  }

  .faq-item__question span {
    top: 16px;
    right: 16px;
  }

  .faq-item__answer {
    padding: 30px 30px;
  }
}

.consultation-bar__text {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  color: #fff;
}

.consultation-bar__button {
  text-align: center;
}

@media (min-width: 768px) {
  .consultation-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .consultation-bar__text {
    text-align: left;
    margin-bottom: 0;
    margin-right: 30px;
    font-size: 32px;
  }

  .consultation-bar__text strong {
    font-weight: 900;
  }

  .consultation-bar__button {
    text-align: center;
  }
}

.gallery-video-box {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (min-width: 768px) {
  .gallery-video-box {
    max-width: 100%;
  }
}

.gallery-video-box__video-preview {
  padding-top: 56.25%;
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
  margin-bottom: 4px;
}

.gallery-video-box__video-preview:before,
.gallery-video-box__video-preview:after {
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.gallery-video-box__video-preview:before {
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--secondary-color);
  z-index: 100;
}

.gallery-video-box__video-preview:after {
  left: calc(50% + 3px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0px 12px 24px;
  border-color: transparent transparent transparent #fff;
  z-index: 200;
}

.gallery-video-box__video-preview:hover:before,
.gallery-video-box__video-preview:hover:after {
  opacity: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.gallery-video-box__title {
  text-transform: uppercase;
  font-family: "nexatext", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #5b5b5b;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center;
}

.gallery-video-box:hover .gallery-video-box__title {
  color: var(--default-color);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.video-box {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (min-width: 768px) {
  .video-box {
    max-width: 100%;
  }
}

.video-box__video-preview {
  padding-top: 56.25%;
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
  margin-bottom: 4px;
}

.video-box__video-preview:before,
.video-box__video-preview:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.video-box__video-preview:before {
  opacity: 0.4;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--secondary-color);
  z-index: 100;
}

.video-box__video-preview:after {
  left: calc(50% + 3px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0px 12px 24px;
  border-color: transparent transparent transparent #fff;
  z-index: 200;
}

.video-box__video-preview:hover:before,
.video-box__video-preview:hover:after {
  opacity: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.video-box:hover .video-box__title {
  color: var(--default-color);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.blogs-itembox {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blogs-itembox__title {
  font-size: 22px;
  line-height: 28px;
  color: #151515;
  font-weight: bold;
  text-transform: uppercase;
}

.blogs-itembox__title:hover {
  color: var(--default-color);
}

.blogs-itembox__date {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 16px;
  opacity: 0.7;
}

.blogs-itembox__date i {
  display: inline-block;
  margin-right: 6px;
}

.blogs-itembox__img {
  display: block;
  margin-bottom: 18px;
}

.blogs-itembox__lead {
  text-align: justify;
  margin-bottom: 0;
}

.blogs-item__lead-header:after {
  content: '';
  display: block;
  clear: both;
}

.blogs-item__lead {
  margin-top: 0;
}

.blogs-item__lead-image {
  margin-bottom: 20px;
}

.blogs-item__lead-image img {
  margin: 0 auto;
}

.blogs-item__date i {
  display: inline-block;
  margin-right: 6px;
}

@media (min-width: 768px) {
  .blogs-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }

  .blogs-item__lead-image {
    text-align: center;
    margin: 0 0 14px 20px;
    float: right;
  }

  .blogs-item__lead-image img {
    max-width: 320px;
  }
}

@media (min-width: 1260px) {
  .blogs-item__lead-image img {
    max-width: 480px;
  }
}

.offers-itembox {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  width: 100%;
  max-width: 480px;
}

.offers-itembox__title {
  font-size: 22px;
  line-height: 28px;
  color: #151515;
  font-weight: bold;
  text-transform: uppercase;
}

.offers-itembox__title:hover {
  color: var(--default-color);
}

.offers-itembox__price {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}

.offers-itembox__validity {
  font-size: 14px;
}

.offers-itembox__lead {
  text-align: justify;
  margin-bottom: 0;
}

.offers-itembox__lead--with-margin {
  margin-bottom: 14px;
}

.offers-itembox__marked {
  background: var(--default-color);
  color: #fff;
  border-radius: 4px;
}

.offers-itembox__marked a {
  color: #fff;
}

.offers-itembox__marked a:hover {
  color: #fff;
}

.offers-itembox__marked .offers-itembox__price {
  color: #fff;
}

.offers-itembox__marker {
  /*
		color: var(--secondary-color);
		display: block;
		position: absolute;
		width: 80px;
		height: 80px;
		bottom: 15px;
		right: 15px;
		z-index: 100;
		font-weight: bold;
		font-size: 14px;
		line-height: 16px;

		svg {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			fill: $yellow;
		}
		div {
			position: absolute;
			left: 10px;
			right: 10px;
			bottom: 5px;
			top: 28px;
			align-items: center;
			justify-content: center;
			display: flex;
		}
*/
  display: block;
  position: absolute;
  width: 118px;
  height: 80px;
  bottom: 21px;
  right: 4px;
  z-index: 100;
}

.offers-itembox__img-box {
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  background: #fff;
  margin-bottom: 18px;
}

.offers-itembox__img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media (min-width: 768px) {
  .offers-itembox {
    max-width: 100%;
  }
}

.offer__price {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 22px;
  color: #000;
}

.banner-zone__after-head {
  /*background: url('/assets/site/gfx/concrete_80.jpg') center center;*/
}

.banner-zone img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

.banner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.banner-area__content {
  position: relative;
  max-width: 100%;
}

.banner-area__title {
  position: absolute;
  top: -14px;
  right: 0;
  font-size: 10px;
  line-height: 12px;
  padding: 2px 4px;
}

.banner-area__banner {
  max-width: 100%;
  overflow-x: hidden;
}

.banner-area__banner img {
  display: block;
}

.reference-category__lead-header:after {
  content: '';
  display: block;
  clear: both;
}

.reference-category__lead-image {
  margin-bottom: 20px;
}

.reference-category__lead-image img {
  margin: 0 auto;
}

.reference-category__date i {
  display: inline-block;
  margin-right: 6px;
}

@media (min-width: 768px) {
  .reference-category__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }

  .reference-category__lead-image {
    text-align: center;
    margin: 0 0 14px 20px;
    float: right;
  }

  .reference-category__lead-image img {
    max-width: 320px;
  }
}

@media (min-width: 1260px) {
  .reference-category__lead-image img {
    max-width: 480px;
  }
}

.avatarbox__avatar {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  display: block;
  margin: 0 auto 5px auto;
}

.avatarbox__name {
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}

.avatarbox__title {
  font-size: 13px;
  text-align: center;
  line-height: 15px;
}

.success-story-box {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  background: #fff;
  display: block;
  padding: 15px;
  color: #5b5b5b;
  width: 100%;
}

.success-story-box__image {
  display: block;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  width: 106px;
  height: 106px;
}

.success-story-box__description {
  font-style: italic;
  margin-bottom: 10px;
  text-align: center;
}

a.success-story-box:hover {
  color: var(--default-color);
}

@media (min-width: 768px) {
  .success-story-box {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .success-story-box__image {
    margin: 0 30px 0 0;
  }

  .success-story-box__content {
    width: calc(100% - 136px);
  }

  .success-story-box__description {
    text-align: left;
  }
}

.logo-slider {
  display: none;
}

.logo-slider.slick-initialized {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}

.logo-slider .slide {
  padding: 0 15px;
}

.logo-slider__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*border: 1px solid rgba(255,255,255,0.3);*/
  border: 1px solid #dfdfdf;
  min-height: 140px;
  padding: 20px;
  text-align: center;
  position: relative;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.logo-slider__box:after {
  content: '';
  display: block;
  /*border: 1px solid #fff;*/
  border: 1px solid #dfdfdf;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.logo-slider__box img {
  max-width: 180px;
  max-height: 100px;
  /*opacity: 0.5;*/
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.logo-slider__box:hover {
  /*border: 1px solid rgba(255,255,255,0.6);*/
  border: 1px solid #dfdfdf;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.logo-slider__box:hover:after {
  top: 8px;
  left: 8px;
  bottom: 8px;
  right: 8px;
  opacity: 0.6;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.logo-slider__box:hover img {
  opacity: 1;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.category-box {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

.category-box:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(0.93);
          transform: scale(0.93);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.category-box__content {
  padding: 20px;
}

.category-box__title {
  font-size: 22px;
  text-align: center;
  color: #151515;
  font-family: "nexatext", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.category-box__title:after {
  content: '';
  display: block;
  background-image: url("/assets/site/gfx/motiv.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 110px;
  height: 16px;
  margin: 0px auto 0 auto;
}

.productbox {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

.productbox:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(0.93);
          transform: scale(0.93);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.productbox__content {
  padding: 20px;
}

.productbox__title {
  font-size: 18px;
  text-align: center;
  color: #151515;
  font-family: "nexatext", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.productbox__title:after {
  content: '';
  display: block;
  background-image: url("/assets/site/gfx/motiv.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 90px;
  height: 16px;
  margin: 0px auto 0 auto;
}

.content-footer {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.breadcrumbs {
  color: #fff;
  margin-bottom: 20px;
}

.breadcrumbs a {
  color: #fff;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs__link--active {
  font-weight: 600;
}

.rounded {
  border-radius: 50%;
}

.rounded-box {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 15px;
}

.opinions-slider {
  position: relative;
  display: none;
}

.opinions-slider.slick-initialized {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}

.opinions-slider .slide {
  padding: 5px 15px 30px 15px;
}

.opinions-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.opinions-slider .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto;
}

.opinions-slider .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.opinionbox {
  padding: 30px 15px;
  background: #fff;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.15));
  position: relative;
}

.opinionbox__author {
  margin-bottom: 0;
}

.opinionbox__country {
  color: var(--default-color);
  line-height: 1;
}

.opinionbox__opinion {
  margin-top: 20px;
}

.opinionbox:before {
  position: absolute;
  content: '';
  top: calc(100% - 10px);
  left: 60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 34px 0 0;
  border-color: #fff transparent transparent transparent;
}

@media (min-width: 768px) {
  .opinionbox {
    padding: 52px 30px 44px;
  }
}

.footer {
  /*background-color: #050505;*/
  /*color: #96999E;*/
  border-top: 4px solid var(--default-color);
  background-color: #5b5b5b;
  color: #c3c3c3;
  line-height: 1.4;
}

.footer.section {
  padding-bottom: 10px;
}

.footer h6 {
  font-size: inherit;
  line-height: inherit;
  color: #fff;
  font-weight: 600;
  margin: 0 0 2px 0;
  padding: 0;
}

.footer a {
  /*color: #96999E;*/
  color: #c3c3c3;
}

.footer a:hover {
  color: #fff;
}

.footer-top {
  background: var(--secondary-color);
}

.footer-top a {
  color: #5b5b5b;
}

.footer-top a:hover {
  color: #fff;
}

.footer__copyright {
  text-align: center;
  font-size: 13px;
}

.footer-bottom {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  /*color: #505050;*/
  /*background-color: #050505;*/
  background-color: #5b5b5b;
  color: #8e8e8e;
  text-align: center;
  padding: 20px 0;
}

.footer-bottom a {
  /*color: #505050;*/
  color: #8e8e8e;
}

.footer-bottom a:hover {
  color: #fff;
}

.site-author {
  margin: 20px auto 0 auto;
  display: inline-block;
}

.site-author img {
  display: block;
  height: 10px;
  width: auto;
  opacity: 0.3;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.site-author:hover img {
  opacity: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

@media (min-width: 992px) {
  .site-author {
    margin: 0;
  }
}

.thumbnail-wrapper {
  margin-top: 10px;
  background: #dfdfdf;
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
}

.thumbnail-wrapper .checkbox-wrapper span {
  border: 1px solid var(--default-color);
}

.gmaps-iframe-holder {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.gmaps-iframe-holder iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media (min-width: 768px) {
  .gmaps-iframe-holder {
    padding-bottom: 46%;
  }
}

@media (min-width: 992px) {
  .gmaps-iframe-holder {
    padding-bottom: 36%;
  }
}

.competition-infobox {
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.competition-infobox a {
  display: block;
}

.competition-infobox a img {
  display: block;
  height: 150px;
  width: auto;
}

.main-competition-infobox-wrapper.hide .competition-infobox {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

.cookie-consent-info {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  color: #5b5b5b;
  padding: 20px;
  z-index: 1000;
  font-size: 13px;
  line-height: 17px;
}

.cookie-consent-info__title {
  margin-bottom: 10px;
}

.cookie-consent-info .competition-infobox {
  position: absolute;
  top: 0;
  bottom: auto;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.cookie-consent-settings {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1100;
  overflow-x: hidden;
  overflow-y: auto;
}

.cookie-consent-settings__center-modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.75rem auto;
  min-height: calc(100% - (1.75rem * 2));
}

.cookie-consent-settings__modal {
  background: #fff;
  padding: 20px;
  width: calc(100vw - 40px);
  border-radius: 6px;
}

@media (min-width: 768px) {
  .cookie-consent-settings__modal {
    max-width: 700px;
  }
}

body.cookie-consent-modal-opened {
  overflow: hidden;
}

.product-box__content {
  padding: 10px 10px 0 10px;
}

.product-box__title {
  text-align: center;
  font-weight: 700;
  margin: 0 0 3px 0;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.product-box__title a {
  color: #000;
}

.product-box__title a:hover {
  color: var(--default-color);
}

.product-box__lead {
  text-align: center;
  font-size: 13px;
  line-height: 17px;
}

.product-box__footer {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-box__price {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  line-height: 18px;
}

.product-box__sale-price {
  font-weight: 700;
  color: #E43A36;
  font-size: 16px;
  line-height: 18px;
}

.product-box__original-price {
  font-size: 13px;
  line-height: 17px;
  text-decoration: line-through;
  color: #b7b7b7;
}

.product-box__infobar {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.product-box__info {
  padding: 4px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  border-radius: 3px;
}

.product-box__info--sale {
  background: #E43A36;
  color: #fff;
}

.product__title {
  margin-bottom: 5px;
}

.product__lead {
  font-size: 13px;
  line-height: 17px;
}

.product__prices {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__price {
  font-weight: 600;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}

.product__sale-price {
  font-weight: 700;
  color: #E43A36;
  font-size: 20px;
  line-height: 24px;
}

.product__original-price {
  font-size: 16px;
  line-height: 18px;
  text-decoration: line-through;
  color: #b7b7b7;
}

.product-images {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-bottom: 30px;
}

.product-images__thumbs {
  display: none;
}

@media (min-width: 768px) {
  .product-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .product-images__thumbs {
    display: block;
    width: 70px;
    min-width: 70px;
    margin-right: 10px;
  }

  .product-images__thumbs .product-thumb {
    margin-bottom: 10px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
  }

  .product-images__thumbs .product-thumb:hover {
    -webkit-box-shadow: 0 0 0 1px var(--default-color);
            box-shadow: 0 0 0 1px var(--default-color);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
  }

  .product-images__thumbs .product-thumb img {
    display: block;
  }

  .product-images__slider {
    width: 100%;
    max-width: calc( 100% - 80px);
  }
}

.product-image-slider .slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 100;
  color: var(--default-color);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.product-image-slider:hover .slick-arrow {
  opacity: 0.5;
}

.product-image-slider:hover .slick-arrow:hover {
  opacity: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.product-image-slider .slick-prev {
  left: 0;
}

.product-image-slider .slick-next {
  right: 0;
}

.product-image-holder {
  position: relative;
  display: block;
}

.product-image-holder__infobar {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.product-image-holder__info {
  padding: 4px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  border-radius: 3px;
}

.product-image-holder__info--sale {
  background: #E43A36;
  color: #fff;
}

.style-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.style-box__title {
  font-size: 22px;
  line-height: 28px;
  color: #151515;
  font-weight: bold;
  text-transform: uppercase;
}

.style-box__date {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 16px;
  opacity: 0.7;
}

.style-box__date i {
  display: inline-block;
  margin-right: 6px;
}

.style-box__img {
  display: block;
  margin-bottom: 18px;
}

.style-box__lead {
  text-align: justify;
  margin-bottom: 0;
}

