@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 {
  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 {
  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] {
  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 {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

body {
  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: flex;
  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-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1260px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1260px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.flex-first {
  order: -1;
}

.flex-last {
  order: 1;
}

.flex-unordered {
  order: 0;
}

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    order: -1;
  }

  .flex-sm-last {
    order: 1;
  }

  .flex-sm-unordered {
    order: 0;
  }

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

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

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

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

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

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

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

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

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

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    order: -1;
  }

  .flex-md-last {
    order: 1;
  }

  .flex-md-unordered {
    order: 0;
  }

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

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

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

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

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

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

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

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

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

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-first {
    order: -1;
  }

  .flex-lg-last {
    order: 1;
  }

  .flex-lg-unordered {
    order: 0;
  }

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

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

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

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

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

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

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

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

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

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1260px) {
  .flex-xl-first {
    order: -1;
  }

  .flex-xl-last {
    order: 1;
  }

  .flex-xl-unordered {
    order: 0;
  }

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

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

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

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

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

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

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

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

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

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-xl-stretch {
    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: flex !important;
}

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

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

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    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: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.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;
  transition: height 0.35s ease;
}

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

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

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

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

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

[data-flipnav] {
  z-index: 800;
  position: fixed;
  transition: transform 0.2s linear;
  width: 100%;
  left: 0;
  right: 0;
}

[data-flipnav-position=top] {
  bottom: 100%;
  transition: transform 0.2s linear;
}
[data-flipnav-position=top].active {
  transform: translateY(100%);
}

[data-flipnav-position=bottom] {
  top: 100%;
  transition: transform 0.2s linear;
}
[data-flipnav-position=bottom].active {
  transform: translateY(-100%);
}

@font-face {
  font-family: "icomoon";
  src: url(/fonts/icomoon.eot?e1d2c7f89ae2ad39a896b68c4ddbbb3e);
  src: url(/fonts/icomoon.eot?e1d2c7f89ae2ad39a896b68c4ddbbb3e) format("embedded-opentype"), url(/fonts/icomoon.ttf?1d120387d332475d49fc82864afd3095) format("truetype"), url(/fonts/icomoon.woff?3c9a80f0908d369772c95a1eae4c5399) format("woff"), url(/fonts/icomoon.svg?73a3cb50156761f4652d0319dc4f61e2) 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-remove:before {
  content: "";
}

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

.icon-point-nav:before {
  content: "";
}

.icon-stripe-wordmark:before {
  content: "";
}

.icon-credit-card-1:before {
  content: "";
}

.icon-caution:before {
  content: "";
}

.icon-box:before {
  content: "";
}

.icon-shopping-bag:before {
  content: "";
}

.icon-truck1:before {
  content: "";
}

.icon-play:before {
  content: "";
}

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

.icon-bike:before {
  content: "";
}

.icon-cart:before {
  content: "";
}

.icon-checked:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-clothes:before {
  content: "";
}

.icon-eco-car:before {
  content: "";
}

.icon-envelop:before {
  content: "";
}

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

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

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

.icon-line-arrow:before {
  content: "";
}

.icon-line-arrow-2:before {
  content: "";
}

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

.icon-package-point:before {
  content: "";
}

.icon-protective:before {
  content: "";
}

.icon-school-bag:before {
  content: "";
}

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

.icon-truck:before {
  content: "";
}

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

.icon-walk:before {
  content: "";
}

span.multiselect-native-select {
  position: relative;
}

span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.multiselect-container .input-group {
  margin: 5px;
}

.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}

.multiselect-container > li {
  padding: 0;
}

.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}

.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px;
  height: 100%;
  font-weight: 700;
}

.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}

.multiselect-container > li > a {
  padding: 0;
}

.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}

.multiselect-container > li > a > label.checkbox, .multiselect-container > li > a > label.radio {
  margin: 0;
}

.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px;
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  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 {
  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;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  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;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  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;
  transition: opacity 0.25s, visibility 0s linear 0.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;
  transition: opacity 0.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: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.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;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

.fancybox-can-zoomIn .fancybox-content {
  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;
  transition: color 0.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 {
  transition: opacity 0.25s, visibility 0s, color 0.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: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.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 0.8s infinite linear;
  animation: a 0.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: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  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;
  transform: scale3d(1.5, 1.5, 1.5);
}

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

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

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

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

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

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

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

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

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

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

.fancybox-fx-tube.fancybox-slide--current {
  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;
  transition: all 0.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;
  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;
  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);
  }
}
.select2-container {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  padding: 0;
  margin: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  vertical-align: bottom;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  /*border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;*/
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  /*border-top-left-radius: 0;
  border-top-right-radius: 0;*/
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default .select2-selection--multiple {
  cursor: text;
  position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-right: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
}

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

@font-face {
  font-family: "Oswald";
  src: url(/fonts/Oswald-Medium.ttf?d16e8751a30f80d546e9d1c4bd07823b) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-Regular.ttf?1b0809d519837cb7aad36a73433f655c) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-Italic.ttf?20653d2fac6285bf4deac9919fcb434d) format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-Light.ttf?ed41bedf131bc097372a961dbec109a1) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-LightItalic.ttf?0e63c9e707bdfbcda3077baa43a7484a) format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-SemiBold.ttf?a16d8201b06a03c6c365341748a5cba0) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-SemiBoldItalic.ttf?63afadbae2f41f427a56754abd54f461) format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-Bold.ttf?dbb97fd982ce1b96b6de90a9f1c2ecaa) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/OpenSans-BoldItalic.ttf?9572470e485d8e0fd2adc5b2559bb072) format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Indie Flower";
  src: url(/fonts/IndieFlower-Regular.ttf?9bd64a340a69779c0571d7058bde89fe) format("woff");
  font-weight: 400;
  font-style: normal;
}
body {
  box-sizing: border-box;
}

.swal2-modal .swal2-content {
  font-size: inherit !important;
}

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

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

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

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

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

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

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

.m-default {
  margin: 24px 24px !important;
}

.mt-default {
  margin-top: 24px !important;
}

.mr-default {
  margin-right: 24px !important;
}

.mb-default {
  margin-bottom: 24px !important;
}

.ml-default {
  margin-left: 24px !important;
}

.mx-default {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.my-default {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.m-10 {
  margin: 10px 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-15 {
  margin: 15px 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-20 {
  margin: 20px 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-30 {
  margin: 30px 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-40 {
  margin: 40px 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.m-50 {
  margin: 50px 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.m-60 {
  margin: 60px 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.m-70 {
  margin: 70px 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.m-100 {
  margin: 100px 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

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

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

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

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

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

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

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

.p-default {
  padding: 24px 24px !important;
}

.pt-default {
  padding-top: 24px !important;
}

.pr-default {
  padding-right: 24px !important;
}

.pb-default {
  padding-bottom: 24px !important;
}

.pl-default {
  padding-left: 24px !important;
}

.px-default {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.py-default {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.p-10 {
  padding: 10px 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

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

.pb-10 {
  padding-bottom: 10px !important;
}

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

.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-15 {
  padding: 15px 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

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

.pb-15 {
  padding-bottom: 15px !important;
}

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

.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-20 {
  padding: 20px 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

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

.pb-20 {
  padding-bottom: 20px !important;
}

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

.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-30 {
  padding: 30px 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

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

.pb-30 {
  padding-bottom: 30px !important;
}

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

.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-40 {
  padding: 40px 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

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

.pb-40 {
  padding-bottom: 40px !important;
}

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

.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-50 {
  padding: 50px 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

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

.pb-50 {
  padding-bottom: 50px !important;
}

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

.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.p-60 {
  padding: 60px 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

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

.pb-60 {
  padding-bottom: 60px !important;
}

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

.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.p-70 {
  padding: 70px 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

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

.pb-70 {
  padding-bottom: 70px !important;
}

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

.px-70 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.p-100 {
  padding: 100px 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

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

.pb-100 {
  padding-bottom: 100px !important;
}

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

.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }

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

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

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

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-sm-default {
    margin: 24px 24px !important;
  }

  .mt-sm-default {
    margin-top: 24px !important;
  }

  .mr-sm-default {
    margin-right: 24px !important;
  }

  .mb-sm-default {
    margin-bottom: 24px !important;
  }

  .ml-sm-default {
    margin-left: 24px !important;
  }

  .mx-sm-default {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .my-sm-default {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .m-sm-10 {
    margin: 10px 10px !important;
  }

  .mt-sm-10 {
    margin-top: 10px !important;
  }

  .mr-sm-10 {
    margin-right: 10px !important;
  }

  .mb-sm-10 {
    margin-bottom: 10px !important;
  }

  .ml-sm-10 {
    margin-left: 10px !important;
  }

  .mx-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .m-sm-15 {
    margin: 15px 15px !important;
  }

  .mt-sm-15 {
    margin-top: 15px !important;
  }

  .mr-sm-15 {
    margin-right: 15px !important;
  }

  .mb-sm-15 {
    margin-bottom: 15px !important;
  }

  .ml-sm-15 {
    margin-left: 15px !important;
  }

  .mx-sm-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .m-sm-20 {
    margin: 20px 20px !important;
  }

  .mt-sm-20 {
    margin-top: 20px !important;
  }

  .mr-sm-20 {
    margin-right: 20px !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .ml-sm-20 {
    margin-left: 20px !important;
  }

  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .m-sm-30 {
    margin: 30px 30px !important;
  }

  .mt-sm-30 {
    margin-top: 30px !important;
  }

  .mr-sm-30 {
    margin-right: 30px !important;
  }

  .mb-sm-30 {
    margin-bottom: 30px !important;
  }

  .ml-sm-30 {
    margin-left: 30px !important;
  }

  .mx-sm-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-sm-40 {
    margin: 40px 40px !important;
  }

  .mt-sm-40 {
    margin-top: 40px !important;
  }

  .mr-sm-40 {
    margin-right: 40px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .ml-sm-40 {
    margin-left: 40px !important;
  }

  .mx-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .m-sm-50 {
    margin: 50px 50px !important;
  }

  .mt-sm-50 {
    margin-top: 50px !important;
  }

  .mr-sm-50 {
    margin-right: 50px !important;
  }

  .mb-sm-50 {
    margin-bottom: 50px !important;
  }

  .ml-sm-50 {
    margin-left: 50px !important;
  }

  .mx-sm-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .m-sm-60 {
    margin: 60px 60px !important;
  }

  .mt-sm-60 {
    margin-top: 60px !important;
  }

  .mr-sm-60 {
    margin-right: 60px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .ml-sm-60 {
    margin-left: 60px !important;
  }

  .mx-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .m-sm-70 {
    margin: 70px 70px !important;
  }

  .mt-sm-70 {
    margin-top: 70px !important;
  }

  .mr-sm-70 {
    margin-right: 70px !important;
  }

  .mb-sm-70 {
    margin-bottom: 70px !important;
  }

  .ml-sm-70 {
    margin-left: 70px !important;
  }

  .mx-sm-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .m-sm-100 {
    margin: 100px 100px !important;
  }

  .mt-sm-100 {
    margin-top: 100px !important;
  }

  .mr-sm-100 {
    margin-right: 100px !important;
  }

  .mb-sm-100 {
    margin-bottom: 100px !important;
  }

  .ml-sm-100 {
    margin-left: 100px !important;
  }

  .mx-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-sm-default {
    padding: 24px 24px !important;
  }

  .pt-sm-default {
    padding-top: 24px !important;
  }

  .pr-sm-default {
    padding-right: 24px !important;
  }

  .pb-sm-default {
    padding-bottom: 24px !important;
  }

  .pl-sm-default {
    padding-left: 24px !important;
  }

  .px-sm-default {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .py-sm-default {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .p-sm-10 {
    padding: 10px 10px !important;
  }

  .pt-sm-10 {
    padding-top: 10px !important;
  }

  .pr-sm-10 {
    padding-right: 10px !important;
  }

  .pb-sm-10 {
    padding-bottom: 10px !important;
  }

  .pl-sm-10 {
    padding-left: 10px !important;
  }

  .px-sm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-sm-15 {
    padding: 15px 15px !important;
  }

  .pt-sm-15 {
    padding-top: 15px !important;
  }

  .pr-sm-15 {
    padding-right: 15px !important;
  }

  .pb-sm-15 {
    padding-bottom: 15px !important;
  }

  .pl-sm-15 {
    padding-left: 15px !important;
  }

  .px-sm-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-sm-20 {
    padding: 20px 20px !important;
  }

  .pt-sm-20 {
    padding-top: 20px !important;
  }

  .pr-sm-20 {
    padding-right: 20px !important;
  }

  .pb-sm-20 {
    padding-bottom: 20px !important;
  }

  .pl-sm-20 {
    padding-left: 20px !important;
  }

  .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-sm-30 {
    padding: 30px 30px !important;
  }

  .pt-sm-30 {
    padding-top: 30px !important;
  }

  .pr-sm-30 {
    padding-right: 30px !important;
  }

  .pb-sm-30 {
    padding-bottom: 30px !important;
  }

  .pl-sm-30 {
    padding-left: 30px !important;
  }

  .px-sm-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-sm-40 {
    padding: 40px 40px !important;
  }

  .pt-sm-40 {
    padding-top: 40px !important;
  }

  .pr-sm-40 {
    padding-right: 40px !important;
  }

  .pb-sm-40 {
    padding-bottom: 40px !important;
  }

  .pl-sm-40 {
    padding-left: 40px !important;
  }

  .px-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-sm-50 {
    padding: 50px 50px !important;
  }

  .pt-sm-50 {
    padding-top: 50px !important;
  }

  .pr-sm-50 {
    padding-right: 50px !important;
  }

  .pb-sm-50 {
    padding-bottom: 50px !important;
  }

  .pl-sm-50 {
    padding-left: 50px !important;
  }

  .px-sm-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-sm-60 {
    padding: 60px 60px !important;
  }

  .pt-sm-60 {
    padding-top: 60px !important;
  }

  .pr-sm-60 {
    padding-right: 60px !important;
  }

  .pb-sm-60 {
    padding-bottom: 60px !important;
  }

  .pl-sm-60 {
    padding-left: 60px !important;
  }

  .px-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .p-sm-70 {
    padding: 70px 70px !important;
  }

  .pt-sm-70 {
    padding-top: 70px !important;
  }

  .pr-sm-70 {
    padding-right: 70px !important;
  }

  .pb-sm-70 {
    padding-bottom: 70px !important;
  }

  .pl-sm-70 {
    padding-left: 70px !important;
  }

  .px-sm-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .p-sm-100 {
    padding: 100px 100px !important;
  }

  .pt-sm-100 {
    padding-top: 100px !important;
  }

  .pr-sm-100 {
    padding-right: 100px !important;
  }

  .pb-sm-100 {
    padding-bottom: 100px !important;
  }

  .pl-sm-100 {
    padding-left: 100px !important;
  }

  .px-sm-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

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

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

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

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

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

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }

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

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

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

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-md-default {
    margin: 24px 24px !important;
  }

  .mt-md-default {
    margin-top: 24px !important;
  }

  .mr-md-default {
    margin-right: 24px !important;
  }

  .mb-md-default {
    margin-bottom: 24px !important;
  }

  .ml-md-default {
    margin-left: 24px !important;
  }

  .mx-md-default {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .my-md-default {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .m-md-10 {
    margin: 10px 10px !important;
  }

  .mt-md-10 {
    margin-top: 10px !important;
  }

  .mr-md-10 {
    margin-right: 10px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .ml-md-10 {
    margin-left: 10px !important;
  }

  .mx-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .m-md-15 {
    margin: 15px 15px !important;
  }

  .mt-md-15 {
    margin-top: 15px !important;
  }

  .mr-md-15 {
    margin-right: 15px !important;
  }

  .mb-md-15 {
    margin-bottom: 15px !important;
  }

  .ml-md-15 {
    margin-left: 15px !important;
  }

  .mx-md-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .m-md-20 {
    margin: 20px 20px !important;
  }

  .mt-md-20 {
    margin-top: 20px !important;
  }

  .mr-md-20 {
    margin-right: 20px !important;
  }

  .mb-md-20 {
    margin-bottom: 20px !important;
  }

  .ml-md-20 {
    margin-left: 20px !important;
  }

  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .m-md-30 {
    margin: 30px 30px !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mr-md-30 {
    margin-right: 30px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .ml-md-30 {
    margin-left: 30px !important;
  }

  .mx-md-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-md-40 {
    margin: 40px 40px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mr-md-40 {
    margin-right: 40px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .ml-md-40 {
    margin-left: 40px !important;
  }

  .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .m-md-50 {
    margin: 50px 50px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mr-md-50 {
    margin-right: 50px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .ml-md-50 {
    margin-left: 50px !important;
  }

  .mx-md-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .m-md-60 {
    margin: 60px 60px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .mr-md-60 {
    margin-right: 60px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .ml-md-60 {
    margin-left: 60px !important;
  }

  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .m-md-70 {
    margin: 70px 70px !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }

  .mr-md-70 {
    margin-right: 70px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .ml-md-70 {
    margin-left: 70px !important;
  }

  .mx-md-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .m-md-100 {
    margin: 100px 100px !important;
  }

  .mt-md-100 {
    margin-top: 100px !important;
  }

  .mr-md-100 {
    margin-right: 100px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }

  .ml-md-100 {
    margin-left: 100px !important;
  }

  .mx-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-md-default {
    padding: 24px 24px !important;
  }

  .pt-md-default {
    padding-top: 24px !important;
  }

  .pr-md-default {
    padding-right: 24px !important;
  }

  .pb-md-default {
    padding-bottom: 24px !important;
  }

  .pl-md-default {
    padding-left: 24px !important;
  }

  .px-md-default {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .py-md-default {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .p-md-10 {
    padding: 10px 10px !important;
  }

  .pt-md-10 {
    padding-top: 10px !important;
  }

  .pr-md-10 {
    padding-right: 10px !important;
  }

  .pb-md-10 {
    padding-bottom: 10px !important;
  }

  .pl-md-10 {
    padding-left: 10px !important;
  }

  .px-md-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-md-15 {
    padding: 15px 15px !important;
  }

  .pt-md-15 {
    padding-top: 15px !important;
  }

  .pr-md-15 {
    padding-right: 15px !important;
  }

  .pb-md-15 {
    padding-bottom: 15px !important;
  }

  .pl-md-15 {
    padding-left: 15px !important;
  }

  .px-md-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-md-20 {
    padding: 20px 20px !important;
  }

  .pt-md-20 {
    padding-top: 20px !important;
  }

  .pr-md-20 {
    padding-right: 20px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .pl-md-20 {
    padding-left: 20px !important;
  }

  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-md-30 {
    padding: 30px 30px !important;
  }

  .pt-md-30 {
    padding-top: 30px !important;
  }

  .pr-md-30 {
    padding-right: 30px !important;
  }

  .pb-md-30 {
    padding-bottom: 30px !important;
  }

  .pl-md-30 {
    padding-left: 30px !important;
  }

  .px-md-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-md-40 {
    padding: 40px 40px !important;
  }

  .pt-md-40 {
    padding-top: 40px !important;
  }

  .pr-md-40 {
    padding-right: 40px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .pl-md-40 {
    padding-left: 40px !important;
  }

  .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-md-50 {
    padding: 50px 50px !important;
  }

  .pt-md-50 {
    padding-top: 50px !important;
  }

  .pr-md-50 {
    padding-right: 50px !important;
  }

  .pb-md-50 {
    padding-bottom: 50px !important;
  }

  .pl-md-50 {
    padding-left: 50px !important;
  }

  .px-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-md-60 {
    padding: 60px 60px !important;
  }

  .pt-md-60 {
    padding-top: 60px !important;
  }

  .pr-md-60 {
    padding-right: 60px !important;
  }

  .pb-md-60 {
    padding-bottom: 60px !important;
  }

  .pl-md-60 {
    padding-left: 60px !important;
  }

  .px-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .p-md-70 {
    padding: 70px 70px !important;
  }

  .pt-md-70 {
    padding-top: 70px !important;
  }

  .pr-md-70 {
    padding-right: 70px !important;
  }

  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  .pl-md-70 {
    padding-left: 70px !important;
  }

  .px-md-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .p-md-100 {
    padding: 100px 100px !important;
  }

  .pt-md-100 {
    padding-top: 100px !important;
  }

  .pr-md-100 {
    padding-right: 100px !important;
  }

  .pb-md-100 {
    padding-bottom: 100px !important;
  }

  .pl-md-100 {
    padding-left: 100px !important;
  }

  .px-md-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

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

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

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

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

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

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }

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

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

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

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-lg-default {
    margin: 24px 24px !important;
  }

  .mt-lg-default {
    margin-top: 24px !important;
  }

  .mr-lg-default {
    margin-right: 24px !important;
  }

  .mb-lg-default {
    margin-bottom: 24px !important;
  }

  .ml-lg-default {
    margin-left: 24px !important;
  }

  .mx-lg-default {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .my-lg-default {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .m-lg-10 {
    margin: 10px 10px !important;
  }

  .mt-lg-10 {
    margin-top: 10px !important;
  }

  .mr-lg-10 {
    margin-right: 10px !important;
  }

  .mb-lg-10 {
    margin-bottom: 10px !important;
  }

  .ml-lg-10 {
    margin-left: 10px !important;
  }

  .mx-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .m-lg-15 {
    margin: 15px 15px !important;
  }

  .mt-lg-15 {
    margin-top: 15px !important;
  }

  .mr-lg-15 {
    margin-right: 15px !important;
  }

  .mb-lg-15 {
    margin-bottom: 15px !important;
  }

  .ml-lg-15 {
    margin-left: 15px !important;
  }

  .mx-lg-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .m-lg-20 {
    margin: 20px 20px !important;
  }

  .mt-lg-20 {
    margin-top: 20px !important;
  }

  .mr-lg-20 {
    margin-right: 20px !important;
  }

  .mb-lg-20 {
    margin-bottom: 20px !important;
  }

  .ml-lg-20 {
    margin-left: 20px !important;
  }

  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .m-lg-30 {
    margin: 30px 30px !important;
  }

  .mt-lg-30 {
    margin-top: 30px !important;
  }

  .mr-lg-30 {
    margin-right: 30px !important;
  }

  .mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .ml-lg-30 {
    margin-left: 30px !important;
  }

  .mx-lg-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-lg-40 {
    margin: 40px 40px !important;
  }

  .mt-lg-40 {
    margin-top: 40px !important;
  }

  .mr-lg-40 {
    margin-right: 40px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .ml-lg-40 {
    margin-left: 40px !important;
  }

  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .m-lg-50 {
    margin: 50px 50px !important;
  }

  .mt-lg-50 {
    margin-top: 50px !important;
  }

  .mr-lg-50 {
    margin-right: 50px !important;
  }

  .mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .ml-lg-50 {
    margin-left: 50px !important;
  }

  .mx-lg-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .m-lg-60 {
    margin: 60px 60px !important;
  }

  .mt-lg-60 {
    margin-top: 60px !important;
  }

  .mr-lg-60 {
    margin-right: 60px !important;
  }

  .mb-lg-60 {
    margin-bottom: 60px !important;
  }

  .ml-lg-60 {
    margin-left: 60px !important;
  }

  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .m-lg-70 {
    margin: 70px 70px !important;
  }

  .mt-lg-70 {
    margin-top: 70px !important;
  }

  .mr-lg-70 {
    margin-right: 70px !important;
  }

  .mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .ml-lg-70 {
    margin-left: 70px !important;
  }

  .mx-lg-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .m-lg-100 {
    margin: 100px 100px !important;
  }

  .mt-lg-100 {
    margin-top: 100px !important;
  }

  .mr-lg-100 {
    margin-right: 100px !important;
  }

  .mb-lg-100 {
    margin-bottom: 100px !important;
  }

  .ml-lg-100 {
    margin-left: 100px !important;
  }

  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-lg-default {
    padding: 24px 24px !important;
  }

  .pt-lg-default {
    padding-top: 24px !important;
  }

  .pr-lg-default {
    padding-right: 24px !important;
  }

  .pb-lg-default {
    padding-bottom: 24px !important;
  }

  .pl-lg-default {
    padding-left: 24px !important;
  }

  .px-lg-default {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .py-lg-default {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .p-lg-10 {
    padding: 10px 10px !important;
  }

  .pt-lg-10 {
    padding-top: 10px !important;
  }

  .pr-lg-10 {
    padding-right: 10px !important;
  }

  .pb-lg-10 {
    padding-bottom: 10px !important;
  }

  .pl-lg-10 {
    padding-left: 10px !important;
  }

  .px-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-lg-15 {
    padding: 15px 15px !important;
  }

  .pt-lg-15 {
    padding-top: 15px !important;
  }

  .pr-lg-15 {
    padding-right: 15px !important;
  }

  .pb-lg-15 {
    padding-bottom: 15px !important;
  }

  .pl-lg-15 {
    padding-left: 15px !important;
  }

  .px-lg-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-lg-20 {
    padding: 20px 20px !important;
  }

  .pt-lg-20 {
    padding-top: 20px !important;
  }

  .pr-lg-20 {
    padding-right: 20px !important;
  }

  .pb-lg-20 {
    padding-bottom: 20px !important;
  }

  .pl-lg-20 {
    padding-left: 20px !important;
  }

  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-lg-30 {
    padding: 30px 30px !important;
  }

  .pt-lg-30 {
    padding-top: 30px !important;
  }

  .pr-lg-30 {
    padding-right: 30px !important;
  }

  .pb-lg-30 {
    padding-bottom: 30px !important;
  }

  .pl-lg-30 {
    padding-left: 30px !important;
  }

  .px-lg-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-lg-40 {
    padding: 40px 40px !important;
  }

  .pt-lg-40 {
    padding-top: 40px !important;
  }

  .pr-lg-40 {
    padding-right: 40px !important;
  }

  .pb-lg-40 {
    padding-bottom: 40px !important;
  }

  .pl-lg-40 {
    padding-left: 40px !important;
  }

  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-lg-50 {
    padding: 50px 50px !important;
  }

  .pt-lg-50 {
    padding-top: 50px !important;
  }

  .pr-lg-50 {
    padding-right: 50px !important;
  }

  .pb-lg-50 {
    padding-bottom: 50px !important;
  }

  .pl-lg-50 {
    padding-left: 50px !important;
  }

  .px-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-lg-60 {
    padding: 60px 60px !important;
  }

  .pt-lg-60 {
    padding-top: 60px !important;
  }

  .pr-lg-60 {
    padding-right: 60px !important;
  }

  .pb-lg-60 {
    padding-bottom: 60px !important;
  }

  .pl-lg-60 {
    padding-left: 60px !important;
  }

  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .p-lg-70 {
    padding: 70px 70px !important;
  }

  .pt-lg-70 {
    padding-top: 70px !important;
  }

  .pr-lg-70 {
    padding-right: 70px !important;
  }

  .pb-lg-70 {
    padding-bottom: 70px !important;
  }

  .pl-lg-70 {
    padding-left: 70px !important;
  }

  .px-lg-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .p-lg-100 {
    padding: 100px 100px !important;
  }

  .pt-lg-100 {
    padding-top: 100px !important;
  }

  .pr-lg-100 {
    padding-right: 100px !important;
  }

  .pb-lg-100 {
    padding-bottom: 100px !important;
  }

  .pl-lg-100 {
    padding-left: 100px !important;
  }

  .px-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

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

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

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

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

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

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1260px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }

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

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

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

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

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-xl-default {
    margin: 24px 24px !important;
  }

  .mt-xl-default {
    margin-top: 24px !important;
  }

  .mr-xl-default {
    margin-right: 24px !important;
  }

  .mb-xl-default {
    margin-bottom: 24px !important;
  }

  .ml-xl-default {
    margin-left: 24px !important;
  }

  .mx-xl-default {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .my-xl-default {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .m-xl-10 {
    margin: 10px 10px !important;
  }

  .mt-xl-10 {
    margin-top: 10px !important;
  }

  .mr-xl-10 {
    margin-right: 10px !important;
  }

  .mb-xl-10 {
    margin-bottom: 10px !important;
  }

  .ml-xl-10 {
    margin-left: 10px !important;
  }

  .mx-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .m-xl-15 {
    margin: 15px 15px !important;
  }

  .mt-xl-15 {
    margin-top: 15px !important;
  }

  .mr-xl-15 {
    margin-right: 15px !important;
  }

  .mb-xl-15 {
    margin-bottom: 15px !important;
  }

  .ml-xl-15 {
    margin-left: 15px !important;
  }

  .mx-xl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .m-xl-20 {
    margin: 20px 20px !important;
  }

  .mt-xl-20 {
    margin-top: 20px !important;
  }

  .mr-xl-20 {
    margin-right: 20px !important;
  }

  .mb-xl-20 {
    margin-bottom: 20px !important;
  }

  .ml-xl-20 {
    margin-left: 20px !important;
  }

  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .m-xl-30 {
    margin: 30px 30px !important;
  }

  .mt-xl-30 {
    margin-top: 30px !important;
  }

  .mr-xl-30 {
    margin-right: 30px !important;
  }

  .mb-xl-30 {
    margin-bottom: 30px !important;
  }

  .ml-xl-30 {
    margin-left: 30px !important;
  }

  .mx-xl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .m-xl-40 {
    margin: 40px 40px !important;
  }

  .mt-xl-40 {
    margin-top: 40px !important;
  }

  .mr-xl-40 {
    margin-right: 40px !important;
  }

  .mb-xl-40 {
    margin-bottom: 40px !important;
  }

  .ml-xl-40 {
    margin-left: 40px !important;
  }

  .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .m-xl-50 {
    margin: 50px 50px !important;
  }

  .mt-xl-50 {
    margin-top: 50px !important;
  }

  .mr-xl-50 {
    margin-right: 50px !important;
  }

  .mb-xl-50 {
    margin-bottom: 50px !important;
  }

  .ml-xl-50 {
    margin-left: 50px !important;
  }

  .mx-xl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .m-xl-60 {
    margin: 60px 60px !important;
  }

  .mt-xl-60 {
    margin-top: 60px !important;
  }

  .mr-xl-60 {
    margin-right: 60px !important;
  }

  .mb-xl-60 {
    margin-bottom: 60px !important;
  }

  .ml-xl-60 {
    margin-left: 60px !important;
  }

  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .m-xl-70 {
    margin: 70px 70px !important;
  }

  .mt-xl-70 {
    margin-top: 70px !important;
  }

  .mr-xl-70 {
    margin-right: 70px !important;
  }

  .mb-xl-70 {
    margin-bottom: 70px !important;
  }

  .ml-xl-70 {
    margin-left: 70px !important;
  }

  .mx-xl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .m-xl-100 {
    margin: 100px 100px !important;
  }

  .mt-xl-100 {
    margin-top: 100px !important;
  }

  .mr-xl-100 {
    margin-right: 100px !important;
  }

  .mb-xl-100 {
    margin-bottom: 100px !important;
  }

  .ml-xl-100 {
    margin-left: 100px !important;
  }

  .mx-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

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

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xl-default {
    padding: 24px 24px !important;
  }

  .pt-xl-default {
    padding-top: 24px !important;
  }

  .pr-xl-default {
    padding-right: 24px !important;
  }

  .pb-xl-default {
    padding-bottom: 24px !important;
  }

  .pl-xl-default {
    padding-left: 24px !important;
  }

  .px-xl-default {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .py-xl-default {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .p-xl-10 {
    padding: 10px 10px !important;
  }

  .pt-xl-10 {
    padding-top: 10px !important;
  }

  .pr-xl-10 {
    padding-right: 10px !important;
  }

  .pb-xl-10 {
    padding-bottom: 10px !important;
  }

  .pl-xl-10 {
    padding-left: 10px !important;
  }

  .px-xl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p-xl-15 {
    padding: 15px 15px !important;
  }

  .pt-xl-15 {
    padding-top: 15px !important;
  }

  .pr-xl-15 {
    padding-right: 15px !important;
  }

  .pb-xl-15 {
    padding-bottom: 15px !important;
  }

  .pl-xl-15 {
    padding-left: 15px !important;
  }

  .px-xl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p-xl-20 {
    padding: 20px 20px !important;
  }

  .pt-xl-20 {
    padding-top: 20px !important;
  }

  .pr-xl-20 {
    padding-right: 20px !important;
  }

  .pb-xl-20 {
    padding-bottom: 20px !important;
  }

  .pl-xl-20 {
    padding-left: 20px !important;
  }

  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p-xl-30 {
    padding: 30px 30px !important;
  }

  .pt-xl-30 {
    padding-top: 30px !important;
  }

  .pr-xl-30 {
    padding-right: 30px !important;
  }

  .pb-xl-30 {
    padding-bottom: 30px !important;
  }

  .pl-xl-30 {
    padding-left: 30px !important;
  }

  .px-xl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p-xl-40 {
    padding: 40px 40px !important;
  }

  .pt-xl-40 {
    padding-top: 40px !important;
  }

  .pr-xl-40 {
    padding-right: 40px !important;
  }

  .pb-xl-40 {
    padding-bottom: 40px !important;
  }

  .pl-xl-40 {
    padding-left: 40px !important;
  }

  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-xl-50 {
    padding: 50px 50px !important;
  }

  .pt-xl-50 {
    padding-top: 50px !important;
  }

  .pr-xl-50 {
    padding-right: 50px !important;
  }

  .pb-xl-50 {
    padding-bottom: 50px !important;
  }

  .pl-xl-50 {
    padding-left: 50px !important;
  }

  .px-xl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-xl-60 {
    padding: 60px 60px !important;
  }

  .pt-xl-60 {
    padding-top: 60px !important;
  }

  .pr-xl-60 {
    padding-right: 60px !important;
  }

  .pb-xl-60 {
    padding-bottom: 60px !important;
  }

  .pl-xl-60 {
    padding-left: 60px !important;
  }

  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .p-xl-70 {
    padding: 70px 70px !important;
  }

  .pt-xl-70 {
    padding-top: 70px !important;
  }

  .pr-xl-70 {
    padding-right: 70px !important;
  }

  .pb-xl-70 {
    padding-bottom: 70px !important;
  }

  .pl-xl-70 {
    padding-left: 70px !important;
  }

  .px-xl-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .p-xl-100 {
    padding: 100px 100px !important;
  }

  .pt-xl-100 {
    padding-top: 100px !important;
  }

  .pr-xl-100 {
    padding-right: 100px !important;
  }

  .pb-xl-100 {
    padding-bottom: 100px !important;
  }

  .pl-xl-100 {
    padding-left: 100px !important;
  }

  .px-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

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

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

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

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

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

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
* {
  outline: none;
}

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

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

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

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

.relative {
  position: relative;
}

.fullwidth {
  min-width: 100%;
}

.text-small {
  font-size: 13px;
  line-height: 17px;
}

.text-extra-bold {
  font-weight: 700;
}

.text-secondary-color {
  color: #FFAF37;
}

.text-description {
  font-size: 13px;
  line-height: 17px;
  font-weight: 300;
}

.clearfix {
  width: 100%;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

iframe {
  border: none;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.row--gutter-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row--gutter-0 > div {
  padding: 0 !important;
}
.row--gutter-form {
  margin-left: -15px;
  margin-right: -15px;
}
.row--gutter-form > div {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.row--gutter-60 {
  margin-left: -30px;
  margin-right: -30px;
}
.row--gutter-60 > div {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.row--grid-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row--grid-20 > div {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.row--gutter-80 {
  margin-left: -40px;
  margin-right: -40px;
}
.row--gutter-80 > div {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

input,
textarea {
  outline: none;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

html {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 21px;
  color: #444444;
  font-weight: normal;
  overflow-x: hidden;
  height: 100%;
  background-color: #fcfcfc;
}
body strong,
body b {
  font-weight: 600;
}

.sb-page {
  position: relative;
  min-height: 0;
  background: #fcfcfc;
}

.sb-right {
  padding: 20px;
  background: #fff;
}

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

a {
  color: #05C167;
  text-decoration: none;
  transition: color 0.2s linear;
}
a:hover {
  color: #FFAF37;
  transition: color 0.2s linear;
}
a.inherited-link {
  color: inherit;
}
a.inherited-link:hover {
  color: #FFAF37;
}
a.link-inverse {
  color: #FFAF37;
}
a.link-inverse:hover {
  color: #05C167;
}
a.link-underline {
  color: #444444;
  text-decoration: underline;
}
a.link-underline:hover {
  color: #05C167;
}

.heading-xl {
  color: #222222;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 120%;
  margin: 0 0 30px 0;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .heading-xl {
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 40px 0;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .heading-1.mobile-hidden {
    display: none;
  }
}
.heading-1,
.html h1 {
  color: #222222;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 120%;
  margin: 0 0 30px 0;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .heading-1,
.html h1 {
    font-size: 28px;
    line-height: 120%;
    margin: 0 0 40px 0;
  }
}
.html h1 {
  margin: 30px 0 30px 0;
}

.heading-2,
.html h2 {
  color: #222222;
  font-size: 17px;
  line-height: 23px;
  margin: 0 0 16px 0;
  font-weight: 600;
}

.heading-3,
.html h3 {
  color: #222222;
  font-size: 15px;
  margin: 0 0 20px 0;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.heading--white {
  color: #fff;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #05C167;
  border: none;
  position: relative;
  border-radius: 8px;
  font-family: "Open Sans", sans-serif;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.btn:hover {
  transition: color 0.2s linear, background-color 0.2s linear;
  color: #fff;
  background: #FFAF37;
}
.btn--smaller-text {
  font-size: 13px;
  line-height: 17px;
}
.btn--text {
  font-weight: 700;
  padding: 0;
  border-radius: 0;
  background: none;
  color: #05C167;
  text-transform: none;
}
.btn--text.btn--smaller-text {
  font-weight: 600;
}
.btn--text.btn--heading-color {
  color: #222222;
}
.btn--text:hover {
  color: #FFAF37;
  background: none;
}
.btn--bordered {
  border: 1px solid #05C167;
  padding: 11px 29px;
  background: #fff;
  color: #05C167;
  transition: color 0.2s linear, border-color 0.2s linear;
}
.btn--bordered:hover {
  border-color: #FFAF37;
  color: #FFAF37;
  background-color: #fff;
  transition: color 0.2s linear, border-color 0.2s linear;
}
.btn__icon {
  margin-right: 12px;
  font-size: 17px;
  line-height: 17px;
}
.btn--icon-prefix .btn__icon {
  margin-right: 12px;
}
.btn--dark {
  background: #444444;
}

.html {
  word-wrap: break-word;
}
.html:after {
  content: "";
  display: block;
  clear: both;
}
.html a:hover {
  color: #FFAF37;
  text-decoration: underline;
}
.html > *:first-child {
  margin-top: 0 !important;
}
.html > *:last-child {
  margin-bottom: 0 !important;
}
.html img {
  margin: 20px auto;
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  display: inline-block;
}
.html img.floated-left {
  float: none !important;
  margin-right: 0 !important;
}
.html img.floated-right {
  float: none !important;
  margin-left: 0 !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;
  }
  .html img.floated-left, .html img.floated-right {
    max-width: 50%;
  }
  .html img.floated-left {
    float: left !important;
    margin-right: 30px !important;
  }
  .html img.floated-right {
    float: right !important;
    margin-left: 30px !important;
  }
}
@media (min-width: 992px) {
  .html img.floated-left, .html img.floated-right {
    max-width: 40%;
  }
  .html img.floated-left {
    float: left !important;
    margin-right: 50px !important;
  }
  .html img.floated-right {
    float: right !important;
    margin-left: 50px !important;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

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: 4px;
  height: 4px;
  border-radius: 8px;
  background: #444444;
  position: absolute;
  left: 0;
  top: 9px;
}

.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: #e8ebf2;
}
.html table tr:nth-child(2n+2) td,
table.styled tr:nth-child(2n+2) td {
  background-color: #f1f4fb;
}
.html table tr th,
table.styled tr th {
  background-color: #d6e3f3;
}

@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:last-of-type {
  border-bottom: none;
}
table.bordered tr th {
  text-align: left;
  color: #222222;
}
table.bordered tr th:first-of-type {
  padding-left: 0;
}
table.bordered tr th:last-of-type {
  padding-right: 0;
  text-align: right;
}
table.bordered tr td:first-of-type {
  padding-left: 0;
}
table.bordered tr td:last-of-type {
  padding-right: 0;
  text-align: right;
}
table.bordered tr th, table.bordered tr td {
  padding: 5px 10px 5px 10px;
}

table.smaller {
  font-size: 13px;
  line-height: 17px;
}
table.smaller tr th, table.smaller tr td {
  padding: 3px 10px 3px 10px;
}

.form-group {
  display: block;
  margin-bottom: 12px;
}
.form-group .error {
  color: red;
  font-size: 12px;
  text-align: right;
}

.form-control,
.input-text,
.select2-selection {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  height: 41px;
  line-height: 39px;
  padding: 0 20px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  transition: color 0.2s linear, background-color 0.2s linear;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.form-control:focus,
.input-text:focus,
.select2-selection:focus {
  border: 1px solid #FFAF37;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.form-control--marked,
.input-text--marked,
.select2-selection--marked {
  border-color: #05C167;
}

textarea.form-control {
  height: 140px;
  line-height: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: none;
}

.select2-container {
  height: 41px;
  font-weight: 300;
}
.select2-container .select2-search__field {
  font-weight: 300;
  border: 1px solid #DFDFDF;
  border-radius: 8px;
  line-height: 31px;
  padding: 0 6px;
}
.select2-container .select2-search--inline .select2-search__field {
  padding-top: 0;
  line-height: 39px;
  font-weight: 300;
}

.select2-dropdown {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  transition: color 0.2s linear, background-color 0.2s linear;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.select2-results {
  padding: 8px 0;
}
.select2-results__option {
  padding-left: 20px;
  padding-right: 20px;
}
.select2-results__option--selected {
  color: #05C167;
}
.select2-results__option:hover {
  color: #FFAF37;
}

.select2-selection--multiple {
  display: flex;
}
.select2-selection__choice {
  border: 2px solid #444444;
  padding: 2px 8px 2px 16px;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
  height: 27px;
  margin-top: 6px;
  margin-right: 4px;
}
.select2-selection__choice__remove {
  line-height: 23px;
}
.select2-selection__rendered {
  display: inline-flex;
  height: 39px;
  overflow: hidden;
}

.select2-search {
  display: inline-block;
}
.select2-search__field {
  max-height: 39px;
}

.checkbox-wrapper {
  display: flex;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
}

.form-check {
  position: relative;
  min-height: 24px;
  padding: 4px 0 0 44px;
  font-size: 13px;
  line-height: 17px;
  cursor: pointer;
  display: inline-block;
}
.form-check input[type=checkbox] {
  display: none;
}
.form-check .check-helper {
  opacity: 0;
  transition: opacity 0.2s linear;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
  padding-bottom: 2px;
  padding-left: 2px;
  color: #222222;
}
.form-check:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #05C167;
  border-radius: 8px;
  background-color: #fff;
  width: 24px;
  height: 24px;
}
.form-check input:checked + .check-helper {
  opacity: 1;
  transition: opacity 0.2s linear;
}
.form-check--centered {
  padding-top: 0;
}
.form-check--centered .check-helper {
  top: 50%;
  transform: translateY(-50%);
}
.form-check--centered:before {
  top: 50%;
  transform: translateY(-50%);
}
.form-check--card {
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 12px 12px 12px 56px;
  border-radius: 10px;
}
.form-check--card .check-helper {
  left: 12px;
}
.form-check--card:before {
  left: 12px;
}

.fileinput {
  position: relative;
}
.fileinput .form-control {
  padding-right: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.fileinput input[type=file] {
  display: none;
}
.fileinput-icon {
  font-size: 26px;
  line-height: 26px;
  margin-right: 12px;
}
.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.fileinput__remove {
  position: absolute;
  right: 11px;
  top: 11px;
  color: #444444;
}
.fileinput__remove:hover {
  color: #222222;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  display: inline-block;
  cursor: pointer;
  padding-left: 26px;
  position: relative;
}
input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #b3b3b3;
  margin-right: 5px;
  position: absolute;
  top: 4px;
  left: 0;
}
input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  border-left: 2px solid #FFAF37;
  border-bottom: 2px solid #FFAF37;
  border-top: 2px solid transparent;
  width: 10px;
  height: 6px;
  transform: rotate(-45deg);
  left: 4px;
  top: 8px;
}

.form-label {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.form-label .optional {
  display: inline-block;
  color: #DFDFDF;
  margin-left: 10px;
}
.form-label.stronger {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5%;
}

.stronger {
  font-size: 17px;
}
.stronger .multiselect-native-select .btn-group ul li a label {
  line-height: 26px;
  font-size: 17px;
}

.form-description {
  font-style: italic;
  padding: 6px;
  border-left: 2px solid #FFAF37;
  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 #858585;
}
.form-inputdata__table tr td {
  padding: 4px 6px;
}
.form-inputdata__table tr td:last-of-type {
  text-align: right;
}

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

.pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  display: flex;
  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: #05C167;
  font-size: 16px;
}
.pagination li a.pagination__pageinfo,
.pagination li span.pagination__pageinfo {
  width: auto;
  padding-left: 14px;
  padding-right: 14px;
}
.pagination li a {
  transition: color 0.2s linear, background-color 0.2s linear;
}
.pagination li a:hover {
  color: #FFAF37;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.pagination li.active span {
  color: #444444;
}
.pagination a.pagination__arrow span {
  color: inherit;
  font-size: 18px;
}
.pagination a.pagination__arrow:hover {
  color: #05C167;
}

.modal-layer {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.modal-layer.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-layer__box {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  position: relative;
  max-width: 800px;
}
.modal-layer__heading {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 16px 0;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  color: #444444;
  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;
  transition: color 0.2s linear, background-color 0.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: #FFAF37;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.modal-layer__close::before {
  transform: rotate(45deg);
}
.modal-layer__close::after {
  transform: rotate(-45deg);
}
.modal-layer__close:hover {
  opacity: 1;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.modal-layer__close:hover::before, .modal-layer__close:hover::after {
  background: #05C167;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.modal-layer--small .modal-layer__box {
  max-width: 520px;
}

.btn-group {
  position: relative;
}

.multiselect-container.dropdown-menu {
  background: #fff;
  margin: 0;
  border-radius: 8px;
  padding: 14px 0;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.multiselect-container > li > a > label {
  font-size: 15px;
  line-height: 17px;
  margin: 2px 2px;
  max-width: 400px;
  position: relative;
  display: block;
  font-weight: 300;
  color: #444444;
  padding: 4px 20px;
}
.multiselect-container > li > a > label input {
  display: none;
}
.multiselect-container > li:hover label {
  color: #FFAF37;
}
.multiselect-container > li.active label {
  color: #05C167;
}

.multiselect.form-control.dropdown-toggle {
  position: relative;
  padding-right: 45px;
}

.multiselect-selected-text {
  display: block;
  line-height: 39px;
}

.multiselect__icon {
  font-size: 10px;
  position: absolute;
  top: 16px;
  right: 20px;
}

/*
**	LAYOUT
*/
.card {
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.card:not(.card--fit-on-mobile) {
  border-radius: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
.card--dark {
  background: #444444;
  color: #fff;
}
.card--dark [class^=heading-], .card--dark [class*=" heading-"] {
  color: #fff;
}

@media (min-width: 768px) {
  .card {
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.cookie-consent {
  background: #05C167;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: -2px;
  position: relative;
  z-index: 1050;
}
.cookie-consent a {
  color: #444444;
  text-decoration: underline;
}
.cookie-consent a:hover {
  color: #444444;
  text-decoration: none;
}
.cookie-consent__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-consent__info {
  padding-right: 20px;
}
.cookie-consent__close {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}

.sticky-header-helper {
  position: relative;
}

.sticky-header-spacer {
  height: 84px;
}

@media (min-width: 768px) {
  .sticky-header-spacer {
    /*height: 140px;*/
    height: 120px;
  }
}
.header-wrapper {
  background: none;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
  .header-wrapper {
    position: absolute;
  }
}
.header-shadow {
  z-index: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 54px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
  .header-shadow {
    position: fixed;
  }
}
.header {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: nowrap;
}
.header a {
  color: #444444;
}
.header a:hover {
  color: #05C167;
}
.header__icons {
  display: flex;
  align-items: center;
}
.header__sb-toggler {
  margin-left: 10px;
  display: block;
  width: 20px;
  cursor: pointer;
}
.header__sb-toggler span {
  background: #222222;
  display: block;
  height: 2px;
  margin-bottom: 4px;
  border-radius: 1px;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.header__sb-toggler span:nth-child(1) {
  width: 20px;
}
.header__sb-toggler span:nth-child(2) {
  width: 14px;
  margin-left: 6px;
}
.header__sb-toggler span:nth-child(3) {
  width: 16px;
  margin-left: 4px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .header {
    padding: 0;
    height: 54px;
    display: flex;
    align-items: center;
  }
  .header__sb-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  body.sticky-header .header-wrapper {
    background: rgba(255, 255, 255, 0.99);
    position: fixed;
    transition: none;
  }
  body.sticky-header .header {
    border-bottom: 0;
    height: 50px;
  }
  body.sticky-header .header__logo {
    height: 18px;
  }
  body.sticky-header .header--subpage .header__logo--white {
    display: block;
  }
  body.sticky-header .header--subpage .header__logo--black {
    display: none;
  }
  body.sticky-header .header--subpage .header__sb-toggler span {
    background: #fff;
  }
  body.sticky-header .header--subpage .header__sb-toggler:hover span {
    background: #fff;
  }

  body.subpage.sticky-header {
    padding-top: 106px;
  }
}
.header-logo {
  display: block;
}
.header-logo img {
  height: 30px;
  width: auto;
  display: block;
}

@media (min-width: 768px) {
  .header-logo {
    border: 2px solid #05C167;
    background: #fff;
    padding: 14px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-logo img {
    height: 50px;
  }
}
.header-language-selector {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.header-language-selector a {
  font-size: 13px;
  line-height: 17px;
  color: #444444;
}
.header-language-selector div.multiselect.form-control.dropdown-toggle {
  box-shadow: none !important;
}

@media (min-width: 992px) {
  .header-language-selector {
    margin-right: 30px;
  }
}
.header-account {
  display: flex;
  align-items: center;
}
.header-account:hover .header-account__icon {
  color: #05C167;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.header-account__welcome {
  display: none;
  font-size: 13px;
  line-height: 17px;
  color: #444444;
}
.header-account__icon {
  font-size: 24px;
  line-height: 1;
  color: #222222;
  transition: color 0.2s linear, background-color 0.2s linear;
}

@media (min-width: 992px) {
  .header-account__welcome {
    display: inline-block;
    margin-right: 12px;
  }
}
.header-cart {
  margin-left: 10px;
  display: none;
}
.header-cart__icon {
  font-size: 20px;
  line-height: 20px;
  color: #05C167;
  display: block;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.header-cart:hover .header-cart__icon {
  color: #FFAF37;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.header-cart__counter {
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  color: #fff;
  margin-right: 10px;
}
.header-cart--with-product {
  background: #05C167;
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 6px;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.header-cart--with-product .header-cart__icon {
  color: #fff;
}
.header-cart--with-product:hover {
  background: #FFAF37;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.header-cart--with-product:hover .header-cart__icon {
  color: #fff;
}

@media (min-width: 992px) {
  .header-cart {
    display: block;
    margin-left: 30px;
  }
  .header-cart--with-product {
    display: flex;
  }
}
.header-navbar {
  display: none;
}

@media (min-width: 768px) {
  .header-navbar {
    display: block;
    padding-left: 196px;
  }
  .header-navbar ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
  }
  .header-navbar ul li {
    margin-right: 20px;
    position: relative;
  }
  .header-navbar ul a {
    font-size: 13px;
    line-height: 17px;
    color: #444444;
    display: block;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
  }
  .header-navbar ul a:hover {
    color: #05C167;
  }
  .header-navbar ul a.active, .header-navbar ul a.current {
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .header-navbar {
    padding-left: 206px;
  }
  .header-navbar ul li {
    margin-right: 30px;
  }
}
.flipnav {
  background: #fff;
}

.mobile-nav {
  background: #fff;
  padding: 15px 0 5px 0;
  min-width: 100%;
}
.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
.mobile-nav ul a {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  color: #444444;
  display: block;
  padding: 5px;
  font-weight: 400;
}
.mobile-nav ul a.active, .mobile-nav ul a:hover {
  color: #FFAF37;
}

@media (min-width: 768px) {
  #mobileNav {
    display: none;
  }
}
.controlnav {
  padding-top: 30px;
}
.controlnav__content {
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 0 0;
  padding: 20px;
}
.controlnav ul {
  margin: -16px 0;
  padding: 0;
  list-style: none;
}
.controlnav ul li {
  border-bottom: 1px solid #DFDFDF;
}
.controlnav ul li:last-of-type {
  border-bottom: none;
}
.controlnav ul li a {
  display: block;
  padding: 17px 0;
}

.section {
  padding: 50px 0;
}
.section--gray {
  background: #fcfcfc;
}
.section--darkgray {
  background: #444444;
}

@media (min-width: 768px) {
  .section {
    padding: 80px 0;
  }
  .section--landing-promo {
    margin-top: -20px;
  }
  .section--landing-promo .heading-xl {
    font-size: 34px;
    line-height: 36px;
  }
  .section--landing-promo .heading-1 {
    font-size: 24px;
    line-height: 120%;
  }
}
.productbox {
  padding: 16px;
  border-radius: 20px;
  background: #fff;
  min-width: 100%;
  display: flex;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.productbox__content {
  min-width: 100%;
  position: relative;
  /*padding-bottom: 60px;*/
  padding-bottom: 50px;
}
.productbox__image {
  position: relative;
  margin-bottom: 16px;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  padding-top: 65%;
  background-position: center center;
}
.productbox__image_modal {
  border-radius: 16px;
  width: 120px;
}
.productbox__sale {
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
  background: #FFAF37;
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
  color: #222222;
  border-radius: 10px;
  padding: 6px 10px;
  z-index: 10;
}
.productbox__categories {
  /*margin-bottom: 16px;*/
  margin-bottom: 10px;
}
.productbox__title {
  margin-bottom: 8px;
}
.productbox__title a {
  color: #222222;
}
.productbox__title a:hover {
  color: #05C167;
}
.productbox__title-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.productbox__description {
  margin: 0 0 6px 0;
}
.productbox__description__mobile {
  margin: 0 0 6px 0;
  display: none;
}
.productbox__description__mobile p {
  display: inline;
}
.productbox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
  min-height: 41px;
  justify-content: space-between;
}
.productbox__footer__left {
  margin-right: auto;
  width: 50%;
}
.productbox__footer .btn__text {
  white-space: nowrap;
}
.productbox__price {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #222222;
  width: 100%;
  padding-right: 16px;
  text-align: center;
}
.productbox-rating {
  margin-left: 10px;
  padding-top: 3px;
}
.productbox-rating .rating__icon {
  margin-right: 4px;
}
.productbox .sale-price {
  width: 100%;
  padding-right: 16px;
  display: flex;
}

@media (max-width: 1259px) {
  .productbox__footer .btn {
    padding: 15px;
  }
}
@media only screen and (max-width: 630px) {
  .productbox__footer .btn {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .productbox__footer .btn {
    padding: 10px;
  }
  .productbox__description {
    display: none;
  }
  .productbox__description__mobile {
    display: block;
  }
  .productbox__learnmore__full {
    display: none;
  }
  .productbox__price {
    text-align: left;
  }
}
.sale-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sale-price__original-price {
  font-size: 15px;
  line-height: 21px;
  text-decoration: line-through;
  font-weight: 400;
  margin-right: 6px;
  transform: translateY(1px);
  white-space: nowrap;
}
.sale-price__price {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: red;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 1259px) {
  .sale-price {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .sale-price {
    flex-direction: row;
  }
}
.category-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background-color: #444444;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.category-icon i {
  font-size: 30px;
  line-height: 40px;
}

a.category-icon:hover {
  background-color: #FFAF37;
  color: #fff;
  transition: color 0.2s linear, background-color 0.2s linear;
}

span.category-icon:hover {
  background-color: #FFAF37;
  color: #fff;
  transition: color 0.2s linear, background-color 0.2s linear;
}

.rating {
  display: flex;
  align-items: center;
  color: #222222;
}
.rating__icon {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}
.rating__icon:before {
  display: block;
}
.rating__icon--disabled {
  color: #DFDFDF;
}
.rating__prefix {
  font-size: 17px;
  line-height: 23px;
  padding-right: 16px;
  font-weight: 700;
  color: #222222;
}
.rating__suffix {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  color: #222222;
  margin-left: 10px;
}

.product__title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}
.product__price {
  font-weight: 700;
  color: #222222;
  font-size: 30px;
  line-height: 40px;
}
.product__sale-price {
  justify-content: left !important;
}
.product__sale-price .sale-price__price {
  font-size: 30px;
  line-height: 40px;
}
.product__price-info {
  font-size: 13px;
  line-height: 17px;
  font-weight: 300;
}
.product__description {
  font-size: 13px;
  line-height: 17px;
  font-weight: 300;
  margin-bottom: 6px;
}
.product-rating {
  margin-bottom: 40px;
}
.product-rating__suffix {
  margin-left: 10px;
}
.product-infos__toggler {
  height: 84px;
  border-top: 1px solid #DFDFDF;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.product-infos__toggler-heading {
  margin: 0;
}
.product-infos__toggler-heading--with-margin {
  margin-bottom: 4px;
}
.product-infos__toggler-icon {
  font-size: 10px;
  color: #222222;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 10px;
  text-align: center;
  line-height: 16px;
}
.product-infos__toggler.collapsed .product-infos__toggler-icon {
  transform: translateY(-50%) rotate(-90deg);
}
.product-infos__collapse-content {
  padding-bottom: 20px;
}
.product-infos__tabs .product-infos__toggler-heading {
  color: #858585;
  cursor: pointer;
}
.product-infos__tabs .active .product-infos__toggler-heading {
  color: #222222;
}

@media (min-width: 768px) {
  .product-rating__prefix {
    font-size: 30px;
    line-height: 40px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .product-infos__toggler-heading--with-margin {
    margin-bottom: 30px;
  }
}
.product-quantity {
  display: inline-flex;
  border: 1px solid #DFDFDF;
  border-radius: 15px;
  padding: 2px 7px;
  align-items: center;
}
.product-quantity input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
  border: none;
  background: none;
  text-align: center;
  color: #222222;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
}
.product-quantity__value {
  font-size: 17px;
  line-height: 23px;
  width: 36px;
  border: none;
  background: none;
  text-align: center;
  color: #222222;
  font-weight: 700;
}
.product-quantity__decrement:before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #DFDFDF;
  position: absolute;
  top: 10px;
  left: 4px;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.product-quantity__increment:before {
  content: "";
  display: block;
  width: 9px;
  height: 1px;
  background-color: #DFDFDF;
  position: absolute;
  top: 10px;
  left: 4px;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.product-quantity__increment:after {
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  background-color: #DFDFDF;
  position: absolute;
  top: 6px;
  left: 8px;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.product-quantity__decrement, .product-quantity__increment {
  display: block;
  width: 17px;
  height: 21px;
  position: relative;
  cursor: pointer;
}
.product-quantity__decrement:hover:before, .product-quantity__decrement:hover:after, .product-quantity__increment:hover:before, .product-quantity__increment:hover:after {
  background-color: #222222;
  transition: color 0.2s linear, background-color 0.2s linear;
}

.product-images {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
}
.product-images .slick-slide {
  padding: 0 5px;
}
.product-images a {
  display: block;
}
.product-images .slick-dots {
  margin: 0 5px;
  padding: 0;
  background: #DFDFDF;
  list-style: none;
  height: 2px;
  display: flex;
  margin-top: 30px;
}
.product-images .slick-dots li span {
  display: block;
  height: 2px;
  border-radius: 1px;
}
.product-images .slick-dots li.slick-active span {
  background: #444444;
}
.product-images .product-image {
  position: relative;
  width: 100%;
  padding-top: 66%;
}
.product-images .product-image__img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.product-images .product-image__img-wrapper img {
  border-radius: 10px;
  max-width: 100%;
  max-height: 100%;
}
.product-images .product-image__play {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FFAF37;
  color: #fff;
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 8px;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.product-images .product-image__play:hover {
  background: #05C167;
  transition: color 0.2s linear, background-color 0.2s linear;
}

@media (min-width: 992px) {
  .product-images .product-image {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
.product-images--nav {
  margin: 0 0 30px 0;
  padding: 0 36px;
}
.product-images--nav .slick-slide {
  padding: 0 2px;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s linear;
}
.product-images--nav .slick-slide:hover {
  opacity: 1;
  transition: opacity 0.2s linear;
}
.product-images--nav .slick-slide.slick-current {
  opacity: 1;
  transition: opacity 0.2s linear;
}
.product-images--nav .slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 27px;
  background-color: #f1f1f1;
  border-radius: 5px;
  cursor: pointer;
}
.product-images--nav .slick-arrow span {
  display: block;
  width: 27px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 9px;
  line-height: 20px;
  color: #05C167;
  transition: color 0.2s linear;
}
.product-images--nav .slick-arrow:hover span {
  color: #FFAF37;
  transition: color 0.2s linear;
}
.product-images--nav .slick-prev {
  left: 0;
}
.product-images--nav .slick-prev span {
  transform: translate(-2px, -50%) rotate(90deg);
}
.product-images--nav .slick-next {
  right: 0;
}
.product-images--nav .slick-next span {
  transform: translate(2px, -50%) rotate(270deg);
}
.product-images--nav .product-image {
  margin-bottom: 0;
  display: block !important;
}
.product-images--nav .product-image__play {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  padding-left: 4px;
}
.product-images--nav .product-image__play:hover {
  background: #FFAF37;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.product-images--nav .product-image img {
  border-radius: 5px;
}

@media (min-width: 576px) {
  .product-images--nav .slick-arrow span {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .product-images--nav .slick-arrow span {
    font-size: 9px;
  }
}
@media (min-width: 992px) {
  .product-images--nav .slick-arrow span {
    font-size: 12px;
  }
}
.categorybox {
  display: block;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.categorybox__icon-wrapper {
  background-color: #05C167;
  padding: 15px 0;
  border-radius: 20px 0 20px 0;
  margin-bottom: 10px;
  line-height: 1;
  transition: color 0.2s linear, background-color 0.2s linear;
  display: flex;
  justify-content: space-around;
}
.categorybox:hover .categorybox__icon-wrapper {
  background-color: #FFAF37;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.categorybox__image {
  height: 60px;
  width: 60px;
  filter: invert(0%) sepia(96%) saturate(14%) hue-rotate(259deg) brightness(101%) contrast(103%);
}
.categorybox__icon-box {
  background-color: #05C167;
  padding: 15px 0;
  border-radius: 20px 0 20px 0;
  margin-bottom: 10px;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.categorybox__icon-holder {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -o-object-fit: contain;
     object-fit: contain;
}
.categorybox__title {
  margin-bottom: 0;
}
.categorybox__counter {
  color: #444444;
  font-size: 13px;
  line-height: 17px;
}
.categorybox:hover .categorybox__icon-box {
  background-color: #FFAF37;
  transition: color 0.2s linear, background-color 0.2s linear;
}

.reviews {
  padding-top: 20px;
}
.reviews__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 20px;
}
.reviews__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.reviews__date {
  font-size: 13px;
  line-height: 17px;
}
.reviews__comment {
  color: #222222;
}

.product-reviews--desktop .reviews {
  padding-top: 70px;
}

.profile-welcome {
  display: inline-flex;
}
.profile-welcome__logo {
  background: #000;
  padding: 16px;
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 10px;
}
.profile-welcome__logo img {
  display: block;
  height: auto;
  width: 70px;
}
.profile-welcome__content {
  background: #fff;
  color: #000;
  border: 3px solid #000;
  border-left: none;
  border-radius: 0 10px 10px 0;
  padding: 10px 20px;
}
.profile-welcome__welcome-text {
  font-size: 17px;
  line-height: 19px;
}
.profile-welcome__info {
  font-size: 15px;
  line-height: 19px;
  margin-top: 4px;
  margin-bottom: 12px;
}

/*
.cart {
    &__product-row {
        position: relative;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        padding-left: 76px;
        margin-bottom: 16px;
        min-height: 60px;

        &:last-of-type {
            margin-bottom: 0;
        }
    }

    &__product-image-cell {
        position: absolute;
        top: 0;
        left: 0;
    }

    &__product-title-cell {
        padding-right: 30px;
        width: 100%;
    }

    &__product-qty-cell {
        width: 50%;
    }

    &__product-price-cell {
        width: 50%;
        text-align: right;
    }

    &__product-button-cell {
        display: none;
    }

    &__product-delete-cell {
        position: absolute;
        width: 20px;
        height: 23px;
        top: 0;
        right: 0;
    }

    &__product-image {
        border-radius: 10px;
        overflow: hidden;
        display: block;
        width: 60px;
        height: 60px;

        img {
            display: block;
            width: 60px;
            height: 60px;
        }
    }

    &__product-price {
        font-weight: 700;
        color: $headingColor;
        font-size: 17px;
        line-height: 23px;
    }

    &__sale-price {
        .sale-price__original-price {
            font-size: 13px;
        }

        .sale-price__price {
            font-size: 17px;
            line-height: 23px;
        }
    }

    &__product-delete-icon {
        color: $middleGray;
        font-size: 20px;
        line-height: 20px;
        transform: translateY(1px);
        display: inline-block;
        cursor: pointer;
        @include defaultTransition;

        &:hover {
            color: $headingColor;
            @include defaultTransition;
        }
    }

}
@include media-breakpoint-up(md){
    .cart {
        display: table;
        width: 100%;

        &__product-row {
            display: table-row;
            padding-left: 0;
            width: 100%;

            > div {
                display: table-cell;
                width: auto;
                vertical-align: middle;
                text-align: center;
                position: static;
                padding: 0 5px 10px 5px;

                &.cart__product-image-cell {
                    width: 76px;
                    padding: 0 0 10px 0;
                }

                &.cart__product-delete-cell {
                    width: 30px;
                    text-align: right;
                }
            }

            &:last-of-type {
                > div {
                   padding-bottom: 0;
                }
            }
        }
    }
}
 */
.cart__heading-row {
  padding-top: 24px;
}
.cart__heading-row:first-of-type {
  padding-top: 0;
}
.cart__product-image {
  display: block;
  width: 60px;
}
.cart__product-image img {
  border-radius: 10px;
  display: block;
  width: 60px;
  height: auto;
}
.cart__product-image-holder {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
}
.cart__product-price {
  font-weight: 700;
  color: #222222;
  font-size: 17px;
  line-height: 23px;
}
.cart__sale-price .sale-price__original-price {
  font-size: 13px;
}
.cart__sale-price .sale-price__price {
  font-size: 17px;
  line-height: 23px;
}
.cart__product-delete-icon {
  color: #DFDFDF;
  font-size: 20px;
  line-height: 20px;
  transform: translateY(1px);
  display: inline-block;
  cursor: pointer;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.cart__product-delete-icon:hover {
  color: #222222;
  transition: color 0.2s linear, background-color 0.2s linear;
}

@media (max-width: 767px) {
  .cart {
    display: block;
  }
  .cart tbody {
    display: block;
  }
  .cart__heading-row {
    display: block;
  }
  .cart__heading-row td {
    display: block;
  }
  .cart__product-row {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: 76px;
    margin-bottom: 16px;
    min-height: 60px;
  }
  .cart__product-row:last-of-type {
    margin-bottom: 0;
  }
  .cart__product-image-cell {
    position: absolute;
    top: 0;
    left: 0;
  }
  .cart__product-title-cell {
    padding-right: 30px;
    width: 100%;
  }
  .cart__product-qty-cell {
    width: 50%;
  }
  .cart__product-price-cell {
    width: 50%;
    text-align: right;
  }
  .cart__product-price-cell--pt {
    padding-top: 6px;
  }
  .cart__product-button-cell {
    display: none;
  }
  .cart__product-delete-cell {
    position: absolute;
    width: 20px;
    height: 23px;
    top: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .cart {
    display: table;
    width: 100%;
  }
  .cart__heading-row td {
    padding-top: 34px;
  }
  .cart__heading-row:first-of-type td {
    padding-top: 0;
  }
  .cart__product-row {
    display: table-row;
    padding-left: 0;
    width: 100%;
  }
  .cart__product-row > td {
    vertical-align: middle;
    text-align: center;
    position: static;
    padding: 0 10px 10px 10px;
  }
  .cart__product-row > td.cart__product-image-cell {
    width: 70px;
    padding: 0 0 10px 0;
  }
  .cart__product-row > td.cart__product-delete-cell {
    width: 30px;
    text-align: right;
    padding-right: 0;
  }
  .cart__product-row:last-of-type > td {
    padding-bottom: 0;
  }
}
.cart-summary {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cart-summary__title {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.cart-summary__totals td {
  text-align: right;
}
.cart-summary__totals td:last-of-type {
  min-width: 80px;
  padding-left: 20px;
}
.cart-summary__total-price {
  font-weight: 700;
  color: #222222;
}

.select-box-list {
  display: flex;
  flex-wrap: wrap;
}
.select-box-list .select-box {
  margin-right: 10px;
  margin-bottom: 10px;
}
.select-box-list__more-btn {
  margin-top: 6px;
}

@media (min-width: 768px) {
  .select-box-list__more-btn {
    margin: 0 0 10px 30px;
  }
}
.select-box {
  display: flex;
  cursor: pointer;
}
.select-box input {
  display: none;
}
.select-box__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 13px 20px;
  border-radius: 10px;
  border: 2px solid #05C167;
  background: #fff;
}
.select-box__icon-holder {
  position: relative;
  text-align: center;
  height: 30px;
  display: inline-block;
}
.select-box__icon {
  font-size: 30px;
  line-height: 30px;
}
.select-box__image {
  display: flex;
}
.select-box__icon-checked {
  display: none;
  position: absolute;
  top: -4px;
  right: -8px;
  background: #fff;
  color: #444444;
  width: 15px;
  height: 15px;
  padding-top: 1px;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  border-radius: 50%;
}
.select-box__icon-checked--inverse {
  background: #05C167;
}
.select-box__icon-credit-card-1 .select-box__icon-checked {
  transform: translateY(3px);
}
.select-box__google-play .select-box__icon-checked {
  transform: translateX(-3px);
}
.select-box__icon-stripe-wordmark .select-box__icon-checked {
  transform: translate(-5px, 3px);
}
.select-box__icon-truck .select-box__icon-checked {
  transform: translate(0, 3px);
}
.select-box__title {
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  padding-top: 4px;
}
.select-box input:checked + .select-box__content {
  background: #444444;
  color: #fff;
}
.select-box input:checked + .select-box__content .select-box__icon {
  color: #05C167;
}
.select-box input:checked + .select-box__content .select-box__icon-checked {
  display: block;
}

.your-order__discount-code {
  max-width: 180px;
}
.your-order__agreements {
  margin-left: 24px;
}
.your-order__shipping-methods {
  margin-bottom: -10px;
}
.your-order__left {
  margin-bottom: 30px;
}
.your-order__right {
  margin-bottom: 30px;
}
.your-order__cart_wrapper {
  position: relative;
}
.your-order__cart_loader {
  position: absolute;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.your-order__cart_spinner {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #05C167;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 992px) {
  .your-order {
    display: flex;
  }
  .your-order__shipping-methods {
    margin-bottom: 10px;
  }
  .your-order__left {
    padding-right: 40px;
    border-right: 2px solid #DFDFDF;
    margin-right: 40px;
    width: calc(100% - 280px - 40px);
  }
  .your-order__right {
    width: 280px;
  }
}
.line-separator {
  margin: 10px 0;
}
.line-separator:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #DFDFDF;
}
.line-separator__dark {
  height: 2px;
  background-color: #444444;
}

@media (min-width: 768px) {
  .line-separator--indented {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.socialitelinks hr {
  margin: 20px 0 30px 0;
  border: none;
}
.socialitelinks hr:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #DFDFDF;
}

.orders-table__heading {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.previous-orders__entry {
  margin-bottom: 40px;
}
.previous-orders__entry:last-of-type {
  margin-bottom: 0;
}
.previous-orders__nav-icon {
  color: #05C167;
  font-size: 16px;
  line-height: 24px;
}

.faq__category {
  background: #444444;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  padding: 16px;
  cursor: pointer;
  position: relative;
  margin-top: 12px;
}
.faq__category:first-of-type {
  margin-top: 0;
}
.faq__category:hover .faq__image {
  filter: invert(83%) sepia(12%) saturate(6122%) hue-rotate(331deg) brightness(104%) contrast(101%);
  transition: color 0.2s linear, background-color 0.2s linear;
}
.faq__icon {
  height: 30px;
  width: 30px;
  line-height: 1;
  margin-right: 20px;
  transition: color 0.2s linear, background-color 0.2s linear;
  display: flex;
  justify-content: space-around;
}
.faq__image {
  height: 100%;
  width: auto;
  filter: invert(48%) sepia(22%) saturate(5916%) hue-rotate(122deg) brightness(104%) contrast(96%);
}
.faq__title {
  color: #fff;
  margin: 0;
  padding-right: 30px;
  font-size: 17px;
  line-height: 21px;
}
.faq__toggler {
  color: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 9px;
  line-height: 1;
}
.faq__category.collapsed .faq__toggler {
  transform: translateY(-50%) rotate(180deg);
}
.faq__entries {
  padding: 0 20px;
}
.faq__entry {
  padding: 16px 0 20px 0;
  border-bottom: 1px solid #DFDFDF;
}
.faq__entry:last-of-type {
  border-bottom: none;
  padding-bottom: 8px;
}
.faq__subtitle {
  margin-bottom: 10px;
}
.faq .html {
  font-size: 15px;
  line-height: 18px;
}

@media (min-width: 768px) {
  .faq__category {
    padding: 20px;
    margin-top: 20px;
  }
  .faq__category:first-of-type {
    margin-top: 0;
  }
  .faq__icon {
    font-size: 30px;
    line-height: 1;
  }
  .faq__title {
    font-size: 21px;
    line-height: 25px;
    padding-right: 50px;
  }
  .faq__toggler {
    font-size: 11px;
    line-height: 1;
    right: 30px;
  }
}
.combo-pack__heading {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 12px 0;
}
.combo-pack__description {
  margin-bottom: 30px;
}
.combo-pack__products {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.combo-pack__products > div {
  width: 50%;
  padding: 0 10px 20px 10px;
  max-width: 130px;
}
.combo-pack__product {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.combo-pack__save-now-text {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 12px;
}
.combo-pack__promo {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .combo-pack--wide {
    display: flex;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px;
    justify-content: space-between;
  }
  .combo-pack--wide .combo-pack__heading {
    font-size: 24px;
    line-height: 32px;
  }
  .combo-pack--wide .combo-pack__description {
    font-size: 17px;
    line-height: 23px;
  }
  .combo-pack--wide .combo-pack__info,
.combo-pack--wide .combo-pack__promo {
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
    max-width: 440px;
  }
  .combo-pack--wide .combo-pack__description {
    margin-bottom: 40px;
  }
  .combo-pack--wide .combo-pack__promo {
    max-width: 240px;
    margin-top: 0;
    margin-right: 90px;
  }
  .combo-pack--wide .combo-pack__save-now-text {
    text-align: center;
  }
}
.finalize-welcome {
  display: flex;
  align-items: center;
}
.finalize-welcome__icon {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #444444;
  color: #05C167;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .finalize-welcome__icon {
    width: 120px;
    height: 120px;
    font-size: 76px;
    line-height: 120px;
    margin-right: 40px;
  }
}
.finalize-info {
  display: flex;
  align-items: center;
}
.finalize-info__icon {
  color: #05C167;
  font-size: 20px;
  line-height: 20px;
  margin-right: 25px;
  display: block;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.finalize-info__icon.icon-truck {
  font-size: 30px;
}
.finalize-info__icon.icon-clock {
  font-size: 20px;
}
.finalize-info__icon.icon-envelop {
  font-size: 24px;
}
.finalize-info__icon.icon-invoice {
  font-size: 24px;
}

.footer {
  font-size: 13px;
  line-height: 18px;
  padding-top: 36px;
}
.footer__logo {
  display: inline-block;
  margin-bottom: 32px;
}
.footer__logo img {
  display: block;
  height: 30px;
  width: auto;
}
.footer__heading {
  color: #858585;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-weight: 400;
}
.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__links li {
  margin-bottom: 10px;
}
.footer__links li:last-of-type {
  margin-bottom: 0;
}
.footer__links li a {
  color: #222222;
}
.footer__links li a:hover {
  color: #FFAF37;
}

@media (min-width: 768px) {
  .footer__logo {
    margin-bottom: 36px;
  }
  .footer__logo img {
    height: 50px;
  }
}
.footer-bottom {
  padding-bottom: 30px;
}
.footer-bottom__copyright {
  font-size: 13px;
  line-height: 18px;
  color: #858585;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-bottom__copyright {
    margin-bottom: 0;
  }
}
.footer-payment-logos {
  display: flex;
  align-items: center;
}
.footer-payment-logos img {
  display: block;
  width: auto;
  margin-right: 20px;
}
.footer-payment-logos__mastercard {
  height: 25px;
}
.footer-payment-logos__visa {
  height: 28px;
}
.footer-payment-logos__stripe {
  height: 25px;
}

@media (min-width: 992px) {
  .footer-payment-logos img {
    margin: 0 0 0 20px;
  }
}
@media (min-width: 992px) {
  .bubble {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
  }
  .bubble--image-layer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*
    &:after {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: $colorBubbleLightGray;
        opacity: 0.5;
    }
    */
  }

  .bubble-holder {
    position: relative;
  }
  .bubble-holder__content {
    position: relative;
    z-index: 100;
  }
  .bubble-holder--footer .bubble-1 {
    top: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    background-color: #FED79E;
  }
  .bubble-holder--footer .bubble-2 {
    top: 0;
    left: calc(50% + 175px);
    width: 45px;
    height: 45px;
    background-color: #DFDFDF;
  }
  .bubble-holder--footer .bubble-3 {
    top: 120px;
    left: calc(50% + 250px);
    width: 23px;
    height: 23px;
    background-color: #FED79E;
  }
  .bubble-holder--step-zero .bubble-1 {
    top: 10px;
    left: calc(50% + 84px);
    width: 66px;
    height: 66px;
    background-color: #DFDFDF;
  }
  .bubble-holder--step-zero .bubble-2 {
    top: 76px;
    left: calc(50% + 254px);
    width: 100px;
    height: 100px;
    background-color: #FED79E;
  }
  .bubble-holder--step-zero .bubble-3 {
    top: 174px;
    left: calc(50% + 57px);
    width: 27px;
    height: 27px;
    background-color: #DFDFDF;
  }
  .bubble-holder--step-zero .bubble-4 {
    top: 136px;
    left: -148px;
    width: 60px;
    height: 60px;
    background-color: #FED79E;
  }
  .bubble-holder--landing-promo-1 .bubble-1 {
    top: 0px;
    left: -148px;
    width: 76px;
    height: 76px;
    background-color: #FED79E;
  }
  .bubble-holder--landing-promo-1 .bubble-2 {
    top: -38px;
    left: 81px;
    width: 412px;
    height: 412px;
    background-color: #F4F4F4;
  }
  .bubble-holder--landing-promo-1 .bubble-3 {
    top: 110px;
    left: 467px;
    width: 56px;
    height: 56px;
    background-color: #FED79E;
  }
  .bubble-holder--landing-promo-1 .bubble-4 {
    top: -34px;
    left: calc(50% + 160px);
    width: 250px;
    height: 250px;
    background-color: #FED79E;
  }
  .bubble-holder--landing-promo-1 .bubble-5 {
    top: 285px;
    left: 150px;
    width: 250px;
    height: 250px;
    background-color: #FED79E;
  }
  .bubble-holder--landing-promo-1 .bubble-6 {
    top: 310px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: #FED79E;
  }
  .bubble-holder--landing-promo-1 .bubble-7 {
    top: 434px;
    left: calc(50% + 234px);
    width: 100px;
    height: 100px;
    background-color: #FED79E;
  }
  .bubble-holder--landing-promo-1 .bubble-8 {
    top: 612px;
    left: calc(50% + 345px);
    width: 45px;
    height: 45px;
    background-color: #DFDFDF;
  }
  .bubble-holder--landing-promo-1 .bubble-9 {
    top: 654px;
    left: calc(50% + 256px);
    width: 23px;
    height: 23px;
    background-color: #FED79E;
  }
  .bubble-holder--landing-promo-1 .bubble-10 {
    top: 800px;
    left: calc(50% + 142px);
    width: 38px;
    height: 38px;
    background-color: #FED79E;
  }
  .bubble-holder--landing-promo-1--big .bubble-7 {
    top: 368px;
    left: calc(50% + 278px);
  }
  .bubble-holder--landing-promo-1--big .bubble-8 {
    top: 498px;
    left: calc(50% + 390px);
  }
  .bubble-holder--landing-promo-1--big .bubble-9 {
    top: 577px;
    left: calc(50% + 330px);
  }
  .bubble-holder--landing-promo-2 .bubble-1 {
    top: 136px;
    left: -148px;
    width: 60px;
    height: 60px;
    background-color: #FED79E;
  }
  .bubble-holder--landing-promo-2 .bubble-2 {
    top: -38px;
    left: 81px;
    width: 412px;
    height: 412px;
    background-color: #F4F4F4;
  }
  .bubble-holder--landing-promo-2 .bubble-3 {
    top: -30px;
    left: calc(50% + 170px);
    width: 100px;
    height: 100px;
    background-color: #FED79E;
  }
  .bubble-holder--landing-promo-2 .bubble-4 {
    top: 110px;
    left: calc(50% + 95px);
    width: 66px;
    height: 66px;
    background-color: #DFDFDF;
  }
  .bubble-holder--landing-promo-2 .bubble-5 {
    top: 123px;
    left: calc(50% + 130px);
    width: 27px;
    height: 27px;
    background-color: #DFDFDF;
  }
  .bubble-holder--landing-promo-2 .bubble-6 {
    top: 580px;
    left: calc(50% + 205px);
    width: 45px;
    height: 45px;
    background-color: #DFDFDF;
  }
  .bubble-holder--landing-promo-2 .bubble-7 {
    top: 626px;
    left: calc(50% + 280px);
    width: 23px;
    height: 23px;
    background-color: #FED79E;
  }
  .bubble-holder--landing-promo-2 .bubble-8 {
    top: 476px;
    left: 80px;
    width: 60px;
    height: 60px;
    background-color: #FED79E;
  }
  .bubble-holder--landing-promo-2 .bubble-9 {
    top: 642px;
    left: calc(50% - 42px);
    width: 37px;
    height: 37px;
    background-color: #DFDFDF;
  }
  .bubble-holder--landing-promo-2 .bubble-10 {
    top: 810px;
    left: calc(50% + 142px);
    width: 38px;
    height: 38px;
    background-color: #FED79E;
  }
  .bubble-holder--landing-promo-categories .bubble-1 {
    top: -17px;
    left: calc(50% + 407px);
    width: 33px;
    height: 33px;
    background-color: #FED79E;
  }
  .bubble-holder--landing-promo-categories .bubble-2 {
    top: 69px;
    left: calc(50% + 102px);
    width: 45px;
    height: 45px;
    background-color: #585858;
  }
  .bubble-holder--landing-promo-categories .bubble-3 {
    top: 123px;
    right: calc(50% + 92px);
    width: 33px;
    height: 33px;
    background-color: #FED79E;
  }
  .bubble-holder--landing-promo-categories .bubble-4 {
    top: 86px;
    left: -80px;
    width: 183px;
    height: 183px;
    background-color: #585858;
  }
  .bubble-holder--landing-promo-categories .bubble-5 {
    top: 214px;
    left: calc(50% + 216px);
    width: 60px;
    height: 60px;
    background-color: #FED79E;
  }
  .bubble-holder--landing-promo-categories .bubble-6 {
    top: 356px;
    right: -96px;
    width: 260px;
    height: 260px;
    background-color: #585858;
  }
  .bubble-holder--combo-pack .bubble-1 {
    top: 60px;
    right: 50%;
    width: 44px;
    height: 44px;
    background-color: #585858;
  }
  .bubble-holder--combo-pack .bubble-2 {
    top: 12px;
    left: calc(50% + 56px);
    width: 22px;
    height: 22px;
    background-color: #585858;
  }
  .bubble-holder--combo-pack .bubble-3 {
    top: 40px;
    left: calc(50% + 165px);
    width: 18px;
    height: 18px;
    background-color: #585858;
  }
  .bubble-holder--combo-pack .bubble-4 {
    top: 24px;
    left: calc(50% + 266px);
    width: 28px;
    height: 28px;
    background-color: #FFAF37;
  }
  .bubble-holder--combo-pack .bubble-5 {
    top: 58px;
    left: calc(50% + 100px);
    width: 20px;
    height: 20px;
    background-color: #FFAF37;
  }
  .bubble-holder--combo-pack .bubble-6 {
    top: 130px;
    left: calc(50% + 103px);
    width: 27px;
    height: 27px;
    background-color: #585858;
  }
  .bubble-holder--combo-pack .bubble-7 {
    top: 176px;
    left: calc(50% + 22px);
    width: 18px;
    height: 18px;
    background-color: #585858;
  }
  .bubble-holder--combo-pack .bubble-8 {
    top: 202px;
    left: calc(50% + 136px);
    width: 37px;
    height: 37px;
    background-color: #FFAF37;
  }
  .bubble-holder--combo-pack .bubble-9 {
    top: 166px;
    left: calc(50% + 237px);
    width: 44px;
    height: 44px;
    background-color: #585858;
  }
}
.browse-other-options {
  position: relative;
  margin-bottom: 80px;
}
.browse-other-options__icon {
  font-size: 110px;
  line-height: 1;
  color: #222222;
}
.browse-other-options__text {
  font-family: "Indie Flower", sans-serif;
  font-size: 30px;
  line-height: 81%;
  position: absolute;
  top: 18px;
  left: 104px;
  transform: rotate(14.1deg);
}

.check-the-categories {
  position: absolute;
  top: 80px;
  left: calc(50% + 190px);
}
.check-the-categories__icon {
  font-size: 70px;
  line-height: 1;
  color: #fff;
}
.check-the-categories__text {
  font-family: "Indie Flower", sans-serif;
  font-size: 30px;
  line-height: 81%;
  position: absolute;
  bottom: calc(100% + 14px);
  left: 30px;
  transform: rotate(14.1deg);
  color: #fff;
}

@media (min-width: 992px) {
  .row--landing-promo-2 > div:first-of-type {
    transform: translateX(-10px);
  }
  .row--landing-promo-2 > div:last-of-type {
    transform: translateX(10px);
  }
}
@media (min-width: 992px) {
  .heading--landing-promo-1 {
    padding-top: 20px;
  }
}
.landing-promo-1__promo-product-wrapper {
  margin: 0 auto 20px auto;
  max-width: 370px;
  width: 100%;
}
.landing-promo-1__promo-product-wrapper--big {
  max-width: 460px;
}

@media (min-width: 992px) {
  .landing-promo-1__promo-product-wrapper--big .productbox__footer .btn {
    min-width: 254px !important;
  }
}
@media (min-width: 992px) {
  .landing-promo-1__promo-product-wrapper {
    transform: translateX(85px);
  }
}
.filterbar {
  display: flex;
  flex-wrap: wrap;
}
.filterbar__icon_wrapper {
  height: 25px;
  width: 25px;
  line-height: 1;
  margin-right: 20px;
  transition: color 0.2s linear, background-color 0.2s linear;
  display: flex;
  justify-content: space-around;
}
.filterbar__image {
  transition: color 0.2s linear, background-color 0.2s linear;
  height: 100%;
  width: auto;
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
}
input:checked + .filterbar__filter .filterbar__image {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(328deg) brightness(102%) contrast(101%);
}
.filterbar__group {
  margin-right: 30px;
  margin-bottom: 6px;
}
.filterbar__group:last-of-type {
  margin-right: 0;
}
.filterbar__label {
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.filterbar__filters {
  display: flex;
  flex-wrap: wrap;
}
.filterbar label {
  margin-right: 10px;
  margin-bottom: 10px;
  /*
  &:last-of-type {
      margin-right: 0;
  }
  */
}
.filterbar__filter {
  border: 2px solid #444444;
  padding: 6px 8px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
}
.filterbar__icon {
  font-size: 24px;
  line-height: 1;
  margin-right: 10px;
}
.filterbar__text {
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
}
input:checked + .filterbar__filter {
  border-color: #05C167;
  background-color: #444444;
  color: #fff;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
}
.filterbar .filterbar__group.filterbar__group--vehicle .filterbar__filter {
  padding-top: 4px;
  padding-bottom: 4px;
}
.filterbar .filterbar__group.filterbar__group--vehicle .filterbar__filter .filterbar__icon {
  font-size: 28px;
  line-height: 1;
}

.breadcrumbs {
  text-transform: uppercase;
  font-weight: 600;
}
.breadcrumbs a {
  color: #444444;
}
.breadcrumbs a:hover {
  color: #05C167;
}
.breadcrumbs__separator {
  color: #05C167;
}

.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%;
  }
}
.cookie-consent-info {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  color: #444444;
  padding: 20px;
  z-index: 1000;
  box-shadow: 0 0px 10px rgba(21, 21, 21, 0.15);
}
.cookie-consent-info__link {
  cursor: pointer;
}
.cookie-consent-info__link:hover {
  color: #FFAF37;
}

.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: flex;
  align-items: 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;
}
.cookie-consent-settings label span {
  display: block;
}

@media (min-width: 768px) {
  .cookie-consent-settings__modal {
    max-width: 700px;
  }
}
body.cookie-consent-modal-opened {
  overflow: hidden;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 13px;
  line-height: 15px;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #FFAF37;
}
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #FFAF37;
}
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #FFAF37;
}
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #FFAF37;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #FFAF37;
  border-radius: 6px;
}
.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.swal2-container.productbox-style .swal2-popup {
  width: 320px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.swal2-container.productbox-style .swal2-popup .swal2-title {
  color: #222222;
  font-size: 17px;
  line-height: 23px;
  margin: 0 0 5px 0;
  font-weight: 600;
}
.swal2-container.productbox-style .swal2-popup .swal2-content {
  font-size: 13px !important;
  line-height: 17px;
}
.swal2-container.productbox-style .swal2-popup .swal2-confirm.swal2-styled {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 12px 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #05C167;
  border: none;
  position: relative;
  border-radius: 8px;
  font-family: "Open Sans", sans-serif;
  transition: color 0.2s linear, background-color 0.2s linear;
  margin: 0;
  outline: none;
  font-size: 13px;
  line-height: 17px;
}
.swal2-container.productbox-style .swal2-popup .swal2-confirm.swal2-styled:hover {
  transition: color 0.2s linear, background-color 0.2s linear;
  color: #fff;
  background: #FFAF37;
}
.swal2-container.productbox-style .swal2-popup .swal2-styled:focus {
  box-shadow: none !important;
}

@media (min-width: 576px) {
  .w-md-50 {
    width: 50%;
  }
}
.swal-wide {
  width: 850px !important;
}

.size-chart-wrapper {
  font-family: Oswald;
  border: 2px solid #05C167;
  border-radius: 8px;
}
.size-chart-wrapper th, .size-chart-wrapper td {
  width: calc(100%/7);
}
.size-chart-wrapper table, .size-chart-wrapper th, .size-chart-wrapper td, .size-chart-wrapper tr {
  font-weight: 100;
}
.size-chart-wrapper table {
  width: 100%;
  text-transform: uppercase;
  border-spacing: 0;
}
.size-chart-wrapper th {
  background: #444444;
  color: white;
  border: 1px solid white;
  border-collapse: collapse;
}
.size-chart-wrapper .border {
  border: 1px solid !important;
}
.size-chart-wrapper table tr:first-child th {
  border-top: 0;
}
.size-chart-wrapper table tr th:first-child {
  border-left: 0;
}
.size-chart-wrapper table tr:last-child th {
  border-bottom: 0;
}
.size-chart-wrapper table tr th:last-child {
  border-right: 0;
}
.size-chart-wrapper .size-chart-units {
  text-transform: lowercase;
  font-size: 11pt;
}
.size-chart-wrapper .size-chart-title {
  padding: 0 10px;
  font-size: 20pt;
  font-weight: bold;
  text-align: left;
  color: black;
}
.size-chart-wrapper .size-chart-logo {
  float: right;
  width: 130px;
}
.size-chart-wrapper .size-chart-dynamic table {
  font-size: 11pt;
  border-style: hidden;
  border-top: 2px solid #05C167;
}
.size-chart-wrapper .size-chart-dynamic td {
  border: 1px solid #444444;
  border-collapse: collapse;
  padding: 5px;
}
.size-chart-wrapper .size-chart-dynamic tbody {
  border-top: 1px solid #05C167;
}
.size-chart-wrapper .size-chart-dynamic table tr:first-child td {
  border-top: 0;
}
.size-chart-wrapper .size-chart-dynamic table tr td:first-child {
  border-left: 0;
}
.size-chart-wrapper .size-chart-dynamic table tr:last-child td {
  border-bottom: 0;
}
.size-chart-wrapper .size-chart-dynamic table tr td:last-child {
  border-right: 0;
}

.info__wrap {
  height: 30px;
  width: 30px;
  line-height: 1;
  margin-right: 20px;
  transition: color 0.2s linear, background-color 0.2s linear;
  display: flex;
  justify-content: space-around;
}
.info__image {
  height: 100%;
  width: auto;
  filter: invert(48%) sepia(22%) saturate(5916%) hue-rotate(122deg) brightness(104%) contrast(96%);
}

.hide {
  display: none !important;
}

.btn-danger {
  background: #DB3A34;
}

.space-between-align-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.error-page__code {
  font-size: 80px;
  color: #DB3A34;
  text-align: center;
  line-height: 80px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.error-page__header {
  font-size: 24px;
  text-align: center;
}
.error-page__message {
  font-size: 16px;
  text-align: center;
}


.button-gray {
    background-color: gray!important;
}

.button-gray:hover {
    background-color: darkgray!important;
}
