@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 6, bootstrap.min.css */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }

/* line 6, bootstrap.min.css */
*, ::after, ::before {
  box-sizing: border-box; }

/* line 6, bootstrap.min.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }
/* line 6, bootstrap.min.css */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

/* line 6, bootstrap.min.css */
body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

/* line 6, bootstrap.min.css */
[tabindex="-1"]:focus {
  outline: 0 !important; }

/* line 6, bootstrap.min.css */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* line 6, bootstrap.min.css */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

/* line 6, bootstrap.min.css */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 6, bootstrap.min.css */
abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

/* line 6, bootstrap.min.css */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

/* line 6, bootstrap.min.css */
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 6, bootstrap.min.css */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

/* line 6, bootstrap.min.css */
dt {
  font-weight: 700; }

/* line 6, bootstrap.min.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0; }

/* line 6, bootstrap.min.css */
blockquote {
  margin: 0 0 1rem; }

/* line 6, bootstrap.min.css */
dfn {
  font-style: italic; }

/* line 6, bootstrap.min.css */
b, strong {
  font-weight: bolder; }

/* line 6, bootstrap.min.css */
small {
  font-size: 80%; }

/* line 6, bootstrap.min.css */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 6, bootstrap.min.css */
sub {
  bottom: -.25em; }

/* line 6, bootstrap.min.css */
sup {
  top: -.5em; }

/* line 6, bootstrap.min.css */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

/* line 6, bootstrap.min.css */
a:hover {
  color: #0056b3;
  text-decoration: underline; }

/* line 6, bootstrap.min.css */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

/* line 6, bootstrap.min.css */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

/* line 6, bootstrap.min.css */
a:not([href]):not([tabindex]):focus {
  outline: 0; }

/* line 6, bootstrap.min.css */
code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em; }

/* line 6, bootstrap.min.css */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

/* line 6, bootstrap.min.css */
figure {
  margin: 0 0 1rem; }

/* line 6, bootstrap.min.css */
img {
  vertical-align: middle;
  border-style: none; }

/* line 6, bootstrap.min.css */
svg {
  overflow: hidden;
  vertical-align: middle; }

/* line 6, bootstrap.min.css */
table {
  border-collapse: collapse; }

/* line 6, bootstrap.min.css */
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

/* line 6, bootstrap.min.css */
th {
  text-align: inherit; }

/* line 6, bootstrap.min.css */
label {
  display: inline-block;
  margin-bottom: .5rem; }

/* line 6, bootstrap.min.css */
button {
  border-radius: 0; }

/* line 6, bootstrap.min.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/* line 6, bootstrap.min.css */
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 6, bootstrap.min.css */
button, input {
  overflow: visible; }

/* line 6, bootstrap.min.css */
button, select {
  text-transform: none; }

/* line 6, bootstrap.min.css */
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

/* line 6, bootstrap.min.css */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/* line 6, bootstrap.min.css */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

/* line 6, bootstrap.min.css */
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox; }

/* line 6, bootstrap.min.css */
textarea {
  overflow: auto;
  resize: vertical; }

/* line 6, bootstrap.min.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* line 6, bootstrap.min.css */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

/* line 6, bootstrap.min.css */
progress {
  vertical-align: baseline; }

/* line 6, bootstrap.min.css */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

/* line 6, bootstrap.min.css */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none; }

/* line 6, bootstrap.min.css */
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 6, bootstrap.min.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

/* line 6, bootstrap.min.css */
output {
  display: inline-block; }

/* line 6, bootstrap.min.css */
summary {
  display: list-item;
  cursor: pointer; }

/* line 6, bootstrap.min.css */
template {
  display: none; }

/* line 6, bootstrap.min.css */
[hidden] {
  display: none !important; }

/* line 6, bootstrap.min.css */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

/* line 6, bootstrap.min.css */
.h1, h1 {
  font-size: 2.5rem; }

/* line 6, bootstrap.min.css */
.h2, h2 {
  font-size: 2rem; }

/* line 6, bootstrap.min.css */
.h3, h3 {
  font-size: 1.75rem; }

/* line 6, bootstrap.min.css */
.h4, h4 {
  font-size: 1.5rem; }

/* line 6, bootstrap.min.css */
.h5, h5 {
  font-size: 1.25rem; }

/* line 6, bootstrap.min.css */
.h6, h6 {
  font-size: 1rem; }

/* line 6, bootstrap.min.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300; }

/* line 6, bootstrap.min.css */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 6, bootstrap.min.css */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 6, bootstrap.min.css */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 6, bootstrap.min.css */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 6, bootstrap.min.css */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* line 6, bootstrap.min.css */
.small, small {
  font-size: 80%;
  font-weight: 400; }

/* line 6, bootstrap.min.css */
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3; }

/* line 6, bootstrap.min.css */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* line 6, bootstrap.min.css */
.list-inline {
  padding-left: 0;
  list-style: none; }

/* line 6, bootstrap.min.css */
.list-inline-item {
  display: inline-block; }

/* line 6, bootstrap.min.css */
.list-inline-item:not(:last-child) {
  margin-right: .5rem; }

/* line 6, bootstrap.min.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 6, bootstrap.min.css */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

/* line 6, bootstrap.min.css */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

/* line 6, bootstrap.min.css */
.blockquote-footer::before {
  content: "\2014 \00A0"; }

/* line 6, bootstrap.min.css */
.img-fluid {
  max-width: 100%;
  height: auto; }

/* line 6, bootstrap.min.css */
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto; }

/* line 6, bootstrap.min.css */
.figure {
  display: inline-block; }

/* line 6, bootstrap.min.css */
.figure-img {
  margin-bottom: .5rem;
  line-height: 1; }

/* line 6, bootstrap.min.css */
.figure-caption {
  font-size: 90%;
  color: #6c757d; }

/* line 6, bootstrap.min.css */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

/* line 6, bootstrap.min.css */
a > code {
  color: inherit; }

/* line 6, bootstrap.min.css */
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem; }

/* line 6, bootstrap.min.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

/* line 6, bootstrap.min.css */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

/* line 6, bootstrap.min.css */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

/* line 6, bootstrap.min.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 6, bootstrap.min.css */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  /* line 6, bootstrap.min.css */
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  /* line 6, bootstrap.min.css */
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  /* line 6, bootstrap.min.css */
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  /* line 6, bootstrap.min.css */
  .container {
    max-width: 1140px; } }
/* line 6, bootstrap.min.css */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/* line 6, bootstrap.min.css */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-right:-15px;margin-left:-15px*/ }

/* line 6, bootstrap.min.css */
.no-gutters {
  margin-right: 0;
  margin-left: 0; }

/* line 6, bootstrap.min.css */
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/* line 6, bootstrap.min.css */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

/* line 6, bootstrap.min.css */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

/* line 6, bootstrap.min.css */
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

/* line 6, bootstrap.min.css */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

/* line 6, bootstrap.min.css */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

/* line 6, bootstrap.min.css */
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

/* line 6, bootstrap.min.css */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

/* line 6, bootstrap.min.css */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

/* line 6, bootstrap.min.css */
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

/* line 6, bootstrap.min.css */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

/* line 6, bootstrap.min.css */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

/* line 6, bootstrap.min.css */
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

/* line 6, bootstrap.min.css */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

/* line 6, bootstrap.min.css */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

/* line 6, bootstrap.min.css */
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

/* line 6, bootstrap.min.css */
.order-first {
  -ms-flex-order: -1;
  order: -1; }

/* line 6, bootstrap.min.css */
.order-last {
  -ms-flex-order: 13;
  order: 13; }

/* line 6, bootstrap.min.css */
.order-0 {
  -ms-flex-order: 0;
  order: 0; }

/* line 6, bootstrap.min.css */
.order-1 {
  -ms-flex-order: 1;
  order: 1; }

/* line 6, bootstrap.min.css */
.order-2 {
  -ms-flex-order: 2;
  order: 2; }

/* line 6, bootstrap.min.css */
.order-3 {
  -ms-flex-order: 3;
  order: 3; }

/* line 6, bootstrap.min.css */
.order-4 {
  -ms-flex-order: 4;
  order: 4; }

/* line 6, bootstrap.min.css */
.order-5 {
  -ms-flex-order: 5;
  order: 5; }

/* line 6, bootstrap.min.css */
.order-6 {
  -ms-flex-order: 6;
  order: 6; }

/* line 6, bootstrap.min.css */
.order-7 {
  -ms-flex-order: 7;
  order: 7; }

/* line 6, bootstrap.min.css */
.order-8 {
  -ms-flex-order: 8;
  order: 8; }

/* line 6, bootstrap.min.css */
.order-9 {
  -ms-flex-order: 9;
  order: 9; }

/* line 6, bootstrap.min.css */
.order-10 {
  -ms-flex-order: 10;
  order: 10; }

/* line 6, bootstrap.min.css */
.order-11 {
  -ms-flex-order: 11;
  order: 11; }

/* line 6, bootstrap.min.css */
.order-12 {
  -ms-flex-order: 12;
  order: 12; }

/* line 6, bootstrap.min.css */
.offset-1 {
  margin-left: 8.333333%; }

/* line 6, bootstrap.min.css */
.offset-2 {
  margin-left: 16.666667%; }

/* line 6, bootstrap.min.css */
.offset-3 {
  margin-left: 25%; }

/* line 6, bootstrap.min.css */
.offset-4 {
  margin-left: 33.333333%; }

/* line 6, bootstrap.min.css */
.offset-5 {
  margin-left: 41.666667%; }

/* line 6, bootstrap.min.css */
.offset-6 {
  margin-left: 50%; }

/* line 6, bootstrap.min.css */
.offset-7 {
  margin-left: 58.333333%; }

/* line 6, bootstrap.min.css */
.offset-8 {
  margin-left: 66.666667%; }

/* line 6, bootstrap.min.css */
.offset-9 {
  margin-left: 75%; }

/* line 6, bootstrap.min.css */
.offset-10 {
  margin-left: 83.333333%; }

/* line 6, bootstrap.min.css */
.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  /* line 6, bootstrap.min.css */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 6, bootstrap.min.css */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  /* line 6, bootstrap.min.css */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  /* line 6, bootstrap.min.css */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  /* line 6, bootstrap.min.css */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 6, bootstrap.min.css */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  /* line 6, bootstrap.min.css */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  /* line 6, bootstrap.min.css */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 6, bootstrap.min.css */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  /* line 6, bootstrap.min.css */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  /* line 6, bootstrap.min.css */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 6, bootstrap.min.css */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  /* line 6, bootstrap.min.css */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  /* line 6, bootstrap.min.css */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 6, bootstrap.min.css */
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  /* line 6, bootstrap.min.css */
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  /* line 6, bootstrap.min.css */
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  /* line 6, bootstrap.min.css */
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  /* line 6, bootstrap.min.css */
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  /* line 6, bootstrap.min.css */
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  /* line 6, bootstrap.min.css */
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  /* line 6, bootstrap.min.css */
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  /* line 6, bootstrap.min.css */
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  /* line 6, bootstrap.min.css */
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  /* line 6, bootstrap.min.css */
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  /* line 6, bootstrap.min.css */
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  /* line 6, bootstrap.min.css */
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  /* line 6, bootstrap.min.css */
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  /* line 6, bootstrap.min.css */
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  /* line 6, bootstrap.min.css */
  .offset-sm-0 {
    margin-left: 0; }

  /* line 6, bootstrap.min.css */
  .offset-sm-1 {
    margin-left: 8.333333%; }

  /* line 6, bootstrap.min.css */
  .offset-sm-2 {
    margin-left: 16.666667%; }

  /* line 6, bootstrap.min.css */
  .offset-sm-3 {
    margin-left: 25%; }

  /* line 6, bootstrap.min.css */
  .offset-sm-4 {
    margin-left: 33.333333%; }

  /* line 6, bootstrap.min.css */
  .offset-sm-5 {
    margin-left: 41.666667%; }

  /* line 6, bootstrap.min.css */
  .offset-sm-6 {
    margin-left: 50%; }

  /* line 6, bootstrap.min.css */
  .offset-sm-7 {
    margin-left: 58.333333%; }

  /* line 6, bootstrap.min.css */
  .offset-sm-8 {
    margin-left: 66.666667%; }

  /* line 6, bootstrap.min.css */
  .offset-sm-9 {
    margin-left: 75%; }

  /* line 6, bootstrap.min.css */
  .offset-sm-10 {
    margin-left: 83.333333%; }

  /* line 6, bootstrap.min.css */
  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  /* line 6, bootstrap.min.css */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 6, bootstrap.min.css */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  /* line 6, bootstrap.min.css */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  /* line 6, bootstrap.min.css */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  /* line 6, bootstrap.min.css */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 6, bootstrap.min.css */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  /* line 6, bootstrap.min.css */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  /* line 6, bootstrap.min.css */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 6, bootstrap.min.css */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  /* line 6, bootstrap.min.css */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  /* line 6, bootstrap.min.css */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 6, bootstrap.min.css */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  /* line 6, bootstrap.min.css */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  /* line 6, bootstrap.min.css */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 6, bootstrap.min.css */
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  /* line 6, bootstrap.min.css */
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  /* line 6, bootstrap.min.css */
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  /* line 6, bootstrap.min.css */
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  /* line 6, bootstrap.min.css */
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  /* line 6, bootstrap.min.css */
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  /* line 6, bootstrap.min.css */
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  /* line 6, bootstrap.min.css */
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  /* line 6, bootstrap.min.css */
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  /* line 6, bootstrap.min.css */
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  /* line 6, bootstrap.min.css */
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  /* line 6, bootstrap.min.css */
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  /* line 6, bootstrap.min.css */
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  /* line 6, bootstrap.min.css */
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  /* line 6, bootstrap.min.css */
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  /* line 6, bootstrap.min.css */
  .offset-md-0 {
    margin-left: 0; }

  /* line 6, bootstrap.min.css */
  .offset-md-1 {
    margin-left: 8.333333%; }

  /* line 6, bootstrap.min.css */
  .offset-md-2 {
    margin-left: 16.666667%; }

  /* line 6, bootstrap.min.css */
  .offset-md-3 {
    margin-left: 25%; }

  /* line 6, bootstrap.min.css */
  .offset-md-4 {
    margin-left: 33.333333%; }

  /* line 6, bootstrap.min.css */
  .offset-md-5 {
    margin-left: 41.666667%; }

  /* line 6, bootstrap.min.css */
  .offset-md-6 {
    margin-left: 50%; }

  /* line 6, bootstrap.min.css */
  .offset-md-7 {
    margin-left: 58.333333%; }

  /* line 6, bootstrap.min.css */
  .offset-md-8 {
    margin-left: 66.666667%; }

  /* line 6, bootstrap.min.css */
  .offset-md-9 {
    margin-left: 75%; }

  /* line 6, bootstrap.min.css */
  .offset-md-10 {
    margin-left: 83.333333%; }

  /* line 6, bootstrap.min.css */
  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  /* line 6, bootstrap.min.css */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 6, bootstrap.min.css */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  /* line 6, bootstrap.min.css */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  /* line 6, bootstrap.min.css */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  /* line 6, bootstrap.min.css */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 6, bootstrap.min.css */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  /* line 6, bootstrap.min.css */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  /* line 6, bootstrap.min.css */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 6, bootstrap.min.css */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  /* line 6, bootstrap.min.css */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  /* line 6, bootstrap.min.css */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 6, bootstrap.min.css */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  /* line 6, bootstrap.min.css */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  /* line 6, bootstrap.min.css */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 6, bootstrap.min.css */
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  /* line 6, bootstrap.min.css */
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  /* line 6, bootstrap.min.css */
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  /* line 6, bootstrap.min.css */
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  /* line 6, bootstrap.min.css */
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  /* line 6, bootstrap.min.css */
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  /* line 6, bootstrap.min.css */
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  /* line 6, bootstrap.min.css */
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  /* line 6, bootstrap.min.css */
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  /* line 6, bootstrap.min.css */
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  /* line 6, bootstrap.min.css */
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  /* line 6, bootstrap.min.css */
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  /* line 6, bootstrap.min.css */
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  /* line 6, bootstrap.min.css */
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  /* line 6, bootstrap.min.css */
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  /* line 6, bootstrap.min.css */
  .offset-lg-0 {
    margin-left: 0; }

  /* line 6, bootstrap.min.css */
  .offset-lg-1 {
    margin-left: 8.333333%; }

  /* line 6, bootstrap.min.css */
  .offset-lg-2 {
    margin-left: 16.666667%; }

  /* line 6, bootstrap.min.css */
  .offset-lg-3 {
    margin-left: 25%; }

  /* line 6, bootstrap.min.css */
  .offset-lg-4 {
    margin-left: 33.333333%; }

  /* line 6, bootstrap.min.css */
  .offset-lg-5 {
    margin-left: 41.666667%; }

  /* line 6, bootstrap.min.css */
  .offset-lg-6 {
    margin-left: 50%; }

  /* line 6, bootstrap.min.css */
  .offset-lg-7 {
    margin-left: 58.333333%; }

  /* line 6, bootstrap.min.css */
  .offset-lg-8 {
    margin-left: 66.666667%; }

  /* line 6, bootstrap.min.css */
  .offset-lg-9 {
    margin-left: 75%; }

  /* line 6, bootstrap.min.css */
  .offset-lg-10 {
    margin-left: 83.333333%; }

  /* line 6, bootstrap.min.css */
  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  /* line 6, bootstrap.min.css */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 6, bootstrap.min.css */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  /* line 6, bootstrap.min.css */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  /* line 6, bootstrap.min.css */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  /* line 6, bootstrap.min.css */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 6, bootstrap.min.css */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  /* line 6, bootstrap.min.css */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  /* line 6, bootstrap.min.css */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 6, bootstrap.min.css */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  /* line 6, bootstrap.min.css */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  /* line 6, bootstrap.min.css */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 6, bootstrap.min.css */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  /* line 6, bootstrap.min.css */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  /* line 6, bootstrap.min.css */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 6, bootstrap.min.css */
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  /* line 6, bootstrap.min.css */
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  /* line 6, bootstrap.min.css */
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  /* line 6, bootstrap.min.css */
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  /* line 6, bootstrap.min.css */
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  /* line 6, bootstrap.min.css */
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  /* line 6, bootstrap.min.css */
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  /* line 6, bootstrap.min.css */
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  /* line 6, bootstrap.min.css */
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  /* line 6, bootstrap.min.css */
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  /* line 6, bootstrap.min.css */
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  /* line 6, bootstrap.min.css */
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  /* line 6, bootstrap.min.css */
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  /* line 6, bootstrap.min.css */
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  /* line 6, bootstrap.min.css */
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  /* line 6, bootstrap.min.css */
  .offset-xl-0 {
    margin-left: 0; }

  /* line 6, bootstrap.min.css */
  .offset-xl-1 {
    margin-left: 8.333333%; }

  /* line 6, bootstrap.min.css */
  .offset-xl-2 {
    margin-left: 16.666667%; }

  /* line 6, bootstrap.min.css */
  .offset-xl-3 {
    margin-left: 25%; }

  /* line 6, bootstrap.min.css */
  .offset-xl-4 {
    margin-left: 33.333333%; }

  /* line 6, bootstrap.min.css */
  .offset-xl-5 {
    margin-left: 41.666667%; }

  /* line 6, bootstrap.min.css */
  .offset-xl-6 {
    margin-left: 50%; }

  /* line 6, bootstrap.min.css */
  .offset-xl-7 {
    margin-left: 58.333333%; }

  /* line 6, bootstrap.min.css */
  .offset-xl-8 {
    margin-left: 66.666667%; }

  /* line 6, bootstrap.min.css */
  .offset-xl-9 {
    margin-left: 75%; }

  /* line 6, bootstrap.min.css */
  .offset-xl-10 {
    margin-left: 83.333333%; }

  /* line 6, bootstrap.min.css */
  .offset-xl-11 {
    margin-left: 91.666667%; } }
/* line 6, bootstrap.min.css */
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

/* line 6, bootstrap.min.css */
.table td, .table th {
  padding: .75rem;
  vertical-align: top; }

/* line 6, bootstrap.min.css */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

/* line 6, bootstrap.min.css */
.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

/* line 6, bootstrap.min.css */
.table .table {
  background-color: #fff; }

/* line 6, bootstrap.min.css */
.table-sm td, .table-sm th {
  padding: .3rem; }

/* line 6, bootstrap.min.css */
.table-bordered {
  border: 1px solid #dee2e6; }

/* line 6, bootstrap.min.css */
.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6; }

/* line 6, bootstrap.min.css */
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px; }

/* line 6, bootstrap.min.css */
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0; }

/* line 6, bootstrap.min.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

/* line 6, bootstrap.min.css */
.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff; }

/* line 6, bootstrap.min.css */
.table-hover .table-primary:hover {
  background-color: #9fcdff; }

/* line 6, bootstrap.min.css */
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

/* line 6, bootstrap.min.css */
.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db; }

/* line 6, bootstrap.min.css */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

/* line 6, bootstrap.min.css */
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

/* line 6, bootstrap.min.css */
.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb; }

/* line 6, bootstrap.min.css */
.table-hover .table-success:hover {
  background-color: #b1dfbb; }

/* line 6, bootstrap.min.css */
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

/* line 6, bootstrap.min.css */
.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb; }

/* line 6, bootstrap.min.css */
.table-hover .table-info:hover {
  background-color: #abdde5; }

/* line 6, bootstrap.min.css */
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5; }

/* line 6, bootstrap.min.css */
.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba; }

/* line 6, bootstrap.min.css */
.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

/* line 6, bootstrap.min.css */
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

/* line 6, bootstrap.min.css */
.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb; }

/* line 6, bootstrap.min.css */
.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

/* line 6, bootstrap.min.css */
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

/* line 6, bootstrap.min.css */
.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe; }

/* line 6, bootstrap.min.css */
.table-hover .table-light:hover {
  background-color: #ececf6; }

/* line 6, bootstrap.min.css */
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6; }

/* line 6, bootstrap.min.css */
.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca; }

/* line 6, bootstrap.min.css */
.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

/* line 6, bootstrap.min.css */
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

/* line 6, bootstrap.min.css */
.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 6, bootstrap.min.css */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 6, bootstrap.min.css */
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 6, bootstrap.min.css */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

/* line 6, bootstrap.min.css */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

/* line 6, bootstrap.min.css */
.table-dark {
  color: #fff;
  background-color: #212529; }

/* line 6, bootstrap.min.css */
.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e; }

/* line 6, bootstrap.min.css */
.table-dark.table-bordered {
  border: 0; }

/* line 6, bootstrap.min.css */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

/* line 6, bootstrap.min.css */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  /* line 6, bootstrap.min.css */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  /* line 6, bootstrap.min.css */
  .table-responsive-sm > .table-bordered {
    border: 0; } }
@media (max-width: 767.98px) {
  /* line 6, bootstrap.min.css */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  /* line 6, bootstrap.min.css */
  .table-responsive-md > .table-bordered {
    border: 0; } }
@media (max-width: 991.98px) {
  /* line 6, bootstrap.min.css */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  /* line 6, bootstrap.min.css */
  .table-responsive-lg > .table-bordered {
    border: 0; } }
@media (max-width: 1199.98px) {
  /* line 6, bootstrap.min.css */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  /* line 6, bootstrap.min.css */
  .table-responsive-xl > .table-bordered {
    border: 0; } }
/* line 6, bootstrap.min.css */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

/* line 6, bootstrap.min.css */
.table-responsive > .table-bordered {
  border: 0; }

/* line 6, bootstrap.min.css */
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, bootstrap.min.css */
  .form-control {
    transition: none; } }
/* line 6, bootstrap.min.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

/* line 6, bootstrap.min.css */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 6, bootstrap.min.css */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

/* line 6, bootstrap.min.css */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

/* line 6, bootstrap.min.css */
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

/* line 6, bootstrap.min.css */
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

/* line 6, bootstrap.min.css */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

/* line 6, bootstrap.min.css */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

/* line 6, bootstrap.min.css */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

/* line 6, bootstrap.min.css */
.form-control-file, .form-control-range {
  display: block;
  width: 100%; }

/* line 6, bootstrap.min.css */
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

/* line 6, bootstrap.min.css */
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 6, bootstrap.min.css */
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5; }

/* line 6, bootstrap.min.css */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

/* line 6, bootstrap.min.css */
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0; }

/* line 6, bootstrap.min.css */
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

/* line 6, bootstrap.min.css */
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

/* line 6, bootstrap.min.css */
select.form-control[multiple], select.form-control[size] {
  height: auto; }

/* line 6, bootstrap.min.css */
textarea.form-control {
  height: auto; }

/* line 6, bootstrap.min.css */
.form-group {
  margin-bottom: 1rem; }

/* line 6, bootstrap.min.css */
.form-text {
  display: block;
  margin-top: .25rem; }

/* line 6, bootstrap.min.css */
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

/* line 6, bootstrap.min.css */
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px; }

/* line 6, bootstrap.min.css */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

/* line 6, bootstrap.min.css */
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem; }

/* line 6, bootstrap.min.css */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

/* line 6, bootstrap.min.css */
.form-check-label {
  margin-bottom: 0; }

/* line 6, bootstrap.min.css */
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem; }

/* line 6, bootstrap.min.css */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0; }

/* line 6, bootstrap.min.css */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745; }

/* line 6, bootstrap.min.css */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: .25rem; }

/* line 6, bootstrap.min.css */
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745; }

/* line 6, bootstrap.min.css */
.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 6, bootstrap.min.css */
.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block; }

/* line 6, bootstrap.min.css */
.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block; }

/* line 6, bootstrap.min.css */
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745; }

/* line 6, bootstrap.min.css */
.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block; }

/* line 6, bootstrap.min.css */
.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745; }

/* line 6, bootstrap.min.css */
.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a; }

/* line 6, bootstrap.min.css */
.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block; }

/* line 6, bootstrap.min.css */
.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

/* line 6, bootstrap.min.css */
.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 6, bootstrap.min.css */
.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745; }

/* line 6, bootstrap.min.css */
.custom-file-input.is-valid ~ .custom-file-label::after, .was-validated .custom-file-input:valid ~ .custom-file-label::after {
  border-color: inherit; }

/* line 6, bootstrap.min.css */
.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block; }

/* line 6, bootstrap.min.css */
.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 6, bootstrap.min.css */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545; }

/* line 6, bootstrap.min.css */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem; }

/* line 6, bootstrap.min.css */
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545; }

/* line 6, bootstrap.min.css */
.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 6, bootstrap.min.css */
.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block; }

/* line 6, bootstrap.min.css */
.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block; }

/* line 6, bootstrap.min.css */
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545; }

/* line 6, bootstrap.min.css */
.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block; }

/* line 6, bootstrap.min.css */
.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545; }

/* line 6, bootstrap.min.css */
.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9; }

/* line 6, bootstrap.min.css */
.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block; }

/* line 6, bootstrap.min.css */
.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

/* line 6, bootstrap.min.css */
.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 6, bootstrap.min.css */
.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545; }

/* line 6, bootstrap.min.css */
.custom-file-input.is-invalid ~ .custom-file-label::after, .was-validated .custom-file-input:invalid ~ .custom-file-label::after {
  border-color: inherit; }

/* line 6, bootstrap.min.css */
.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block; }

/* line 6, bootstrap.min.css */
.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 6, bootstrap.min.css */
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center; }

/* line 6, bootstrap.min.css */
.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  /* line 6, bootstrap.min.css */
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }

  /* line 6, bootstrap.min.css */
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }

  /* line 6, bootstrap.min.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  /* line 6, bootstrap.min.css */
  .form-inline .form-control-plaintext {
    display: inline-block; }

  /* line 6, bootstrap.min.css */
  .form-inline .custom-select, .form-inline .input-group {
    width: auto; }

  /* line 6, bootstrap.min.css */
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }

  /* line 6, bootstrap.min.css */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0; }

  /* line 6, bootstrap.min.css */
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 6, bootstrap.min.css */
  .form-inline .custom-control-label {
    margin-bottom: 0; } }
/* line 6, bootstrap.min.css */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, bootstrap.min.css */
  .btn {
    transition: none; } }
/* line 6, bootstrap.min.css */
.btn:focus, .btn:hover {
  text-decoration: none; }

/* line 6, bootstrap.min.css */
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 6, bootstrap.min.css */
.btn.disabled, .btn:disabled {
  opacity: .65; }

/* line 6, bootstrap.min.css */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

/* line 6, bootstrap.min.css */
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none; }

/* line 6, bootstrap.min.css */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 6, bootstrap.min.css */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

/* line 6, bootstrap.min.css */
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

/* line 6, bootstrap.min.css */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 6, bootstrap.min.css */
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

/* line 6, bootstrap.min.css */
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

/* line 6, bootstrap.min.css */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 6, bootstrap.min.css */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

/* line 6, bootstrap.min.css */
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

/* line 6, bootstrap.min.css */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 6, bootstrap.min.css */
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

/* line 6, bootstrap.min.css */
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

/* line 6, bootstrap.min.css */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 6, bootstrap.min.css */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

/* line 6, bootstrap.min.css */
.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 6, bootstrap.min.css */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 6, bootstrap.min.css */
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

/* line 6, bootstrap.min.css */
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 6, bootstrap.min.css */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 6, bootstrap.min.css */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

/* line 6, bootstrap.min.css */
.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 6, bootstrap.min.css */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 6, bootstrap.min.css */
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

/* line 6, bootstrap.min.css */
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 6, bootstrap.min.css */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 6, bootstrap.min.css */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

/* line 6, bootstrap.min.css */
.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 6, bootstrap.min.css */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 6, bootstrap.min.css */
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

/* line 6, bootstrap.min.css */
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 6, bootstrap.min.css */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/* line 6, bootstrap.min.css */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

/* line 6, bootstrap.min.css */
.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* line 6, bootstrap.min.css */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/* line 6, bootstrap.min.css */
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

/* line 6, bootstrap.min.css */
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* line 6, bootstrap.min.css */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 6, bootstrap.min.css */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

/* line 6, bootstrap.min.css */
.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 6, bootstrap.min.css */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 6, bootstrap.min.css */
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

/* line 6, bootstrap.min.css */
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 6, bootstrap.min.css */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 6, bootstrap.min.css */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

/* line 6, bootstrap.min.css */
.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 6, bootstrap.min.css */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 6, bootstrap.min.css */
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

/* line 6, bootstrap.min.css */
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 6, bootstrap.min.css */
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }

/* line 6, bootstrap.min.css */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 6, bootstrap.min.css */
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

/* line 6, bootstrap.min.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent; }

/* line 6, bootstrap.min.css */
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 6, bootstrap.min.css */
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

/* line 6, bootstrap.min.css */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }

/* line 6, bootstrap.min.css */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 6, bootstrap.min.css */
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

/* line 6, bootstrap.min.css */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

/* line 6, bootstrap.min.css */
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 6, bootstrap.min.css */
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

/* line 6, bootstrap.min.css */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }

/* line 6, bootstrap.min.css */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 6, bootstrap.min.css */
.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 6, bootstrap.min.css */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

/* line 6, bootstrap.min.css */
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 6, bootstrap.min.css */
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 6, bootstrap.min.css */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }

/* line 6, bootstrap.min.css */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 6, bootstrap.min.css */
.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 6, bootstrap.min.css */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

/* line 6, bootstrap.min.css */
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 6, bootstrap.min.css */
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 6, bootstrap.min.css */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }

/* line 6, bootstrap.min.css */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 6, bootstrap.min.css */
.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 6, bootstrap.min.css */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

/* line 6, bootstrap.min.css */
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 6, bootstrap.min.css */
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 6, bootstrap.min.css */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }

/* line 6, bootstrap.min.css */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/* line 6, bootstrap.min.css */
.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* line 6, bootstrap.min.css */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

/* line 6, bootstrap.min.css */
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

/* line 6, bootstrap.min.css */
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* line 6, bootstrap.min.css */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }

/* line 6, bootstrap.min.css */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 6, bootstrap.min.css */
.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 6, bootstrap.min.css */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

/* line 6, bootstrap.min.css */
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 6, bootstrap.min.css */
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 6, bootstrap.min.css */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }

/* line 6, bootstrap.min.css */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 6, bootstrap.min.css */
.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 6, bootstrap.min.css */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

/* line 6, bootstrap.min.css */
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 6, bootstrap.min.css */
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 6, bootstrap.min.css */
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }

/* line 6, bootstrap.min.css */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent; }

/* line 6, bootstrap.min.css */
.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none; }

/* line 6, bootstrap.min.css */
.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none; }

/* line 6, bootstrap.min.css */
.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

/* line 6, bootstrap.min.css */
.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

/* line 6, bootstrap.min.css */
.btn-block {
  display: block;
  width: 100%; }

/* line 6, bootstrap.min.css */
.btn-block + .btn-block {
  margin-top: .5rem; }

/* line 6, bootstrap.min.css */
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

/* line 6, bootstrap.min.css */
.fade {
  transition: opacity .15s linear; }

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, bootstrap.min.css */
  .fade {
    transition: none; } }
/* line 6, bootstrap.min.css */
.fade:not(.show) {
  opacity: 0; }

/* line 6, bootstrap.min.css */
.collapse:not(.show) {
  display: none; }

/* line 6, bootstrap.min.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, bootstrap.min.css */
  .collapsing {
    transition: none; } }
/* line 6, bootstrap.min.css */
.dropdown, .dropleft, .dropright, .dropup {
  position: relative; }

/* line 6, bootstrap.min.css */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; }

/* line 6, bootstrap.min.css */
.dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 6, bootstrap.min.css */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

/* line 6, bootstrap.min.css */
.dropdown-menu-right {
  right: 0;
  left: auto; }

/* line 6, bootstrap.min.css */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem; }

/* line 6, bootstrap.min.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent; }

/* line 6, bootstrap.min.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 6, bootstrap.min.css */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem; }

/* line 6, bootstrap.min.css */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid; }

/* line 6, bootstrap.min.css */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 6, bootstrap.min.css */
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

/* line 6, bootstrap.min.css */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem; }

/* line 6, bootstrap.min.css */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""; }

/* line 6, bootstrap.min.css */
.dropleft .dropdown-toggle::after {
  display: none; }

/* line 6, bootstrap.min.css */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent; }

/* line 6, bootstrap.min.css */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 6, bootstrap.min.css */
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

/* line 6, bootstrap.min.css */
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto; }

/* line 6, bootstrap.min.css */
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

/* line 6, bootstrap.min.css */
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

/* line 6, bootstrap.min.css */
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

/* line 6, bootstrap.min.css */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

/* line 6, bootstrap.min.css */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent; }

/* line 6, bootstrap.min.css */
.dropdown-menu.show {
  display: block; }

/* line 6, bootstrap.min.css */
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap; }

/* line 6, bootstrap.min.css */
.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529; }

/* line 6, bootstrap.min.css */
.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

/* line 6, bootstrap.min.css */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

/* line 6, bootstrap.min.css */
.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1; }

/* line 6, bootstrap.min.css */
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1; }

/* line 6, bootstrap.min.css */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px; }

/* line 6, bootstrap.min.css */
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* line 6, bootstrap.min.css */
.btn-toolbar .input-group {
  width: auto; }

/* line 6, bootstrap.min.css */
.btn-group > .btn:first-child {
  margin-left: 0; }

/* line 6, bootstrap.min.css */
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 6, bootstrap.min.css */
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 6, bootstrap.min.css */
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem; }

/* line 6, bootstrap.min.css */
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0; }

/* line 6, bootstrap.min.css */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

/* line 6, bootstrap.min.css */
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem; }

/* line 6, bootstrap.min.css */
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem; }

/* line 6, bootstrap.min.css */
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 6, bootstrap.min.css */
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%; }

/* line 6, bootstrap.min.css */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

/* line 6, bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 6, bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 6, bootstrap.min.css */
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

/* line 6, bootstrap.min.css */
.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

/* line 6, bootstrap.min.css */
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

/* line 6, bootstrap.min.css */
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

/* line 6, bootstrap.min.css */
.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
  margin-left: -1px; }

/* line 6, bootstrap.min.css */
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3; }

/* line 6, bootstrap.min.css */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

/* line 6, bootstrap.min.css */
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 6, bootstrap.min.css */
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 6, bootstrap.min.css */
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

/* line 6, bootstrap.min.css */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 6, bootstrap.min.css */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 6, bootstrap.min.css */
.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex; }

/* line 6, bootstrap.min.css */
.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2; }

/* line 6, bootstrap.min.css */
.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px; }

/* line 6, bootstrap.min.css */
.input-group-prepend {
  margin-right: -1px; }

/* line 6, bootstrap.min.css */
.input-group-append {
  margin-left: -1px; }

/* line 6, bootstrap.min.css */
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

/* line 6, bootstrap.min.css */
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0; }

/* line 6, bootstrap.min.css */
.input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

/* line 6, bootstrap.min.css */
.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

/* line 6, bootstrap.min.css */
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 6, bootstrap.min.css */
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 6, bootstrap.min.css */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

/* line 6, bootstrap.min.css */
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

/* line 6, bootstrap.min.css */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

/* line 6, bootstrap.min.css */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff; }

/* line 6, bootstrap.min.css */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 6, bootstrap.min.css */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff; }

/* line 6, bootstrap.min.css */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

/* line 6, bootstrap.min.css */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

/* line 6, bootstrap.min.css */
.custom-control-label {
  position: relative;
  margin-bottom: 0; }

/* line 6, bootstrap.min.css */
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6; }

/* line 6, bootstrap.min.css */
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

/* line 6, bootstrap.min.css */
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem; }

/* line 6, bootstrap.min.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

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

/* line 6, bootstrap.min.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

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

/* line 6, bootstrap.min.css */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

/* line 6, bootstrap.min.css */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

/* line 6, bootstrap.min.css */
.custom-radio .custom-control-label::before {
  border-radius: 50%; }

/* line 6, bootstrap.min.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

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

/* line 6, bootstrap.min.css */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

/* line 6, bootstrap.min.css */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 6, bootstrap.min.css */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }

/* line 6, bootstrap.min.css */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

/* line 6, bootstrap.min.css */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none; }

/* line 6, bootstrap.min.css */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

/* line 6, bootstrap.min.css */
.custom-select::-ms-expand {
  opacity: 0; }

/* line 6, bootstrap.min.css */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%; }

/* line 6, bootstrap.min.css */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%; }

/* line 6, bootstrap.min.css */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

/* line 6, bootstrap.min.css */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }

/* line 6, bootstrap.min.css */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 6, bootstrap.min.css */
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff; }

/* line 6, bootstrap.min.css */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef; }

/* line 6, bootstrap.min.css */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

/* line 6, bootstrap.min.css */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

/* line 6, bootstrap.min.css */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0; }

/* line 6, bootstrap.min.css */
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 6, bootstrap.min.css */
.custom-range:focus {
  outline: 0; }

/* line 6, bootstrap.min.css */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 6, bootstrap.min.css */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 6, bootstrap.min.css */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 6, bootstrap.min.css */
.custom-range::-moz-focus-outer {
  border: 0; }

/* line 6, bootstrap.min.css */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, bootstrap.min.css */
  .custom-range::-webkit-slider-thumb {
    transition: none; } }
/* line 6, bootstrap.min.css */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }

/* line 6, bootstrap.min.css */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

/* line 6, bootstrap.min.css */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, bootstrap.min.css */
  .custom-range::-moz-range-thumb {
    transition: none; } }
/* line 6, bootstrap.min.css */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }

/* line 6, bootstrap.min.css */
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

/* line 6, bootstrap.min.css */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none; }

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, bootstrap.min.css */
  .custom-range::-ms-thumb {
    transition: none; } }
/* line 6, bootstrap.min.css */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }

/* line 6, bootstrap.min.css */
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem; }

/* line 6, bootstrap.min.css */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

/* line 6, bootstrap.min.css */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

/* line 6, bootstrap.min.css */
.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, bootstrap.min.css */
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none; } }
/* line 6, bootstrap.min.css */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 6, bootstrap.min.css */
.nav-link {
  display: block;
  padding: .5rem 1rem; }

/* line 6, bootstrap.min.css */
.nav-link:focus, .nav-link:hover {
  text-decoration: none; }

/* line 6, bootstrap.min.css */
.nav-link.disabled {
  color: #6c757d; }

/* line 6, bootstrap.min.css */
.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

/* line 6, bootstrap.min.css */
.nav-tabs .nav-item {
  margin-bottom: -1px; }

/* line 6, bootstrap.min.css */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

/* line 6, bootstrap.min.css */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6; }

/* line 6, bootstrap.min.css */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

/* line 6, bootstrap.min.css */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

/* line 6, bootstrap.min.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 6, bootstrap.min.css */
.nav-pills .nav-link {
  border-radius: .25rem; }

/* line 6, bootstrap.min.css */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

/* line 6, bootstrap.min.css */
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

/* line 6, bootstrap.min.css */
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

/* line 6, bootstrap.min.css */
.tab-content > .tab-pane {
  display: none; }

/* line 6, bootstrap.min.css */
.tab-content > .active {
  display: block; }

/* line 6, bootstrap.min.css */
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem; }

/* line 6, bootstrap.min.css */
.navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 6, bootstrap.min.css */
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

/* line 6, bootstrap.min.css */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

/* line 6, bootstrap.min.css */
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 6, bootstrap.min.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

/* line 6, bootstrap.min.css */
.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

/* line 6, bootstrap.min.css */
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem; }

/* line 6, bootstrap.min.css */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center; }

/* line 6, bootstrap.min.css */
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem; }

/* line 6, bootstrap.min.css */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none; }

/* line 6, bootstrap.min.css */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer; }

/* line 6, bootstrap.min.css */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  /* line 6, bootstrap.min.css */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  /* line 6, bootstrap.min.css */
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-sm .navbar-toggler {
    display: none; } }
@media (max-width: 767.98px) {
  /* line 6, bootstrap.min.css */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  /* line 6, bootstrap.min.css */
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-md .navbar-toggler {
    display: none; } }
@media (max-width: 991.98px) {
  /* line 6, bootstrap.min.css */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  /* line 6, bootstrap.min.css */
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-lg .navbar-toggler {
    display: none; } }
@media (max-width: 1199.98px) {
  /* line 6, bootstrap.min.css */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  /* line 6, bootstrap.min.css */
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 6, bootstrap.min.css */
  .navbar-expand-xl .navbar-toggler {
    display: none; } }
/* line 6, bootstrap.min.css */
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* line 6, bootstrap.min.css */
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }

/* line 6, bootstrap.min.css */
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

/* line 6, bootstrap.min.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

/* line 6, bootstrap.min.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem; }

/* line 6, bootstrap.min.css */
.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/* line 6, bootstrap.min.css */
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

/* line 6, bootstrap.min.css */
.navbar-expand .navbar-toggler {
  display: none; }

/* line 6, bootstrap.min.css */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

/* line 6, bootstrap.min.css */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9); }

/* line 6, bootstrap.min.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

/* line 6, bootstrap.min.css */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7); }

/* line 6, bootstrap.min.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

/* line 6, bootstrap.min.css */
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9); }

/* line 6, bootstrap.min.css */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

/* line 6, bootstrap.min.css */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

/* line 6, bootstrap.min.css */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

/* line 6, bootstrap.min.css */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

/* line 6, bootstrap.min.css */
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9); }

/* line 6, bootstrap.min.css */
.navbar-dark .navbar-brand {
  color: #fff; }

/* line 6, bootstrap.min.css */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff; }

/* line 6, bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

/* line 6, bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); }

/* line 6, bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

/* line 6, bootstrap.min.css */
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff; }

/* line 6, bootstrap.min.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

/* line 6, bootstrap.min.css */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

/* line 6, bootstrap.min.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

/* line 6, bootstrap.min.css */
.navbar-dark .navbar-text a {
  color: #fff; }

/* line 6, bootstrap.min.css */
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff; }

/* line 6, bootstrap.min.css */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

/* line 6, bootstrap.min.css */
.card > hr {
  margin-right: 0;
  margin-left: 0; }

/* line 6, bootstrap.min.css */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

/* line 6, bootstrap.min.css */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

/* line 6, bootstrap.min.css */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

/* line 6, bootstrap.min.css */
.card-title {
  margin-bottom: .75rem; }

/* line 6, bootstrap.min.css */
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0; }

/* line 6, bootstrap.min.css */
.card-text:last-child {
  margin-bottom: 0; }

/* line 6, bootstrap.min.css */
.card-link:hover {
  text-decoration: none; }

/* line 6, bootstrap.min.css */
.card-link + .card-link {
  margin-left: 1.25rem; }

/* line 6, bootstrap.min.css */
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

/* line 6, bootstrap.min.css */
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

/* line 6, bootstrap.min.css */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

/* line 6, bootstrap.min.css */
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

/* line 6, bootstrap.min.css */
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }

/* line 6, bootstrap.min.css */
.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0; }

/* line 6, bootstrap.min.css */
.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem; }

/* line 6, bootstrap.min.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

/* line 6, bootstrap.min.css */
.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px); }

/* line 6, bootstrap.min.css */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

/* line 6, bootstrap.min.css */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

/* line 6, bootstrap.min.css */
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 6, bootstrap.min.css */
.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  /* line 6, bootstrap.min.css */
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }

  /* line 6, bootstrap.min.css */
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }
/* line 6, bootstrap.min.css */
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 6, bootstrap.min.css */
.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  /* line 6, bootstrap.min.css */
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

  /* line 6, bootstrap.min.css */
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0; }

  /* line 6, bootstrap.min.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }

  /* line 6, bootstrap.min.css */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  /* line 6, bootstrap.min.css */
  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0; }

  /* line 6, bootstrap.min.css */
  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0; }

  /* line 6, bootstrap.min.css */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  /* line 6, bootstrap.min.css */
  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0; }

  /* line 6, bootstrap.min.css */
  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0; }

  /* line 6, bootstrap.min.css */
  .card-group > .card:only-child {
    border-radius: .25rem; }

  /* line 6, bootstrap.min.css */
  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; }

  /* line 6, bootstrap.min.css */
  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem; }

  /* line 6, bootstrap.min.css */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0; }

  /* line 6, bootstrap.min.css */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0; } }
/* line 6, bootstrap.min.css */
.card-columns .card {
  margin-bottom: .75rem; }

@media (min-width: 576px) {
  /* line 6, bootstrap.min.css */
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }

  /* line 6, bootstrap.min.css */
  .card-columns .card {
    display: inline-block;
    width: 100%; } }
/* line 6, bootstrap.min.css */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

/* line 6, bootstrap.min.css */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

/* line 6, bootstrap.min.css */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 6, bootstrap.min.css */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 6, bootstrap.min.css */
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem; }

/* line 6, bootstrap.min.css */
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }

/* line 6, bootstrap.min.css */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

/* line 6, bootstrap.min.css */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 6, bootstrap.min.css */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer; }

/* line 6, bootstrap.min.css */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem; }

/* line 6, bootstrap.min.css */
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem; }

/* line 6, bootstrap.min.css */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 6, bootstrap.min.css */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

/* line 6, bootstrap.min.css */
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 6, bootstrap.min.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem; }

/* line 6, bootstrap.min.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem; }

/* line 6, bootstrap.min.css */
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5; }

/* line 6, bootstrap.min.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem; }

/* line 6, bootstrap.min.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem; }

/* line 6, bootstrap.min.css */
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem; }

/* line 6, bootstrap.min.css */
.badge:empty {
  display: none; }

/* line 6, bootstrap.min.css */
.btn .badge {
  position: relative;
  top: -1px; }

/* line 6, bootstrap.min.css */
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

/* line 6, bootstrap.min.css */
.badge-primary {
  color: #fff;
  background-color: #007bff; }

/* line 6, bootstrap.min.css */
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc; }

/* line 6, bootstrap.min.css */
.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

/* line 6, bootstrap.min.css */
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62; }

/* line 6, bootstrap.min.css */
.badge-success {
  color: #fff;
  background-color: #28a745; }

/* line 6, bootstrap.min.css */
.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34; }

/* line 6, bootstrap.min.css */
.badge-info {
  color: #fff;
  background-color: #17a2b8; }

/* line 6, bootstrap.min.css */
.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b; }

/* line 6, bootstrap.min.css */
.badge-warning {
  color: #212529;
  background-color: #ffc107; }

/* line 6, bootstrap.min.css */
.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00; }

/* line 6, bootstrap.min.css */
.badge-danger {
  color: #fff;
  background-color: #dc3545; }

/* line 6, bootstrap.min.css */
.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130; }

/* line 6, bootstrap.min.css */
.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

/* line 6, bootstrap.min.css */
.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5; }

/* line 6, bootstrap.min.css */
.badge-dark {
  color: #fff;
  background-color: #343a40; }

/* line 6, bootstrap.min.css */
.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124; }

/* line 6, bootstrap.min.css */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem; }

@media (min-width: 576px) {
  /* line 6, bootstrap.min.css */
  .jumbotron {
    padding: 4rem 2rem; } }
/* line 6, bootstrap.min.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

/* line 6, bootstrap.min.css */
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }

/* line 6, bootstrap.min.css */
.alert-heading {
  color: inherit; }

/* line 6, bootstrap.min.css */
.alert-link {
  font-weight: 700; }

/* line 6, bootstrap.min.css */
.alert-dismissible {
  padding-right: 4rem; }

/* line 6, bootstrap.min.css */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit; }

/* line 6, bootstrap.min.css */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

/* line 6, bootstrap.min.css */
.alert-primary hr {
  border-top-color: #9fcdff; }

/* line 6, bootstrap.min.css */
.alert-primary .alert-link {
  color: #002752; }

/* line 6, bootstrap.min.css */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

/* line 6, bootstrap.min.css */
.alert-secondary hr {
  border-top-color: #c8cbcf; }

/* line 6, bootstrap.min.css */
.alert-secondary .alert-link {
  color: #202326; }

/* line 6, bootstrap.min.css */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

/* line 6, bootstrap.min.css */
.alert-success hr {
  border-top-color: #b1dfbb; }

/* line 6, bootstrap.min.css */
.alert-success .alert-link {
  color: #0b2e13; }

/* line 6, bootstrap.min.css */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

/* line 6, bootstrap.min.css */
.alert-info hr {
  border-top-color: #abdde5; }

/* line 6, bootstrap.min.css */
.alert-info .alert-link {
  color: #062c33; }

/* line 6, bootstrap.min.css */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

/* line 6, bootstrap.min.css */
.alert-warning hr {
  border-top-color: #ffe8a1; }

/* line 6, bootstrap.min.css */
.alert-warning .alert-link {
  color: #533f03; }

/* line 6, bootstrap.min.css */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

/* line 6, bootstrap.min.css */
.alert-danger hr {
  border-top-color: #f1b0b7; }

/* line 6, bootstrap.min.css */
.alert-danger .alert-link {
  color: #491217; }

/* line 6, bootstrap.min.css */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

/* line 6, bootstrap.min.css */
.alert-light hr {
  border-top-color: #ececf6; }

/* line 6, bootstrap.min.css */
.alert-light .alert-link {
  color: #686868; }

/* line 6, bootstrap.min.css */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

/* line 6, bootstrap.min.css */
.alert-dark hr {
  border-top-color: #b9bbbe; }

/* line 6, bootstrap.min.css */
.alert-dark .alert-link {
  color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
/* line 6, bootstrap.min.css */
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem; }

/* line 6, bootstrap.min.css */
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, bootstrap.min.css */
  .progress-bar {
    transition: none; } }
/* line 6, bootstrap.min.css */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

/* line 6, bootstrap.min.css */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

/* line 6, bootstrap.min.css */
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

/* line 6, bootstrap.min.css */
.media-body {
  -ms-flex: 1;
  flex: 1; }

/* line 6, bootstrap.min.css */
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

/* line 6, bootstrap.min.css */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

/* line 6, bootstrap.min.css */
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

/* line 6, bootstrap.min.css */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

/* line 6, bootstrap.min.css */
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

/* line 6, bootstrap.min.css */
.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

/* line 6, bootstrap.min.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

/* line 6, bootstrap.min.css */
.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none; }

/* line 6, bootstrap.min.css */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff; }

/* line 6, bootstrap.min.css */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

/* line 6, bootstrap.min.css */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

/* line 6, bootstrap.min.css */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

/* line 6, bootstrap.min.css */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

/* line 6, bootstrap.min.css */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

/* line 6, bootstrap.min.css */
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff; }

/* line 6, bootstrap.min.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

/* line 6, bootstrap.min.css */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

/* line 6, bootstrap.min.css */
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf; }

/* line 6, bootstrap.min.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41; }

/* line 6, bootstrap.min.css */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

/* line 6, bootstrap.min.css */
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb; }

/* line 6, bootstrap.min.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

/* line 6, bootstrap.min.css */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

/* line 6, bootstrap.min.css */
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5; }

/* line 6, bootstrap.min.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

/* line 6, bootstrap.min.css */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

/* line 6, bootstrap.min.css */
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1; }

/* line 6, bootstrap.min.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

/* line 6, bootstrap.min.css */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

/* line 6, bootstrap.min.css */
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7; }

/* line 6, bootstrap.min.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

/* line 6, bootstrap.min.css */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

/* line 6, bootstrap.min.css */
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6; }

/* line 6, bootstrap.min.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

/* line 6, bootstrap.min.css */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

/* line 6, bootstrap.min.css */
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe; }

/* line 6, bootstrap.min.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

/* line 6, bootstrap.min.css */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

/* line 6, bootstrap.min.css */
.close:not(:disabled):not(.disabled) {
  cursor: pointer; }

/* line 6, bootstrap.min.css */
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: .75; }

/* line 6, bootstrap.min.css */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

/* line 6, bootstrap.min.css */
.modal-open {
  overflow: hidden; }

/* line 6, bootstrap.min.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

/* line 6, bootstrap.min.css */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

/* line 6, bootstrap.min.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none; }

/* line 6, bootstrap.min.css */
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%); }

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, bootstrap.min.css */
  .modal.fade .modal-dialog {
    transition: none; } }
/* line 6, bootstrap.min.css */
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

/* line 6, bootstrap.min.css */
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2)); }

/* line 6, bootstrap.min.css */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: ""; }

/* line 6, bootstrap.min.css */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0; }

/* line 6, bootstrap.min.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

/* line 6, bootstrap.min.css */
.modal-backdrop.fade {
  opacity: 0; }

/* line 6, bootstrap.min.css */
.modal-backdrop.show {
  opacity: .5; }

/* line 6, bootstrap.min.css */
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem; }

/* line 6, bootstrap.min.css */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

/* line 6, bootstrap.min.css */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

/* line 6, bootstrap.min.css */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

/* line 6, bootstrap.min.css */
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }

/* line 6, bootstrap.min.css */
.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

/* line 6, bootstrap.min.css */
.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

/* line 6, bootstrap.min.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  /* line 6, bootstrap.min.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  /* line 6, bootstrap.min.css */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  /* line 6, bootstrap.min.css */
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2)); }

  /* line 6, bootstrap.min.css */
  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  /* line 6, bootstrap.min.css */
  .modal-lg {
    max-width: 800px; } }
/* line 6, bootstrap.min.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0; }

/* line 6, bootstrap.min.css */
.tooltip.show {
  opacity: .9; }

/* line 6, bootstrap.min.css */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem; }

/* line 6, bootstrap.min.css */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

/* line 6, bootstrap.min.css */
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0; }

/* line 6, bootstrap.min.css */
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0; }

/* line 6, bootstrap.min.css */
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000; }

/* line 6, bootstrap.min.css */
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem; }

/* line 6, bootstrap.min.css */
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem; }

/* line 6, bootstrap.min.css */
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000; }

/* line 6, bootstrap.min.css */
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0; }

/* line 6, bootstrap.min.css */
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0; }

/* line 6, bootstrap.min.css */
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000; }

/* line 6, bootstrap.min.css */
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem; }

/* line 6, bootstrap.min.css */
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem; }

/* line 6, bootstrap.min.css */
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000; }

/* line 6, bootstrap.min.css */
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem; }

/* line 6, bootstrap.min.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem; }

/* line 6, bootstrap.min.css */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem; }

/* line 6, bootstrap.min.css */
.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem; }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
  bottom: calc((.5rem + 1px) * -1); }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
  border-width: .5rem .5rem 0; }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff; }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem; }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
  border-width: .5rem .5rem .5rem 0; }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff; }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem; }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
  top: calc((.5rem + 1px) * -1); }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 .5rem .5rem .5rem; }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff; }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem; }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
  border-width: .5rem 0 .5rem .5rem; }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25); }

/* line 6, bootstrap.min.css */
.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff; }

/* line 6, bootstrap.min.css */
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

/* line 6, bootstrap.min.css */
.popover-header:empty {
  display: none; }

/* line 6, bootstrap.min.css */
.popover-body {
  padding: .5rem .75rem;
  color: #212529; }

/* line 6, bootstrap.min.css */
.carousel {
  position: relative; }

/* line 6, bootstrap.min.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

/* line 6, bootstrap.min.css */
.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

/* line 6, bootstrap.min.css */
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  /* line 6, bootstrap.min.css */
  .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    transition: none; } }
/* line 6, bootstrap.min.css */
.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0; }

/* line 6, bootstrap.min.css */
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 6, bootstrap.min.css */
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* line 6, bootstrap.min.css */
.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 6, bootstrap.min.css */
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
/* line 6, bootstrap.min.css */
.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 6, bootstrap.min.css */
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
/* line 6, bootstrap.min.css */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

/* line 6, bootstrap.min.css */
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1; }

/* line 6, bootstrap.min.css */
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0; }

/* line 6, bootstrap.min.css */
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  /* line 6, bootstrap.min.css */
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* line 6, bootstrap.min.css */
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5; }

/* line 6, bootstrap.min.css */
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

/* line 6, bootstrap.min.css */
.carousel-control-prev {
  left: 0; }

/* line 6, bootstrap.min.css */
.carousel-control-next {
  right: 0; }

/* line 6, bootstrap.min.css */
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

/* line 6, bootstrap.min.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

/* line 6, bootstrap.min.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

/* line 6, bootstrap.min.css */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

/* line 6, bootstrap.min.css */
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5); }

/* line 6, bootstrap.min.css */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

/* line 6, bootstrap.min.css */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

/* line 6, bootstrap.min.css */
.carousel-indicators .active {
  background-color: #fff; }

/* line 6, bootstrap.min.css */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

/* line 6, bootstrap.min.css */
.align-baseline {
  vertical-align: baseline !important; }

/* line 6, bootstrap.min.css */
.align-top {
  vertical-align: top !important; }

/* line 6, bootstrap.min.css */
.align-middle {
  vertical-align: middle !important; }

/* line 6, bootstrap.min.css */
.align-bottom {
  vertical-align: bottom !important; }

/* line 6, bootstrap.min.css */
.align-text-bottom {
  vertical-align: text-bottom !important; }

/* line 6, bootstrap.min.css */
.align-text-top {
  vertical-align: text-top !important; }

/* line 6, bootstrap.min.css */
.bg-primary {
  background-color: #007bff !important; }

/* line 6, bootstrap.min.css */
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important; }

/* line 6, bootstrap.min.css */
.bg-secondary {
  background-color: #6c757d !important; }

/* line 6, bootstrap.min.css */
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important; }

/* line 6, bootstrap.min.css */
.bg-success {
  background-color: #28a745 !important; }

/* line 6, bootstrap.min.css */
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important; }

/* line 6, bootstrap.min.css */
.bg-info {
  background-color: #17a2b8 !important; }

/* line 6, bootstrap.min.css */
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important; }

/* line 6, bootstrap.min.css */
.bg-warning {
  background-color: #ffc107 !important; }

/* line 6, bootstrap.min.css */
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important; }

/* line 6, bootstrap.min.css */
.bg-danger {
  background-color: #dc3545 !important; }

/* line 6, bootstrap.min.css */
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important; }

/* line 6, bootstrap.min.css */
.bg-light {
  background-color: #f8f9fa !important; }

/* line 6, bootstrap.min.css */
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important; }

/* line 6, bootstrap.min.css */
.bg-dark {
  background-color: #343a40 !important; }

/* line 6, bootstrap.min.css */
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important; }

/* line 6, bootstrap.min.css */
.bg-white {
  background-color: #fff !important; }

/* line 6, bootstrap.min.css */
.bg-transparent {
  background-color: transparent !important; }

/* line 6, bootstrap.min.css */
.border {
  border: 1px solid #dee2e6 !important; }

/* line 6, bootstrap.min.css */
.border-top {
  border-top: 1px solid #dee2e6 !important; }

/* line 6, bootstrap.min.css */
.border-right {
  border-right: 1px solid #dee2e6 !important; }

/* line 6, bootstrap.min.css */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

/* line 6, bootstrap.min.css */
.border-left {
  border-left: 1px solid #dee2e6 !important; }

/* line 6, bootstrap.min.css */
.border-0 {
  border: 0 !important; }

/* line 6, bootstrap.min.css */
.border-top-0 {
  border-top: 0 !important; }

/* line 6, bootstrap.min.css */
.border-right-0 {
  border-right: 0 !important; }

/* line 6, bootstrap.min.css */
.border-bottom-0 {
  border-bottom: 0 !important; }

/* line 6, bootstrap.min.css */
.border-left-0 {
  border-left: 0 !important; }

/* line 6, bootstrap.min.css */
.border-primary {
  border-color: #007bff !important; }

/* line 6, bootstrap.min.css */
.border-secondary {
  border-color: #6c757d !important; }

/* line 6, bootstrap.min.css */
.border-success {
  border-color: #28a745 !important; }

/* line 6, bootstrap.min.css */
.border-info {
  border-color: #17a2b8 !important; }

/* line 6, bootstrap.min.css */
.border-warning {
  border-color: #ffc107 !important; }

/* line 6, bootstrap.min.css */
.border-danger {
  border-color: #dc3545 !important; }

/* line 6, bootstrap.min.css */
.border-light {
  border-color: #f8f9fa !important; }

/* line 6, bootstrap.min.css */
.border-dark {
  border-color: #343a40 !important; }

/* line 6, bootstrap.min.css */
.border-white {
  border-color: #fff !important; }

/* line 6, bootstrap.min.css */
.rounded {
  border-radius: 0.25rem !important; }

/* line 6, bootstrap.min.css */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

/* line 6, bootstrap.min.css */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

/* line 6, bootstrap.min.css */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 6, bootstrap.min.css */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 6, bootstrap.min.css */
.rounded-circle {
  border-radius: 50% !important; }

/* line 6, bootstrap.min.css */
.rounded-0 {
  border-radius: 0 !important; }

/* line 6, bootstrap.min.css */
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/* line 6, bootstrap.min.css */
.d-none {
  display: none !important; }

/* line 6, bootstrap.min.css */
.d-inline {
  display: inline !important; }

/* line 6, bootstrap.min.css */
.d-inline-block {
  display: inline-block !important; }

/* line 6, bootstrap.min.css */
.d-block {
  display: block !important; }

/* line 6, bootstrap.min.css */
.d-table {
  display: table !important; }

/* line 6, bootstrap.min.css */
.d-table-row {
  display: table-row !important; }

/* line 6, bootstrap.min.css */
.d-table-cell {
  display: table-cell !important; }

/* line 6, bootstrap.min.css */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

/* line 6, bootstrap.min.css */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  /* line 6, bootstrap.min.css */
  .d-sm-none {
    display: none !important; }

  /* line 6, bootstrap.min.css */
  .d-sm-inline {
    display: inline !important; }

  /* line 6, bootstrap.min.css */
  .d-sm-inline-block {
    display: inline-block !important; }

  /* line 6, bootstrap.min.css */
  .d-sm-block {
    display: block !important; }

  /* line 6, bootstrap.min.css */
  .d-sm-table {
    display: table !important; }

  /* line 6, bootstrap.min.css */
  .d-sm-table-row {
    display: table-row !important; }

  /* line 6, bootstrap.min.css */
  .d-sm-table-cell {
    display: table-cell !important; }

  /* line 6, bootstrap.min.css */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 6, bootstrap.min.css */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  /* line 6, bootstrap.min.css */
  .d-md-none {
    display: none !important; }

  /* line 6, bootstrap.min.css */
  .d-md-inline {
    display: inline !important; }

  /* line 6, bootstrap.min.css */
  .d-md-inline-block {
    display: inline-block !important; }

  /* line 6, bootstrap.min.css */
  .d-md-block {
    display: block !important; }

  /* line 6, bootstrap.min.css */
  .d-md-table {
    display: table !important; }

  /* line 6, bootstrap.min.css */
  .d-md-table-row {
    display: table-row !important; }

  /* line 6, bootstrap.min.css */
  .d-md-table-cell {
    display: table-cell !important; }

  /* line 6, bootstrap.min.css */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 6, bootstrap.min.css */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  /* line 6, bootstrap.min.css */
  .d-lg-none {
    display: none !important; }

  /* line 6, bootstrap.min.css */
  .d-lg-inline {
    display: inline !important; }

  /* line 6, bootstrap.min.css */
  .d-lg-inline-block {
    display: inline-block !important; }

  /* line 6, bootstrap.min.css */
  .d-lg-block {
    display: block !important; }

  /* line 6, bootstrap.min.css */
  .d-lg-table {
    display: table !important; }

  /* line 6, bootstrap.min.css */
  .d-lg-table-row {
    display: table-row !important; }

  /* line 6, bootstrap.min.css */
  .d-lg-table-cell {
    display: table-cell !important; }

  /* line 6, bootstrap.min.css */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 6, bootstrap.min.css */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  /* line 6, bootstrap.min.css */
  .d-xl-none {
    display: none !important; }

  /* line 6, bootstrap.min.css */
  .d-xl-inline {
    display: inline !important; }

  /* line 6, bootstrap.min.css */
  .d-xl-inline-block {
    display: inline-block !important; }

  /* line 6, bootstrap.min.css */
  .d-xl-block {
    display: block !important; }

  /* line 6, bootstrap.min.css */
  .d-xl-table {
    display: table !important; }

  /* line 6, bootstrap.min.css */
  .d-xl-table-row {
    display: table-row !important; }

  /* line 6, bootstrap.min.css */
  .d-xl-table-cell {
    display: table-cell !important; }

  /* line 6, bootstrap.min.css */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 6, bootstrap.min.css */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  /* line 6, bootstrap.min.css */
  .d-print-none {
    display: none !important; }

  /* line 6, bootstrap.min.css */
  .d-print-inline {
    display: inline !important; }

  /* line 6, bootstrap.min.css */
  .d-print-inline-block {
    display: inline-block !important; }

  /* line 6, bootstrap.min.css */
  .d-print-block {
    display: block !important; }

  /* line 6, bootstrap.min.css */
  .d-print-table {
    display: table !important; }

  /* line 6, bootstrap.min.css */
  .d-print-table-row {
    display: table-row !important; }

  /* line 6, bootstrap.min.css */
  .d-print-table-cell {
    display: table-cell !important; }

  /* line 6, bootstrap.min.css */
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 6, bootstrap.min.css */
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
/* line 6, bootstrap.min.css */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

/* line 6, bootstrap.min.css */
.embed-responsive::before {
  display: block;
  content: ""; }

/* line 6, bootstrap.min.css */
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/* line 6, bootstrap.min.css */
.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

/* line 6, bootstrap.min.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%; }

/* line 6, bootstrap.min.css */
.embed-responsive-4by3::before {
  padding-top: 75%; }

/* line 6, bootstrap.min.css */
.embed-responsive-1by1::before {
  padding-top: 100%; }

/* line 6, bootstrap.min.css */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

/* line 6, bootstrap.min.css */
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

/* line 6, bootstrap.min.css */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

/* line 6, bootstrap.min.css */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

/* line 6, bootstrap.min.css */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

/* line 6, bootstrap.min.css */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

/* line 6, bootstrap.min.css */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

/* line 6, bootstrap.min.css */
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

/* line 6, bootstrap.min.css */
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

/* line 6, bootstrap.min.css */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

/* line 6, bootstrap.min.css */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

/* line 6, bootstrap.min.css */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

/* line 6, bootstrap.min.css */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

/* line 6, bootstrap.min.css */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

/* line 6, bootstrap.min.css */
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

/* line 6, bootstrap.min.css */
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

/* line 6, bootstrap.min.css */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

/* line 6, bootstrap.min.css */
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

/* line 6, bootstrap.min.css */
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

/* line 6, bootstrap.min.css */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

/* line 6, bootstrap.min.css */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

/* line 6, bootstrap.min.css */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

/* line 6, bootstrap.min.css */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

/* line 6, bootstrap.min.css */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

/* line 6, bootstrap.min.css */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

/* line 6, bootstrap.min.css */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

/* line 6, bootstrap.min.css */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

/* line 6, bootstrap.min.css */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

/* line 6, bootstrap.min.css */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

/* line 6, bootstrap.min.css */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

/* line 6, bootstrap.min.css */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

/* line 6, bootstrap.min.css */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

/* line 6, bootstrap.min.css */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

/* line 6, bootstrap.min.css */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  /* line 6, bootstrap.min.css */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6, bootstrap.min.css */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6, bootstrap.min.css */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6, bootstrap.min.css */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6, bootstrap.min.css */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6, bootstrap.min.css */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6, bootstrap.min.css */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6, bootstrap.min.css */
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6, bootstrap.min.css */
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6, bootstrap.min.css */
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6, bootstrap.min.css */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6, bootstrap.min.css */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6, bootstrap.min.css */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6, bootstrap.min.css */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6, bootstrap.min.css */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6, bootstrap.min.css */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6, bootstrap.min.css */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6, bootstrap.min.css */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6, bootstrap.min.css */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6, bootstrap.min.css */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6, bootstrap.min.css */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6, bootstrap.min.css */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6, bootstrap.min.css */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6, bootstrap.min.css */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6, bootstrap.min.css */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6, bootstrap.min.css */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6, bootstrap.min.css */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6, bootstrap.min.css */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6, bootstrap.min.css */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 6, bootstrap.min.css */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 6, bootstrap.min.css */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 6, bootstrap.min.css */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 6, bootstrap.min.css */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 6, bootstrap.min.css */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  /* line 6, bootstrap.min.css */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6, bootstrap.min.css */
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6, bootstrap.min.css */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6, bootstrap.min.css */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6, bootstrap.min.css */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6, bootstrap.min.css */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6, bootstrap.min.css */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6, bootstrap.min.css */
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6, bootstrap.min.css */
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6, bootstrap.min.css */
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6, bootstrap.min.css */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6, bootstrap.min.css */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6, bootstrap.min.css */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6, bootstrap.min.css */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6, bootstrap.min.css */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6, bootstrap.min.css */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6, bootstrap.min.css */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6, bootstrap.min.css */
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6, bootstrap.min.css */
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6, bootstrap.min.css */
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6, bootstrap.min.css */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6, bootstrap.min.css */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6, bootstrap.min.css */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6, bootstrap.min.css */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6, bootstrap.min.css */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6, bootstrap.min.css */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6, bootstrap.min.css */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6, bootstrap.min.css */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6, bootstrap.min.css */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 6, bootstrap.min.css */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 6, bootstrap.min.css */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 6, bootstrap.min.css */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 6, bootstrap.min.css */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 6, bootstrap.min.css */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  /* line 6, bootstrap.min.css */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6, bootstrap.min.css */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6, bootstrap.min.css */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6, bootstrap.min.css */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6, bootstrap.min.css */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6, bootstrap.min.css */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6, bootstrap.min.css */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6, bootstrap.min.css */
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6, bootstrap.min.css */
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6, bootstrap.min.css */
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6, bootstrap.min.css */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6, bootstrap.min.css */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6, bootstrap.min.css */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6, bootstrap.min.css */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6, bootstrap.min.css */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6, bootstrap.min.css */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6, bootstrap.min.css */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6, bootstrap.min.css */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6, bootstrap.min.css */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6, bootstrap.min.css */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6, bootstrap.min.css */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6, bootstrap.min.css */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6, bootstrap.min.css */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6, bootstrap.min.css */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6, bootstrap.min.css */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6, bootstrap.min.css */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6, bootstrap.min.css */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6, bootstrap.min.css */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6, bootstrap.min.css */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 6, bootstrap.min.css */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 6, bootstrap.min.css */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 6, bootstrap.min.css */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 6, bootstrap.min.css */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 6, bootstrap.min.css */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  /* line 6, bootstrap.min.css */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6, bootstrap.min.css */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6, bootstrap.min.css */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6, bootstrap.min.css */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6, bootstrap.min.css */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6, bootstrap.min.css */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6, bootstrap.min.css */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6, bootstrap.min.css */
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6, bootstrap.min.css */
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6, bootstrap.min.css */
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6, bootstrap.min.css */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6, bootstrap.min.css */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6, bootstrap.min.css */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6, bootstrap.min.css */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6, bootstrap.min.css */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6, bootstrap.min.css */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6, bootstrap.min.css */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6, bootstrap.min.css */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6, bootstrap.min.css */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6, bootstrap.min.css */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6, bootstrap.min.css */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6, bootstrap.min.css */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6, bootstrap.min.css */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6, bootstrap.min.css */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6, bootstrap.min.css */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6, bootstrap.min.css */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6, bootstrap.min.css */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6, bootstrap.min.css */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6, bootstrap.min.css */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 6, bootstrap.min.css */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 6, bootstrap.min.css */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 6, bootstrap.min.css */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 6, bootstrap.min.css */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 6, bootstrap.min.css */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
/* line 6, bootstrap.min.css */
.float-left {
  float: left !important; }

/* line 6, bootstrap.min.css */
.float-right {
  float: right !important; }

/* line 6, bootstrap.min.css */
.float-none {
  float: none !important; }

@media (min-width: 576px) {
  /* line 6, bootstrap.min.css */
  .float-sm-left {
    float: left !important; }

  /* line 6, bootstrap.min.css */
  .float-sm-right {
    float: right !important; }

  /* line 6, bootstrap.min.css */
  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  /* line 6, bootstrap.min.css */
  .float-md-left {
    float: left !important; }

  /* line 6, bootstrap.min.css */
  .float-md-right {
    float: right !important; }

  /* line 6, bootstrap.min.css */
  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  /* line 6, bootstrap.min.css */
  .float-lg-left {
    float: left !important; }

  /* line 6, bootstrap.min.css */
  .float-lg-right {
    float: right !important; }

  /* line 6, bootstrap.min.css */
  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  /* line 6, bootstrap.min.css */
  .float-xl-left {
    float: left !important; }

  /* line 6, bootstrap.min.css */
  .float-xl-right {
    float: right !important; }

  /* line 6, bootstrap.min.css */
  .float-xl-none {
    float: none !important; } }
/* line 6, bootstrap.min.css */
.position-static {
  position: static !important; }

/* line 6, bootstrap.min.css */
.position-relative {
  position: relative !important; }

/* line 6, bootstrap.min.css */
.position-absolute {
  position: absolute !important; }

/* line 6, bootstrap.min.css */
.position-fixed {
  position: fixed !important; }

/* line 6, bootstrap.min.css */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

/* line 6, bootstrap.min.css */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

/* line 6, bootstrap.min.css */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 6, bootstrap.min.css */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }
/* line 6, bootstrap.min.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* line 6, bootstrap.min.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

/* line 6, bootstrap.min.css */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

/* line 6, bootstrap.min.css */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

/* line 6, bootstrap.min.css */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

/* line 6, bootstrap.min.css */
.shadow-none {
  box-shadow: none !important; }

/* line 6, bootstrap.min.css */
.w-25 {
  width: 25% !important; }

/* line 6, bootstrap.min.css */
.w-50 {
  width: 50% !important; }

/* line 6, bootstrap.min.css */
.w-75 {
  width: 75% !important; }

/* line 6, bootstrap.min.css */
.w-100 {
  width: 100% !important; }

/* line 6, bootstrap.min.css */
.w-auto {
  width: auto !important; }

/* line 6, bootstrap.min.css */
.h-25 {
  height: 25% !important; }

/* line 6, bootstrap.min.css */
.h-50 {
  height: 50% !important; }

/* line 6, bootstrap.min.css */
.h-75 {
  height: 75% !important; }

/* line 6, bootstrap.min.css */
.h-100 {
  height: 100% !important; }

/* line 6, bootstrap.min.css */
.h-auto {
  height: auto !important; }

/* line 6, bootstrap.min.css */
.mw-100 {
  max-width: 100% !important; }

/* line 6, bootstrap.min.css */
.mh-100 {
  max-height: 100% !important; }

/* line 6, bootstrap.min.css */
.m-0 {
  margin: 0 !important; }

/* line 6, bootstrap.min.css */
.mt-0, .my-0 {
  margin-top: 0 !important; }

/* line 6, bootstrap.min.css */
.mr-0, .mx-0 {
  margin-right: 0 !important; }

/* line 6, bootstrap.min.css */
.mb-0, .my-0 {
  margin-bottom: 0 !important; }

/* line 6, bootstrap.min.css */
.ml-0, .mx-0 {
  margin-left: 0 !important; }

/* line 6, bootstrap.min.css */
.m-1 {
  margin: 0.25rem !important; }

/* line 6, bootstrap.min.css */
.mt-1, .my-1 {
  margin-top: 0.25rem !important; }

/* line 6, bootstrap.min.css */
.mr-1, .mx-1 {
  margin-right: 0.25rem !important; }

/* line 6, bootstrap.min.css */
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important; }

/* line 6, bootstrap.min.css */
.ml-1, .mx-1 {
  margin-left: 0.25rem !important; }

/* line 6, bootstrap.min.css */
.m-2 {
  margin: 0.5rem !important; }

/* line 6, bootstrap.min.css */
.mt-2, .my-2 {
  margin-top: 0.5rem !important; }

/* line 6, bootstrap.min.css */
.mr-2, .mx-2 {
  margin-right: 0.5rem !important; }

/* line 6, bootstrap.min.css */
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important; }

/* line 6, bootstrap.min.css */
.ml-2, .mx-2 {
  margin-left: 0.5rem !important; }

/* line 6, bootstrap.min.css */
.m-3 {
  margin: 1rem !important; }

/* line 6, bootstrap.min.css */
.mt-3, .my-3 {
  margin-top: 1rem !important; }

/* line 6, bootstrap.min.css */
.mr-3, .mx-3 {
  margin-right: 1rem !important; }

/* line 6, bootstrap.min.css */
.mb-3, .my-3 {
  margin-bottom: 1rem !important; }

/* line 6, bootstrap.min.css */
.ml-3, .mx-3 {
  margin-left: 1rem !important; }

/* line 6, bootstrap.min.css */
.m-4 {
  margin: 1.5rem !important; }

/* line 6, bootstrap.min.css */
.mt-4, .my-4 {
  margin-top: 1.5rem !important; }

/* line 6, bootstrap.min.css */
.mr-4, .mx-4 {
  margin-right: 1.5rem !important; }

/* line 6, bootstrap.min.css */
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important; }

/* line 6, bootstrap.min.css */
.ml-4, .mx-4 {
  margin-left: 1.5rem !important; }

/* line 6, bootstrap.min.css */
.m-5 {
  margin: 3rem !important; }

/* line 6, bootstrap.min.css */
.mt-5, .my-5 {
  margin-top: 3rem !important; }

/* line 6, bootstrap.min.css */
.mr-5, .mx-5 {
  margin-right: 3rem !important; }

/* line 6, bootstrap.min.css */
.mb-5, .my-5 {
  margin-bottom: 3rem !important; }

/* line 6, bootstrap.min.css */
.ml-5, .mx-5 {
  margin-left: 3rem !important; }

/* line 6, bootstrap.min.css */
.p-0 {
  padding: 0 !important; }

/* line 6, bootstrap.min.css */
.pt-0, .py-0 {
  padding-top: 0 !important; }

/* line 6, bootstrap.min.css */
.pr-0, .px-0 {
  padding-right: 0 !important; }

/* line 6, bootstrap.min.css */
.pb-0, .py-0 {
  padding-bottom: 0 !important; }

/* line 6, bootstrap.min.css */
.pl-0, .px-0 {
  padding-left: 0 !important; }

/* line 6, bootstrap.min.css */
.p-1 {
  padding: 0.25rem !important; }

/* line 6, bootstrap.min.css */
.pt-1, .py-1 {
  padding-top: 0.25rem !important; }

/* line 6, bootstrap.min.css */
.pr-1, .px-1 {
  padding-right: 0.25rem !important; }

/* line 6, bootstrap.min.css */
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important; }

/* line 6, bootstrap.min.css */
.pl-1, .px-1 {
  padding-left: 0.25rem !important; }

/* line 6, bootstrap.min.css */
.p-2 {
  padding: 0.5rem !important; }

/* line 6, bootstrap.min.css */
.pt-2, .py-2 {
  padding-top: 0.5rem !important; }

/* line 6, bootstrap.min.css */
.pr-2, .px-2 {
  padding-right: 0.5rem !important; }

/* line 6, bootstrap.min.css */
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important; }

/* line 6, bootstrap.min.css */
.pl-2, .px-2 {
  padding-left: 0.5rem !important; }

/* line 6, bootstrap.min.css */
.p-3 {
  padding: 1rem !important; }

/* line 6, bootstrap.min.css */
.pt-3, .py-3 {
  padding-top: 1rem !important; }

/* line 6, bootstrap.min.css */
.pr-3, .px-3 {
  padding-right: 1rem !important; }

/* line 6, bootstrap.min.css */
.pb-3, .py-3 {
  padding-bottom: 1rem !important; }

/* line 6, bootstrap.min.css */
.pl-3, .px-3 {
  padding-left: 1rem !important; }

/* line 6, bootstrap.min.css */
.p-4 {
  padding: 1.5rem !important; }

/* line 6, bootstrap.min.css */
.pt-4, .py-4 {
  padding-top: 1.5rem !important; }

/* line 6, bootstrap.min.css */
.pr-4, .px-4 {
  padding-right: 1.5rem !important; }

/* line 6, bootstrap.min.css */
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important; }

/* line 6, bootstrap.min.css */
.pl-4, .px-4 {
  padding-left: 1.5rem !important; }

/* line 6, bootstrap.min.css */
.p-5 {
  padding: 3rem !important; }

/* line 6, bootstrap.min.css */
.pt-5, .py-5 {
  padding-top: 3rem !important; }

/* line 6, bootstrap.min.css */
.pr-5, .px-5 {
  padding-right: 3rem !important; }

/* line 6, bootstrap.min.css */
.pb-5, .py-5 {
  padding-bottom: 3rem !important; }

/* line 6, bootstrap.min.css */
.pl-5, .px-5 {
  padding-left: 3rem !important; }

/* line 6, bootstrap.min.css */
.m-auto {
  margin: auto !important; }

/* line 6, bootstrap.min.css */
.mt-auto, .my-auto {
  margin-top: auto !important; }

/* line 6, bootstrap.min.css */
.mr-auto, .mx-auto {
  margin-right: auto !important; }

/* line 6, bootstrap.min.css */
.mb-auto, .my-auto {
  margin-bottom: auto !important; }

/* line 6, bootstrap.min.css */
.ml-auto, .mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  /* line 6, bootstrap.min.css */
  .m-sm-0 {
    margin: 0 !important; }

  /* line 6, bootstrap.min.css */
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important; }

  /* line 6, bootstrap.min.css */
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important; }

  /* line 6, bootstrap.min.css */
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important; }

  /* line 6, bootstrap.min.css */
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important; }

  /* line 6, bootstrap.min.css */
  .m-sm-1 {
    margin: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .m-sm-2 {
    margin: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .m-sm-3 {
    margin: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .m-sm-4 {
    margin: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .m-sm-5 {
    margin: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .p-sm-0 {
    padding: 0 !important; }

  /* line 6, bootstrap.min.css */
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important; }

  /* line 6, bootstrap.min.css */
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important; }

  /* line 6, bootstrap.min.css */
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important; }

  /* line 6, bootstrap.min.css */
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important; }

  /* line 6, bootstrap.min.css */
  .p-sm-1 {
    padding: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .p-sm-2 {
    padding: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .p-sm-3 {
    padding: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .p-sm-4 {
    padding: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .p-sm-5 {
    padding: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .m-sm-auto {
    margin: auto !important; }

  /* line 6, bootstrap.min.css */
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important; }

  /* line 6, bootstrap.min.css */
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important; }

  /* line 6, bootstrap.min.css */
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important; }

  /* line 6, bootstrap.min.css */
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  /* line 6, bootstrap.min.css */
  .m-md-0 {
    margin: 0 !important; }

  /* line 6, bootstrap.min.css */
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important; }

  /* line 6, bootstrap.min.css */
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }

  /* line 6, bootstrap.min.css */
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important; }

  /* line 6, bootstrap.min.css */
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }

  /* line 6, bootstrap.min.css */
  .m-md-1 {
    margin: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .m-md-2 {
    margin: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .m-md-3 {
    margin: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .m-md-4 {
    margin: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .m-md-5 {
    margin: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .p-md-0 {
    padding: 0 !important; }

  /* line 6, bootstrap.min.css */
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important; }

  /* line 6, bootstrap.min.css */
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; }

  /* line 6, bootstrap.min.css */
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important; }

  /* line 6, bootstrap.min.css */
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }

  /* line 6, bootstrap.min.css */
  .p-md-1 {
    padding: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .p-md-2 {
    padding: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .p-md-3 {
    padding: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .p-md-4 {
    padding: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .p-md-5 {
    padding: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .m-md-auto {
    margin: auto !important; }

  /* line 6, bootstrap.min.css */
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important; }

  /* line 6, bootstrap.min.css */
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important; }

  /* line 6, bootstrap.min.css */
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important; }

  /* line 6, bootstrap.min.css */
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  /* line 6, bootstrap.min.css */
  .m-lg-0 {
    margin: 0 !important; }

  /* line 6, bootstrap.min.css */
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important; }

  /* line 6, bootstrap.min.css */
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }

  /* line 6, bootstrap.min.css */
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }

  /* line 6, bootstrap.min.css */
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }

  /* line 6, bootstrap.min.css */
  .m-lg-1 {
    margin: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .m-lg-2 {
    margin: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .m-lg-3 {
    margin: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .m-lg-4 {
    margin: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .m-lg-5 {
    margin: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .p-lg-0 {
    padding: 0 !important; }

  /* line 6, bootstrap.min.css */
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }

  /* line 6, bootstrap.min.css */
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }

  /* line 6, bootstrap.min.css */
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }

  /* line 6, bootstrap.min.css */
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }

  /* line 6, bootstrap.min.css */
  .p-lg-1 {
    padding: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .p-lg-2 {
    padding: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .p-lg-3 {
    padding: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .p-lg-4 {
    padding: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .p-lg-5 {
    padding: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .m-lg-auto {
    margin: auto !important; }

  /* line 6, bootstrap.min.css */
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important; }

  /* line 6, bootstrap.min.css */
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important; }

  /* line 6, bootstrap.min.css */
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important; }

  /* line 6, bootstrap.min.css */
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  /* line 6, bootstrap.min.css */
  .m-xl-0 {
    margin: 0 !important; }

  /* line 6, bootstrap.min.css */
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important; }

  /* line 6, bootstrap.min.css */
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important; }

  /* line 6, bootstrap.min.css */
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important; }

  /* line 6, bootstrap.min.css */
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important; }

  /* line 6, bootstrap.min.css */
  .m-xl-1 {
    margin: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .m-xl-2 {
    margin: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .m-xl-3 {
    margin: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .m-xl-4 {
    margin: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .m-xl-5 {
    margin: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .p-xl-0 {
    padding: 0 !important; }

  /* line 6, bootstrap.min.css */
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important; }

  /* line 6, bootstrap.min.css */
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; }

  /* line 6, bootstrap.min.css */
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important; }

  /* line 6, bootstrap.min.css */
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }

  /* line 6, bootstrap.min.css */
  .p-xl-1 {
    padding: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important; }

  /* line 6, bootstrap.min.css */
  .p-xl-2 {
    padding: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important; }

  /* line 6, bootstrap.min.css */
  .p-xl-3 {
    padding: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important; }

  /* line 6, bootstrap.min.css */
  .p-xl-4 {
    padding: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important; }

  /* line 6, bootstrap.min.css */
  .p-xl-5 {
    padding: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important; }

  /* line 6, bootstrap.min.css */
  .m-xl-auto {
    margin: auto !important; }

  /* line 6, bootstrap.min.css */
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important; }

  /* line 6, bootstrap.min.css */
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important; }

  /* line 6, bootstrap.min.css */
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important; }

  /* line 6, bootstrap.min.css */
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; } }
/* line 6, bootstrap.min.css */
.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }

/* line 6, bootstrap.min.css */
.text-justify {
  text-align: justify !important; }

/* line 6, bootstrap.min.css */
.text-nowrap {
  white-space: nowrap !important; }

/* line 6, bootstrap.min.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 6, bootstrap.min.css */
.text-left {
  text-align: left !important; }

/* line 6, bootstrap.min.css */
.text-right {
  text-align: right !important; }

/* line 6, bootstrap.min.css */
.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  /* line 6, bootstrap.min.css */
  .text-sm-left {
    text-align: left !important; }

  /* line 6, bootstrap.min.css */
  .text-sm-right {
    text-align: right !important; }

  /* line 6, bootstrap.min.css */
  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  /* line 6, bootstrap.min.css */
  .text-md-left {
    text-align: left !important; }

  /* line 6, bootstrap.min.css */
  .text-md-right {
    text-align: right !important; }

  /* line 6, bootstrap.min.css */
  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  /* line 6, bootstrap.min.css */
  .text-lg-left {
    text-align: left !important; }

  /* line 6, bootstrap.min.css */
  .text-lg-right {
    text-align: right !important; }

  /* line 6, bootstrap.min.css */
  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  /* line 6, bootstrap.min.css */
  .text-xl-left {
    text-align: left !important; }

  /* line 6, bootstrap.min.css */
  .text-xl-right {
    text-align: right !important; }

  /* line 6, bootstrap.min.css */
  .text-xl-center {
    text-align: center !important; } }
/* line 6, bootstrap.min.css */
.text-lowercase {
  text-transform: lowercase !important; }

/* line 6, bootstrap.min.css */
.text-uppercase {
  text-transform: uppercase !important; }

/* line 6, bootstrap.min.css */
.text-capitalize {
  text-transform: capitalize !important; }

/* line 6, bootstrap.min.css */
.font-weight-light {
  font-weight: 300 !important; }

/* line 6, bootstrap.min.css */
.font-weight-normal {
  font-weight: 400 !important; }

/* line 6, bootstrap.min.css */
.font-weight-bold {
  font-weight: 700 !important; }

/* line 6, bootstrap.min.css */
.font-italic {
  font-style: italic !important; }

/* line 6, bootstrap.min.css */
.text-white {
  color: #fff !important; }

/* line 6, bootstrap.min.css */
.text-primary {
  color: #007bff !important; }

/* line 6, bootstrap.min.css */
a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important; }

/* line 6, bootstrap.min.css */
.text-secondary {
  color: #6c757d !important; }

/* line 6, bootstrap.min.css */
a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !important; }

/* line 6, bootstrap.min.css */
.text-success {
  color: #28a745 !important; }

/* line 6, bootstrap.min.css */
a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important; }

/* line 6, bootstrap.min.css */
.text-info {
  color: #17a2b8 !important; }

/* line 6, bootstrap.min.css */
a.text-info:focus, a.text-info:hover {
  color: #117a8b !important; }

/* line 6, bootstrap.min.css */
.text-warning {
  color: #ffc107 !important; }

/* line 6, bootstrap.min.css */
a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important; }

/* line 6, bootstrap.min.css */
.text-danger {
  color: #dc3545 !important; }

/* line 6, bootstrap.min.css */
a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important; }

/* line 6, bootstrap.min.css */
.text-light {
  color: #f8f9fa !important; }

/* line 6, bootstrap.min.css */
a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important; }

/* line 6, bootstrap.min.css */
.text-dark {
  color: #343a40 !important; }

/* line 6, bootstrap.min.css */
a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important; }

/* line 6, bootstrap.min.css */
.text-body {
  color: #212529 !important; }

/* line 6, bootstrap.min.css */
.text-muted {
  color: #6c757d !important; }

/* line 6, bootstrap.min.css */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

/* line 6, bootstrap.min.css */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

/* line 6, bootstrap.min.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 6, bootstrap.min.css */
.visible {
  visibility: visible !important; }

/* line 6, bootstrap.min.css */
.invisible {
  visibility: hidden !important; }

@media print {
  /* line 6, bootstrap.min.css */
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important; }

  /* line 6, bootstrap.min.css */
  a:not(.btn) {
    text-decoration: underline; }

  /* line 6, bootstrap.min.css */
  abbr[title]::after {
    content: " (" attr(title) ")"; }

  /* line 6, bootstrap.min.css */
  pre {
    white-space: pre-wrap !important; }

  /* line 6, bootstrap.min.css */
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }

  /* line 6, bootstrap.min.css */
  thead {
    display: table-header-group; }

  /* line 6, bootstrap.min.css */
  img, tr {
    page-break-inside: avoid; }

  /* line 6, bootstrap.min.css */
  h2, h3, p {
    orphans: 3;
    widows: 3; }

  /* line 6, bootstrap.min.css */
  h2, h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  /* line 6, bootstrap.min.css */
  body {
    min-width: 992px !important; }

  /* line 6, bootstrap.min.css */
  .container {
    min-width: 992px !important; }

  /* line 6, bootstrap.min.css */
  .navbar {
    display: none; }

  /* line 6, bootstrap.min.css */
  .badge {
    border: 1px solid #000; }

  /* line 6, bootstrap.min.css */
  .table {
    border-collapse: collapse !important; }

  /* line 6, bootstrap.min.css */
  .table td, .table th {
    background-color: #fff !important; }

  /* line 6, bootstrap.min.css */
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important; }

  /* line 6, bootstrap.min.css */
  .table-dark {
    color: inherit; }

  /* line 6, bootstrap.min.css */
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6; }

  /* line 6, bootstrap.min.css */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
/*# sourceMappingURL=bootstrap.min.css.map */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, _normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 25, _normalize.scss */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
/* line 33, _normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 47, _normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 60, _normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
/* line 70, _normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 79, _normalize.scss */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 91, _normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 104, _normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  cursor: pointer;
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 115, _normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 126, _normalize.scss */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 135, _normalize.scss */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 145, _normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 156, _normalize.scss */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
/* line 164, _normalize.scss */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
/* line 173, _normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 182, _normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 190, _normalize.scss */
sub {
  bottom: -0.25em; }

/* line 194, _normalize.scss */
sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 205, _normalize.scss */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
/* line 214, _normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 223, _normalize.scss */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
/* line 231, _normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 243, _normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 259, _normalize.scss */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 269, _normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
  cursor: pointer; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 281, _normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 292, _normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 304, _normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
/* line 315, _normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 326, _normalize.scss */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 341, _normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 350, _normalize.scss */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 359, _normalize.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 370, _normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 380, _normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 389, _normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 399, _normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 412, _normalize.scss */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 421, _normalize.scss */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 432, _normalize.scss */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
/* line 440, _normalize.scss */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 451, _normalize.scss */
[hidden] {
  display: none; }

/* line 1, core.min.css */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

/* line 1, core.min.css */
*, ::after, ::before {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }
/* line 1, core.min.css */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 16px; }

/* line 1, core.min.css */
[tabindex="-1"]:focus {
  outline: none !important; }

/* line 1, core.min.css */
dl, h1, h2, h3, h4, h5, h6, ol, ul {
  margin-top: 0;
  margin-bottom: 10px; }

/* line 1, core.min.css */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 1, core.min.css */
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

/* line 1, core.min.css */
address, dd {
  margin-bottom: 10px; }

/* line 1, core.min.css */
address {
  font-style: normal;
  line-height: inherit; }

/* line 1, core.min.css */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

/* line 1, core.min.css */
dd {
  margin-left: 0; }

/* line 1, core.min.css */
blockquote, figure {
  margin: 0 0 10px; }

/* line 1, core.min.css */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

/* line 1, core.min.css */
a:not([href]):not([tabindex]):focus {
  outline: none; }

/* line 1, core.min.css */
pre {
  margin-top: 0;
  margin-bottom: 10px;
  overflow: auto; }

/* line 1, core.min.css */
img {
  max-width: 100%;
  vertical-align: middle; }

/* line 1, core.min.css */
[role=button] {
  cursor: pointer; }

/* line 1, core.min.css */
[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* line 1, core.min.css */
table {
  border-collapse: collapse; }

/* line 1, core.min.css */
caption {
  caption-side: bottom; }

/* line 1, core.min.css */
.table th, caption, th {
  text-align: left; }

/* line 1, core.min.css */
label, output {
  display: inline-block; }

/* line 1, core.min.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/* line 1, core.min.css */
button, input, select, textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

/* line 1, core.min.css */
input[type=checkbox]:disabled, input[type=radio]:disabled {
  cursor: not-allowed; }

/* line 1, core.min.css */
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox; }

/* line 1, core.min.css */
textarea {
  resize: vertical; }

/* line 1, core.min.css */
.form legend, legend {
  display: block;
  width: 100%;
  padding: 0;
  line-height: inherit; }

/* line 1, core.min.css */
.form input[type=search], input[type=search] {
  -webkit-appearance: none; }

/* line 1, core.min.css */
[hidden] {
  display: none !important; }

/* line 1, core.min.css */
.form fieldset, fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

/* line 1, core.min.css */
.form legend {
  font-size: 21px;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #eee; }

/* line 1, core.min.css */
.form label {
  display: inline-block;
  max-width: 100%; }

/* line 1, core.min.css */
.button, .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small, .co-modal-button, .co-tabs-node, .input-field, .select-field, .textarea-field {
  display: inline-block;
  border-radius: 0;
  border: none;
  box-shadow: none;
  vertical-align: top;
  max-width: 100%; }

/* line 1, core.min.css */
.button, .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small, .co-modal-button, .co-tabs-node {
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  white-space: nowrap; }

/* line 1, core.min.css */
.button:active, .co-button[type="submit"]:active, .co-button[name="commit"]:active, .co-button[data-method="delete"]:active, .co-button.co-button--small:active, .co-modal-button:active, .co-tabs-node:active {
  outline: 0; }

/* line 1, core.min.css */
.button, .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small, .co-modal-button, .co-tabs-node, .button:hover, .co-button[type="submit"]:hover, .co-button[name="commit"]:hover, .co-button[data-method="delete"]:hover, .co-button.co-button--small:hover, .co-modal-button:hover, .co-tabs-node:hover {
  text-decoration: none; }

/* line 1, core.min.css */
.button.disabled, .disabled.co-button[type="submit"], .disabled.co-button[name="commit"], .disabled.co-button[data-method="delete"], .disabled.co-button.co-button--small, .disabled.co-modal-button, .disabled.co-tabs-node, .button[disabled], [disabled].co-button[type="submit"], [disabled].co-button[name="commit"], [disabled].co-button[data-method="delete"], [disabled].co-button.co-button--small, [disabled].co-modal-button, [disabled].co-tabs-node, fieldset[disabled] .button, fieldset[disabled] .co-button[type="submit"], fieldset[disabled] .co-button[name="commit"], fieldset[disabled] .co-button[data-method="delete"], fieldset[disabled] .co-button.co-button--small, fieldset[disabled] .co-modal-button, fieldset[disabled] .co-tabs-node {
  cursor: not-allowed; }

/* line 1, core.min.css */
.input-field, .select-field, .textarea-field {
  background-image: none; }

/* line 1, core.min.css */
.input-field::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

/* line 1, core.min.css */
.input-field:-ms-input-placeholder {
  color: #ccc; }

/* line 1, core.min.css */
.input-field::-webkit-input-placeholder {
  color: #ccc; }

/* line 1, core.min.css */
.input-field:focus::-moz-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.input-field:focus:-ms-input-placeholder, .select-field:focus:-ms-input-placeholder, .textarea-field:focus:-ms-input-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.input-field:focus::-webkit-input-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.input-field::-ms-expand {
  border: 0;
  background-color: transparent; }

/* line 1, core.min.css */
.input-field[disabled], .input-field[readonly], fieldset[disabled] .input-field {
  opacity: 1; }

/* line 1, core.min.css */
.input-field[disabled], fieldset[disabled] .input-field {
  cursor: not-allowed; }

/* line 1, core.min.css */
.select-field::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

/* line 1, core.min.css */
.select-field:-ms-input-placeholder {
  color: #ccc; }

/* line 1, core.min.css */
.select-field::-webkit-input-placeholder {
  color: #ccc; }

/* line 1, core.min.css */
.select-field:focus::-moz-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.select-field:focus::-webkit-input-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.select-field::-ms-expand {
  border: 0;
  background-color: transparent; }

/* line 1, core.min.css */
.select-field[disabled], .select-field[readonly], fieldset[disabled] .select-field {
  opacity: 1; }

/* line 1, core.min.css */
.select-field[disabled], fieldset[disabled] .select-field {
  cursor: not-allowed; }

/* line 1, core.min.css */
.textarea-field::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

/* line 1, core.min.css */
.textarea-field:-ms-input-placeholder {
  color: #ccc; }

/* line 1, core.min.css */
.textarea-field::-webkit-input-placeholder {
  color: #ccc; }

/* line 1, core.min.css */
.textarea-field:focus::-moz-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.textarea-field:focus::-webkit-input-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.textarea-field::-ms-expand {
  border: 0;
  background-color: transparent; }

/* line 1, core.min.css */
.textarea-field[disabled], .textarea-field[readonly], fieldset[disabled] .textarea-field {
  opacity: 1; }

/* line 1, core.min.css */
.textarea-field[disabled], fieldset[disabled] .textarea-field {
  cursor: not-allowed; }

/* line 1, core.min.css */
.table {
  border-collapse: collapse; }

/* line 1, core.min.css */
.table table col[class*=cell-] {
  position: static;
  float: none;
  display: table-column; }

/* line 1, core.min.css */
.table table td[class*=cell-], .table table th[class*=cell-] {
  position: static;
  float: none;
  display: table-cell; }

/* line 1, core.min.css */
.list, .list-table {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 1, core.min.css */
.list > .list-item {
  display: inline-block;
  position: relative; }

/* line 1, core.min.css */
.list-table {
  display: table;
  width: 100%; }

/* line 1, core.min.css */
.list-table > .list-item {
  display: table-cell; }

/* line 1, core.min.css */
.list-justified {
  font-size: 0;
  line-height: 0;
  text-align: justify;
  width: 100%; }

/* line 1, core.min.css */
.list-justified:after {
  content: "";
  height: 0;
  overflow: hidden;
  visibility: hidden; }

/* line 1, core.min.css */
.list-justified, .list-unstyled, .list-vertical {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 1, core.min.css */
.list-justified:after, .list-vertical > .list-item {
  display: inline-block;
  width: 100%; }

/* line 1, core.min.css */
.text-right {
  text-align: right; }

/* line 1, core.min.css */
.text-left {
  text-align: left; }

/* line 1, core.min.css */
.text-center {
  text-align: center; }

/* line 1, core.min.css */
.text-justify {
  text-align: justify; }

@media screen and (max-width: 1200px) {
  /* line 1, core.min.css */
  .text-right-lg {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-lg {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-lg {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-lg {
    text-align: justify; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 1, core.min.css */
  .text-right-lg-only {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-lg-only {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-lg-only {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-lg-only {
    text-align: justify; } }
@media screen and (max-width: 1024px) {
  /* line 1, core.min.css */
  .text-right-md {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-md {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-md {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-md {
    text-align: justify; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, core.min.css */
  .text-right-md-only {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-md-only {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-md-only {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-md-only {
    text-align: justify; } }
@media screen and (max-width: 768px) {
  /* line 1, core.min.css */
  .text-right-sm {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-sm {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-sm {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-sm {
    text-align: justify; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1, core.min.css */
  .text-right-sm-only {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-sm-only {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-sm-only {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-sm-only {
    text-align: justify; } }
@media screen and (max-width: 480px) {
  /* line 1, core.min.css */
  .text-right-xs {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-xs {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-xs {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-xs {
    text-align: justify; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 1, core.min.css */
  .text-right-xs-only {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-xs-only {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-xs-only {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-xs-only {
    text-align: justify; } }
@media screen and (max-width: 380px) {
  /* line 1, core.min.css */
  .text-right-mc {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-mc {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-mc {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-mc {
    text-align: justify; } }
/* line 1, core.min.css */
.hide {
  display: none; }

/* line 1, core.min.css */
.hidden {
  display: none !important; }

/* line 1, core.min.css */
.show {
  display: block; }

/* line 1, core.min.css */
.show-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 1, core.min.css */
.show-inline {
  display: inline; }

/* line 1, core.min.css */
.show-inline-block {
  display: inline-block; }

/* line 1, core.min.css */
.shown {
  display: block !important; }

/* line 1, core.min.css */
.shown-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

/* line 1, core.min.css */
.shown-inline {
  display: inline !important; }

/* line 1, core.min.css */
.shown-inline-block {
  display: inline-block !important; }

@media screen and (max-width: 1200px) {
  /* line 1, core.min.css */
  .hide-lg {
    display: none; }

  /* line 1, core.min.css */
  .hidden-lg {
    display: none !important; }

  /* line 1, core.min.css */
  .show-lg {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-lg {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-lg {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-lg {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-lg {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-lg {
    display: inline-block !important; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 1, core.min.css */
  .hide-lg-only {
    display: none; }

  /* line 1, core.min.css */
  .hidden-lg-only {
    display: none !important; }

  /* line 1, core.min.css */
  .show-lg-only {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-lg-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-lg-only {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-lg-only {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-lg-only {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-lg-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-lg-only {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-lg-only {
    display: inline-block !important; } }
@media screen and (max-width: 1024px) {
  /* line 1, core.min.css */
  .hide-md {
    display: none; }

  /* line 1, core.min.css */
  .hidden-md {
    display: none !important; }

  /* line 1, core.min.css */
  .show-md {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-md {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-md {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-md {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-md {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-md {
    display: inline-block !important; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, core.min.css */
  .hide-md-only {
    display: none; }

  /* line 1, core.min.css */
  .hidden-md-only {
    display: none !important; }

  /* line 1, core.min.css */
  .show-md-only {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-md-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-md-only {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-md-only {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-md-only {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-md-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-md-only {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-md-only {
    display: inline-block !important; } }
@media screen and (max-width: 768px) {
  /* line 1, core.min.css */
  .hide-sm {
    display: none; }

  /* line 1, core.min.css */
  .hidden-sm {
    display: none !important; }

  /* line 1, core.min.css */
  .show-sm {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-sm {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-sm {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-sm {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-sm {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-sm {
    display: inline-block !important; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1, core.min.css */
  .hide-sm-only {
    display: none; }

  /* line 1, core.min.css */
  .hidden-sm-only {
    display: none !important; }

  /* line 1, core.min.css */
  .show-sm-only {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-sm-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-sm-only {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-sm-only {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-sm-only {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-sm-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-sm-only {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-sm-only {
    display: inline-block !important; } }
@media screen and (max-width: 480px) {
  /* line 1, core.min.css */
  .hide-xs {
    display: none; }

  /* line 1, core.min.css */
  .hidden-xs {
    display: none !important; }

  /* line 1, core.min.css */
  .show-xs {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-xs {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-xs {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-xs {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-xs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-xs {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-xs {
    display: inline-block !important; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 1, core.min.css */
  .hide-xs-only {
    display: none; }

  /* line 1, core.min.css */
  .hidden-xs-only {
    display: none !important; }

  /* line 1, core.min.css */
  .show-xs-only {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-xs-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-xs-only {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-xs-only {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-xs-only {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-xs-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-xs-only {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-xs-only {
    display: inline-block !important; } }
@media screen and (max-width: 380px) {
  /* line 1, core.min.css */
  .hide-mc {
    display: none; }

  /* line 1, core.min.css */
  .hidden-mc {
    display: none !important; }

  /* line 1, core.min.css */
  .show-mc {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-mc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-mc {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-mc {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-mc {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-mc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-mc {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-mc {
    display: inline-block !important; } }
/* line 1, core.min.css */
.push-0 {
  margin-left: 0%; }

/* line 1, core.min.css */
.push-1 {
  margin-left: 8.33333%; }

/* line 1, core.min.css */
.push-2 {
  margin-left: 16.66667%; }

/* line 1, core.min.css */
.push-3 {
  margin-left: 25%; }

/* line 1, core.min.css */
.push-4 {
  margin-left: 33.33333%; }

/* line 1, core.min.css */
.push-5 {
  margin-left: 41.66667%; }

/* line 1, core.min.css */
.push-6 {
  margin-left: 50%; }

/* line 1, core.min.css */
.push-7 {
  margin-left: 58.33333%; }

/* line 1, core.min.css */
.push-8 {
  margin-left: 66.66667%; }

/* line 1, core.min.css */
.push-9 {
  margin-left: 75%; }

/* line 1, core.min.css */
.push-10 {
  margin-left: 83.33333%; }

/* line 1, core.min.css */
.push-11 {
  margin-left: 91.66667%; }

/* line 1, core.min.css */
.push-12 {
  margin-left: 100%; }

/* line 1, core.min.css */
.pull-0 {
  margin-left: 0%; }

/* line 1, core.min.css */
.pull-1 {
  margin-left: -8.33333%; }

/* line 1, core.min.css */
.pull-2 {
  margin-left: -16.66667%; }

/* line 1, core.min.css */
.pull-3 {
  margin-left: -25%; }

/* line 1, core.min.css */
.pull-4 {
  margin-left: -33.33333%; }

/* line 1, core.min.css */
.pull-5 {
  margin-left: -41.66667%; }

/* line 1, core.min.css */
.pull-6 {
  margin-left: -50%; }

/* line 1, core.min.css */
.pull-7 {
  margin-left: -58.33333%; }

/* line 1, core.min.css */
.pull-8 {
  margin-left: -66.66667%; }

/* line 1, core.min.css */
.pull-9 {
  margin-left: -75%; }

/* line 1, core.min.css */
.pull-10 {
  margin-left: -83.33333%; }

/* line 1, core.min.css */
.pull-11 {
  margin-left: -91.66667%; }

/* line 1, core.min.css */
.pull-12 {
  margin-left: -100%; }

/* line 1, core.min.css */
.post-0 {
  margin-right: 0%; }

/* line 1, core.min.css */
.post-1 {
  margin-right: 8.33333%; }

/* line 1, core.min.css */
.post-2 {
  margin-right: 16.66667%; }

/* line 1, core.min.css */
.post-3 {
  margin-right: 25%; }

/* line 1, core.min.css */
.post-4 {
  margin-right: 33.33333%; }

/* line 1, core.min.css */
.post-5 {
  margin-right: 41.66667%; }

/* line 1, core.min.css */
.post-6 {
  margin-right: 50%; }

/* line 1, core.min.css */
.post-7 {
  margin-right: 58.33333%; }

/* line 1, core.min.css */
.post-8 {
  margin-right: 66.66667%; }

/* line 1, core.min.css */
.post-9 {
  margin-right: 75%; }

/* line 1, core.min.css */
.post-10 {
  margin-right: 83.33333%; }

/* line 1, core.min.css */
.post-11 {
  margin-right: 91.66667%; }

/* line 1, core.min.css */
.post-12 {
  margin-right: 100%; }

/* line 1, core.min.css */
.push-fifth {
  margin-left: 20%; }

/* line 1, core.min.css */
.pull-fifth {
  margin-left: -20%; }

/* line 1, core.min.css */
.post-fifth {
  margin-right: 20%; }

/* line 1, core.min.css */
.pull-left {
  float: left; }

/* line 1, core.min.css */
.pull-right {
  float: right; }

/* line 1, core.min.css */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 100%; }

@media screen and (max-width: 1200px) {
  /* line 1, core.min.css */
  .push-0-lg {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-lg {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-lg {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-lg {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-lg {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-lg {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-lg {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-lg {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-lg {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-lg {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-lg {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-lg {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-lg {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-lg {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-lg {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-lg {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-lg {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-lg {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-lg {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-lg {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-lg {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-lg {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-lg {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-lg {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-lg {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-lg {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-lg {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-lg {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-lg {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-lg {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-lg {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-lg {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-lg {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-lg {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-lg {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-lg {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-lg {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-lg {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-lg {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-lg {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-lg {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-lg {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-lg {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-lg {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-lg:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 1, core.min.css */
  .push-0-lg-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-lg-only {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-lg-only {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-lg-only {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-lg-only {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-lg-only {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-lg-only {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-lg-only {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-lg-only {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-lg-only {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-lg-only {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-lg-only {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-lg-only {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-lg-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-lg-only {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-lg-only {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-lg-only {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-lg-only {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-lg-only {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-lg-only {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-lg-only {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-lg-only {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-lg-only {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-lg-only {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-lg-only {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-lg-only {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-lg-only {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-lg-only {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-lg-only {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-lg-only {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-lg-only {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-lg-only {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-lg-only {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-lg-only {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-lg-only {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-lg-only {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-lg-only {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-lg-only {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-lg-only {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-lg-only {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-lg-only {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-lg-only {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-lg-only {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-lg-only {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-lg-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 1024px) {
  /* line 1, core.min.css */
  .push-0-md {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-md {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-md {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-md {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-md {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-md {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-md {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-md {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-md {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-md {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-md {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-md {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-md {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-md {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-md {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-md {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-md {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-md {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-md {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-md {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-md {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-md {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-md {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-md {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-md {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-md {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-md {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-md {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-md {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-md {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-md {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-md {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-md {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-md {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-md {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-md {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-md {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-md {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-md {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-md {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-md {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-md {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-md {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-md {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-md:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, core.min.css */
  .push-0-md-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-md-only {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-md-only {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-md-only {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-md-only {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-md-only {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-md-only {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-md-only {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-md-only {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-md-only {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-md-only {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-md-only {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-md-only {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-md-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-md-only {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-md-only {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-md-only {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-md-only {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-md-only {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-md-only {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-md-only {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-md-only {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-md-only {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-md-only {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-md-only {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-md-only {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-md-only {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-md-only {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-md-only {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-md-only {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-md-only {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-md-only {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-md-only {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-md-only {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-md-only {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-md-only {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-md-only {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-md-only {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-md-only {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-md-only {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-md-only {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-md-only {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-md-only {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-md-only {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-md-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 768px) {
  /* line 1, core.min.css */
  .push-0-sm {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-sm {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-sm {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-sm {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-sm {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-sm {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-sm {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-sm {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-sm {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-sm {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-sm {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-sm {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-sm {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-sm {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-sm {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-sm {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-sm {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-sm {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-sm {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-sm {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-sm {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-sm {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-sm {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-sm {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-sm {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-sm {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-sm {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-sm {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-sm {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-sm {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-sm {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-sm {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-sm {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-sm {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-sm {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-sm {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-sm {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-sm {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-sm {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-sm {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-sm {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-sm {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-sm {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-sm {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-sm:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1, core.min.css */
  .push-0-sm-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-sm-only {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-sm-only {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-sm-only {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-sm-only {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-sm-only {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-sm-only {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-sm-only {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-sm-only {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-sm-only {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-sm-only {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-sm-only {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-sm-only {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-sm-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-sm-only {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-sm-only {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-sm-only {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-sm-only {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-sm-only {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-sm-only {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-sm-only {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-sm-only {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-sm-only {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-sm-only {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-sm-only {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-sm-only {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-sm-only {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-sm-only {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-sm-only {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-sm-only {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-sm-only {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-sm-only {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-sm-only {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-sm-only {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-sm-only {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-sm-only {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-sm-only {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-sm-only {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-sm-only {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-sm-only {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-sm-only {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-sm-only {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-sm-only {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-sm-only {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-sm-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 480px) {
  /* line 1, core.min.css */
  .push-0-xs {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-xs {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-xs {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-xs {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-xs {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-xs {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-xs {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-xs {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-xs {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-xs {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-xs {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-xs {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-xs {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-xs {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-xs {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-xs {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-xs {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-xs {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-xs {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-xs {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-xs {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-xs {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-xs {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-xs {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-xs {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-xs {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-xs {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-xs {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-xs {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-xs {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-xs {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-xs {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-xs {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-xs {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-xs {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-xs {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-xs {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-xs {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-xs {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-xs {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-xs {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-xs {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-xs {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-xs {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-xs:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 1, core.min.css */
  .push-0-xs-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-xs-only {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-xs-only {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-xs-only {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-xs-only {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-xs-only {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-xs-only {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-xs-only {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-xs-only {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-xs-only {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-xs-only {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-xs-only {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-xs-only {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-xs-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-xs-only {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-xs-only {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-xs-only {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-xs-only {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-xs-only {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-xs-only {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-xs-only {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-xs-only {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-xs-only {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-xs-only {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-xs-only {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-xs-only {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-xs-only {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-xs-only {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-xs-only {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-xs-only {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-xs-only {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-xs-only {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-xs-only {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-xs-only {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-xs-only {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-xs-only {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-xs-only {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-xs-only {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-xs-only {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-xs-only {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-xs-only {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-xs-only {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-xs-only {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-xs-only {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-xs-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 380px) {
  /* line 1, core.min.css */
  .push-0-mc {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-mc {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-mc {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-mc {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-mc {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-mc {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-mc {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-mc {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-mc {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-mc {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-mc {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-mc {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-mc {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-mc {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-mc {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-mc {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-mc {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-mc {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-mc {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-mc {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-mc {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-mc {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-mc {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-mc {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-mc {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-mc {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-mc {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-mc {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-mc {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-mc {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-mc {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-mc {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-mc {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-mc {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-mc {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-mc {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-mc {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-mc {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-mc {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-mc {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-mc {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-mc {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-mc {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-mc {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-mc:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
/* line 1, core.min.css */
.padding-top {
  padding-top: 20px; }

/* line 1, core.min.css */
.padding-left {
  padding-left: 20px; }

/* line 1, core.min.css */
.padding-right {
  padding-right: 20px; }

/* line 1, core.min.css */
.padding-bottom {
  padding-bottom: 20px; }

/* line 1, core.min.css */
.padding-around {
  padding: 20px; }

/* line 1, core.min.css */
.padding-vertical {
  padding-top: 20px;
  padding-bottom: 20px; }

/* line 1, core.min.css */
.padding-horizontal {
  padding-left: 20px;
  padding-right: 20px; }

/* line 1, core.min.css */
.padding-top-double {
  padding-top: 40px; }

/* line 1, core.min.css */
.padding-left-double {
  padding-left: 40px; }

/* line 1, core.min.css */
.padding-right-double {
  padding-right: 40px; }

/* line 1, core.min.css */
.padding-bottom-double {
  padding-bottom: 40px; }

/* line 1, core.min.css */
.padding-around-double {
  padding: 40px; }

/* line 1, core.min.css */
.padding-vertical-double {
  padding-top: 40px;
  padding-bottom: 40px; }

/* line 1, core.min.css */
.padding-horizontal-double {
  padding-left: 40px;
  padding-right: 40px; }

/* line 1, core.min.css */
.margin-top {
  padding-top: 20px; }

/* line 1, core.min.css */
.margin-left {
  padding-left: 20px; }

/* line 1, core.min.css */
.margin-right {
  padding-right: 20px; }

/* line 1, core.min.css */
.margin-bottom {
  padding-bottom: 20px; }

/* line 1, core.min.css */
.margin-around {
  padding: 20px; }

/* line 1, core.min.css */
.margin-vertical {
  padding-top: 20px;
  padding-bottom: 20px; }

/* line 1, core.min.css */
.margin-horizontal {
  padding-left: 20px;
  padding-right: 20px; }

/* line 1, core.min.css */
.margin-top-double {
  padding-top: 40px; }

/* line 1, core.min.css */
.margin-left-double {
  padding-left: 40px; }

/* line 1, core.min.css */
.margin-right-double {
  padding-right: 40px; }

/* line 1, core.min.css */
.margin-bottom-double {
  padding-bottom: 40px; }

/* line 1, core.min.css */
.margin-around-double {
  padding: 40px; }

/* line 1, core.min.css */
.margin-vertical-double {
  padding-top: 40px;
  padding-bottom: 40px; }

/* line 1, core.min.css */
.margin-horizontal-double {
  padding-left: 40px;
  padding-right: 40px; }

@media screen and (max-width: 1200px) {
  /* line 1, core.min.css */
  .padding-top-lg {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-lg {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-lg {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-lg {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-lg {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-lg {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-lg {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-lg {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-lg {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-lg {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-lg {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-lg {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-lg {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-lg {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-lg {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-lg {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-lg {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-lg {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-lg {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-lg {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-lg {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-lg {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-lg {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-lg {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-lg {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-lg {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-lg {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-lg {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 1, core.min.css */
  .padding-top-lg-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-lg-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-lg-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-lg-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-lg-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-lg-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-lg-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-lg-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-lg-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-lg-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-lg-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-lg-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-lg-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-lg-only {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-lg-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-lg-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-lg-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-lg-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-lg-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-lg-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-lg-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-lg-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-lg-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-lg-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-lg-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-lg-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-lg-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-lg-only {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 1024px) {
  /* line 1, core.min.css */
  .padding-top-md {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-md {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-md {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-md {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-md {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-md {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-md {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-md {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-md {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-md {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-md {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-md {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-md {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-md {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-md {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-md {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-md {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-md {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-md {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-md {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-md {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-md {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-md {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-md {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-md {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-md {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-md {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-md {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, core.min.css */
  .padding-top-md-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-md-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-md-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-md-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-md-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-md-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-md-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-md-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-md-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-md-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-md-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-md-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-md-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-md-only {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-md-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-md-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-md-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-md-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-md-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-md-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-md-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-md-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-md-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-md-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-md-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-md-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-md-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-md-only {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 768px) {
  /* line 1, core.min.css */
  .padding-top-sm {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-sm {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-sm {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-sm {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-sm {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-sm {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-sm {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-sm {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-sm {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-sm {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-sm {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-sm {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-sm {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-sm {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-sm {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-sm {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-sm {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-sm {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-sm {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-sm {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-sm {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-sm {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-sm {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-sm {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-sm {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-sm {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-sm {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-sm {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1, core.min.css */
  .padding-top-sm-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-sm-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-sm-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-sm-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-sm-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-sm-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-sm-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-sm-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-sm-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-sm-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-sm-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-sm-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-sm-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-sm-only {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-sm-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-sm-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-sm-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-sm-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-sm-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-sm-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-sm-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-sm-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-sm-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-sm-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-sm-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-sm-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-sm-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-sm-only {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 480px) {
  /* line 1, core.min.css */
  .padding-top-xs {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-xs {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-xs {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-xs {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-xs {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-xs {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-xs {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-xs {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-xs {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-xs {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-xs {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-xs {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-xs {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-xs {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-xs {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-xs {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-xs {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-xs {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-xs {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-xs {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-xs {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-xs {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-xs {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-xs {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-xs {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-xs {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-xs {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-xs {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 1, core.min.css */
  .padding-top-xs-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-xs-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-xs-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-xs-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-xs-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-xs-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-xs-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-xs-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-xs-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-xs-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-xs-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-xs-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-xs-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-xs-only {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-xs-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-xs-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-xs-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-xs-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-xs-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-xs-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-xs-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-xs-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-xs-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-xs-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-xs-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-xs-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-xs-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-xs-only {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 380px) {
  /* line 1, core.min.css */
  .padding-top-mc {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-mc {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-mc {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-mc {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-mc {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-mc {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-mc {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-mc {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-mc {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-mc {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-mc {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-mc {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-mc {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-mc {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-mc {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-mc {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-mc {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-mc {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-mc {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-mc {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-mc {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-mc {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-mc {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-mc {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-mc {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-mc {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-mc {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-mc {
    padding-left: 40px;
    padding-right: 40px; } }
/* line 1, core.min.css */
.container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px; }

/* line 1, core.min.css */
.col, .col-reverse, .row, .row-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-left:-20px;margin-right:-20px*/ }

/* line 1, core.min.css */
.col, .col-reverse, .row-reverse {
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/* line 1, core.min.css */
.col, .col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 1, core.min.css */
.col-reverse {
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

/* line 1, core.min.css */
[class*=cell-] {
  /*padding-left:20px;padding-right:20px*/ }

/* line 1, core.min.css */
.cell-1 {
  max-width: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%; }

/* line 1, core.min.css */
.cell-2 {
  max-width: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%; }

/* line 1, core.min.css */
.cell-3 {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%; }

/* line 1, core.min.css */
.cell-4 {
  max-width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%; }

/* line 1, core.min.css */
.cell-5 {
  max-width: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%; }

/* line 1, core.min.css */
.cell-6 {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

/* line 1, core.min.css */
.cell-7 {
  max-width: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%; }

/* line 1, core.min.css */
.cell-8 {
  max-width: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%; }

/* line 1, core.min.css */
.cell-9 {
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%; }

/* line 1, core.min.css */
.cell-10 {
  max-width: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%; }

/* line 1, core.min.css */
.cell-11 {
  max-width: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%; }

/* line 1, core.min.css */
.cell-12 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

/* line 1, core.min.css */
.cell-fifth {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%; }

@media screen and (max-width: 1600px) {
  /* line 1, core.min.css */
  .cell-4-xxl {
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%; } }
@media screen and (max-width: 1200px) {
  /* line 1, core.min.css */
  .cell-1-lg {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-lg {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-lg {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-lg {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-lg {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-lg {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-lg {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-lg {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-lg {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-lg {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-lg {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-lg {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-lg {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 1, core.min.css */
  .cell-1-lg-only {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-lg-only {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-lg-only {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-lg-only {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-lg-only {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-lg-only {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-lg-only {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-lg-only {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-lg-only {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-lg-only {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-lg-only {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-lg-only {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-lg-only {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 1024px) {
  /* line 1, core.min.css */
  .cell-1-md {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-md {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-md {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-md {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-md {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-md {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-md {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-md {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-md {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-md {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-md {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-md {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-md {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, core.min.css */
  .cell-1-md-only {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-md-only {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-md-only {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-md-only {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-md-only {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-md-only {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-md-only {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-md-only {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-md-only {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-md-only {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-md-only {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-md-only {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-md-only {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 768px) {
  /* line 1, core.min.css */
  .cell-1-sm {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-sm {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-sm {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-sm {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-sm {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-sm {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-sm {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-sm {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-sm {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-sm {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-sm {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-sm {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-sm {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1, core.min.css */
  .cell-1-sm-only {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-sm-only {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-sm-only {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-sm-only {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-sm-only {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-sm-only {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-sm-only {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-sm-only {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-sm-only {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-sm-only {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-sm-only {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-sm-only {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-sm-only {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 480px) {
  /* line 1, core.min.css */
  .cell-1-xs {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-xs {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-xs {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-xs {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-xs {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-xs {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-xs {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-xs {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-xs {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-xs {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-xs {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-xs {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-xs {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 1, core.min.css */
  .cell-1-xs-only {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-xs-only {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-xs-only {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-xs-only {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-xs-only {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-xs-only {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-xs-only {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-xs-only {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-xs-only {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-xs-only {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-xs-only {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-xs-only {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-xs-only {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 380px) {
  /* line 1, core.min.css */
  .cell-1-mc {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-mc {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-mc {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-mc {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-mc {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-mc {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-mc {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-mc {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-mc {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-mc {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-mc {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-mc {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-mc {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
/* line 1, core.min.css */
.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left; }

/* line 1, core.min.css */
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

/* line 1, core.min.css */
.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right; }

/* line 1, core.min.css */
.flex-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start; }

/* line 1, core.min.css */
.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

/* line 1, core.min.css */
.flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }

/* line 1, core.min.css */
.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

/* line 1, core.min.css */
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 1, core.min.css */
.flex-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

/* line 1, core.min.css */
.flex-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media screen and (max-width: 1200px) {
  /* line 1, core.min.css */
  .flex-start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 1, core.min.css */
  .flex-start-lg-only {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-lg-only {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-lg-only {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-lg-only {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-lg-only {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-lg-only {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-lg-only {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-lg-only {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-lg-only {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-lg-only {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 1024px) {
  /* line 1, core.min.css */
  .flex-start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, core.min.css */
  .flex-start-md-only {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-md-only {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-md-only {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-md-only {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-md-only {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-md-only {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-md-only {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-md-only {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-md-only {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-md-only {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 768px) {
  /* line 1, core.min.css */
  .flex-start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1, core.min.css */
  .flex-start-sm-only {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-sm-only {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-sm-only {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-sm-only {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-sm-only {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-sm-only {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-sm-only {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-sm-only {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-sm-only {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-sm-only {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 480px) {
  /* line 1, core.min.css */
  .flex-start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 1, core.min.css */
  .flex-start-xs-only {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-xs-only {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-xs-only {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-xs-only {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-xs-only {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-xs-only {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-xs-only {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-xs-only {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-xs-only {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-xs-only {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 380px) {
  /* line 1, core.min.css */
  .flex-start-mc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-mc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-mc {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-mc {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-mc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-mc {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-mc {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-mc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-mc {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-mc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
@font-face {
  font-family: 'plus';
  src: url("plus.eot");
  src: url("plus.eot") format("embedded-opentype"), url("plus.ttf") format("truetype"), url("plus.woff") format("woff"), url("plus.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 1, _scaffolding.scss */
html {
  height: 100%; }

/* line 5, _scaffolding.scss */
body {
  min-width: 320px;
  line-height: 1;
  min-height: 100%;
  height: auto; }

/* line 12, _scaffolding.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0; }

/* line 21, _scaffolding.scss */
.container {
  width: 100%; }

/* line 1, insales.ui.swiper.css */
.promo-slide-title, [data-slider-slide] + [data-slider-slide] {
  display: none; }

/* line 1, insales.ui.swiper.css */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

/* line 1, insales.ui.swiper.css */
.swiper-container .promo-slide-title, .swiper-container [data-slider-controls] {
  display: block; }

/* line 1, insales.ui.swiper.css */
.swiper-container-no-flexbox .swiper-slide {
  float: left; }

/* line 1, insales.ui.swiper.css */
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

/* line 1, insales.ui.swiper.css */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

/* line 1, insales.ui.swiper.css */
.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translateZ(0); }

/* line 1, insales.ui.swiper.css */
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

/* line 1, insales.ui.swiper.css */
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

/* line 1, insales.ui.swiper.css */
.swiper-slide {
  flex-shrink: 0;
  width: 0;
  height: 100%;
  position: relative; }

/* line 1, insales.ui.swiper.css */
.swiper-slide + .swiper-slide {
  display: block; }

/* line 1, insales.ui.swiper.css */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

/* line 1, insales.ui.swiper.css */
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

/* line 1, insales.ui.swiper.css */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* line 1, insales.ui.swiper.css */
.swiper-wp8-horizontal {
  touch-action: pan-y; }

/* line 1, insales.ui.swiper.css */
.swiper-wp8-vertical {
  touch-action: pan-x; }

/* line 1, insales.ui.swiper.css */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none; }

/* line 1, insales.ui.swiper.css */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

/* line 1, insales.ui.swiper.css */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 0;
  right: auto; }

/* line 1, insales.ui.swiper.css */
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E"); }

/* line 1, insales.ui.swiper.css */
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E"); }

/* line 1, insales.ui.swiper.css */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 0;
  left: auto; }

/* line 1, insales.ui.swiper.css */
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E"); }

/* line 1, insales.ui.swiper.css */
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E"); }

/* line 1, insales.ui.swiper.css */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s;
  transform: translateZ(0);
  z-index: 10; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* line 1, insales.ui.swiper.css */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

/* line 1, insales.ui.swiper.css */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

/* line 1, insales.ui.swiper.css */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0); }

/* line 1, insales.ui.swiper.css */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

/* line 1, insales.ui.swiper.css */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

/* line 1, insales.ui.swiper.css */
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top; }

/* line 1, insales.ui.swiper.css */
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

/* line 1, insales.ui.swiper.css */
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* line 1, insales.ui.swiper.css */
.swiper-container-3d {
  perspective: 1200px; }

/* line 1, insales.ui.swiper.css */
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

/* line 1, insales.ui.swiper.css */
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

/* line 1, insales.ui.swiper.css */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent); }

/* line 1, insales.ui.swiper.css */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent); }

/* line 1, insales.ui.swiper.css */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent); }

/* line 1, insales.ui.swiper.css */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent); }

/* line 1, insales.ui.swiper.css */
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube, .swiper-container-flip {
  overflow: visible; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0; }

/* line 1, insales.ui.swiper.css */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

/* line 1, insales.ui.swiper.css */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

/* line 1, insales.ui.swiper.css */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 1, insales.ui.swiper.css */
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 1, insales.ui.swiper.css */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

/* line 1, insales.ui.swiper.css */
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* line 1, insales.ui.swiper.css */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

/* line 1, insales.ui.swiper.css */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

/* line 1, insales.ui.swiper.css */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

/* line 1, insales.ui.swiper.css */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

/* line 1, insales.ui.swiper.css */
.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* line 1, insales.ui.swiper.css */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12) infinite; }

/* line 1, insales.ui.swiper.css */
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

/* line 1, insales.ui.swiper.css */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E"); }

@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn); } }
/*# sourceMappingURL=insales.ui.swiper.css.map*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/
/** layout */
/* line 15, _components.scss */
.fhg-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  height: auto; }

/* line 27, _components.scss */
.fhg-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 0 auto; }

/* line 39, _components.scss */
.editor {
  line-height: 1.4;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: inherit; }
  /* line 47, _components.scss */
  .editor h1,
  .editor h2,
  .editor h3,
  .editor h4,
  .editor h5,
  .editor h6 {
    margin-bottom: 1rem; }
  /* line 56, _components.scss */
  .editor p {
    margin: 0;
    word-wrap: break-word;
    color: #333333; }
    /* line 61, _components.scss */
    .editor p + .editor p {
      margin-top: 0.5em; }
  /* line 66, _components.scss */
  .editor img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    display: block;
    height: auto !important; }
  /* line 74, _components.scss */
  .editor table {
    display: inline-block;
    max-width: 100%;
    overflow-x: auto;
    padding: 3px; }
    /* line 80, _components.scss */
    .editor table:before, .editor table:after {
      display: block;
      content: ''; }
    /* line 86, _components.scss */
    .editor table td {
      padding: 0.5rem;
      width: 50%; }
  /* line 92, _components.scss */
  .editor a {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s;
    text-decoration: underline; }
    /* line 506, _mixins.scss */
    .editor a:active, .editor a:focus, .editor a:hover {
      color: #ff9900;
      -webkit-text-decoration: none;
      text-decoration: none; }

/* line 99, _components.scss */
.gallery-thumbs .swiper-slide {
  padding: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/** Image */
/* line 108, _components.scss */
.image-container.is-checked {
  -webkit-box-shadow: 0px 0px 1px 2px #ff9900;
  box-shadow: 0px 0px 1px 2px #ff9900; }

/* line 118, _components.scss */
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  /* line 331, _mixins.scss */
  .pagination > .pagination-item {
    -webkit-box-flex: 0;
    position: relative; }
  /* line 338, _mixins.scss */
  .pagination .pagination-link {
    display: inline-block; }
  @media screen and (max-width: 768px) {
    /* line 118, _components.scss */
    .pagination {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 132, _components.scss */
.button-text {
  text-align: center; }

/* line 136, _components.scss */
.pagination-item {
  flex: 0 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  line-height: 1.9rem; }
  /* line 142, _components.scss */
  .pagination-item.is-current > span {
    color: #ff9900;
    border-color: #ff9900; }

/* line 148, _components.scss */
.pagination-link {
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  border-radius: 0.15rem;
  text-align: center;
  margin: 0 0.25rem;
  border: 1px solid #d3dee7;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  /* line 506, _mixins.scss */
  .pagination-link:active, .pagination-link:focus, .pagination-link:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 162, _components.scss */
  .pagination-link:hover {
    border-color: #ff9900; }

/* line 167, _components.scss */
.pagination-void {
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  display: block;
  border-radius: 0.15rem;
  text-align: center;
  margin: 0 0.25rem;
  border: 1px solid #d3dee7; }

/* line 182, _components.scss */
.notice {
  margin-top: 0.5rem;
  display: block;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent; }
  /* line 523, _mixins.scss */
  .notice:last-child {
    margin-bottom: 0; }
  /* line 527, _mixins.scss */
  .notice h2,
  .notice h3,
  .notice h4 {
    margin-top: 0;
    color: inherit; }
  /* line 536, _mixins.scss */
  .notice > p:last-child,
  .notice > ul:last-child {
    margin-bottom: 0; }
  /* line 541, _mixins.scss */
  .notice > p + p {
    margin-top: 0.5em; }
  /* line 187, _components.scss */
  .notice.is-success {
    background-color: #80c780;
    border-color: #5cb85c;
    color: #163216; }
    /* line 553, _mixins.scss */
    .notice.is-success hr {
      border-top-color: #4cae4c; }
    /* line 557, _mixins.scss */
    .notice.is-success a {
      color: #060f06; }
  /* line 192, _components.scss */
  .notice.is-info {
    background-color: #85d0e7;
    border-color: #5bc0de;
    color: #124a5b;
    background-color: #ebf4ff;
    border-color: #acbcff; }
    /* line 553, _mixins.scss */
    .notice.is-info hr {
      border-top-color: #46b8da; }
    /* line 557, _mixins.scss */
    .notice.is-info a {
      color: #0a2730; }
    /* line 462, _mixins.scss */
    .notice.is-info:before {
      font-family: "FontAwesome";
      content: ""; }
    /* line 462, _mixins.scss */
    .notice.is-info.icon-warning:before {
      font-family: "FontAwesome";
      content: ""; }
  /* line 207, _components.scss */
  .notice.is-error {
    background-color: #ff545b;
    border-color: #ff212a;
    color: #540003; }
    /* line 553, _mixins.scss */
    .notice.is-error hr {
      border-top-color: #ff0812; }
    /* line 557, _mixins.scss */
    .notice.is-error a {
      color: #210001; }
  /* line 212, _components.scss */
  .notice.is-warning {
    background-color: #f4c37d;
    border-color: #f0ad4e;
    color: #694109; }
    /* line 553, _mixins.scss */
    .notice.is-warning hr {
      border-top-color: #eea236; }
    /* line 557, _mixins.scss */
    .notice.is-warning a {
      color: #3a2405; }

/* line 220, _components.scss */
.reviews-heading, .feedback-heading, .benefits-heading, .special-categories-heading, .product-slider-heading, .comments-heading, .article-preview-heading {
  font-weight: normal;
  margin: 0; }

/* line 231, _components.scss */
.reviews-heading, .feedback-heading, .benefits-heading, .special-categories-heading, .product-slider-heading {
  font-size: 1.25rem; }

/* line 243, _components.scss */
.comments-heading, .article-preview-heading {
  font-size: 1rem; }

/* line 255, _components.scss */
.reviews-heading, .feedback-heading, .benefits-heading-wrapper, .special-categories-heading-wrapper, .product-slider-heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 274, _components.scss */
.compares-widget-link {
  color: #333333;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  text-decoration: none;
  white-space: nowrap; }
  /* line 506, _mixins.scss */
  .compares-widget-link:active, .compares-widget-link:focus, .compares-widget-link:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 281, _components.scss */
.compare-widget-caption {
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  color: #ff9900;
  text-decoration: none; }
  /* line 506, _mixins.scss */
  .compare-widget-caption:active, .compare-widget-caption:focus, .compare-widget-caption:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 471, _mixins.scss */
  .compare-widget-caption:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.3rem;
    position: relative;
    top: 0.25em;
    font-size: 1.5rem;
    position: relative;
    top: 0; }
  /* line 295, _components.scss */
  .compare-widget-caption:hover {
    color: #ff9900; }

/* line 303, _components.scss */
.counter {
  width: 10.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

/* line 313, _components.scss */
.counter-button {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  display: block;
  padding: 0 1.1rem 0 1.1rem;
  height: 3.2rem;
  font-size: 1rem;
  border: none;
  color: #333333;
  background-color: rgba(238, 238, 238, 0.5);
  border-radius: 5px; }
  /* line 328, _components.scss */
  .counter-button:hover, .counter-button:focus {
    background-color: #fff;
    outline: none; }
  /* line 462, _mixins.scss */
  .counter-button.is-count-down:before {
    font-family: "FontAwesome";
    content: ""; }
  /* line 471, _mixins.scss */
  .counter-button.is-count-up:before {
    font-family: "Plus";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.5rem;
    position: relative;
    top: 0; }

/* line 348, _components.scss */
.product-rating-point {
  color: #777777; }
  /* line 351, _components.scss */
  .product-rating-point:after {
    font-size: 1em; }

/* line 356, _components.scss */
.counter-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 2rem;
  border: none;
  background-color: rgba(238, 238, 238, 0.5);
  color: #333333;
  text-align: center;
  font-size: 2.15rem; }
  /* line 366, _components.scss */
  .counter-input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 2px #d3dee7;
    box-shadow: 0 0 2px #d3dee7; }

/* line 378, _components.scss */
.discount-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media screen and (max-width: 768px) {
    /* line 378, _components.scss */
    .discount-row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 397, _components.scss */
.discount-input {
  min-width: 4rem;
  margin: 0.25rem 0;
  border: 1px solid #d3dee7;
  padding: 0.25rem 0.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  line-height: 2rem; }
  /* line 407, _components.scss */
  .discount-input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 2px #d3dee7;
    box-shadow: 0 0 2px #d3dee7; }
  @media screen and (max-width: 380px) {
    /* line 397, _components.scss */
    .discount-input {
      padding: 0.25rem; } }

/* line 419, _components.scss */
.discount-notice {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

@media screen and (max-width: 768px) {
  /* line 430, _components.scss */
  .header-search {
    margin: 0;
    padding: 0; } }
/* line 437, _components.scss */
.header-search .search-widget-wrapper {
  padding: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* line 446, _components.scss */
.search-widget-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    /* line 456, _components.scss */
    .search-widget-wrapper .top-panel-open-search {
      font-size: 1.2rem; } }
  /* line 461, _components.scss */
  .search-widget-wrapper.only-button {
    border: none;
    padding: inherit; }

/* line 467, _components.scss */
.search-widget-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 3rem;
  border: none;
  outline: none;
  background-color: white;
  color: #333333; }
  /* line 639, _mixins.scss */
  .search-widget-field::-moz-placeholder {
    color: #333333;
    opacity: 1; }
  /* line 644, _mixins.scss */
  .search-widget-field:-ms-input-placeholder {
    color: #333333;
    opacity: 1; }
  /* line 649, _mixins.scss */
  .search-widget-field::-webkit-input-placeholder {
    color: #333333;
    opacity: 1; }
  /* line 655, _mixins.scss */
  .search-widget-field:focus::-moz-placeholder {
    color: #333333;
    opacity: 1; }
  /* line 660, _mixins.scss */
  .search-widget-field:focus:-ms-input-placeholder {
    color: #333333;
    opacity: 1; }
  /* line 665, _mixins.scss */
  .search-widget-field:focus::-webkit-input-placeholder {
    color: #333333;
    opacity: 0; }
  /* line 479, _components.scss */
  .search-widget-field:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px white !important;
    /* Цвет фона */
    -webkit-text-fill-color: #333333 !important;
    /* цвет текста */
    color: #333333 !important;
    /* цвет текста */ }

/* line 486, _components.scss */
.search-widget-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  border-radius: 0;
  -webkit-transition: background-color color ease-out 0.15s;
  transition: background-color color ease-out 0.15s;
  padding: 0.15rem 1rem;
  color: #ff9900; }
  /* line 471, _mixins.scss */
  .search-widget-button:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.2rem;
    position: relative;
    top: 0.1em;
    font-size: 1.5rem;
    position: relative;
    top: 0; }
  /* line 502, _components.scss */
  .search-widget-button:hover {
    color: #ff9900; }

/* line 507, _components.scss */
.search-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  border: 1px solid #d3dee7; }
  /* line 520, _components.scss */
  .search-widget.in-page {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; }
  /* line 531, _components.scss */
  .header-block .search-widget .search-widget-field, .header-compare > .shopcart-widget-wrapper .search-widget .search-widget-field {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 3rem; }

/** modals */
/* line 541, _components.scss */
.ajs-dimmer {
  z-index: 1000; }

/* line 545, _components.scss */
.ajs-panel .ajs-body {
  min-height: 68px;
  background-color: white; }

/* line 550, _components.scss */
.footer-block {
  color: #333333;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  /* line 556, _components.scss */
  .footer-block a {
    color: white;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 506, _mixins.scss */
    .footer-block a:active, .footer-block a:focus, .footer-block a:hover {
      color: #ededf2;
      -webkit-text-decoration: none;
      text-decoration: none; }
  /* line 560, _components.scss */
  .footer-block > * + * {
    margin-top: 0.5rem; }

/* line 569, _components.scss */
.button, .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small, .co-modal-button, .co-tabs-node {
  display: inline-block;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1em 1em; }
  /* line 258, _mixins.scss */
  .button:active, .co-button[type="submit"]:active, .co-button[name="commit"]:active, .co-button[data-method="delete"]:active, .co-button.co-button--small:active, .co-modal-button:active, .co-tabs-node:active, .button:focus, .co-button[type="submit"]:focus, .co-button[name="commit"]:focus, .co-button[data-method="delete"]:focus, .co-button.co-button--small:focus, .co-modal-button:focus, .co-tabs-node:focus {
    outline: 0; }
  /* line 263, _mixins.scss */
  .button:hover, .co-button[type="submit"]:hover, .co-button[name="commit"]:hover, .co-button[data-method="delete"]:hover, .co-button.co-button--small:hover, .co-modal-button:hover, .co-tabs-node:hover {
    text-decoration: none; }
  /* line 268, _mixins.scss */
  .button.disabled, .disabled.co-button[type="submit"], .disabled.co-button[name="commit"], .disabled.co-button[data-method="delete"], .disabled.co-button.co-button--small, .disabled.co-modal-button, .disabled.co-tabs-node, .button[disabled], [disabled].co-button[type="submit"], [disabled].co-button[name="commit"], [disabled].co-button[data-method="delete"], [disabled].co-button.co-button--small, [disabled].co-modal-button, [disabled].co-tabs-node, fieldset[disabled] .button, fieldset[disabled] .co-button[type="submit"], fieldset[disabled] .co-button[name="commit"], fieldset[disabled] .co-button[data-method="delete"], fieldset[disabled] .co-button.co-button--small, fieldset[disabled] .co-modal-button, fieldset[disabled] .co-tabs-node {
    cursor: not-allowed; }
  /* line 574, _components.scss */
  .button.is-primary, .is-primary.co-button[type="submit"], .is-primary.co-button[name="commit"], .is-primary.co-button[data-method="delete"], .is-primary.co-button.co-button--small, .is-primary.co-modal-button, .is-primary.co-tabs-node {
    -webkit-transition: all 0.15s ease-out 0.15s;
    transition: all 0.15s ease-out 0.15s;
    background-color: #ff9900;
    color: #ffffff;
    border-radius: 26px;
    text-transform: uppercase;
    font-size: 1.7rem;
    padding: 1em 1em; }
    /* line 292, _mixins.scss */
    .button.is-primary:-moz-focus-inner, .is-primary.co-button[type="submit"]:-moz-focus-inner, .is-primary.co-button[name="commit"]:-moz-focus-inner, .is-primary.co-button[data-method="delete"]:-moz-focus-inner, .is-primary.co-button.co-button--small:-moz-focus-inner, .is-primary.co-modal-button:-moz-focus-inner, .is-primary.co-tabs-node:-moz-focus-inner {
      border: 26px; }
  /* line 581, _components.scss */
  .button.is-secondary, .is-secondary.co-button[type="submit"], .is-secondary.co-button[name="commit"], .is-secondary.co-button[data-method="delete"], .is-secondary.co-button.co-button--small, .is-secondary.co-modal-button, .is-secondary.co-tabs-node {
    -webkit-transition: all 0.15s ease-out 0.15s;
    transition: all 0.15s ease-out 0.15s;
    background-color: #777777;
    color: #ffffff;
    border-radius: 26px;
    text-transform: uppercase;
    font-size: 1.7rem;
    padding: 1em 1em; }
    /* line 292, _mixins.scss */
    .button.is-secondary:-moz-focus-inner, .is-secondary.co-button[type="submit"]:-moz-focus-inner, .is-secondary.co-button[name="commit"]:-moz-focus-inner, .is-secondary.co-button[data-method="delete"]:-moz-focus-inner, .is-secondary.co-button.co-button--small:-moz-focus-inner, .is-secondary.co-modal-button:-moz-focus-inner, .is-secondary.co-tabs-node:-moz-focus-inner {
      border: 26px; }
  /* line 590, _components.scss */
  .button.is-filter-section-toggle, .is-filter-section-toggle.co-button[type="submit"], .is-filter-section-toggle.co-button[name="commit"], .is-filter-section-toggle.co-button[data-method="delete"], .is-filter-section-toggle.co-button.co-button--small, .is-filter-section-toggle.co-modal-button, .is-filter-section-toggle.co-tabs-node {
    padding: 0.5em 0;
    text-align: left; }
  /* line 471, _mixins.scss */
  .button.is-filter-section-clear:before, .is-filter-section-clear.co-button[type="submit"]:before, .is-filter-section-clear.co-button[name="commit"]:before, .is-filter-section-clear.co-button[data-method="delete"]:before, .is-filter-section-clear.co-button.co-button--small:before, .is-filter-section-clear.co-modal-button:before, .is-filter-section-clear.co-tabs-node:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 0.25em;
    font-size: 1.5rem;
    position: relative;
    top: 0; }
  /* line 603, _components.scss */
  .button.is-filter-section-submit, .is-filter-section-submit.co-button[type="submit"], .is-filter-section-submit.co-button[name="commit"], .is-filter-section-submit.co-button[data-method="delete"], .is-filter-section-submit.co-button.co-button--small, .is-filter-section-submit.co-modal-button, .is-filter-section-submit.co-tabs-node {
    display: none; }
  /* line 607, _components.scss */
  .button.is-readmore, .is-readmore.co-button[type="submit"], .is-readmore.co-button[name="commit"], .is-readmore.co-button[data-method="delete"], .is-readmore.co-button.co-button--small, .is-readmore.co-modal-button, .is-readmore.co-tabs-node {
    -webkit-transition: all 0.15s ease-out 0.15s;
    transition: all 0.15s ease-out 0.15s;
    background-color: #ff9900;
    color: #ffffff;
    border-radius: 26px;
    text-transform: uppercase;
    font-size: 1.7rem;
    margin-left: auto; }
    /* line 292, _mixins.scss */
    .button.is-readmore:-moz-focus-inner, .is-readmore.co-button[type="submit"]:-moz-focus-inner, .is-readmore.co-button[name="commit"]:-moz-focus-inner, .is-readmore.co-button[data-method="delete"]:-moz-focus-inner, .is-readmore.co-button.co-button--small:-moz-focus-inner, .is-readmore.co-modal-button:-moz-focus-inner, .is-readmore.co-tabs-node:-moz-focus-inner {
      border: 26px; }
  /* line 613, _components.scss */
  .button.is-item-delete, .is-item-delete.co-button[type="submit"], .is-item-delete.co-button[name="commit"], .is-item-delete.co-button[data-method="delete"], .is-item-delete.co-button.co-button--small, .is-item-delete.co-modal-button, .is-item-delete.co-tabs-node {
    background-color: transparent;
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 506, _mixins.scss */
    .button.is-item-delete:active, .is-item-delete.co-button[type="submit"]:active, .is-item-delete.co-button[name="commit"]:active, .is-item-delete.co-button[data-method="delete"]:active, .is-item-delete.co-button.co-button--small:active, .is-item-delete.co-modal-button:active, .is-item-delete.co-tabs-node:active, .button.is-item-delete:focus, .is-item-delete.co-button[type="submit"]:focus, .is-item-delete.co-button[name="commit"]:focus, .is-item-delete.co-button[data-method="delete"]:focus, .is-item-delete.co-button.co-button--small:focus, .is-item-delete.co-modal-button:focus, .is-item-delete.co-tabs-node:focus, .button.is-item-delete:hover, .is-item-delete.co-button[type="submit"]:hover, .is-item-delete.co-button[name="commit"]:hover, .is-item-delete.co-button[data-method="delete"]:hover, .is-item-delete.co-button.co-button--small:hover, .is-item-delete.co-modal-button:hover, .is-item-delete.co-tabs-node:hover {
      color: #ff9900;
      -webkit-text-decoration: none;
      text-decoration: none; }
    /* line 462, _mixins.scss */
    .button.is-item-delete:after, .is-item-delete.co-button[type="submit"]:after, .is-item-delete.co-button[name="commit"]:after, .is-item-delete.co-button[data-method="delete"]:after, .is-item-delete.co-button.co-button--small:after, .is-item-delete.co-modal-button:after, .is-item-delete.co-tabs-node:after {
      font-family: "FontAwesome";
      content: ""; }

/* line 624, _components.scss */
.fancybox-arrow:focus {
  outline: 0; }

/* line 632, _components.scss */
select {
  line-height: inherit;
  cursor: pointer;
  padding: 0.5rem;
  padding-left: 0.75rem; }
  /* line 905, _mixins.scss */
  select:focus {
    outline: none; }
  /* line 909, _mixins.scss */
  select::-ms-expand {
    border: 0;
    color: transparent;
    background-color: transparent !important;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAEBAMAAABICMO5AAAAAXNSR0IB2cksfwAAACRQTFRFAAAA/5kA/5cA/5oA/5oA/5kA/5kA/5kA/5kA/5kA/5kA/5kAZ0vUXwAAAAx0Uk5TAMBAv2Dgz19w0N9QVZTTZQAAACBJREFUeJxjEGIAAmUG13QGBrcIBgbP5VUhIBFFaQYGAC67A3rr4drBAAAAAElFTkSuQmCC") !important;
    background-repeat: no-repeat;
    background-position: center; }
  @supports (-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none) {
    /* line 632, _components.scss */
    select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding-right: 1.25rem;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAEBAMAAABICMO5AAAAAXNSR0IB2cksfwAAACRQTFRFAAAA/5kA/5cA/5oA/5oA/5kA/5kA/5kA/5kA/5kA/5kA/5kAZ0vUXwAAAAx0Uk5TAMBAv2Dgz19w0N9QVZTTZQAAACBJREFUeJxjEGIAAmUG13QGBrcIBgbP5VUhIBFFaQYGAC67A3rr4drBAAAAAElFTkSuQmCC") !important;
      background-repeat: no-repeat;
      background-position: right 0.5rem center; } }
  /* line 638, _components.scss */
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  /* line 643, _components.scss */
  select:focus {
    -webkit-box-shadow: 0 0 2px #d3dee7;
    box-shadow: 0 0 2px #d3dee7; }

/* line 653, _components.scss */
.option-selectors {
  margin-bottom: 1rem; }

/* line 657, _components.scss */
.option-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 670, _components.scss */
.option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px; }
  @media screen and (max-width: 768px) {
    /* line 670, _components.scss */
    .option {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%; } }

/* line 692, _components.scss */
.option-label {
  margin-bottom: 0.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

/* line 699, _components.scss */
.option-values {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border: 1px solid #d3dee7;
  padding-left: 0.75rem;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  background-color: #fff; }
  @media screen and (max-width: 480px) {
    /* line 699, _components.scss */
    .option-values {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

/* line 720, _components.scss */
.labels-list {
  margin: -0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 733, _components.scss */
.label {
  margin: 0.25rem;
  padding: 0.25rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #eee;
  font-size: 1em; }

/* line 750, _components.scss */
.image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  @media screen and (max-width: 768px) {
    /* line 750, _components.scss */
    .image-text {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

/* line 771, _components.scss */
.image-text-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  max-width: 100%;
  padding: 15px; }
  /* line 778, _components.scss */
  .image-text-container.is-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  /* line 784, _components.scss */
  .image-text-container.is-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  /* line 790, _components.scss */
  .image-text-container.is-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  /* line 795, _components.scss */
  .image-text-container.is-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  /* line 801, _components.scss */
  .image-text-container.is-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  @media screen and (max-width: 768px) {
    /* line 771, _components.scss */
    .image-text-container {
      -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
      order: 0 !important;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

/* line 815, _components.scss */
.image-text__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  @media screen and (max-width: 480px) {
    /* line 815, _components.scss */
    .image-text__content {
      margin-top: 0.5rem; } }

/* line 835, _components.scss */
.reviews-wrapper {
  margin: 1.5rem 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/* line 841, _components.scss */
.reviews-heading {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 2rem; }

/* line 852, _components.scss */
.reviews-blocks {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1rem; }

/* line 874, _components.scss */
.review {
  display: block;
  padding: 1rem; }
  /* line 878, _components.scss */
  .review.is-left-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media screen and (max-width: 768px) {
      /* line 878, _components.scss */
      .review.is-left-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin: auto;
        max-width: 100%; } }
  /* line 893, _components.scss */
  .review.is-top-cell {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%; }
    @media screen and (max-width: 768px) {
      /* line 893, _components.scss */
      .review.is-top-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin: auto;
        max-width: 50%; } }
    @media screen and (max-width: 480px) {
      /* line 893, _components.scss */
      .review.is-top-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%; } }

/* line 916, _components.scss */
.review-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 924, _components.scss */
  .review-inner.is-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
  /* line 931, _components.scss */
  .review-inner.is-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #eeeeee;
    color: #222222; }
    @media screen and (max-width: 480px) {
      /* line 931, _components.scss */
      .review-inner.is-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
    /* line 959, _components.scss */
    .review-inner.is-left .user-name {
      text-align: left;
      margin-left: 1rem; }
      @media screen and (max-width: 480px) {
        /* line 959, _components.scss */
        .review-inner.is-left .user-name {
          text-align: center;
          margin-left: 0; } }

/* line 971, _components.scss */
.review-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5rem;
  flex: 0 0 5rem;
  width: 5rem;
  margin: 1rem; }
  /* line 978, _components.scss */
  .review-image .is-top {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  @media screen and (max-width: 380px) {
    /* line 971, _components.scss */
    .review-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 7rem;
      flex: 0 0 7rem;
      width: 7rem;
      margin: 0.5rem auto; } }

/* line 993, _components.scss */
.review-content {
  padding: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%; }
  /* line 1003, _components.scss */
  .is-top .review-content {
    padding-top: 3rem;
    margin-top: -3rem;
    text-align: center;
    background-color: #eeeeee;
    color: #222222; }
  /* line 1013, _components.scss */
  .is-left .review-content {
    text-align: left; }
    @media screen and (max-width: 480px) {
      /* line 1013, _components.scss */
      .is-left .review-content {
        text-align: center;
        margin-left: 0; } }

/* line 1023, _components.scss */
.user-name {
  margin: 0.25rem auto;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* line 1033, _components.scss */
.review-text {
  padding: 0.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%; }

/* line 1046, _components.scss */
.feedback-wrapper {
  margin: 1.5rem 0; }

/* line 1050, _components.scss */
.feedback {
  background-color: #eeeeee;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #222222; }
  /* line 1056, _components.scss */
  .feedback + .feedback {
    margin: 2rem 0; }

/* line 1062, _components.scss */
.feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

/* line 1081, _components.scss */
.feedback-heading {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 2rem; }

/* line 1092, _components.scss */
.form-cell {
  display: block;
  padding-right: 0.5rem;
  margin-bottom: 0.5rem; }
  /* line 1097, _components.scss */
  .form-cell:last-child {
    margin-top: 0.5rem; }

/* line 1102, _components.scss */
.form-title {
  margin-bottom: 0.35rem;
  font-size: 1rem; }

/* line 1107, _components.scss */
.widget-form-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0.75rem 0.5rem;
  width: 100%;
  min-height: 2rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #d3dee7; }

/* line 1121, _components.scss */
.button-widget-feedback {
  width: 100%; }

/* line 1128, _components.scss */
.tabs-button {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #d3dee7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* line 1147, _components.scss */
.tab-toggle {
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 0.5rem 1rem;
  max-width: 100%;
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
  z-index: 1;
  margin-bottom: -1px;
  font-size: 1.3rem;
  text-transform: uppercase; }
  /* line 506, _mixins.scss */
  .tab-toggle:active, .tab-toggle:focus, .tab-toggle:hover {
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 1162, _components.scss */
  .tab-toggle.is-opened {
    z-index: 99;
    color: #000;
    border-bottom: 2px solid #ff9900;
    border-radius: 0; }
  /* line 1169, _components.scss */
  .tab-toggle:hover {
    color: #000; }
  @media screen and (max-width: 1024px) {
    /* line 1147, _components.scss */
    .tab-toggle {
      border: 1px solid #d3dee7;
      padding-bottom: 0.5rem;
      border-radius: 0.15rem;
      margin: 0.5rem 0;
      width: 100%;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
      /* line 1183, _components.scss */
      .tab-toggle.is-opened {
        border: 1px solid #ff9900;
        margin-top: 1rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0.15rem;
        border-top-right-radius: 0.15rem;
        margin-bottom: 0; } }
  /* line 1194, _components.scss */
  .tab-toggle:last-of-type {
    margin-right: 0; }

/* line 1199, _components.scss */
.tab-block {
  padding-bottom: 1rem;
  max-width: 100%;
  padding-top: 1rem; }
  @media screen and (max-width: 1024px) {
    /* line 1199, _components.scss */
    .tab-block {
      border: 1px solid #ff9900;
      padding: 1rem;
      border-top: 0;
      margin-bottom: 1rem;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
      /* line 1213, _components.scss */
      .tab-block.is-opened {
        border-bottom-left-radius: 0.15rem;
        border-bottom-right-radius: 0.15rem; } }

/* line 1220, _components.scss */
.tab-block-toolbar {
  padding: 1rem 0;
  border-top: 1px solid #d3dee7;
  border-bottom: 1px solid #d3dee7; }

/* line 1226, _components.scss */
.filter-field-input {
  display: none; }

/* line 1230, _components.scss */
.filter-section-toggle.button, .filter-section-toggle.co-button[type="submit"], .filter-section-toggle.co-button[name="commit"], .filter-section-toggle.co-button[data-method="delete"], .filter-section-toggle.co-button.co-button--small, .filter-section-toggle.co-modal-button, .filter-section-toggle.co-tabs-node {
  padding: 1rem 0.25rem 1rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-repeat: no-repeat;
  color: #333333; }
  /* line 1243, _components.scss */
  .filter-section-toggle.button:hover, .filter-section-toggle.co-button[type="submit"]:hover, .filter-section-toggle.co-button[name="commit"]:hover, .filter-section-toggle.co-button[data-method="delete"]:hover, .filter-section-toggle.co-button.co-button--small:hover, .filter-section-toggle.co-modal-button:hover, .filter-section-toggle.co-tabs-node:hover {
    background-color: transparent; }
  /* line 1247, _components.scss */
  .filter-section-toggle.button.is-active, .filter-section-toggle.is-active.co-button[type="submit"], .filter-section-toggle.is-active.co-button[name="commit"], .filter-section-toggle.is-active.co-button[data-method="delete"], .filter-section-toggle.is-active.co-button.co-button--small, .filter-section-toggle.is-active.co-modal-button, .filter-section-toggle.is-active.co-tabs-node {
    border-bottom: 0; }
    /* line 1250, _components.scss */
    .filter-section-toggle.button.is-active .filter-section-name, .filter-section-toggle.is-active.co-button[type="submit"] .filter-section-name, .filter-section-toggle.is-active.co-button[name="commit"] .filter-section-name, .filter-section-toggle.is-active.co-button[data-method="delete"] .filter-section-name, .filter-section-toggle.is-active.co-button.co-button--small .filter-section-name, .filter-section-toggle.is-active.co-modal-button .filter-section-name, .filter-section-toggle.is-active.co-tabs-node .filter-section-name {
      font-weight: bold; }

/** swiper */
/* line 1258, _components.scss */
.swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #ff9900; }
  /* line 1264, _components.scss */
  .swiper-pagination-bullet:hover {
    background-color: #ff9900; }

/* line 1269, _components.scss */
.is-widget-submit {
  position: relative; }
  /* line 1272, _components.scss */
  .is-widget-submit .cart-link__img {
    width: 20px;
    position: absolute;
    right: 20px; }

/* line 1279, _components.scss */
.filter-panel-open-sidebar:before {
  display: none; }

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/
/* line 8, _layout.scss */
html {
  font-size: 14px; }

/* line 12, _layout.scss */
body {
  background-color: white;
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  title: google:Roboto; }

/* line 43, _layout.scss */
.njs-alert-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999;
  top: 0;
  left: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); }

/* line 57, _layout.scss */
.njs-alert-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -75px; }
  @media screen and (max-width: 480px) {
    /* line 57, _layout.scss */
    .njs-alert-wrapper {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      margin: 0; } }

/* line 73, _layout.scss */
.njs-alert {
  background-color: #fff;
  width: 400px;
  height: 200px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  /* line 88, _layout.scss */
  .njs-alert p {
    font-size: 18px;
    line-height: 23px; }
  @media screen and (max-width: 480px) {
    /* line 73, _layout.scss */
    .njs-alert {
      width: 100%;
      height: 100%;
      border-radius: 0; } }

/* line 105, _layout.scss */
.top-panel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0; }
  @media screen and (max-width: 1024px) {
    /* line 105, _layout.scss */
    .top-panel {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media screen and (max-width: 768px) {
    /* line 105, _layout.scss */
    .top-panel {
      padding: 0; } }
  /* line 123, _layout.scss */
  .top-panel.fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    opacity: 1;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0 0 0.25rem #000;
    box-shadow: 0 0 0.25rem #000; }

/* line 135, _layout.scss */
.collapse-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  @media screen and (max-width: 768px) {
    /* line 135, _layout.scss */
    .collapse-block {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      margin: 0;
      padding: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      /* line 158, _layout.scss */
      .collapse-block .phone {
        margin-right: 0.5rem;
        margin-top: 0; } }

/* line 165, _layout.scss */
.top-menu-icons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0; }

/* line 175, _layout.scss */
.contacts-top-menu {
  margin-top: 0;
  z-index: 5; }

/* line 180, _layout.scss */
.contacts-icon {
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  outline: none;
  position: relative; }
  /* line 506, _mixins.scss */
  .contacts-icon:active, .contacts-icon:focus, .contacts-icon:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 471, _mixins.scss */
  .contacts-icon:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    font-size: 1.2em;
    top: calc(50% + 0.1em);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    position: relative;
    top: 0; }
  /* line 215, _layout.scss */
  .contacts-icon.is-active {
    -webkit-transition: all 0.15s ease-out 0.15s;
    transition: all 0.15s ease-out 0.15s;
    background-color: #ff9900;
    color: #ffffff;
    border-radius: 26px;
    text-transform: uppercase;
    font-size: 1.7rem; }
    /* line 292, _mixins.scss */
    .contacts-icon.is-active:-moz-focus-inner {
      border: 26px; }

/* line 220, _layout.scss */
.contacts-top-menu-block {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  padding: 1rem 0;
  -webkit-box-shadow: 0px 1px 3px #222222;
  box-shadow: 0px 1px 3px #222222; }
  /* line 236, _layout.scss */
  .contacts-top-menu-block *, .contacts-top-menu-block .contact-link {
    color: #ff9900; }

/* line 471, _mixins.scss */
.contact-link.tel:before {
  font-family: "iconmonstr-iconic-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-right: 0.25rem;
  position: relative;
  top: 0.25em;
  font-size: 1.5rem;
  position: relative;
  top: 0; }
/* line 471, _mixins.scss */
.contact-link.email:before {
  font-family: "iconmonstr-iconic-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-right: 0.25rem;
  position: relative;
  top: 0.25em;
  font-size: 1.5rem;
  position: relative;
  top: 0; }

/* line 262, _layout.scss */
.top-menu-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }
  @media screen and (max-width: 768px) {
    /* line 262, _layout.scss */
    .top-menu-wrapper {
      padding-left: 0; } }
  @media screen and (min-width: 1025px) {
    /* line 262, _layout.scss */
    .top-menu-wrapper {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; } }

/* line 277, _layout.scss */
.top-panel-wrapper {
  position: relative;
  z-index: 1;
  background-color: white;
  -webkit-box-shadow: 0 0 0.25rem black;
  box-shadow: 0 0 0.25rem black; }
  /* line 284, _layout.scss */
  .top-panel-wrapper.z-index {
    z-index: 1000; }

/* line 289, _layout.scss */
.top-menu {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-top: -0.25rem;
  margin-bottom: -0.25rem; }

/* line 296, _layout.scss */
.top-menu-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #ff9900;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 303, _layout.scss */
  .top-menu-item.is-active, .top-menu-item.is-current, .top-menu-item.is-hovered {
    color: #ff9900; }

/* line 310, _layout.scss */
.top-menu-link {
  text-decoration: none;
  padding: 0.5em 0;
  color: inherit; }

/* line 317, _layout.scss */
.top-panel-open-sidebar {
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  -webkit-transition: background-color 0.15s ease-out 0.15s;
  transition: background-color 0.15s ease-out 0.15s; }
  /* line 462, _mixins.scss */
  .top-panel-open-sidebar:before {
    font-family: "FontAwesome";
    content: ""; }
  /* line 506, _mixins.scss */
  .top-panel-open-sidebar:active, .top-panel-open-sidebar:focus, .top-panel-open-sidebar:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 325, _layout.scss */
  .top-panel-open-sidebar:before {
    color: #ff9900;
    font-size: 1.5rem; }

/* line 331, _layout.scss */
.filter-panel-open-sidebar {
  margin-right: 0.25rem; }
  /* line 471, _mixins.scss */
  .filter-panel-open-sidebar:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.5rem;
    position: relative;
    top: 0; }
  @media screen and (max-width: 380px) {
    /* line 331, _layout.scss */
    .filter-panel-open-sidebar {
      width: 100%;
      text-align: left;
      text-transform: uppercase;
      font-weight: bold;
      margin-right: 0; }
      /* line 343, _layout.scss */
      .filter-panel-open-sidebar:before {
        content: attr(data-filter-caption);
        font-family: inherit; }
      /* line 471, _mixins.scss */
      .filter-panel-open-sidebar:after {
        font-family: "iconmonstr-iconic-font";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        padding-left: 0.5rem;
        font-size: 1.5rem;
        position: relative;
        top: 0; } }

/* line 355, _layout.scss */
.header-block > .shopcart-widget-wrapper, .header-compare > .shopcart-widget-wrapper > .shopcart-widget-wrapper {
  margin-top: 0; }
/* line 359, _layout.scss */
.header-block > .top-panel-open-search, .header-compare > .shopcart-widget-wrapper > .top-panel-open-search {
  margin-top: 0; }

/* line 364, _layout.scss */
.top-panel-open-search {
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  border: none;
  margin-left: auto;
  margin-top: 0; }
  /* line 471, _mixins.scss */
  .top-panel-open-search:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 0.1em;
    font-size: 1.5rem;
    position: relative;
    top: 0; }
  /* line 506, _mixins.scss */
  .top-panel-open-search:active, .top-panel-open-search:focus, .top-panel-open-search:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 376, _layout.scss */
  .top-panel-open-search:hover {
    background-color: transparent; }
  @media screen and (max-width: 768px) {
    /* line 364, _layout.scss */
    .top-panel-open-search {
      margin-left: 0; } }
  /* line 384, _layout.scss */
  .top-panel-open-search:before {
    font-size: 1.2rem; }

/* line 397, _layout.scss */
.header-wrapper {
  padding-top: 20px;
  color: #333333; }

/* line 403, _layout.scss */
.logotype-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem; }

/* line 408, _layout.scss */
.logotype-link {
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  text-decoration: none;
  font-size: 40px;
  font-family: Open Sans;
  line-height: 1; }
  /* line 506, _mixins.scss */
  .logotype-link:active, .logotype-link:focus, .logotype-link:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 419, _layout.scss */
.logotype-text {
  padding: 0px 5px; }

/* line 423, _layout.scss */
.header-block, .header-compare > .shopcart-widget-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  /* line 427, _layout.scss */
  .header-block a, .header-compare > .shopcart-widget-wrapper a {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 506, _mixins.scss */
    .header-block a:active, .header-compare > .shopcart-widget-wrapper a:active, .header-block a:focus, .header-compare > .shopcart-widget-wrapper a:focus, .header-block a:hover, .header-compare > .shopcart-widget-wrapper a:hover {
      color: #ff9900;
      -webkit-text-decoration: none;
      text-decoration: none; }
  /* line 431, _layout.scss */
  .header-block > * + *, .header-compare > .shopcart-widget-wrapper > * + * {
    margin-top: 0.5rem; }

/* line 436, _layout.scss */
.header-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0; }
  @media screen and (max-width: 768px) {
    /* line 436, _layout.scss */
    .header-compare {
      margin: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 0; } }

/* line 462, _layout.scss */
.catalog-menu-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #56aee8; }

/* line 470, _layout.scss */
.catalog-menu.level-1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }
/* line 477, _layout.scss */
.catalog-menu:not(.level-1) {
  width: 200px;
  background-color: #56aee8;
  -webkit-box-shadow: 0 1px 0.25rem black;
  box-shadow: 0 1px 0.25rem black; }

/* line 485, _layout.scss */
.catalog-menu-item {
  color: white;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 491, _layout.scss */
  .catalog-menu-item.level-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    color: white; }
  /* line 497, _layout.scss */
  .catalog-menu-item.is-active, .catalog-menu-item.is-hovered, .catalog-menu-item.is-current {
    color: #ededf2; }

/* line 504, _layout.scss */
.catalog-menu-link {
  color: inherit; }
  /* line 507, _layout.scss */
  .catalog-menu-link.level-1 {
    padding: 0.5em 0;
    white-space: nowrap;
    text-decoration: none;
    font-size: 1.1rem;
    text-transform: uppercase; }
  /* line 516, _layout.scss */
  .catalog-menu-link:not(.level-1) {
    padding: 0.75em 0.5em;
    text-decoration: none; }

/* line 522, _layout.scss */
.catalog-menu-marker {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.5rem;
  color: inherit; }
  /* line 471, _mixins.scss */
  .catalog-menu-marker:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 0.25em;
    font-size: 1.5rem;
    position: relative;
    top: 0; }
  /* line 471, _mixins.scss */
  .catalog-menu-marker.is-hovered:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 0.25em;
    font-size: 1.5rem;
    position: relative;
    top: 0; }

/* line 545, _layout.scss */
.sidebar-menu {
  margin-left: 0.5rem; }
  /* line 548, _layout.scss */
  .sidebar-menu.level-1 {
    margin-left: 0; }

/* line 553, _layout.scss */
.sidebar-menu-item {
  position: relative;
  padding: 18px 0;
  color: #333333;
  border-bottom: 1px solid #e8e8e8;
  max-width: 300px;
  width: 100%;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 567, _layout.scss */
  .sidebar-menu-item.is-active {
    padding: 0;
    border: none; }
    /* line 570, _layout.scss */
    .sidebar-menu-item.is-active .sidebar-menu-link {
      position: relative;
      margin: 0 -15px;
      border: 1px solid #ff9900;
      border-radius: 5px;
      padding: 18px 15px; }

/* line 580, _layout.scss */
.sidebar-menu-link {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: inherit; }
  /* line 592, _layout.scss */
  .sidebar-menu-link:hover {
    color: #333333 !important;
    text-decoration: none !important; }
  /* line 597, _layout.scss */
  .sidebar-menu-link:before {
    padding-right: 0.5rem;
    font-size: 1rem; }
  /* line 604, _layout.scss */
  .sidebar-menu-link.level-1:before {
    font-size: 1rem; }

/* line 610, _layout.scss */
.sidebar-menu-marker {
  height: 1rem;
  width: 1rem;
  color: inherit; }
  /* line 471, _mixins.scss */
  .sidebar-menu-marker:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.5em;
    position: relative;
    top: 0.25em;
    font-size: 1.5rem;
    position: relative;
    top: 0; }
  /* line 471, _mixins.scss */
  .sidebar-menu-marker.is-opened:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 0.25em;
    font-size: 1.5rem;
    position: relative;
    top: 0; }

/* line 630, _layout.scss */
.mobile-sidebar-menu {
  margin-left: 0.5rem; }
  /* line 633, _layout.scss */
  .mobile-sidebar-menu.level-1 {
    margin-left: 0;
    margin-bottom: 2rem; }

/* line 639, _layout.scss */
.mobile-sidebar-menu-item {
  padding: 0.25rem 0;
  color: #ff9900;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 644, _layout.scss */
  .mobile-sidebar-menu-item.is-active, .mobile-sidebar-menu-item.is-current, .mobile-sidebar-menu-item.is-hovered {
    color: #ff9900; }
  /* line 650, _layout.scss */
  .mobile-sidebar-menu-item.level-1, .mobile-sidebar-menu-item.level-2, .mobile-sidebar-menu-item.level-3 {
    padding: 0.25rem 0 0 0.3rem; }

/* line 657, _layout.scss */
.mobile-sidebar-menu-link {
  padding: 0.45rem 0;
  margin-left: 0.25rem;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: inherit; }
  /* line 670, _layout.scss */
  .mobile-sidebar-menu-link:before {
    padding-right: 0.5rem;
    font-size: 1rem; }
  /* line 676, _layout.scss */
  .mobile-sidebar-menu-link.level-1:before {
    font-size: 1rem; }

/* line 682, _layout.scss */
.mobile-sidebar-menu-marker {
  height: 2rem;
  width: 2rem;
  color: inherit; }
  /* line 471, _mixins.scss */
  .mobile-sidebar-menu-marker:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 0.5rem;
    font-size: 1.5rem;
    position: relative;
    top: 0; }
  /* line 471, _mixins.scss */
  .mobile-sidebar-menu-marker.is-opened:before, .mobile-sidebar-menu-marker.is-active:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.5rem;
    position: relative;
    top: 0; }

/* line 703, _layout.scss */
.breadcrumb-wrapper {
  margin-bottom: 20px; }
  @media (min-width: 901px) {
    /* line 703, _layout.scss */
    .breadcrumb-wrapper {
      padding-left: 15px; } }

/* line 710, _layout.scss */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-left: 0;
  margin-bottom: 0; }

/* line 725, _layout.scss */
.breadcrumb-item {
  font-size: 1rem;
  list-style-type: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #999999;
  padding-left: 0.50rem;
  padding-right: 0.50rem; }
  @media screen and (max-width: 480px) {
    /* line 725, _layout.scss */
    .breadcrumb-item {
      margin: 0.15rem 0; } }
  /* line 739, _layout.scss */
  .breadcrumb-item + .breadcrumb-item:before {
    content: '|';
    margin-right: 0.75rem; }

/* line 746, _layout.scss */
.breadcrumb-link {
  color: #999999 !important; }
  /* line 749, _layout.scss */
  .breadcrumb-link:hover, .breadcrumb-link:focus, .breadcrumb-link:active {
    color: #999999 !important;
    text-decoration: none; }

/* line 761, _layout.scss */
.page-headding-wrapper {
  margin-bottom: 42px; }

/* line 766, _layout.scss */
.page-headding {
  margin: 0;
  font-size: 48px;
  line-height: 1;
  word-wrap: break-word;
  font-weight: 700; }

/* line 777, _layout.scss */
.content-wrapper {
  background-color: white;
  color: #333333;
  padding-top: 1rem;
  padding-bottom: 2rem; }

/* line 788, _layout.scss */
.footer-wrapper {
  background-color: #f8f8f8;
  color: #333333; }

/* line 796, _layout.scss */
.footer-menu {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem; }

/* line 807, _layout.scss */
.footer-menu-item {
  margin: 0.15rem 0.25rem; }

/* line 811, _layout.scss */
.footer-menu-link {
  color: white;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  padding: 0.5rem 0.15rem; }
  /* line 818, _layout.scss */
  .footer-menu-link.is-current, .footer-menu-link.is-hovered {
    color: #ededf2; }

/* line 826, _layout.scss */
.footer-bottom-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    /* line 826, _layout.scss */
    .footer-bottom-wrapper {
      margin-top: 1rem; } }

/* line 837, _layout.scss */
.social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 849, _layout.scss */
.social-menu-item {
  list-style-type: none;
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

/* line 855, _layout.scss */
.social-menu-link {
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  /* line 506, _mixins.scss */
  .social-menu-link:active, .social-menu-link:focus, .social-menu-link:hover {
    color: #ededf2;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 864, _layout.scss */
.insales-copyright {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0.5rem 0; }
  @media screen and (max-width: 768px) {
    /* line 864, _layout.scss */
    .insales-copyright {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 883, _layout.scss */
.insales-copyright-link {
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 506, _mixins.scss */
  .insales-copyright-link:active, .insales-copyright-link:focus, .insales-copyright-link:hover {
    color: #ededf2;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 892, _layout.scss */
.toolbar {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 905, _layout.scss */
  .toolbar.at-top {
    display: block; }
    /* line 908, _layout.scss */
    .toolbar.at-top .toolbar-inner {
      display: block; }
      /* line 911, _layout.scss */
      .toolbar.at-top .toolbar-inner .search-widget-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
  /* line 926, _layout.scss */
  .toolbar.at-bottom {
    margin: 1rem 0; }
  @media screen and (max-width: 380px) {
    /* line 892, _layout.scss */
    .toolbar {
      margin-bottom: 0;
      padding-bottom: 0;
      margin-top: 0; } }

/* line 937, _layout.scss */
.contacts-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

/* line 946, _layout.scss */
.toolbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media screen and (max-width: 380px) {
    /* line 946, _layout.scss */
    .toolbar-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  /* line 971, _layout.scss */
  .toolbar-inner > * {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    display: inline-block; }

/* line 979, _layout.scss */
.is-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 769px) {
    /* line 979, _layout.scss */
    .is-between {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media screen and (max-width: 380px) {
    /* line 979, _layout.scss */
    .is-between {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 997, _layout.scss */
.filter-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 769px) {
    /* line 997, _layout.scss */
    .filter-collapse {
      display: none; } }
  @media screen and (max-width: 380px) {
    /* line 997, _layout.scss */
    .filter-collapse {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%; }
      /* line 1015, _layout.scss */
      .filter-collapse .filter-collapse__label {
        display: none; } }

/* line 1021, _layout.scss */
.collection-order-label {
  color: #999;
  font-weight: 300;
  padding-right: 1rem; }

/* line 1029, _layout.scss */
.products-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: -.75rem;
  margin-right: -.75rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media screen and (max-width: 380px) {
    /* line 1029, _layout.scss */
    .products-list {
      margin-top: 0; } }

/* line 1049, _layout.scss */
.sidebar-block + .sidebar-block {
  margin-top: 45px; }

/* line 1054, _layout.scss */
.sidebar-block-heading, .filter-heading {
  position: relative;
  left: 19px;
  font-weight: bold;
  word-wrap: break-word;
  color: #333333;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 32px; }
  /* line 1064, _layout.scss */
  .sidebar-block-heading:before, .filter-heading:before {
    content: '';
    position: absolute;
    top: 0;
    left: -17px;
    width: 5px;
    height: 100%;
    border-radius: 3px;
    background-color: #ff9900; }

/* line 1076, _layout.scss */
.sidebar {
  margin: 0 -.5rem; }

/* line 1080, _layout.scss */
.product-rating-point {
  color: #777777; }

/* line 1086, _layout.scss */
.scrolled,
.clicked {
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  background-color: #fff; }
  /* line 1094, _layout.scss */
  .scrolled .search-widget,
  .clicked .search-widget {
    border: 1px solid #e2e2e2 !important; }

/* line 1099, _layout.scss */
.secondary-logo {
  display: none; }

@media (min-width: 1800px) {
  /* line 1105, _layout.scss */
  .p-index {
    padding-left: 80px !important;
    padding-right: 80px !important; } }

/* line 1114, _layout.scss */
.p-top-index {
  padding-top: 117px !important; }

/* line 1118, _layout.scss */
.p-fluid-index {
  padding-left: 0;
  padding-right: 0; }

/* line 1125, _layout.scss */
.header-inner > div:not(:first-child) {
  margin-left: 10px; }

/* line 1135, _layout.scss */
.menu-icon .first-line,
.menu-icon .second-line,
.menu-icon .third-line,
.breadcrumb-icon .first-line,
.breadcrumb-icon .second-line,
.breadcrumb-icon .third-line {
  height: 2px;
  border-radius: 1px;
  background-color: #ff9900; }
/* line 1143, _layout.scss */
.menu-icon .first-line,
.breadcrumb-icon .first-line {
  width: 14px; }
/* line 1147, _layout.scss */
.menu-icon .second-line,
.breadcrumb-icon .second-line {
  width: 10px;
  margin-top: 2px;
  margin-bottom: 2px; }
/* line 1153, _layout.scss */
.menu-icon .third-line,
.breadcrumb-icon .third-line {
  width: 8px; }

/* line 1158, _layout.scss */
.header-wrapper {
  z-index: 999; }
  /* line 1164, _layout.scss */
  .header-wrapper .menu-wrapper .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1396px) {
      /* line 1164, _layout.scss */
      .header-wrapper .menu-wrapper .header-menu {
        min-width: 1px;
        width: 100%;
        text-align: center;
        display: none; } }
    /* line 1179, _layout.scss */
    .header-wrapper .menu-wrapper .header-menu .header-menu__item {
      white-space: nowrap;
      padding: 14px 10px; }
    /* line 1184, _layout.scss */
    .header-wrapper .menu-wrapper .header-menu .catalog-hover {
      border-radius: 5px;
      border: 1px solid #ff9900; }
      /* line 1188, _layout.scss */
      .header-wrapper .menu-wrapper .header-menu .catalog-hover .catalog-arrow {
        margin-right: 10px;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
    /* line 1196, _layout.scss */
    .header-wrapper .menu-wrapper .header-menu .header-menu__link {
      font-size: 18px;
      line-height: 18px;
      font-weight: 300;
      color: #333333;
      text-decoration: none; }
    /* line 1204, _layout.scss */
    .header-wrapper .menu-wrapper .header-menu .drop-catalog {
      position: absolute;
      top: calc(100% + 2px);
      left: 0;
      min-width: 100%;
      padding: 5px 0;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
      -webkit-transform: scaleY(0) translateY(-10px);
      -ms-transform: scaleY(0) translateY(-10px);
      transform: scaleY(0) translateY(-10px);
      opacity: 0;
      -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
      transform-origin: top center;
      background-color: #fff;
      border-radius: 5px;
      border: 1px solid #ff9900; }
      /* line 1224, _layout.scss */
      .header-wrapper .menu-wrapper .header-menu .drop-catalog .drop-catalog__item a {
        font-size: 16px;
        line-height: 16px;
        font-weight: 300;
        color: #333333;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        /* line 1233, _layout.scss */
        .header-wrapper .menu-wrapper .header-menu .drop-catalog .drop-catalog__item a span {
          margin-left: 5px;
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
          /* line 1239, _layout.scss */
          .header-wrapper .menu-wrapper .header-menu .drop-catalog .drop-catalog__item a span:before {
            top: 0; }
      /* line 1245, _layout.scss */
      .header-wrapper .menu-wrapper .header-menu .drop-catalog:hover {
        text-decoration: none; }
      /* line 1249, _layout.scss */
      .header-wrapper .menu-wrapper .header-menu .drop-catalog .drop-catalog__item {
        padding: 5px 10px; }
        /* line 1252, _layout.scss */
        .header-wrapper .menu-wrapper .header-menu .drop-catalog .drop-catalog__item:hover > .subcatalog {
          opacity: 1 !important; }
      /* line 1257, _layout.scss */
      .header-wrapper .menu-wrapper .header-menu .drop-catalog.subcatalog {
        top: 0;
        left: calc(100% + 2px);
        opacity: 0 !important; }
    /* line 1265, _layout.scss */
    .header-wrapper .menu-wrapper .header-menu .catalog-hover:hover .drop-catalog {
      display: block;
      -webkit-transform: scaleY(1) translateY(0px);
      -ms-transform: scaleY(1) translateY(0px);
      transform: scaleY(1) translateY(0px);
      opacity: 1; }
    /* line 1272, _layout.scss */
    .header-wrapper .menu-wrapper .header-menu .catalog-hover:hover .catalog-arrow {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  /* line 1281, _layout.scss */
  .header-wrapper .search-wrapper {
    max-width: 300px;
    width: 100%; }
    @media (max-width: 1799px) {
      /* line 1281, _layout.scss */
      .header-wrapper .search-wrapper {
        max-width: 256px; } }
    @media (max-width: 1699px) {
      /* line 1281, _layout.scss */
      .header-wrapper .search-wrapper {
        max-width: 206px; } }
  /* line 1293, _layout.scss */
  .header-wrapper .search-widget {
    border: none;
    border-radius: 27px !important;
    background-color: #ffffff !important; }
    /* line 1298, _layout.scss */
    .header-wrapper .search-widget .search-widget-field {
      border-top-left-radius: 27px !important;
      border-bottom-left-radius: 27px !important;
      padding-left: 20px;
      color: #333;
      font-weight: 300;
      font-size: 18px; }
      /* line 1306, _layout.scss */
      .header-wrapper .search-widget .search-widget-field::-webkit-input-placeholder {
        color: #c7c7c7;
        font-weight: 300;
        font-size: 18px; }
      /* line 1312, _layout.scss */
      .header-wrapper .search-widget .search-widget-field::-moz-placeholder {
        color: #c7c7c7;
        font-weight: 300;
        font-size: 18px; }
      /* line 1318, _layout.scss */
      .header-wrapper .search-widget .search-widget-field:-ms-input-placeholder {
        color: #c7c7c7;
        font-weight: 300;
        font-size: 18px; }
      /* line 1324, _layout.scss */
      .header-wrapper .search-widget .search-widget-field::-ms-input-placeholder {
        color: #c7c7c7;
        font-weight: 300;
        font-size: 18px; }
      /* line 1330, _layout.scss */
      .header-wrapper .search-widget .search-widget-field::placeholder {
        color: #c7c7c7;
        font-weight: 300;
        font-size: 18px; }
    /* line 1337, _layout.scss */
    .header-wrapper .search-widget .search-widget-button {
      padding: 18px 20px !important; }
  /* line 1344, _layout.scss */
  .header-wrapper .cart-block-wrapper .cart-price {
    margin-right: 20px;
    color: #747474;
    font-size: 24px;
    font-weight: 400; }
    /* line 1350, _layout.scss */
    .header-wrapper .cart-block-wrapper .cart-price .cart-price__currency {
      font-size: 18px;
      font-weight: 300; }
  /* line 1356, _layout.scss */
  .header-wrapper .cart-block-wrapper .cart-icon {
    position: relative;
    padding: 17px 17px 16px 15px;
    border: 1px solid #ff9900;
    border-radius: 50%; }
    /* line 1363, _layout.scss */
    .header-wrapper .cart-block-wrapper .cart-icon .cart-link .cart-link__img {
      max-width: 100%;
      height: auto; }
    /* line 1369, _layout.scss */
    .header-wrapper .cart-block-wrapper .cart-icon .cart-quantity {
      position: absolute;
      top: -5px;
      right: 0;
      color: #ffffff;
      width: 21px;
      background-color: #ff9900;
      font-size: 14px;
      line-height: 21px;
      font-weight: 400;
      border-radius: 50%; }
    @media screen and (max-width: 1426px) {
      /* line 1356, _layout.scss */
      .header-wrapper .cart-block-wrapper .cart-icon {
        padding: 12px; }
        /* line 1385, _layout.scss */
        .header-wrapper .cart-block-wrapper .cart-icon img {
          height: 16px; }
        /* line 1389, _layout.scss */
        .header-wrapper .cart-block-wrapper .cart-icon .cart-quantity {
          width: 17px;
          font-size: 10px;
          line-height: 17px; } }

/* line 1400, _layout.scss */
.tel-wrapper .header-tel {
  color: #747474;
  font-size: 20px;
  font-weight: 400; }
  /* line 1405, _layout.scss */
  .tel-wrapper .header-tel:hover {
    text-decoration: none; }
/* line 1410, _layout.scss */
.tel-wrapper .email {
  color: #747474;
  font-size: 24px;
  font-weight: 300; }
/* line 1416, _layout.scss */
.tel-wrapper .tel-icon {
  margin-right: 15px; }

/* line 1421, _layout.scss */
.vertical-yellow-line {
  height: 100%;
  width: 4px;
  background-color: #ff9900; }

/*Footer*/
/* line 1429, _layout.scss */
.footer-top-line {
  padding: 16px 0;
  border-bottom: 1px solid #e8e8e8; }

/* line 1434, _layout.scss */
.top-line-inner {
  max-width: 1410px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

/* line 1442, _layout.scss */
.footer-menu-link-wrapper:not(:last-child) {
  margin-right: 32px; }

/* line 1447, _layout.scss */
.footer-menu-link {
  color: #333333;
  font-size: 18px;
  font-weight: 300; }
  /* line 1452, _layout.scss */
  .footer-menu-link:hover {
    color: inherit;
    text-decoration: none; }

/* line 1463, _layout.scss */
.footer-contacts .email-wrapper {
  margin-right: 30px; }

/* line 1468, _layout.scss */
.footer-bottom-line {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px; }
  /* line 1476, _layout.scss */
  .footer-bottom-line .info-wrapper .shop-name,
  .footer-bottom-line .info-wrapper .copyright {
    color: #747474;
    font-size: 14px;
    font-weight: 300; }
  /* line 1483, _layout.scss */
  .footer-bottom-line .info-wrapper .shop-name {
    margin-right: 20px; }

@media (max-width: 1520px) {
  /* line 1490, _layout.scss */
  .header-menu__link {
    font-size: 16px !important;
    line-height: 16px !important; }

  /* line 1495, _layout.scss */
  .tel-wrapper-in-header .header-tel {
    font-size: 18px !important; }

  /* line 1499, _layout.scss */
  .cart-price {
    font-size: 18px !important;
    margin-right: 10px !important; } }
@media (max-width: 1396px) {
  /* line 1506, _layout.scss */
  .header-wrapper {
    padding-left: 30px;
    padding-right: 30px; }

  /* line 1511, _layout.scss */
  .menu-wrapper {
    margin-left: 0 !important; }
    /* line 1515, _layout.scss */
    .menu-wrapper .header-menu {
      position: absolute;
      bottom: 0;
      left: 0;
      padding-left: 30px;
      padding-right: 30px; }
      /* line 1522, _layout.scss */
      .menu-wrapper .header-menu > div:not(:first-child), .menu-wrapper .header-menu > div:not(:nth-child(2)), .menu-wrapper .header-menu > div:not(:last-child) {
        border-bottom: 1px solid #f4f4f4; }
    /* line 1529, _layout.scss */
    .menu-wrapper .menu-icon {
      padding: 18px 14px 18px 15px;
      border-radius: 50%;
      background-color: #fff;
      cursor: pointer; }
      /* line 1535, _layout.scss */
      .menu-wrapper .menu-icon .first-line,
      .menu-wrapper .menu-icon .second-line,
      .menu-wrapper .menu-icon .third-line {
        height: 4px;
        border-radius: 2px;
        background-color: #ff9900; }
      /* line 1543, _layout.scss */
      .menu-wrapper .menu-icon .first-line {
        width: 27px; }
      /* line 1547, _layout.scss */
      .menu-wrapper .menu-icon .second-line {
        width: 21px;
        margin-top: 4px;
        margin-bottom: 4px; }
      /* line 1553, _layout.scss */
      .menu-wrapper .menu-icon .third-line {
        width: 17px; }

  /* line 1561, _layout.scss */
  .catalog-hover .catalog-arrow {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

  /* line 1571, _layout.scss */
  .header-wrapper .search-wrapper {
    max-width: 356px; }

  /* line 1576, _layout.scss */
  .header-inner > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  /* line 1581, _layout.scss */
  .header-inner > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  /* line 1586, _layout.scss */
  .header-inner > div:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  /* line 1591, _layout.scss */
  .header-inner > div:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  /* line 1596, _layout.scss */
  .header-inner > div:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  /* line 1601, _layout.scss */
  .header-inner > div:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  /* line 1606, _layout.scss */
  .header-inner > div:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  /* line 1611, _layout.scss */
  .header-inner > div:nth-child(7) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; } }
@media (max-width: 1396px) and (max-width: 1002px) {
  /* line 1617, _layout.scss */
  .header-inner > div {
    margin-bottom: 10px; }
  /* line 1620, _layout.scss */
  .header-inner > div:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; } }
@media (max-width: 1396px) and (max-width: 702px) {
  /* line 1627, _layout.scss */
  .header-inner > div:nth-child(3) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; } }

@media (max-width: 1055px) {
  /* line 1638, _layout.scss */
  .cart-price, .tel-wrapper .header-tel {
    display: none !important; } }
/* line 1643, _layout.scss */
.search_placeholder {
  display: none;
  border: 1px solid #ebebeb;
  border-radius: 50%; }
  /* line 1648, _layout.scss */
  .search_placeholder button {
    padding: 17px 18px !important; }

/* line 1653, _layout.scss */
.menu-icon_border {
  border: 1px solid #ebebeb; }

@media (max-width: 900px) {
  /* line 1658, _layout.scss */
  .search-wrapper {
    margin-left: auto !important;
    margin-right: auto;
    max-width: 310px !important; } }
@media (max-width: 600px) {
  /* line 1666, _layout.scss */
  .tel-wrapper {
    margin-left: auto !important;
    margin-right: auto; } }
@media (max-width: 540px) {
  /* line 1673, _layout.scss */
  .footer-bottom-line .info-wrapper .shop-name {
    margin-right: 0;
    text-align: center; } }
@media (max-width: 430px) {
  /* line 1680, _layout.scss */
  .header-inner > div:not(:first-child) {
    margin-left: 0px; }

  /* line 1686, _layout.scss */
  .header-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    /* line 1690, _layout.scss */
    .header-wrapper .container-fluid {
      padding-right: 5px !important;
      padding-left: 5px !important; }

  /* line 1697, _layout.scss */
  .menu-wrapper .header-menu {
    padding-left: 5px !important;
    padding-right: 5px !important; } }
/* line 1704, _layout.scss */
.header-wrapper .search-widget.border-orange {
  border: 1px solid #ff9900; }

@media (min-width: 901px) {
  /* line 1708, _layout.scss */
  .content-no-index {
    padding-left: 65px;
    padding-right: 80px; } }

@media (min-width: 901px) {
  /* line 1715, _layout.scss */
  .content-cart-wrapper {
    padding-left: 80px; } }

@media (min-width: 901px) {
  /* line 1721, _layout.scss */
  .header-no-index {
    padding-left: 80px;
    padding-right: 80px; } }

/* line 1728, _layout.scss */
.sidebar-p-left,
.filter-heading {
  padding-left: 15px; }

/* line 1736, _layout.scss */
.filter-heading:before {
  left: -2px !important; }

/* line 1742, _layout.scss */
.filter-section.is-collapse .sidebar-menu-marker {
  color: #333; }
  /* line 1745, _layout.scss */
  .filter-section.is-collapse .sidebar-menu-marker:hover {
    color: #333; }

/* line 1751, _layout.scss */
.colelction-image-header {
  margin-bottom: 20px; }

@media (min-width: 769px) {
  /* line 1755, _layout.scss */
  .collection-content-wrapper {
    padding-left: 40px; } }
/* line 1760, _layout.scss */
.collection-content-wrapper .categories-subcollections {
  border-bottom: 1px solid #051d24;
  margin-bottom: 2rem; }
  /* line 1764, _layout.scss */
  .collection-content-wrapper .categories-subcollections .category-subcollections {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 20%;
    margin-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    /* line 1777, _layout.scss */
    .collection-content-wrapper .categories-subcollections .category-subcollections .category-inner {
      color: #333333;
      font-size: 18px; }
      /* line 1781, _layout.scss */
      .collection-content-wrapper .categories-subcollections .category-subcollections .category-inner .image-container {
        border-radius: 5px; }

/* line 1789, _layout.scss */
.site-articles-title {
  color: #333333;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.4rem; }

/* line 1797, _layout.scss */
.site-articles-list ul {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAANCAMAAABvheXhAAAAAXNSR0IB2cksfwAAAVBQTFRFAAAA/5sA/5sA/5oA/5oA/5gA/4AA/5oA/5oA/5oA/5kA/5oA/6cA/54A/6oA/6UA/6IA/6kA/5wA/60T/6gA/6QA/5oA/5sA/+Ky//Xn/+/V//36//Tk//Hc/+/U/8Fb/7pE//fq//Hb//Pi/+fB/75T/5kA/5oA//////37//v0//nw//v1/75S/8hv//Xm///+//z3/7tJ/5sA/5oA/5oA/71P/7Y3/68d/7Ms/7Mp/9GG/7Qx/60Q/7Io/9ia/+K0/5oA/9eW/96q/+vL/+fA/8ds/+nF/64X/7Mr//Da/9qg/6sA/7Ej/7Im/+rH/+rJ/60N//Pg//nv//v2/9OL/8Nf//bp//79//ju//z4//fs/6wL/5sA/+a8//jt/+7T/8x6/8Rj//bo/+zM/7g+/6AA/6MA/68Z/6EA/6sE/58A/5sA/5wA/5oA/5oAaDNGOgAAAHB0Uk5TACmCrrsqBJD9/wWh/////////////6JP//////////////////9Ls////////////////7Tx///////////////w////////////////////////////////////Sv//////////////////kSyDr2dfhb4AAAEESURBVHicY2BgYGBkYmZBBcxMrAwgwMbOwYkJONi5gHLcYDYPLw8fv4Agp5CwiKgoD0hEjIFBHCwlISkpJS0jKyevoCitpKyiChJTY1AHURoamlraGtraGjq6ehr6mgaGRsacnCYMpkApMw1Nc0ELSythaw0dG0tbO3sNByFOTkcGkDYnA2cgm9PFVdRZEsS30dAH8cH63DTcbTw8Bb00vH18LUT9fPw1AjhB+kyAZGCQhnZwSGhYeESkYVR0pIZGRAwnyL5YkCF2cVLS8QmJSXL60smKyVEpqRB3QvwH9JpfmgAnT3pGYGaWYDbUfwxcOVjDJYcLHGq5eflo4ZmflwsUBwB6ASlapqMCyQAAAABJRU5ErkJggg=="); }
  /* line 1802, _layout.scss */
  .site-articles-list ul li a {
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s;
    font-size: 1.5rem;
    line-height: 2.85rem;
    text-decoration: underline; }
    /* line 506, _mixins.scss */
    .site-articles-list ul li a:active, .site-articles-list ul li a:focus, .site-articles-list ul li a:hover {
      color: #ff9900;
      -webkit-text-decoration: none;
      text-decoration: none; }

/* line 1812, _layout.scss */
.cart-breadcrumb {
  padding-left: 0 !important; }

/* line 1816, _layout.scss */
.cart-page-headding-wrapper {
  margin-bottom: 1rem; }

/* line 1820, _layout.scss */
.blog-page-headding-wrapper {
  margin-bottom: 2.2rem; }

/* line 1824, _layout.scss */
.checkout-padding-wrapper {
  padding-top: 190px;
  padding-left: 80px;
  padding-right: 80px; }
  @media (max-width: 720px) {
    /* line 1824, _layout.scss */
    .checkout-padding-wrapper {
      padding-top: 240px; } }

/* line 1834, _layout.scss */
.header-checkout-padding {
  padding-left: 80px;
  padding-right: 80px; }

@media (max-width: 900px) {
  /* line 1840, _layout.scss */
  .checkout-padding-wrapper,
  .header-checkout-padding {
    padding-left: 15px;
    padding-right: 15px; } }
/* line 1847, _layout.scss */
.button-buy {
  padding-top: .6em !important;
  padding-bottom: .6em !important; }

/* line 1852, _layout.scss */
.window {
  width: 300px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  text-align: center;
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 3px black;
  box-shadow: 0px 0px 8px 3px black;
  border-radius: 10px;
  color: #444444;
  position: fixed;
  top: 2%;
  right: 40%;
  bottom: 0;
  -webkit-animation: anim 3s;
  animation: anim 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  z-index: 9999;
  background: #f7f3f3;
  display: none; }
  /* line 1876, _layout.scss */
  .window_wrapper {
    position: relative; }
  /* line 1880, _layout.scss */
  .window_link {
    color: #606060;
    text-decoration: none; }
  /* line 1885, _layout.scss */
  .window_close {
    position: absolute;
    top: -10px;
    right: -8px;
    color: red;
    cursor: pointer;
    font-weight: bold; }

/* line 1896, _layout.scss */
.header-no-index .container-fluid {
  padding: 0; }
  /* line 1899, _layout.scss */
  .header-no-index .container-fluid .compares-widget {
    padding: 12px 14px; }
    /* line 1902, _layout.scss */
    .header-no-index .container-fluid .compares-widget-caption:before {
      font-size: 1.2rem; }
    /* line 1906, _layout.scss */
    .header-no-index .container-fluid .compares-widget-count {
      font-size: 10px;
      width: 15px;
      line-height: 15px; }
  /* line 1913, _layout.scss */
  .header-no-index .container-fluid .cart-icon {
    padding: 12px; }
    /* line 1916, _layout.scss */
    .header-no-index .container-fluid .cart-icon .cart-link__img {
      max-width: 100%;
      height: auto; }
    /* line 1921, _layout.scss */
    .header-no-index .container-fluid .cart-icon .cart-quantity {
      width: 17px;
      font-size: 10px;
      line-height: 17px; }
  /* line 1928, _layout.scss */
  .header-no-index .container-fluid .header-menu__link {
    font-size: 16px !important;
    line-height: 16px !important; }
  /* line 1933, _layout.scss */
  .header-no-index .container-fluid .header-tel {
    font-size: 18px !important; }
@media screen and (max-width: 1556px) {
  /* line 1939, _layout.scss */
  .header-no-index.header-wrapper .menu-wrapper .header-menu {
    min-width: 1px;
    width: 100%;
    text-align: center;
    display: none; }
  /* line 1946, _layout.scss */
  .header-no-index .header-inner > div:nth-child(7) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  /* line 1952, _layout.scss */
  .header-no-index .header-inner > div:nth-child(6) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  /* line 1958, _layout.scss */
  .header-no-index .header-inner > div:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  /* line 1964, _layout.scss */
  .header-no-index .header-inner > div:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  /* line 1970, _layout.scss */
  .header-no-index .header-inner > div:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  /* line 1976, _layout.scss */
  .header-no-index .header-inner > div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  /* line 1982, _layout.scss */
  .header-no-index .menu-wrapper .menu-icon {
    padding: 18px 14px 18px 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer; }
  /* line 1989, _layout.scss */
  .header-no-index .menu-wrapper .menu-icon .first-line, .header-no-index .menu-wrapper .menu-icon .second-line, .header-no-index .menu-wrapper .menu-icon .third-line {
    height: 4px;
    border-radius: 2px;
    background-color: #ff9900; }
  /* line 1995, _layout.scss */
  .header-no-index .menu-wrapper .menu-icon .first-line {
    width: 27px; }
  /* line 1999, _layout.scss */
  .header-no-index .menu-wrapper .menu-icon .second-line {
    width: 21px;
    margin-top: 4px;
    margin-bottom: 4px; }
  /* line 2005, _layout.scss */
  .header-no-index .menu-wrapper .menu-icon .third-line {
    width: 17px; } }
@media screen and (max-width: 1088px) {
  /* line 2011, _layout.scss */
  .header-no-index .cart-price, .header-no-index .tel-wrapper {
    display: none !important; } }
@media screen and (max-width: 672px) {
  /* line 2017, _layout.scss */
  .header-no-index .header-inner > div:nth-child(3) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; } }
@media screen and (max-width: 732px) {
  /* line 2026, _layout.scss */
  .header-no-index.scrolled .header-inner > div:nth-child(3) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; } }

@media screen and (max-width: 1556px) {
  /* line 2035, _layout.scss */
  .on-desktop {
    display: none; } }

@media screen and (min-width: 1556px) {
  /* line 2041, _layout.scss */
  .mobile {
    display: none; } }

/* line 1, _index.scss */
.index-block, .image-text-wrapper, .promo-slider-wrapper, .benefits-wrapper, .special-categories-wrapper, .special-products-wrapper {
  margin-top: 2rem;
  margin-bottom: 4rem; }

/* line 21, _index.scss */
.promo-slider-heading-wrapper {
  display: none; }

/* line 25, _index.scss */
.promo-slide-inner {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none; }

/* line 32, _index.scss */
.promo-slide-caption {
  padding: 1rem;
  background-color: rgba(86, 174, 232, 0.9);
  color: #333333; }
  @media screen and (min-width: 769px) {
    /* line 32, _index.scss */
    .promo-slide-caption {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      padding: 2rem; } }

/* line 44, _index.scss */
.swiper-container {
  z-index: 0; }

/* line 48, _index.scss */
.swiper-container-horizontal > .swiper-pagination {
  position: relative;
  bottom: 1.5rem; }
  @media screen and (max-width: 768px) {
    /* line 48, _index.scss */
    .swiper-container-horizontal > .swiper-pagination {
      display: none; } }

/* line 56, _index.scss */
.swiper-pagination-bullet-active {
  background: #ff9900; }

/* line 59, _index.scss */
.promo-slider-prev,
.promo-slider-next {
  top: 0;
  bottom: 0;
  width: 4rem;
  height: auto;
  margin-top: 0;
  background-image: none;
  font-size: 2rem;
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 506, _mixins.scss */
  .promo-slider-prev:active, .promo-slider-prev:focus, .promo-slider-prev:hover,
  .promo-slider-next:active,
  .promo-slider-next:focus,
  .promo-slider-next:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 71, _index.scss */
  .promo-slider-prev.is-disabled,
  .promo-slider-next.is-disabled {
    display: none; }
  /* line 75, _index.scss */
  .promo-slider-prev:focus,
  .promo-slider-next:focus {
    outline: none; }
  @media screen and (max-width: 480px) {
    /* line 59, _index.scss */
    .promo-slider-prev,
    .promo-slider-next {
      width: 2rem;
      font-size: 2rem; } }

/* line 471, _mixins.scss */
.promo-slider-prev:before {
  font-family: "iconmonstr-iconic-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: relative;
  top: 0.25em;
  font-size: 1.5rem;
  position: relative;
  top: 0; }

/* line 471, _mixins.scss */
.promo-slider-next:before {
  font-family: "iconmonstr-iconic-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: relative;
  top: 0.25em;
  font-size: 1.5rem;
  position: relative;
  top: 0; }

/* line 110, _index.scss */
.benefits-heading-wrapper {
  margin-bottom: 1rem; }

/* line 116, _index.scss */
.benefits-heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 97%;
  word-wrap: break-word;
  color: #ff9900; }

/* line 127, _index.scss */
.benefits-list {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

/* line 134, _index.scss */
.benefit {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  @media screen and (max-width: 1024px) {
    /* line 134, _index.scss */
    .benefit {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%; } }
  @media screen and (max-width: 768px) {
    /* line 134, _index.scss */
    .benefit {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; } }
  @media screen and (max-width: 480px) {
    /* line 134, _index.scss */
    .benefit {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

/* line 156, _index.scss */
.benefit-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -0.5rem; }

/* line 172, _index.scss */
.benefit-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  padding: 0.5rem; }

/* line 179, _index.scss */
.benefit-caption {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0.5rem;
  color: #333333;
  line-height: 1.2; }

/* line 197, _index.scss */
.special-categories-heading-wrapper {
  margin-bottom: 1rem; }

/* line 203, _index.scss */
.special-categories-heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #ff9900; }

/* line 212, _index.scss */
.special-category {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 25%;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 1024px) {
    /* line 212, _index.scss */
    .special-category {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
      max-width: 33%; } }
  @media screen and (max-width: 768px) {
    /* line 212, _index.scss */
    .special-category {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
  @media screen and (max-width: 380px) {
    /* line 212, _index.scss */
    .special-category {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      margin: 0.5rem auto; } }

/* line 243, _index.scss */
.category-caption {
  text-align: center;
  margin-top: 0.4rem; }

/* line 248, _index.scss */
.category-inner {
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  display: block; }
  /* line 506, _mixins.scss */
  .category-inner:active, .category-inner:focus, .category-inner:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 261, _index.scss */
.footer {
  position: relative; }

/* line 265, _index.scss */
.js-arrow-up {
  z-index: 999;
  position: fixed;
  width: 3rem;
  border: none;
  height: 3rem;
  padding: 0;
  bottom: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0.5rem;
  color: #ff9900;
  background-color: white;
  text-decoration: none;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px #777777;
  box-shadow: 0px 0px 5px #777777; }
  /* line 471, _mixins.scss */
  .js-arrow-up:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    top: calc(50% + 0.15em);
    font-size: 1rem;
    left: 50%;
    font-size: 1.5rem;
    position: relative;
    top: 0; }
  /* line 295, _index.scss */
  .js-arrow-up:hover, .js-arrow-up:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 11px #ff9900;
    box-shadow: 0px 0px 11px #ff9900;
    background-color: none; }

/* line 318, _index.scss */
.index-main-screen {
  background-color: #f8f8f8;
  height: 850px;
  overflow: hidden; }

/* line 325, _index.scss */
.main-block-tire {
  position: absolute;
  right: -40px;
  top: 0;
  overflow: hidden; }
  @media (max-width: 1365px) {
    /* line 325, _index.scss */
    .main-block-tire {
      display: none; } }

/* line 336, _index.scss */
.main-block-tire-mob {
  position: absolute;
  right: 0;
  top: 120px;
  display: none;
  overflow: hidden; }
  @media (max-width: 1365px) {
    /* line 336, _index.scss */
    .main-block-tire-mob {
      display: initial; } }

/* line 348, _index.scss */
.networks {
  position: absolute;
  transform: rotate(-90deg) translateX(-505px);
  transform-origin: left top 0; }
  @media (max-width: 1799px) {
    /* line 348, _index.scss */
    .networks {
      left: 12px; } }
  /* line 359, _index.scss */
  .networks .networks-item .networks-link {
    color: #c9c9c9;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    transition: .25s; }
    /* line 366, _index.scss */
    .networks .networks-item .networks-link:hover {
      color: inherit;
      text-decoration: none; }
  /* line 372, _index.scss */
  .networks .networks-item:not(:last-child) {
    margin-right: 40px; }

/* line 378, _index.scss */
.main-block-wrapper {
  position: relative;
  height: 100%;
  width: 50%; }

/* line 385, _index.scss */
.index-main-block {
  padding-left: 50px; }
  /* line 389, _index.scss */
  .index-main-block .header {
    color: #333333;
    font-size: 66px;
    font-weight: 700;
    line-height: 72px;
    max-width: 565px;
    width: 100%;
    margin-bottom: 80px; }
  /* line 399, _index.scss */
  .index-main-block .text {
    max-width: 670px;
    width: 100%;
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 50px; }
  /* line 409, _index.scss */
  .index-main-block .link .btn {
    padding: 19px 56px;
    height: 54px;
    border-radius: 27px;
    background-color: #ff9900;
    line-height: 16px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase; }

/* line 424, _index.scss */
.scroll-down {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%); }

/* line 431, _index.scss */
.page-number {
  position: absolute;
  left: 0; }
  /* line 435, _index.scss */
  .page-number.first-page {
    bottom: 47px; }
  /* line 439, _index.scss */
  .page-number.second-page, .page-number.third-page {
    top: 47px; }
  /* line 444, _index.scss */
  .page-number .number {
    opacity: 0.5;
    color: #959595;
    font-size: 72px;
    font-weight: 700;
    line-height: 50px;
    margin-left: 68px; }
  @media (max-width: 991px) {
    /* line 455, _index.scss */
    .page-number.first-page {
      bottom: 30px; }
    /* line 459, _index.scss */
    .page-number.second-page, .page-number.third-page {
      top: 30px; }
    /* line 464, _index.scss */
    .page-number .number {
      margin-left: 16px; } }

/* line 470, _index.scss */
.index-categories {
  min-height: 918px;
  background-color: #fff;
  padding-top: 77px;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 991px) {
    /* line 470, _index.scss */
    .index-categories {
      padding-top: 37px; } }
  /* line 482, _index.scss */
  .index-categories .bg-tire {
    position: absolute;
    bottom: 0;
    left: 0; }
    /* line 487, _index.scss */
    .index-categories .bg-tire .tire-img {
      position: absolute;
      bottom: 130px;
      left: 0; }
    /* line 493, _index.scss */
    .index-categories .bg-tire .bg-grey-skew {
      position: absolute;
      left: 0;
      bottom: 15px;
      display: none;
      width: 100%;
      height: 1840px;
      background-color: #f2f2f2;
      transform: skewY(-2deg); }
  /* line 505, _index.scss */
  .index-categories .content-categories-wrapper {
    padding: 0 15px; }
    /* line 508, _index.scss */
    .index-categories .content-categories-wrapper .header {
      color: #333333;
      font-size: 66px;
      font-weight: 700;
      line-height: 72px;
      margin-bottom: 45px; }
    /* line 515, _index.scss */
    .index-categories .content-categories-wrapper .paragraph {
      max-width: 900px;
      width: 100%;
      color: #000000;
      font-size: 22px;
      font-weight: 300;
      margin-bottom: 37px; }

/* line 527, _index.scss */
.collections-index .card {
  background-color: #000;
  max-width: 512px;
  width: 100%;
  border: none;
  border-radius: 20px;
  margin-right: 18px; }
  /* line 535, _index.scss */
  .collections-index .card .card-inner {
    top: 0;
    left: 0;
    padding: 36px 23px 67px 26px;
    width: 100%;
    height: 100%; }
    /* line 543, _index.scss */
    .collections-index .card .card-inner .bottom-gradient-bg {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 80%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; }
    /* line 556, _index.scss */
    .collections-index .card .card-inner .top-block .top-block__left .quantity {
      color: #ffffff;
      font-size: 30px;
      font-weight: 400;
      margin-left: 12px; }
    /* line 566, _index.scss */
    .collections-index .card .card-inner .bottom-block {
      z-index: 1; }
      /* line 568, _index.scss */
      .collections-index .card .card-inner .bottom-block .card-header-text {
        color: #ffffff;
        font-size: 48px;
        font-weight: 700;
        font-style: italic; }
      /* line 574, _index.scss */
      .collections-index .card .card-inner .bottom-block .start-price {
        color: #fec500;
        font-size: 36px;
        font-weight: 400;
        margin-top: 27px;
        margin-bottom: 23px; }
      /* line 581, _index.scss */
      .collections-index .card .card-inner .bottom-block .btn-collection {
        padding: 19px 40px 15px 39px;
        background-color: #ff9900;
        border-radius: 27px;
        color: #ffffff;
        font-size: 22px;
        font-weight: 400;
        text-transform: uppercase;
        border: none; }

/* line 596, _index.scss */
.index-info {
  min-height: 500px;
  background-color: #fff;
  padding-top: 36px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 173px; }
  @media (max-width: 1799px) {
    /* line 596, _index.scss */
    .index-info {
      padding-right: 123px; } }
  @media (max-width: 1499px) {
    /* line 596, _index.scss */
    .index-info {
      padding-right: 73px; } }
  @media (max-width: 1199px) {
    /* line 596, _index.scss */
    .index-info {
      padding-right: 15px; } }
  /* line 616, _index.scss */
  .index-info .index-info-inner .img-block {
    margin-right: 50px; }
  /* line 620, _index.scss */
  .index-info .index-info-inner .text-block {
    max-width: 585px;
    width: 50%; }
    /* line 624, _index.scss */
    .index-info .index-info-inner .text-block .info-header {
      color: #333333;
      font-size: 66px;
      font-weight: 700;
      line-height: 72px;
      margin-bottom: 46px; }
    /* line 632, _index.scss */
    .index-info .index-info-inner .text-block .info-sub-header {
      color: #333333;
      font-size: 34px;
      font-weight: 700;
      line-height: 30px;
      margin-bottom: 29px; }
    /* line 642, _index.scss */
    .index-info .index-info-inner .text-block .text-wrapper p {
      color: #000000;
      font-size: 22px;
      font-weight: 300;
      margin-bottom: 40px;
      text-align: justify; }
    /* line 650, _index.scss */
    .index-info .index-info-inner .text-block .text-wrapper ul {
      list-style-type: none;
      margin-bottom: 0;
      padding-left: 0; }
      /* line 655, _index.scss */
      .index-info .index-info-inner .text-block .text-wrapper ul li {
        position: relative;
        margin-bottom: 14px;
        padding-left: 37px; }
        /* line 660, _index.scss */
        .index-info .index-info-inner .text-block .text-wrapper ul li span {
          color: #000000;
          font-size: 22px;
          font-weight: 400;
          line-height: 21px; }
        /* line 667, _index.scss */
        .index-info .index-info-inner .text-block .text-wrapper ul li:before {
          content: url("index-list.png");
          position: absolute;
          bottom: 2px;
          left: 0; }

@media (max-width: 991px) {
  /* line 681, _index.scss */
  .collections-index .card {
    margin-right: 0; } }
@media (max-width: 1365px) {
  /* line 689, _index.scss */
  .header-text,
  .info-header {
    font-size: 56px !important;
    line-height: 50px !important; }

  /* line 695, _index.scss */
  .text,
  .paragraph,
  .text-wrapper span {
    font-size: 18px; } }
@media (max-width: 900px) {
  /* line 703, _index.scss */
  .header-text,
  .info-header {
    font-size: 46px !important;
    line-height: 40px !important; }

  /* line 709, _index.scss */
  .text,
  .paragraph,
  .text-wrapper span {
    font-size: 16px; }

  /* line 717, _index.scss */
  .index-categories .content-categories-wrapper .paragraph {
    margin-bottom: 85px; }

  /* line 722, _index.scss */
  .index-main-block > .header {
    max-width: 365px; }

  /* line 726, _index.scss */
  .bg-tire {
    height: 100%; }

  /* line 730, _index.scss */
  .bg-grey-skew {
    display: block !important; }

  /* line 734, _index.scss */
  .tire-img,
  .bg-img {
    display: none; } }
@media (max-width: 600px) {
  /* line 741, _index.scss */
  .header-text,
  .info-header {
    font-size: 36px !important;
    line-height: 30px !important; }

  /* line 747, _index.scss */
  .main-block-wrapper {
    width: 65%; }

  /* line 751, _index.scss */
  .index-main-block > .header {
    max-width: 195px; }

  /* line 757, _index.scss */
  .index-categories .content-categories-wrapper .paragraph {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 765, _index.scss */
  .card .card-inner {
    padding: 24px 15px 44px 18px !important; }
  /* line 769, _index.scss */
  .card .quantity {
    font-size: 20px !important; }
  /* line 773, _index.scss */
  .card .card-header-text {
    font-size: 30px !important; }
  /* line 777, _index.scss */
  .card .start-price {
    font-size: 22px !important; }
  /* line 781, _index.scss */
  .card .btn-collection {
    padding: 12px 21px 9px !important;
    border-radius: 18px !important;
    font-size: 16px !important;
    line-height: 15px !important; }

  /* line 791, _index.scss */
  .index-info-inner .img-block {
    margin-right: 0 !important;
    margin-bottom: 40px !important; }
  /* line 796, _index.scss */
  .index-info-inner .text-block {
    width: 100% !important; }
    /* line 799, _index.scss */
    .index-info-inner .text-block .info-header {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 300px;
      width: 100%;
      margin-bottom: 27px !important;
      text-align: center; }
    /* line 809, _index.scss */
    .index-info-inner .text-block .info-sub-header {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 27px !important;
      font-size: 24px !important;
      line-height: 24px !important;
      max-width: 250px;
      width: 100%;
      text-align: center; }
    /* line 821, _index.scss */
    .index-info-inner .text-block .text-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center; }
      /* line 827, _index.scss */
      .index-info-inner .text-block .text-wrapper p {
        font-size: 16px !important;
        margin-bottom: 28px !important; }
      /* line 832, _index.scss */
      .index-info-inner .text-block .text-wrapper ul {
        display: -moz-inline-stack !important;
        display: inline-block !important;
        zoom: 1 !important;
        *display: inline !important; }
        /* line 840, _index.scss */
        .index-info-inner .text-block .text-wrapper ul li span {
          font-size: 18px !important;
          line-height: 26px !important; } }
@media (max-width: 450px) {
  /* line 853, _index.scss */
  .info-header {
    max-width: 250px !important; } }
@media (max-width: 560px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1825px !important; } }
@media (max-width: 555px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1810px !important; } }
@media (max-width: 550px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1795px !important; } }
@media (max-width: 545px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1780px !important; } }
@media (max-width: 540px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1765px !important; } }
@media (max-width: 535px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1750px !important; } }
@media (max-width: 530px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1735px !important; } }
@media (max-width: 525px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1720px !important; } }
@media (max-width: 520px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1705px !important; } }
@media (max-width: 515px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1690px !important; } }
@media (max-width: 510px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1675px !important; } }
@media (max-width: 505px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1660px !important; } }
@media (max-width: 500px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1645px !important; } }
@media (max-width: 495px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1630px !important; } }
@media (max-width: 490px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1615px !important; } }
@media (max-width: 485px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1600px !important; } }
@media (max-width: 480px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1585px !important; } }
@media (max-width: 475px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1570px !important; } }
@media (max-width: 470px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1555px !important; } }
@media (max-width: 465px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1540px !important; } }
@media (max-width: 460px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1525px !important; } }
@media (max-width: 455px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1510px !important; } }
@media (max-width: 450px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1495px !important; } }
@media (max-width: 445px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1480px !important; } }
@media (max-width: 440px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1465px !important; } }
@media (max-width: 435px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1450px !important; } }
@media (max-width: 430px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1435px !important; } }
@media (max-width: 425px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1420px !important; } }
@media (max-width: 420px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1405px !important; } }
@media (max-width: 415px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1390px !important; } }
@media (max-width: 410px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1375px !important; } }
@media (max-width: 405px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1360px !important; } }
@media (max-width: 400px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1345px !important; } }
@media (max-width: 395px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1330px !important; } }
@media (max-width: 390px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1315px !important; } }
@media (max-width: 385px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1300px !important; } }
@media (max-width: 380px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1285px !important; } }
@media (max-width: 375px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1270px !important; } }
@media (max-width: 370px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1255px !important; } }
@media (max-width: 365px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1240px !important; } }
@media (max-width: 360px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1225px !important; } }
@media (max-width: 355px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1210px !important; } }
@media (max-width: 350px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1195px !important; } }
@media (max-width: 345px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1180px !important; } }
@media (max-width: 340px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1165px !important; } }
@media (max-width: 335px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1150px !important; } }
@media (max-width: 330px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1135px !important; } }
@media (max-width: 325px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1120px !important; } }
@media (max-width: 320px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1105px !important; } }
@media (max-width: 315px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1090px !important; } }
@media (max-width: 310px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1075px !important; } }
@media (max-width: 305px) {
  /* line 864, _index.scss */
  .bg-grey-skew {
    height: 1060px !important; } }
@media (max-width: 1365px) {
  /* line 872, _index.scss */
  .top-line-inner {
    justify-content: center !important; }
    /* line 876, _index.scss */
    .top-line-inner > div:nth-child(1) {
      order: 2;
      flex-wrap: wrap; }
    /* line 880, _index.scss */
    .top-line-inner > div:nth-child(2) {
      order: 1; }
    /* line 883, _index.scss */
    .top-line-inner > div:nth-child(3) {
      order: 3;
      flex-wrap: wrap; }
    /* line 888, _index.scss */
    .top-line-inner .footer-logo {
      margin-right: 10px;
      margin-bottom: 30px; } }
@media (max-width: 707px) {
  /* line 896, _index.scss */
  .footer-menu-wrapper {
    margin-bottom: 26px !important; } }
@media (max-width: 600px) {
  /* line 902, _index.scss */
  .footer-logo {
    margin-right: 0 !important; }

  /* line 905, _index.scss */
  .top-line-inner {
    flex-direction: column !important; }

  /* line 908, _index.scss */
  .footer-menu-wrapper {
    flex-direction: column !important; }
    /* line 911, _index.scss */
    .footer-menu-wrapper span {
      margin-right: 0 !important; }
      /* line 914, _index.scss */
      .footer-menu-wrapper span:not(:last-child) {
        margin-bottom: 30px; } }
@media (max-width: 592px) {
  /* line 922, _index.scss */
  .email-wrapper {
    margin-right: auto !important;
    margin-bottom: 10px; } }
@media (max-width: 390px) {
  /* line 929, _index.scss */
  .main-block-wrapper {
    width: 80% !important; }
    /* line 932, _index.scss */
    .main-block-wrapper .index-main-block .header-text {
      font-size: 22px !important;
      line-height: 22px !important;
      margin-bottom: 30px !important; }
    /* line 938, _index.scss */
    .main-block-wrapper .index-main-block .text {
      max-width: 80% !important; }

  /* line 945, _index.scss */
  .index-main-screen .main-block-tire-mob {
    right: -40px !important; } }
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/
/* line 12, _collection.scss */
.toolbar.collection-toolbar .toolbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 23, _collection.scss */
.collection-order {
  display: inline-block; }
  @media screen and (max-width: 380px) {
    /* line 23, _collection.scss */
    .collection-order {
      width: 100%; } }

@media screen and (max-width: 380px) {
  /* line 31, _collection.scss */
  .collection-order-wrapper {
    width: 100%; } }

/* line 38, _collection.scss */
.toolbar-inner > .collection-order-wrapper {
  margin-top: 0;
  margin-bottom: 0; }

/* line 43, _collection.scss */
.collection-order-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  /* line 55, _collection.scss */
  .collection-order-row.is-page-size {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row; }

/* line 63, _collection.scss */
.collection-order-field {
  border: 1px solid #c6c6c6;
  background-color: #fff;
  line-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 2.25rem !important;
  cursor: pointer;
  line-height: 23px;
  border-radius: 3px;
  color: #999;
  font-size: 1rem; }
  /* line 76, _collection.scss */
  .collection-order-field.page-size {
    line-height: 18px;
    padding-left: 0.5rem;
    padding: 0.5rem;
    background-size: 0.6rem;
    background-position-x: 86%;
    padding-right: 1.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  @media screen and (max-width: 768px) {
    /* line 63, _collection.scss */
    .collection-order-field {
      border: 1px solid #c6c6c6;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; } }
  /* line 92, _collection.scss */
  .collection-order-field.show, .collection-order-field.hide {
    padding: 0 10px !important;
    margin: 10px 0; }
  /* line 97, _collection.scss */
  .collection-order-field.show {
    display: inline-block; }

/* line 106, _collection.scss */
.collection-description {
  margin-bottom: 2rem; }
  /* line 109, _collection.scss */
  .collection-description:empty {
    display: none; }

/* line 122, _collection.scss */
.filter-section-clear {
  color: #ff9900; }
  /* line 471, _mixins.scss */
  .filter-section-clear:before {
    font-family: "Plus";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.5rem;
    position: relative;
    top: 0; }
  /* line 471, _mixins.scss */
  .filter-section-clear.is-enable:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.75em;
    position: relative;
    top: 0.25em;
    font-size: 1.5rem;
    position: relative;
    top: 0; }

/* line 137, _collection.scss */
.filter-section-name {
  color: #333333;
  font-size: 22px;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  @media (max-width: 600px) {
    /* line 137, _collection.scss */
    .filter-section-name {
      font-size: 16px; } }

/* line 151, _collection.scss */
.button.filter-submit, .filter-submit.co-button[type="submit"], .filter-submit.co-button[name="commit"], .filter-submit.co-button[data-method="delete"], .filter-submit.co-button.co-button--small, .filter-submit.co-modal-button, .filter-submit.co-tabs-node,
.button.filter-clear,
.filter-clear.co-button[type="submit"],
.filter-clear.co-button[name="commit"],
.filter-clear.co-button[data-method="delete"],
.filter-clear.co-button.co-button--small,
.filter-clear.co-modal-button,
.filter-clear.co-tabs-node,
.filter-panel-open-sidebar {
  border-radius: 0 !important; }
  @media (max-width: 600px) {
    /* line 151, _collection.scss */
    .button.filter-submit, .filter-submit.co-button[type="submit"], .filter-submit.co-button[name="commit"], .filter-submit.co-button[data-method="delete"], .filter-submit.co-button.co-button--small, .filter-submit.co-modal-button, .filter-submit.co-tabs-node,
    .button.filter-clear,
    .filter-clear.co-button[type="submit"],
    .filter-clear.co-button[name="commit"],
    .filter-clear.co-button[data-method="delete"],
    .filter-clear.co-button.co-button--small,
    .filter-clear.co-modal-button,
    .filter-clear.co-tabs-node,
    .filter-panel-open-sidebar {
      font-size: 1.3rem; } }

/* line 163, _collection.scss */
.filter-section-toolbar {
  display: none; }

/* line 167, _collection.scss */
.ajs-body {
  background-color: white; }

/* line 171, _collection.scss */
.filter-items-load-btn {
  border-radius: 3px;
  border: solid 1px #c6c6c6;
  font-size: 18px;
  text-align: center;
  color: #999999;
  margin-bottom: 1rem; }

/* line 180, _collection.scss */
.filter-items-list {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* line 185, _collection.scss */
.filter-items-wrapper {
  --filter-background-color: white;
  --filter-background-color-transparent: rgba(255, 255, 255, 0);
  padding-top: 1rem; }

/* line 191, _collection.scss */
.filter-items-list {
  margin-left: -9px !important;
  margin-right: -9px !important; }

/* line 196, _collection.scss */
.filter-item {
  padding-left: 9px !important;
  padding-right: 9px !important; }

/* line 203, _collection.scss */
.filter-field:hover {
  color: #333333; }

/* line 208, _collection.scss */
.filter-field-marker, .form-field .form-toggle-marker {
  color: #333333;
  width: 100%;
  border-radius: 3px;
  border: solid 1px #e8e8e8;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important; }
  /* line 218, _collection.scss */
  .filter-field-marker.is-active, .form-field .is-active.form-toggle-marker {
    border: solid 1px #ff9900; }

/* line 228, _collection.scss */
.filter-field-caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #333333;
  font-size: 16px; }

/* line 235, _collection.scss */
.filter-controls {
  margin: -0.25rem;
  margin-top: 1rem; }

/* line 240, _collection.scss */
.button.filter-submit, .filter-submit.co-button[type="submit"], .filter-submit.co-button[name="commit"], .filter-submit.co-button[data-method="delete"], .filter-submit.co-button.co-button--small, .filter-submit.co-modal-button, .filter-submit.co-tabs-node {
  width: 100%; }

/* line 244, _collection.scss */
.noUi-target {
  height: 0.32rem; }

/* line 248, _collection.scss */
.noUi-handle {
  width: 1.1rem;
  height: 1.1rem; }
  /* line 252, _collection.scss */
  .noUi-handle:focus {
    background-color: #ff9900; }

/* line 258, _collection.scss */
.filter-clear {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.5rem; }

/* line 264, _collection.scss */
.filter-empty {
  width: auto; }

@media screen and (max-width: 480px) {
  /* line 268, _collection.scss */
  .collection-description {
    margin: 0.5rem auto; } }

@media screen and (min-width: 769px) {
  /* line 275, _collection.scss */
  .button-breadcrumb {
    display: none; } }

/* line 282, _collection.scss */
.hidden-breadcrumbs {
  padding: 0.15rem 0.5rem !important; }

/* line 286, _collection.scss */
.co-toggable_field-input--radio input:focus + span,
.co-toggable_field-input--radio input:checked + span {
  color: #333333; }

/* line 291, _collection.scss */
.filter-section-control {
  border-bottom: 1px solid #999999; }

/* line 295, _collection.scss */
.site-articles-collection {
  padding-right: 1rem; }
  @media (max-width: 1024px) {
    /* line 295, _collection.scss */
    .site-articles-collection {
      margin-bottom: 2rem; } }

/* line 303, _collection.scss */
.category-article {
  margin-top: 3.25rem;
  margin-bottom: 2.85rem; }
  /* line 307, _collection.scss */
  .category-article .category-article__title {
    color: #333333;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 2.5rem;
    margin-bottom: 2.85rem; }
  /* line 316, _collection.scss */
  .category-article .category-article__content span {
    color: #000;
    font-size: 1.5rem;
    font-weight: 300; }

/* line 324, _collection.scss */
.subscribe-title {
  color: #333333;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.15rem;
  margin-bottom: 2.4rem; }

/* line 332, _collection.scss */
.subscribe-content {
  color: #000;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 3.2rem; }

/* line 339, _collection.scss */
.site-subscribe-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 345, _collection.scss */
.subscribe-form-wrapper {
  position: relative;
  width: 100%;
  border-radius: 40px;
  border: 1px solid #e8e8e8;
  background-color: #f8f8f8;
  padding: 1rem; }
  /* line 353, _collection.scss */
  .subscribe-form-wrapper .subscribe-email {
    width: 100%;
    padding: 1.5rem;
    border-radius: 27px;
    border: 0; }
    /* line 359, _collection.scss */
    .subscribe-form-wrapper .subscribe-email::-webkit-input-placeholder {
      color: #c7c7c7;
      font-size: 1.3rem;
      font-weight: 300; }
    /* line 365, _collection.scss */
    .subscribe-form-wrapper .subscribe-email::-moz-placeholder {
      color: #c7c7c7;
      font-size: 1.3rem;
      font-weight: 300; }
    /* line 371, _collection.scss */
    .subscribe-form-wrapper .subscribe-email:-ms-input-placeholder {
      color: #c7c7c7;
      font-size: 1.3rem;
      font-weight: 300; }
    /* line 377, _collection.scss */
    .subscribe-form-wrapper .subscribe-email::-ms-input-placeholder {
      color: #c7c7c7;
      font-size: 1.3rem;
      font-weight: 300; }
    /* line 383, _collection.scss */
    .subscribe-form-wrapper .subscribe-email::placeholder {
      color: #c7c7c7;
      font-size: 1.3rem;
      font-weight: 300; }
  /* line 390, _collection.scss */
  .subscribe-form-wrapper .subscribe-button {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.3rem;
    padding: 1.3rem;
    background-color: #ff9900;
    border-radius: 27px;
    border: 0;
    text-align: center; }

@media (max-width: 1024px) {
  /* line 410, _collection.scss */
  .category-article__title,
  .site-articles-title,
  .subscribe-title {
    text-align: center;
    font-size: 1.7rem !important; }

  /* line 417, _collection.scss */
  .category-article__content span,
  .subscribe-content {
    font-size: 1.15rem !important; }

  /* line 422, _collection.scss */
  .site-articles-list ul li a {
    font-size: 1.25rem; } }
/* line 427, _collection.scss */
.catalog-href-header {
  color: #333333;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 3.4rem;
  margin-bottom: 2.4rem; }

/* line 435, _collection.scss */
.catalog-href {
  min-width: 300px;
  max-width: 400px; }

/* line 440, _collection.scss */
.catalog-href:not(:last-child) {
  margin-right: 15px;
  margin-bottom: 15px; }
  @media (max-width: 1024px) {
    /* line 440, _collection.scss */
    .catalog-href:not(:last-child) {
      margin-right: 0 !important; } }

/* line 449, _collection.scss */
.images-block-wrapper {
  position: relative; }

/* line 453, _collection.scss */
.catalog-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ff9900;
  border-radius: 38px;
  padding: 23px 47px; }
  /* line 464, _collection.scss */
  .catalog-button span {
    color: #ffffff;
    font-size: 1.5rem;
    text-transform: uppercase; }

/* line 471, _collection.scss */
.catalog-title {
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  color: #ffffff;
  font-size: 2.75rem;
  font-weight: 700;
  font-style: italic;
  text-align: center; }

/* line 486, _collection.scss */
.bg-black {
  position: absolute;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%); }

/* line 499, _collection.scss */
.href-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 1865px) {
    /* line 499, _collection.scss */
    .href-wrapper {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media (max-width: 992px) {
  /* line 511, _collection.scss */
  .product-prices > .price {
    font-size: 2.5rem !important; } }
@media (max-width: 480px) {
  /* line 511, _collection.scss */
  .product-prices > .price {
    font-size: 2rem !important; } }

/* line 522, _collection.scss */
.filter-clear.button.is-secondary, .filter-clear.is-secondary.co-button[type="submit"], .filter-clear.is-secondary.co-button[name="commit"], .filter-clear.is-secondary.co-button[data-method="delete"], .filter-clear.is-secondary.co-button.co-button--small, .filter-clear.is-secondary.co-modal-button, .filter-clear.is-secondary.co-tabs-node {
  font-size: 1.5rem !important; }

/* line 526, _collection.scss */
.seo-filters {
  padding: 10px 0;
  display: none; }

/* line 531, _collection.scss */
.seo-filter {
  background: #ff9900;
  padding: 15px;
  color: #fff;
  border-radius: 26px;
  font-size: 18px;
  margin-right: 20px; }
  /* line 539, _collection.scss */
  .seo-filter.is-active {
    background: #777777; }

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/
/* line 9, _product.scss */
.product-prices.in-card {
  margin-bottom: 1rem;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 768px) {
  /* line 18, _product.scss */
  #gallery {
    display: none; } }

/* line 25, _product.scss */
#review_form {
  display: none; }

/* line 29, _product.scss */
.product-link {
  color: #5a5a5a;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  text-align: center;
  margin: auto;
  display: block;
  line-height: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 4.5rem; }
  /* line 506, _mixins.scss */
  .product-link:active, .product-link:focus, .product-link:hover {
    color: #5a5a5a;
    -webkit-text-decoration: none;
    text-decoration: none; }

@media (max-width: 1378px) {
  /* line 47, _product.scss */
  .product-slider .product-link {
    font-size: 1.2rem;
    min-height: 6rem; } }
@media (max-width: 13072px) {
  /* line 47, _product.scss */
  .product-slider .product-link {
    min-height: 7.5rem; } }
@media (max-width: 768px) {
  /* line 47, _product.scss */
  .product-slider .product-link {
    font-size: 1.25rem;
    min-height: 4.5rem; } }
@media (max-width: 768px) {
  /* line 47, _product.scss */
  .product-slider .product-link {
    min-height: 6rem; } }
@media (max-width: 380px) {
  /* line 47, _product.scss */
  .product-slider .product-link {
    min-height: 4.5rem; } }
@media (max-width: 1280px) {
  /* line 70, _product.scss */
  .product-slider .price {
    font-size: 1.8rem; } }
@media (max-width: 1110px) {
  /* line 70, _product.scss */
  .product-slider .price {
    font-size: 1.5rem !important; } }
@media (max-width: 768px) {
  /* line 70, _product.scss */
  .product-slider .price {
    font-size: 2.5rem !important; } }
@media (max-width: 484px) {
  /* line 70, _product.scss */
  .product-slider .price {
    font-size: 1.5rem !important; } }
@media (max-width: 380px) {
  /* line 70, _product.scss */
  .product-slider .price {
    font-size: 2.5rem !important; } }
@media (max-width: 768px) {
  /* line 92, _product.scss */
  .product-slider .button, .product-slider .co-button[type="submit"], .product-slider .co-button[name="commit"], .product-slider .co-button[data-method="delete"], .product-slider .co-button.co-button--small, .product-slider .co-modal-button, .product-slider .co-tabs-node {
    min-width: 12.5rem; } }
@media (max-width: 1280px) {
  /* line 98, _product.scss */
  .product-slider .button-text {
    font-size: 1.3rem; } }
@media (max-width: 1072px) {
  /* line 98, _product.scss */
  .product-slider .button-text {
    font-size: 1.1rem; } }
@media (max-width: 768px) {
  /* line 98, _product.scss */
  .product-slider .button-text {
    font-size: 1.5rem; } }

/* line 113, _product.scss */
.product-introtext {
  margin-bottom: 1rem;
  font-size: 3.5rem;
  color: #333333; }
  @media (max-width: 1024px) {
    /* line 113, _product.scss */
    .product-introtext {
      font-size: 3rem; } }
  @media (max-width: 900px) {
    /* line 113, _product.scss */
    .product-introtext {
      font-size: 2rem; } }

/* line 127, _product.scss */
.form-rating-label:nth-last-child(1) {
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  color: #ff9900 !important;
  display: none; }
  /* line 462, _mixins.scss */
  .form-rating-label:nth-last-child(1):after {
    font-family: "FontAwesome";
    content: ""; }
  /* line 506, _mixins.scss */
  .form-rating-label:nth-last-child(1):active, .form-rating-label:nth-last-child(1):focus, .form-rating-label:nth-last-child(1):hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 136, _product.scss */
.form-captcha-update:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

/* line 142, _product.scss */
.tab-block-inner > iframe {
  max-width: 100% !important; }

/* line 148, _product.scss */
.tab-block-inner.editor table tbody {
  display: block; }

/* line 153, _product.scss */
.product-form {
  margin-bottom: 1rem; }
  /* line 156, _product.scss */
  .product-form .product-rating {
    margin-right: 10px; }
  /* line 160, _product.scss */
  .product-form label {
    margin-bottom: 0; }
  /* line 164, _product.scss */
  .product-form #product-comment {
    display: none; }
  /* line 168, _product.scss */
  .product-form #rev {
    margin-bottom: 0.5rem;
    margin-left: 20px; }
  /* line 173, _product.scss */
  .product-form .form-rating-label {
    cursor: none; }
  /* line 177, _product.scss */
  .product-form .avail {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%; }
    /* line 183, _product.scss */
    .product-form .avail.green {
      background: green; }
    /* line 187, _product.scss */
    .product-form .avail.red {
      background: red; }
  /* line 192, _product.scss */
  .product-form .tab-block {
    padding-bottom: 0; }

/* line 197, _product.scss */
.product-sku-wrapper {
  margin-bottom: 0.75rem; }

/* line 204, _product.scss */
.product-prices {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1440px) {
    /* line 204, _product.scss */
    .product-prices {
      display: block; } }
  @media (max-width: 1400px) {
    /* line 204, _product.scss */
    .product-prices {
      margin-bottom: 1rem; } }
  /* line 220, _product.scss */
  .product-prices ~ .counter-wrapper .conter-text {
    margin-right: 1rem;
    font-size: 1.3rem; }
  /* line 225, _product.scss */
  .product-prices ~ .counter-wrapper .counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  /* line 239, _product.scss */
  .product-prices > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #000000;
    font-size: 2.15rem;
    position: relative;
    z-index: 1;
    background-color: #fff; }
  /* line 250, _product.scss */
  .product-prices > .old-price {
    padding: 0; }
  /* line 254, _product.scss */
  .product-prices > .price {
    padding: 0;
    color: #000; }
    /* line 258, _product.scss */
    .product-prices > .price.in-card {
      padding: 0 5px; }
  @media screen and (max-width: 480px) {
    /* line 204, _product.scss */
    .product-prices {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media screen and (max-width: 768px) {
  /* line 270, _product.scss */
  .bundle-slider {
    margin: auto; } }

@media screen and (max-width: 480px) {
  /* line 277, _product.scss */
  .product-button.is-quick-checkout {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; } }

/* line 285, _product.scss */
.product-gallery-wrapper {
  position: relative; }
  @media screen and (max-width: 768px) {
    /* line 289, _product.scss */
    .product-gallery-wrapper .product-labels {
      position: static; } }

/* line 295, _product.scss */
.gallery-main-wrapper {
  text-align: center; }

/* line 299, _product.scss */
.product-slider-controls .hidden_counter {
  display: none; }
  @media screen and (max-width: 768px) {
    /* line 299, _product.scss */
    .product-slider-controls .hidden_counter {
      display: block; } }

/* line 307, _product.scss */
.mobile-wrapper {
  margin-bottom: 2.5rem; }

/* line 311, _product.scss */
.product-control, .product-cart-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  /* line 326, _product.scss */
  .product-control > *, .product-cart-control > * {
    color: #ff9900; }
  @media screen and (max-width: 480px) {
    /* line 311, _product.scss */
    .product-control, .product-cart-control {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  /* line 336, _product.scss */
  .product-control .product-button, .product-cart-control .product-button {
    border-radius: 40px;
    padding-left: 2em;
    padding-right: 2em; }
  /* line 342, _product.scss */
  .product-control .counter-wrapper, .product-cart-control .counter-wrapper {
    margin-right: 40px; }
    @media screen and (max-width: 1281px) {
      /* line 342, _product.scss */
      .product-control .counter-wrapper, .product-cart-control .counter-wrapper {
        margin: 20px 0; } }
    @media screen and (max-width: 768px) {
      /* line 342, _product.scss */
      .product-control .counter-wrapper, .product-cart-control .counter-wrapper {
        margin: 0 20px; } }
    @media screen and (max-width: 480px) {
      /* line 342, _product.scss */
      .product-control .counter-wrapper, .product-cart-control .counter-wrapper {
        margin: 20px 0; } }

@media screen and (max-width: 1440px) {
  /* line 359, _product.scss */
  .product-cart-control {
    display: block;
    text-align: center; }
    /* line 366, _product.scss */
    .product-cart-control .counter {
      margin: 0 auto; } }

/* line 372, _product.scss */
.more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

/* line 381, _product.scss */
.compare-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media screen and (max-width: 480px) {
    /* line 381, _product.scss */
    .compare-control {
      width: 100%; } }

/* line 394, _product.scss */
.product-option-selectors .option {
  margin-right: 1rem; }

/* line 401, _product.scss */
.m-modal {
  padding: 0;
  background-color: white;
  color: #333333; }

/* line 407, _product.scss */
.m-modal-heading {
  color: #333333;
  margin-top: 0; }

/* line 412, _product.scss */
.m-input-label {
  color: #333333; }

/* line 416, _product.scss */
.m-input-field {
  color: #222222;
  outline: none;
  background-color: #fff; }

/* line 421, _product.scss */
.m-input--checkbox {
  opacity: 1; }

/* line 425, _product.scss */
.m-modal-close {
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  background: none;
  height: 20px;
  width: 20px;
  top: 8px; }
  /* line 506, _mixins.scss */
  .m-modal-close:active, .m-modal-close:focus, .m-modal-close:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 471, _mixins.scss */
  .m-modal-close:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    position: relative;
    top: 0; }
  /* line 440, _product.scss */
  .m-modal-close:hover {
    background-color: transparent; }

/* line 448, _product.scss */
.product-card-wrapper {
  padding: .75rem; }
  /* line 451, _product.scss */
  .product-card-wrapper.in-tab {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
    @media screen and (max-width: 1024px) {
      /* line 451, _product.scss */
      .product-card-wrapper.in-tab {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        max-width: 33%; } }
    @media screen and (max-width: 768px) {
      /* line 451, _product.scss */
      .product-card-wrapper.in-tab {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; } }
    @media screen and (max-width: 480px) {
      /* line 451, _product.scss */
      .product-card-wrapper.in-tab {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }

/* line 476, _product.scss */
.product-card {
  display: block;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
  /* line 485, _product.scss */
  .product-card_collection:hover .product-link {
    margin-bottom: 0; }
  /* line 489, _product.scss */
  .product-card_collection:hover .product-card_hover {
    display: block !important; }
    /* line 492, _product.scss */
    .product-card_collection:hover .product-card_hover.d-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
  /* line 499, _product.scss */
  .product-card_collection:hover .button, .product-card_collection:hover .co-button[type="submit"], .product-card_collection:hover .co-button[name="commit"], .product-card_collection:hover .co-button[data-method="delete"], .product-card_collection:hover .co-button.co-button--small, .product-card_collection:hover .co-modal-button, .product-card_collection:hover .co-tabs-node {
    min-width: inherit;
    font-size: 1.7rem;
    padding: 0.5em 1em; }
    @media screen and (max-width: 1440px) {
      /* line 499, _product.scss */
      .product-card_collection:hover .button, .product-card_collection:hover .co-button[type="submit"], .product-card_collection:hover .co-button[name="commit"], .product-card_collection:hover .co-button[data-method="delete"], .product-card_collection:hover .co-button.co-button--small, .product-card_collection:hover .co-modal-button, .product-card_collection:hover .co-tabs-node {
        min-width: 12.5rem;
        padding: 1em 1em; }
        /* line 508, _product.scss */
        .product-card_collection:hover .button-text {
          font-size: 1.5rem !important; } }
    /* line 513, _product.scss */
    .product-card_collection:hover .button-text {
      font-size: 1.2rem; }
  /* line 519, _product.scss */
  .product-card_hover {
    font-size: 1.25rem;
    color: #5a5a5a;
    display: none !important;
    padding: 10px; }
    @media screen and (max-width: 1440px) {
      /* line 526, _product.scss */
      .product-card_hover .product-card_raiting {
        margin: 0 auto; } }
  /* line 532, _product.scss */
  .product-card .counter-wrapper {
    margin-right: 0; }
    /* line 535, _product.scss */
    .product-card .counter-wrapper .counter {
      width: 5.4rem; }
      /* line 538, _product.scss */
      .product-card .counter-wrapper .counter-button {
        padding: 0;
        height: 2.2rem; }
      /* line 543, _product.scss */
      .product-card .counter-wrapper .counter-input {
        font-size: 1.15rem; }
  /* line 549, _product.scss */
  .product-card .d-flex {
    margin-bottom: 5px; }

/* line 554, _product.scss */
.product-card-inner {
  position: relative; }

/* line 558, _product.scss */
.product-card-photo {
  display: block;
  margin-bottom: 1.5rem; }

/* line 563, _product.scss */
.product-card-caption {
  text-align: center;
  line-height: 1.4; }

/* line 568, _product.scss */
.product-content {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  /* line 572, _product.scss */
  .product-content.tab {
    margin-top: 3rem; }
    @media screen and (max-width: 1024px) {
      /* line 572, _product.scss */
      .product-content.tab {
        width: 100%; } }

/* line 585, _product.scss */
.product-labels {
  position: absolute;
  top: 0;
  left: 0; }

/* line 591, _product.scss */
.label {
  background-color: #eeeeee;
  color: #222222; }
  /* line 595, _product.scss */
  .label.is-discount {
    background-color: #dc4646;
    color: #fff; }

/* line 605, _product.scss */
.price {
  white-space: nowrap; }
  /* line 608, _product.scss */
  .price.is-discount {
    font-size: 0.8em;
    text-decoration: line-through; }
  /* line 613, _product.scss */
  .price.on-page {
    font-size: 3rem; }
    @media screen and (max-width: 992px) {
      /* line 613, _product.scss */
      .price.on-page {
        font-size: 2.5rem; } }
    @media screen and (max-width: 480px) {
      /* line 613, _product.scss */
      .price.on-page {
        font-size: 1.5rem; } }

/* line 626, _product.scss */
.old-price {
  text-decoration: line-through;
  opacity: 0.6; }
  /* line 630, _product.scss */
  .old-price.on-page {
    font-size: 2rem; }
    @media screen and (max-width: 992px) {
      /* line 630, _product.scss */
      .old-price.on-page {
        font-size: 1.5rem; } }
    @media screen and (max-width: 480px) {
      /* line 630, _product.scss */
      .old-price.on-page {
        font-size: 1rem; } }

/* line 647, _product.scss */
.product-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  /* line 663, _product.scss */
  .product-slider.is-related-products .product-slider-heading {
    word-break: break-all; }

/* line 668, _product.scss */
.product-slider-heading-wrapper {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 2rem; }

/* line 679, _product.scss */
.product-slider-heading {
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  color: #ff9900;
  word-wrap: break-word;
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  /* line 506, _mixins.scss */
  .product-slider-heading:active, .product-slider-heading:focus, .product-slider-heading:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 693, _product.scss */
.product-slider-controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }
  /* line 699, _product.scss */
  .product-slider-controls.controls-above-gallery {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

/* line 706, _product.scss */
.swiper-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

/* line 716, _product.scss */
.product-slider-prev,
.product-slider-next {
  color: #ff9900;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  line-height: 1.5rem;
  background-image: none;
  font-size: 1rem; }
  /* line 731, _product.scss */
  .product-slider-prev:focus,
  .product-slider-next:focus {
    outline: none; }
  /* line 735, _product.scss */
  .product-slider-prev:active, .product-slider-prev:hover,
  .product-slider-next:active,
  .product-slider-next:hover {
    color: #ff9900; }
  /* line 740, _product.scss */
  .product-slider-prev.is-disabled:active, .product-slider-prev.is-disabled:hover,
  .product-slider-next.is-disabled:active,
  .product-slider-next.is-disabled:hover {
    opacity: 0.35;
    color: #ff9900; }

/* line 747, _product.scss */
.gallery-slider {
  margin-left: auto; }

/* line 761, _product.scss */
.gallery-controls {
  margin-top: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute; }
  /* line 770, _product.scss */
  .gallery-controls .product-slider-prev,
  .gallery-controls .product-slider-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    /* line 777, _product.scss */
    .gallery-controls .product-slider-prev:after,
    .gallery-controls .product-slider-next:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

/* line 788, _product.scss */
.product-slider-prev {
  left: 0; }
  /* line 471, _mixins.scss */
  .product-slider-prev:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.5rem;
    position: relative;
    top: 0; }

/* line 794, _product.scss */
.product-slider-next {
  right: 0; }
  /* line 471, _mixins.scss */
  .product-slider-next:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.5rem;
    position: relative;
    top: 0; }

/* line 800, _product.scss */
.button-buy {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #ff9900;
  color: #ffffff;
  border-radius: 26px;
  text-transform: uppercase;
  font-size: 1.7rem;
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center; }
  /* line 292, _mixins.scss */
  .button-buy:-moz-focus-inner {
    border: 26px; }
  /* line 816, _product.scss */
  .product-cart-control .button-buy {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 12.5rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 26px;
    display: inline-block; }
    @media screen and (max-width: 1480px) {
      /* line 816, _product.scss */
      .product-cart-control .button-buy {
        min-width: inherit; } }
  /* line 830, _product.scss */
  .button-buy .button-text {
    color: #fff !important;
    font-size: 1.5rem;
    text-transform: uppercase; }

/* line 837, _product.scss */
.bundle_buy > .is-preorder {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }

@media screen and (max-width: 480px) {
  /* line 843, _product.scss */
  .button.product-button, .product-button.co-button[type="submit"], .product-button.co-button[name="commit"], .product-button.co-button[data-method="delete"], .product-button.co-button.co-button--small, .product-button.co-modal-button, .product-button.co-tabs-node {
    width: 100%; } }

/* line 851, _product.scss */
.compare-link {
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  border: none;
  background: none;
  text-decoration: underline; }
  /* line 506, _mixins.scss */
  .compare-link:active, .compare-link:focus, .compare-link:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }
  @media screen and (max-width: 480px) {
    /* line 851, _product.scss */
    .compare-link {
      width: 100%;
      margin: 0.3rem 0; } }
  /* line 863, _product.scss */
  .compare-link:focus {
    border: none;
    outline: none; }
  /* line 868, _product.scss */
  .compare-link .link-text {
    margin-left: 10px; }

/* line 873, _product.scss */
.bundle-prices {
  margin: 0.25rem 0; }

/* line 877, _product.scss */
.price-bundle {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1rem; }
  /* line 882, _product.scss */
  .price-bundle span {
    white-space: nowrap;
    font-weight: bold;
    text-decoration: line-through; }

/* line 889, _product.scss */
.price_discount {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1rem; }
  /* line 894, _product.scss */
  .price_discount span {
    white-space: nowrap;
    font-weight: bold; }

/* line 900, _product.scss */
.price_finall {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1.5rem; }
  /* line 905, _product.scss */
  .price_finall span {
    white-space: nowrap;
    font-weight: bold; }

/* line 911, _product.scss */
.buy.bundle_buy {
  margin: 0;
  margin-top: 0.8rem; }
  @media screen and (min-width: 769px) {
    /* line 911, _product.scss */
    .buy.bundle_buy {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
      flex: 0 0 270px; } }

/* line 924, _product.scss */
.product-slider.is-bundle-products {
  margin-top: 0;
  margin-left: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }
  /* line 931, _product.scss */
  .product-slider.is-bundle-products .swiper-wrapper {
    margin-top: 0; }
  /* line 935, _product.scss */
  .product-slider.is-bundle-products .product-slider-heading-wrapper:after {
    margin-left: 0; }
  /* line 939, _product.scss */
  .product-slider.is-bundle-products .product-slider-heading {
    display: none; }

/* line 944, _product.scss */
.fancybox-caption {
  text-align: center;
  border-top: 0; }

/* line 949, _product.scss */
.is-reviews-toggle, .is-comments-toggle {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #ff9900;
  color: #ffffff;
  border-radius: 26px;
  text-transform: uppercase;
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem; }
  /* line 292, _mixins.scss */
  .is-reviews-toggle:-moz-focus-inner, .is-comments-toggle:-moz-focus-inner {
    border: 26px; }
  /* line 955, _product.scss */
  .is-reviews-toggle:after, .is-comments-toggle:after {
    padding-left: 0.25rem; }
  /* line 471, _mixins.scss */
  .is-reviews-toggle.is-unchecked:after, .is-unchecked.is-comments-toggle:after {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 0.25em;
    font-size: 1.5rem;
    position: relative;
    top: 0; }
  /* line 471, _mixins.scss */
  .is-reviews-toggle.is-checked:after, .is-checked.is-comments-toggle:after {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.5rem;
    position: relative;
    top: 0; }

/* line 980, _product.scss */
.sidebar-menu-marker.filter-marker {
  margin-left: auto;
  color: #999999; }

/* line 985, _product.scss */
.sidebar-menu-marker.filter-marker:before {
  display: none; }

/* line 989, _product.scss */
.is-active .sidebar-menu-marker.filter-marker img {
  transform: rotate(180deg); }

/* line 995, _product.scss */
.filter-section.has-active-items .sidebar-menu-marker.filter-marker {
  display: none; }

/* line 471, _mixins.scss */
.filter-section-toggle.is-active-toggle.is-active > .filter-marker:before {
  font-family: "iconmonstr-iconic-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: relative;
  top: 0.25em;
  font-size: 1.5rem;
  position: relative;
  top: 0; }

/* line 1012, _product.scss */
.filter-section-clear.is-filter-section-clear {
  padding: 0.5rem 0.75rem;
  color: #ff9900;
  background-color: transparent; }

/* line 1021, _product.scss */
.ajs-header {
  background-color: white; }

/* line 1025, _product.scss */
.form-label {
  color: #333333; }

/* line 1029, _product.scss */
.ajs-footer {
  background-color: white; }

/* line 1033, _product.scss */
.ajs-dialog {
  background-color: white;
  color: #333333; }

/* line 1038, _product.scss */
.form-notice {
  color: #333333; }

/* line 1042, _product.scss */
.ajs-cancel {
  color: #333333; }

/* line 1045, _product.scss */
.bundle-preorder {
  margin-left: 0.5rem; }

/* line 1049, _product.scss */
.product-card-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

/* line 1054, _product.scss */
.line-behind-price {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #e8e8e8; }

/* line 1066, _product.scss */
.product-card-price {
  position: relative; }

/* line 1070, _product.scss */
.sku-available-both {
  font-size: 18px;
  color: #333333;
  text-transform: uppercase; }
  @media (max-width: 900px) {
    /* line 1070, _product.scss */
    .sku-available-both {
      line-height: 2; } }
  /* line 1079, _product.scss */
  .sku-available-both .available-wrapper {
    margin-right: 2rem; }
  /* line 1083, _product.scss */
  .sku-available-both .available-header {
    text-transform: initial; }
  /* line 1088, _product.scss */
  .sku-available-both .available-status .yes {
    color: #339a01; }
  /* line 1092, _product.scss */
  .sku-available-both .available-status .no {
    color: #9e000b; }

/* line 1098, _product.scss */
.price-quntity-wrapper {
  margin-bottom: 1rem; }
  @media (min-width: 901px) {
    /* line 1098, _product.scss */
    .price-quntity-wrapper {
      width: 90%; } }
  @media (max-width: 600px) {
    /* line 1098, _product.scss */
    .price-quntity-wrapper {
      margin-bottom: 2rem; } }

/* line 1110, _product.scss */
.product-article {
  margin-bottom: 3rem; }
  /* line 1113, _product.scss */
  .product-article .product-article__header {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 0.88;
    margin-bottom: 3rem;
    color: #333333; }
  /* line 1121, _product.scss */
  .product-article .product-article__text p {
    font-size: 22px;
    font-weight: 300;
    color: #000; }
    /* line 1126, _product.scss */
    .product-article .product-article__text p:not(:last-child) {
      margin-bottom: .5rem; }

/* line 1132, _product.scss */
.related-product-title {
  font-size: 2.5rem;
  margin-bottom: 1rem; }
  @media (max-width: 900px) {
    /* line 1132, _product.scss */
    .related-product-title {
      font-size: 2rem;
      margin-bottom: .5rem; } }

/* line 1143, _product.scss */
.related-product-slider .product-card-wrapper .product-prices .price {
  font-size: 2.15rem;
  padding: 0 1rem; }

/* line 1149, _product.scss */
.in-gallery-buttons-wrapper {
  margin-top: 1.6rem; }
  /* line 1152, _product.scss */
  .in-gallery-buttons-wrapper .button-wrapper {
    padding: 0; }
    @media (min-width: 1201px) {
      /* line 1157, _product.scss */
      .in-gallery-buttons-wrapper .button-wrapper:first-child {
        padding-right: 0.65rem; }
      /* line 1160, _product.scss */
      .in-gallery-buttons-wrapper .button-wrapper:last-child {
        padding-left: 0.65rem; } }
    @media (max-width: 1200px) {
      /* line 1166, _product.scss */
      .in-gallery-buttons-wrapper .button-wrapper:first-child {
        margin-bottom: .35rem; } }
    /* line 1171, _product.scss */
    .in-gallery-buttons-wrapper .button-wrapper .btn {
      border-radius: 5px;
      border: solid 1px #333;
      background-color: #fff;
      font-size: 1.1rem;
      padding: 1.65rem .3rem;
      white-space: normal; }
    /* line 1180, _product.scss */
    .in-gallery-buttons-wrapper .button-wrapper .all-tires {
      text-transform: uppercase; }

@media (min-width: 901px) {
  /* line 1186, _product.scss */
  .page-info-side {
    padding-left: 4.5rem; } }
@media (max-width: 1024px) {
  /* line 1186, _product.scss */
  .page-info-side {
    padding-left: 1rem; } }

/* line 1197, _product.scss */
.is-reviews-toggle.is-unchecked:after, .is-unchecked.is-comments-toggle:after {
  display: none; }

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/
/* line 8, _compare.scss */
.button-same-toggle {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #ff9900;
  color: #ffffff;
  border-radius: 26px;
  text-transform: uppercase;
  font-size: 1.7rem; }
  /* line 292, _mixins.scss */
  .button-same-toggle:-moz-focus-inner {
    border: 26px; }

/* line 13, _compare.scss */
.compare-toolbar {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

/* line 19, _compare.scss */
.table-striped .table-row:nth-child(odd) td,
.table-striped tr:nth-child(odd) .table-cell,
.table-striped tr:nth-child(odd) td {
  background-color: rgba(238, 238, 238, 0.5);
  color: #333333; }

/* line 26, _compare.scss */
.table-striped .table-row:hover > .table-cell {
  background-color: rgba(238, 238, 238, 0.5); }

/* line 30, _compare.scss */
.table-striped .table-row:nth-child(2):hover > .table-cell {
  background-color: transparent; }

/* line 34, _compare.scss */
.table-striped .table-row:last-child:hover > .table-cell {
  background-color: transparent; }

/* line 38, _compare.scss */
.table-bordered td {
  border: 1px solid #d3dee7; }

/* line 44, _compare.scss */
.table-bordered .table-cell:first-child {
  border-left: 1px solid #d3dee7; }
/* line 48, _compare.scss */
.table-bordered .table-cell:last-child {
  border-right: 1px solid #d3dee7; }
/* line 52, _compare.scss */
.table-bordered .table-row:first-child .table-cell {
  border-top: 1px solid #d3dee7;
  background-color: rgba(238, 238, 238, 0.5);
  color: #333333; }
/* line 58, _compare.scss */
.table-bordered .table-row:last-child .table-cell {
  border-bottom: 1px solid #d3dee7; }
/* line 62, _compare.scss */
.table-bordered .table-cell {
  border-right: 1px solid #d3dee7;
  border-bottom: 1px solid #d3dee7; }

/* line 68, _compare.scss */
.table .table-cell,
.table td {
  padding: 0.5rem 0.5rem;
  line-height: 1.2; }

/* line 74, _compare.scss */
.compare-table-wrapper {
  overflow-x: auto; }

/* line 78, _compare.scss */
.title-link {
  color: #ff9900;
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 506, _mixins.scss */
  .title-link:active, .title-link:focus, .title-link:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 85, _compare.scss */
.table-compare .table-row,
.table-compare tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

/* line 97, _compare.scss */
.compare-more {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.5em 0.6em; }

/* line 462, _mixins.scss */
.compare-delete:after {
  font-family: "FontAwesome";
  content: ""; }

/* line 108, _compare.scss */
.compare-value-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px; }

/* line 121, _compare.scss */
.compare-image-wrapper {
  overflow: hidden; }

/* line 125, _compare.scss */
.param-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  max-width: 180px; }

/* line 132, _compare.scss */
.param-value {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  max-width: 250px; }

/* line 138, _compare.scss */
.compare-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/** Compares widget */
/* line 149, _compare.scss */
.compares-widget {
  margin-left: auto;
  margin-top: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  padding-top: 0.5rem;
  position: relative;
  padding: 17px 17px 16px 15px;
  border: 1px solid #ff9900;
  border-radius: 50%;
  max-height: 56px; }
  @media screen and (max-width: 1426px) {
    /* line 149, _compare.scss */
    .compares-widget {
      padding: 12px 14px; }
      /* line 165, _compare.scss */
      .compares-widget .compare-widget-caption:before {
        font-size: 1.2rem; }
      /* line 169, _compare.scss */
      .compares-widget .compares-widget-count {
        font-size: 10px;
        width: 15px;
        line-height: 15px; } }
  @media screen and (max-width: 768px) {
    /* line 149, _compare.scss */
    .compares-widget {
      margin-left: 0; } }

/* line 182, _compare.scss */
.compare-widget-icon {
  display: inline-block;
  width: 1rem; }

/* line 1, _blog.scss */
.blog-menu-item {
  padding: 0.25rem 0;
  line-height: 23px; }

/* line 6, _blog.scss */
.blog-menu-link {
  text-decoration: none;
  cursor: pointer;
  color: #333333;
  line-height: 1.5rem;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 2rem; }
  /* line 20, _blog.scss */
  .blog-menu-link:hover {
    text-decoration: none;
    color: #333333; }

/* line 26, _blog.scss */
.js-comments-toggle-notice {
  display: none; }

/* line 30, _blog.scss */
.blog-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }

/* line 37, _blog.scss */
.tags-cloud {
  margin: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

/* line 49, _blog.scss */
.tag {
  list-style-type: none;
  margin: 0.75rem 0.5rem 0.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 59, _blog.scss */
  .tag:hover {
    border-color: #ff9900; }
    /* line 62, _blog.scss */
    .tag:hover * {
      border-color: #ff9900;
      color: #ff9900; }

/* line 69, _blog.scss */
.article-perview-introtext {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* line 75, _blog.scss */
.tag-link, .tag-title {
  text-decoration: none;
  color: #ff9900;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d3dee7;
  vertical-align: middle;
  border-radius: 0.15rem;
  background-color: white; }

/* line 91, _blog.scss */
.tag-text {
  padding: 0.25rem; }

/* line 95, _blog.scss */
.tag-count {
  border-left: 1px solid #d3dee7;
  padding: 0.5rem;
  font-size: 0.75rem;
  color: #ffc266;
  text-decoration: none; }

/* line 103, _blog.scss */
.comments-count {
  color: #ff9900;
  padding: 0 1em;
  text-decoration: none;
  padding-left: 0;
  padding-bottom: 0.25rem; }
  /* line 110, _blog.scss */
  .comments-count:hover {
    color: #ff9900; }

/* line 115, _blog.scss */
.author {
  padding-right: 0.75rem;
  opacity: 0.5;
  padding-bottom: 0.25rem; }
  /* line 462, _mixins.scss */
  .author:before {
    font-family: "FontAwesome";
    content: ""; }
  @media screen and (max-width: 380px) {
    /* line 115, _blog.scss */
    .author {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      /* line 130, _blog.scss */
      .author:before {
        padding-right: 0.25rem; } }

/* line 136, _blog.scss */
.date {
  opacity: 0.5;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem; }
  @media screen and (max-width: 380px) {
    /* line 136, _blog.scss */
    .date {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      /* line 148, _blog.scss */
      .date:before {
        padding-right: 0.25rem; } }

/* line 154, _blog.scss */
.product-rating {
  padding-bottom: 0.25rem; }

/* line 158, _blog.scss */
.article-preview-toolbar.toolbar .toolbar-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 0.5rem; }

/* line 172, _blog.scss */
.comments-heading {
  margin: 0.75rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #7094b1; }

/* line 180, _blog.scss */
.comments-item {
  padding: 0.6rem 0; }
  /* line 183, _blog.scss */
  .comments-item:first-child {
    padding-top: 0; }

/* line 188, _blog.scss */
.comment-body {
  padding: 0.5rem 0;
  line-height: 22px; }

/* line 193, _blog.scss */
.comment-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 80%; }

/* line 210, _blog.scss */
.comments-wrapper {
  margin: 1.5rem 0; }

/* line 214, _blog.scss */
.comments-form {
  margin: 1.5rem 0; }

/* line 218, _blog.scss */
.form-button {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #ff9900;
  color: #ffffff;
  border-radius: 26px;
  text-transform: uppercase;
  font-size: 1.7rem; }
  /* line 292, _mixins.scss */
  .form-button:-moz-focus-inner {
    border: 26px; }

/* line 223, _blog.scss */
.article-block-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.5rem 0; }

/* line 238, _blog.scss */
.form-field.is-text {
  margin: 0.25rem 0;
  border: 1px solid #d3dee7;
  padding: 0.75rem 0.5rem;
  outline: none; }
  /* line 244, _blog.scss */
  .form-field.is-text:focus {
    box-shadow: 0 0 2px #d3dee7; }
/* line 249, _blog.scss */
.form-field.with-error {
  background-color: #ffebeb; }

/* line 253, _blog.scss */
.article-preview-image-inner {
  text-align: center; }

/* line 257, _blog.scss */
.blog-menu-link-img {
  margin-bottom: 1.75rem;
  border-radius: 5px; }

/* line 8, _article.scss */
.article-preview-wrapper + .article-preview-wrapper {
  margin-top: 1rem; }

/* line 13, _article.scss */
.article-preview {
  display: block; }

/* line 22, _article.scss */
.article-preview-image-wrapper {
  position: relative;
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 1024px) {
    /* line 22, _article.scss */
    .article-preview-image-wrapper {
      margin: 0.5rem 0; } }

/* line 32, _article.scss */
.blog .article-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    /* line 32, _article.scss */
    .blog .article-preview {
      display: block; } }
/* line 44, _article.scss */
.blog .article-preview-image-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%; }

/* line 52, _article.scss */
.article-preview-caption {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 400px;
  flex: 1 1 400px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 69, _article.scss */
.article-preview-link {
  color: #333333;
  text-decoration: none;
  cursor: pointer; }
  /* line 74, _article.scss */
  .article-preview-link:hover {
    text-decoration: none; }

@media screen and (max-width: 480px) {
  /* line 79, _article.scss */
  .article-tags-header {
    margin-top: 1rem; } }

/* line 462, _mixins.scss */
.comments-wrapper .button-text:before,
.article-preview-toolbar .button-text:before,
.comments-count .button-text:before {
  font-family: "FontAwesome";
  content: ""; }

/* line 95, _article.scss */
.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-left: 0; }

/* line 111, _article.scss */
.article-preview-heading {
  line-height: 1.5rem;
  margin-bottom: 0.5rem; }

/* line 118, _article.scss */
.article-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-flex: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 400px;
  border-radius: 5px; }

/* line 132, _article.scss */
#comment_form {
  display: none; }

/* line 136, _article.scss */
.article-toolbar {
  margin-bottom: 1.7rem; }
  /* line 139, _article.scss */
  .article-toolbar .article-title-wrapper,
  .article-toolbar .article-preview-title-wrapper {
    padding: 0;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.5;
    color: #333; }
    @media (max-width: 600px) {
      /* line 139, _article.scss */
      .article-toolbar .article-title-wrapper,
      .article-toolbar .article-preview-title-wrapper {
        font-size: 28px; } }
  /* line 152, _article.scss */
  .article-toolbar .article-title-wrapper {
    margin-right: 15px;
    margin-bottom: 5px; }

@media (min-width: 769px) {
  /* line 158, _article.scss */
  .article-wrapper > .article,
  .blog-wrapper > .blog {
    padding-right: 60px; } }

/* line 165, _article.scss */
.article-form-subscribe {
  margin-top: 2rem; }
  @media (min-width: 769px) {
    /* line 165, _article.scss */
    .article-form-subscribe {
      margin-top: 2.7rem; } }

@media (max-width: 768px) {
  /* line 172, _article.scss */
  ul.blog-menu.menu {
    display: none !important; } }

/* line 178, _article.scss */
.article-preview-image {
  max-height: 400px; }

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/
/* line 11, _cart.scss */
.cart-item {
  margin-bottom: 0.75rem; }

/* line 18, _cart.scss */
.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  padding: 25px 58px 25px 41px; }
  @media screen and (max-width: 1024px) {
    /* line 18, _cart.scss */
    .item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

/* line 44, _cart.scss */
.item-image-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10rem;
  flex: 0 0 10rem;
  margin: auto;
  border-radius: 5px;
  border: 1px solid #e8e8e8; }
  @media screen and (max-width: 480px) {
    /* line 44, _cart.scss */
    .item-image-wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
      flex: 0 0 80%; } }

/* line 59, _cart.scss */
.item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 10rem;
  flex: 1 1 10rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    /* line 59, _cart.scss */
    .item-content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

/* line 85, _cart.scss */
.item-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 101, _cart.scss */
.item-caption {
  margin-bottom: -0.25rem;
  margin-top: -0.25rem;
  padding-left: 4.4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%; }
  /* line 109, _cart.scss */
  .item-caption > * {
    display: block;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
  @media screen and (max-width: 1024px) {
    /* line 101, _cart.scss */
    .item-caption {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

/* line 124, _cart.scss */
.item-title {
  text-decoration: none;
  color: #5a5a5a;
  font-size: 1.7rem;
  font-weight: 700; }
  /* line 130, _cart.scss */
  .item-title:hover {
    text-decoration: none !important;
    color: #5a5a5a !important; }

/* line 136, _cart.scss */
.item-prices {
  white-space: nowrap;
  text-align: center;
  padding: 0 0.5rem;
  color: #000000;
  font-size: 2.15rem; }
  /* line 143, _cart.scss */
  .item-prices.is-sale-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%; }
  /* line 149, _cart.scss */
  .item-prices.is-total-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%; }
    @media screen and (max-width: 768px) {
      /* line 149, _cart.scss */
      .item-prices.is-total-price {
        font-size: 1.5rem;
        font-weight: bold; } }

/* line 161, _cart.scss */
.item-counter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 7.15rem; }

/* line 168, _cart.scss */
.item-delete {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0;
  border-radius: 5px;
  border: 1px solid #d60000;
  margin-left: 7.15rem; }

/* line 184, _cart.scss */
.shopcart-widget.in-top-panel {
  font-size: 0.9rem;
  margin-left: auto;
  line-height: 2.5rem;
  padding-top: 0.5rem; }

/* line 192, _cart.scss */
.shopcart-widget-link {
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 506, _mixins.scss */
  .shopcart-widget-link:active, .shopcart-widget-link:focus, .shopcart-widget-link:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 211, _cart.scss */
.shopcart-widget-icon {
  position: relative;
  line-height: 1rem; }
  /* line 471, _mixins.scss */
  .shopcart-widget-icon:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.3rem;
    position: relative;
    top: 0.25em;
    font-size: 1.5rem;
    position: relative;
    top: 0; }

/* line 222, _cart.scss */
.shopcart-widget-caption {
  display: none; }

/* line 226, _cart.scss */
.shopcart-widget-count, .compares-widget-count {
  color: #222222;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 1.2rem;
  min-height: 1.2rem;
  top: -0.6rem;
  right: -0.75rem;
  position: absolute;
  border-radius: 100%;
  font-size: 0.65rem;
  line-height: 1; }

/* line 250, _cart.scss */
.compares-widget-count {
  top: -5px;
  right: 0;
  color: #ffffff;
  width: 21px;
  background-color: #ff9900;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  border-radius: 50%;
  padding: 0; }

/* line 265, _cart.scss */
.shopcart-widget-amount {
  white-space: nowrap;
  margin-left: 1rem; }

/* line 270, _cart.scss */
.cart-checkout {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #ff9900;
  color: #ffffff;
  border-radius: 26px;
  text-transform: uppercase;
  font-size: 1.7rem;
  border-radius: 39px !important;
  padding: 1.2em 2.9em !important;
  margin-left: 9.35rem;
  font-size: 1.3rem !important; }
  /* line 292, _mixins.scss */
  .cart-checkout:-moz-focus-inner {
    border: 26px; }
  @media screen and (max-width: 1200px) {
    /* line 270, _cart.scss */
    .cart-checkout {
      margin-left: 0; } }
  @media screen and (max-width: 380px) {
    /* line 270, _cart.scss */
    .cart-checkout {
      width: 100%; } }

/* line 287, _cart.scss */
.button.discount-button, .discount-button.co-button[type="submit"], .discount-button.co-button[name="commit"], .discount-button.co-button[data-method="delete"], .discount-button.co-button.co-button--small, .discount-button.co-modal-button, .discount-button.co-tabs-node {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #ff9900;
  color: #ffffff;
  border-radius: 26px;
  text-transform: uppercase;
  font-size: 1.7rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.25rem 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  /* line 292, _mixins.scss */
  .button.discount-button:-moz-focus-inner, .discount-button.co-button[type="submit"]:-moz-focus-inner, .discount-button.co-button[name="commit"]:-moz-focus-inner, .discount-button.co-button[data-method="delete"]:-moz-focus-inner, .discount-button.co-button.co-button--small:-moz-focus-inner, .discount-button.co-modal-button:-moz-focus-inner, .discount-button.co-tabs-node:-moz-focus-inner {
    border: 26px; }
  @media screen and (max-width: 380px) {
    /* line 287, _cart.scss */
    .button.discount-button, .discount-button.co-button[type="submit"], .discount-button.co-button[name="commit"], .discount-button.co-button[data-method="delete"], .discount-button.co-button.co-button--small, .discount-button.co-modal-button, .discount-button.co-tabs-node {
      width: 100%; } }

/* line 302, _cart.scss */
.cart-footer {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 2.3rem; }

/* line 309, _cart.scss */
.discount-form {
  margin: 2.5rem 0 0.5rem 0; }

/* line 313, _cart.scss */
.cart-block-checkout {
  margin-bottom: 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media screen and (max-width: 1200px) {
    /* line 313, _cart.scss */
    .cart-block-checkout {
      justify-content: space-between; } }
  @media screen and (max-width: 768px) {
    /* line 313, _cart.scss */
    .cart-block-checkout {
      margin: 0.5rem auto;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

/* line 342, _cart.scss */
.cart-total {
  text-align: right;
  font-weight: bold;
  font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    /* line 342, _cart.scss */
    .cart-total {
      text-align: center;
      font-size: 1.5rem; } }

/* line 352, _cart.scss */
.discount-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 361, _cart.scss */
.discount-description {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-right: 0.5rem; }

/* line 368, _cart.scss */
.discount-amount {
  font-weight: bold;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

/* line 375, _cart.scss */
.item-sku {
  display: none; }

/* line 381, _cart.scss */
.item-image-inner .item-image-link {
  padding-top: 100% !important; }

/* line 387, _cart.scss */
.item-delete .button, .item-delete .co-button[type="submit"], .item-delete .co-button[name="commit"], .item-delete .co-button[data-method="delete"], .item-delete .co-button.co-button--small, .item-delete .co-modal-button, .item-delete .co-tabs-node {
  padding: 0;
  display: block;
  color: #ff0101;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  padding: 15px 18px; }

/* line 398, _cart.scss */
.cart-sum-word,
.cart-total {
  color: #000000;
  font-size: 36px;
  font-weight: 400; }
  @media screen and (max-width: 1355px) {
    /* line 398, _cart.scss */
    .cart-sum-word,
    .cart-total {
      font-size: 2.15rem; } }

/* line 409, _cart.scss */
.cart-total {
  margin-left: 10px; }

/* line 413, _cart.scss */
.continue-shopping-btn {
  display: inline-block;
  border-radius: 39px !important;
  padding: 1.2em 2em !important;
  color: #ff9900;
  font-size: 1.3rem;
  text-transform: uppercase;
  border: 1px solid #ff9900;
  background-color: #fff;
  cursor: pointer; }

/* line 426, _cart.scss */
.cart-article h2 {
  color: #333333;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.85rem; }
/* line 433, _cart.scss */
.cart-article p,
.cart-article span {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 300; }

/* line 441, _cart.scss */
.cart-total-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 1024px) {
  /* line 448, _cart.scss */
  .continue-shopping-btn {
    margin-left: 0; }

  /* line 452, _cart.scss */
  .cart-sum-word,
  .cart-total {
    font-size: 26px; }

  /* line 457, _cart.scss */
  .cart-total {
    margin-left: 5px; }

  /* line 461, _cart.scss */
  .cart-checkout {
    margin-left: 2rem; }

  /* line 465, _cart.scss */
  .item-caption {
    text-align: center;
    padding-left: 0;
    margin-bottom: 2rem; }

  /* line 470, _cart.scss */
  .item-prices {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 0 15% !important;
    flex: 1 0 15% !important; } }
@media (max-width: 768px) {
  /* line 478, _cart.scss */
  .item-counter {
    margin-left: 2rem; }

  /* line 482, _cart.scss */
  .item-delete {
    margin-left: 3rem; }

  /* line 486, _cart.scss */
  .item-title {
    padding-left: .5rem;
    padding-right: .5rem; }

  /* line 491, _cart.scss */
  .cart-total-wrapper {
    margin-bottom: 1.75rem;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 499, _cart.scss */
  .continue-shopping {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 508, _cart.scss */
  .continue-shopping-btn,
  .cart-checkout {
    max-width: 400px;
    width: 100%;
    text-align: center;
    padding-right: 10px !important;
    padding-left: 10px !important; }

  /* line 517, _cart.scss */
  .cart-block-checkout {
    margin-bottom: 2.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 527, _cart.scss */
  .cart-checkout {
    margin-left: 0; }

  /* line 531, _cart.scss */
  .cart-total {
    margin-left: 15px; }

  /* line 535, _cart.scss */
  .cart-sum-word,
  .cart-total {
    font-size: 22px; }

  /* line 541, _cart.scss */
  .cart-article h2 {
    font-size: 1.7rem; }
  /* line 545, _cart.scss */
  .cart-article p,
  .cart-article span {
    font-size: 1.2rem;
    font-weight: 300; } }
@media (max-width: 720px) {
  /* line 554, _cart.scss */
  .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 20px 22px 20px; }

  /* line 562, _cart.scss */
  .item-image-wrapper {
    margin-bottom: 1.3rem;
    width: 100%;
    height: 11rem; }
    /* line 567, _cart.scss */
    .item-image-wrapper .item-image-inner {
      position: relative;
      height: 11rem;
      width: 100%; }
      /* line 572, _cart.scss */
      .item-image-wrapper .item-image-inner .item-image-link {
        padding-top: 11rem !important; }

  /* line 578, _cart.scss */
  .item-content {
    width: 100%; }

  /* line 582, _cart.scss */
  .item-title {
    font-size: 1.15rem; }

  /* line 586, _cart.scss */
  .item-caption {
    margin-bottom: 1.2rem; }

  /* line 590, _cart.scss */
  .item-prices {
    -webkit-box-flex: initial !important;
    -ms-flex: initial !important;
    flex: initial !important;
    padding: 0 !important;
    font-size: 24px; }

  /* line 598, _cart.scss */
  .item-counter,
  .item-delete {
    margin-left: 0; }

  /* line 605, _cart.scss */
  .item-counter .counter {
    width: 7.15rem; }
    /* line 608, _cart.scss */
    .item-counter .counter .counter-button {
      padding: 0 0.8rem 0 0.8rem;
      height: 2.3rem;
      font-size: 0.7rem; }
    /* line 614, _cart.scss */
    .item-counter .counter .counter-input {
      font-size: 20px; }

  /* line 621, _cart.scss */
  .item-delete button {
    font-size: 0.7rem !important;
    padding: 7.5px 12px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
@media (max-width: 360px) {
  /* line 631, _cart.scss */
  .item-prices {
    font-size: 18px; } }
/* titles */
/* line 2, _checkout-v2.scss */
.co-title {
  color: #333333; }

/* line 6, _checkout-v2.scss */
.co-title--h2 {
  font-size: 1.25rem; }

/* buttons */
/* line 11, _checkout-v2.scss */
.co-button {
  font-size: 1rem; }
  /* line 14, _checkout-v2.scss */
  .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small {
    border-radius: 40px !important;
    -webkit-transition: all 0.15s ease-out 0.15s;
    transition: all 0.15s ease-out 0.15s;
    background-color: #ff9900;
    color: #ffffff;
    border-radius: 26px;
    text-transform: uppercase;
    font-size: 1.7rem; }
    @media (max-width: 600px) {
      /* line 14, _checkout-v2.scss */
      .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small {
        font-size: 1.3rem !important; } }
    /* line 292, _mixins.scss */
    .co-button[type="submit"]:-moz-focus-inner, .co-button[name="commit"]:-moz-focus-inner, .co-button[data-method="delete"]:-moz-focus-inner, .co-button.co-button--small:-moz-focus-inner {
      border: 26px; }
  /* line 28, _checkout-v2.scss */
  .co-button#get_pdf_receipt, .co-button#use_max_bonus_points {
    -webkit-transition: all 0.15s ease-out 0.15s;
    transition: all 0.15s ease-out 0.15s;
    background-color: #777777;
    color: #ffffff;
    border-radius: 26px;
    text-transform: uppercase;
    font-size: 1.7rem; }
    /* line 292, _mixins.scss */
    .co-button#get_pdf_receipt:-moz-focus-inner, .co-button#use_max_bonus_points:-moz-focus-inner {
      border: 26px; }
  /* line 33, _checkout-v2.scss */
  .co-button.co-button--small {
    padding: calc(0.25rem + 1px) 0.75rem;
    white-space: initial; }

/* line 39, _checkout-v2.scss */
.co-button--link,
.co-button--password_recover {
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 506, _mixins.scss */
  .co-button--link:active, .co-button--link:focus, .co-button--link:hover,
  .co-button--password_recover:active,
  .co-button--password_recover:focus,
  .co-button--password_recover:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* links */
/* line 49, _checkout-v2.scss */
.co-link,
.link {
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 506, _mixins.scss */
  .co-link:active, .co-link:focus, .co-link:hover,
  .link:active,
  .link:focus,
  .link:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* input */
/* line 56, _checkout-v2.scss */
.co-input-field,
.co-input--file .co-input-wrapper {
  border-radius: 5px;
  border: solid 1px #e8e8e8 !important; }

/* line 62, _checkout-v2.scss */
.co-input-select {
  background-color: transparent; }

/* line 66, _checkout-v2.scss */
.co-toggable_field-input {
  color: #ff9900; }
  /* line 69, _checkout-v2.scss */
  .co-toggable_field-input span {
    border-radius: 3px !important; }
    /* line 72, _checkout-v2.scss */
    .co-toggable_field-input span:after {
      color: #222222 !important; }

/* line 78, _checkout-v2.scss */
.co-input-description {
  color: #333333; }
  /* line 81, _checkout-v2.scss */
  .co-input-description a {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 506, _mixins.scss */
    .co-input-description a:active, .co-input-description a:focus, .co-input-description a:hover {
      color: #ff9900;
      -webkit-text-decoration: none;
      text-decoration: none; }

/* line 86, _checkout-v2.scss */
.co-bonus_points-maximum_points {
  color: #333333; }

/* line 90, _checkout-v2.scss */
.co-bonus_points-submit {
  -ms-flex-item-align: stretch;
  align-self: stretch; }

/* tabs */
/* line 97, _checkout-v2.scss */
.co-tabs-controls {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 260px;
  flex: 1 0 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 106, _checkout-v2.scss */
.co-tabs-node {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #777777;
  color: #ffffff;
  border-radius: 26px;
  text-transform: uppercase;
  font-size: 1.7rem;
  margin: 0 0.25rem;
  border-radius: 0 !important; }
  /* line 292, _mixins.scss */
  .co-tabs-node:-moz-focus-inner {
    border: 26px; }
  /* line 113, _checkout-v2.scss */
  .co-tabs-node--active {
    background-color: #ff9900;
    color: #222222; }

/* prices */
/* line 120, _checkout-v2.scss */
.co-price {
  font-size: 1rem; }

/* basket */
/* line 125, _checkout-v2.scss */
.co-basket_subtotal {
  margin-bottom: 0.5rem; }
  /* line 128, _checkout-v2.scss */
  .co-basket_subtotal:last-child {
    margin-bottom: 0; }

/* line 133, _checkout-v2.scss */
.co-basket_total-price {
  font-size: 1.25rem; }

/* forms */
/* line 138, _checkout-v2.scss */
.co-delivery_adress-form {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }
  /* line 142, _checkout-v2.scss */
  .co-delivery_adress-form .co-input {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }

/* modals */
/* line 149, _checkout-v2.scss */
.co-modal {
  background-color: white;
  border: 1px solid #d3dee7; }

/* line 154, _checkout-v2.scss */
.co-modal-close {
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 506, _mixins.scss */
  .co-modal-close:active, .co-modal-close:focus, .co-modal-close:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 158, _checkout-v2.scss */
.js-modal-toggler {
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 506, _mixins.scss */
  .js-modal-toggler:active, .js-modal-toggler:focus, .js-modal-toggler:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }

/** order */
/* line 163, _checkout-v2.scss */
.co-order-state {
  border-radius: 0; }

/* line 167, _checkout-v2.scss */
.co-section--checkout_order {
  padding-bottom: 2rem; }

/* line 171, _checkout-v2.scss */
.co-sidebar {
  box-shadow: none; }

/* line 175, _checkout-v2.scss */
.rules-link {
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 506, _mixins.scss */
  .rules-link:active, .rules-link:focus, .rules-link:hover {
    color: #ff9900;
    -webkit-text-decoration: underline;
    text-decoration: underline; }

/* line 1, _client_account.scss */
.co-button.js-co-login-submit {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #ff9900;
  color: #ffffff;
  border-radius: 26px;
  text-transform: uppercase;
  font-size: 1.7rem; }
  /* line 292, _mixins.scss */
  .co-button.js-co-login-submit:-moz-focus-inner {
    border: 26px; }

/* line 6, _client_account.scss */
.co-button--link {
  font-size: 1rem;
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 506, _mixins.scss */
  .co-button--link:active, .co-button--link:focus, .co-button--link:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 11, _client_account.scss */
.co-title.co-checkout-title {
  color: #333333;
  font-size: 48px; }

/* line 16, _client_account.scss */
.co-input-label {
  color: #333333; }

/* line 20, _client_account.scss */
.co-toggable_field-input input:focus + span,
.co-toggable_field-input input:checked + span {
  position: relative;
  -webkit-box-shadow: inset 0 0 0 0 #222222;
  box-shadow: inset 0 0 0 0 #222222;
  border: solid 1px #e8e8e8; }
  /* line 27, _client_account.scss */
  .co-toggable_field-input input:focus + span:after,
  .co-toggable_field-input input:checked + span:after {
    content: '';
    position: absolute;
    top: 13%;
    left: 10%;
    width: 77%;
    height: 75%;
    background-color: #ff9900;
    border-radius: 2px; }

/* line 39, _client_account.scss */
.co-toggable_field-input.co-toggable_field-input--checkbox input:focus + span,
.co-toggable_field-input.co-toggable_field-input--checkbox input:checked + span {
  position: relative;
  -webkit-box-shadow: inset 0 0 0 0 #222222;
  box-shadow: inset 0 0 0 0 #222222;
  border: solid 1px #e8e8e8; }
  /* line 46, _client_account.scss */
  .co-toggable_field-input.co-toggable_field-input--checkbox input:focus + span:after,
  .co-toggable_field-input.co-toggable_field-input--checkbox input:checked + span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 77%;
    height: 75%;
    background-color: #ff9900;
    border-radius: 2px; }

/* line 59, _client_account.scss */
.co-toggable_field-input--checkbox input + span {
  position: relative;
  -webkit-box-shadow: inset 0 0 0 0 #222222;
  box-shadow: inset 0 0 0 0 #222222;
  border: solid 1px #e8e8e8; }

/* line 66, _client_account.scss */
.co-table--to_card .co-table-cell--body {
  white-space: pre-line;
  line-height: 1.5rem; }

/* line 71, _client_account.scss */
.tt-dropdown-menu {
  color: #222222; }

/* line 74, _client_account.scss */
.co-input-description {
  color: rgba(51, 51, 51, 0.7);
  font-size: 0.8rem; }
  /* line 78, _client_account.scss */
  .co-input-description a {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s;
    text-decoration: underline; }
    /* line 506, _mixins.scss */
    .co-input-description a:active, .co-input-description a:focus, .co-input-description a:hover {
      color: #ff9900;
      -webkit-text-decoration: none;
      text-decoration: none; }

/* line 85, _client_account.scss */
.co-menu-link--personal {
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 506, _mixins.scss */
  .co-menu-link--personal:active, .co-menu-link--personal:focus, .co-menu-link--personal:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 90, _client_account.scss */
.co-form-button:not(.co-button--link) {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #ff9900;
  color: #ffffff;
  border-radius: 26px;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-size: 1rem; }
  /* line 292, _mixins.scss */
  .co-form-button:not(.co-button--link):-moz-focus-inner {
    border: 26px; }

/* line 96, _client_account.scss */
.co-order-information_title {
  color: rgba(51, 51, 51, 0.7); }
  @media screen and (max-width: 480px) {
    /* line 96, _client_account.scss */
    .co-order-information_title {
      margin-bottom: 1rem; } }

/* line 104, _client_account.scss */
.co-order-information_value {
  color: #333333;
  line-height: 1.5rem; }

/* line 109, _client_account.scss */
.co-title--h2 {
  font-size: 1.25rem; }

/* line 113, _client_account.scss */
.co-table-cell--head {
  color: rgba(51, 51, 51, 0.7); }

/* line 117, _client_account.scss */
.co-link {
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 506, _mixins.scss */
  .co-link:active, .co-link:focus, .co-link:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 121, _client_account.scss */
  .co-link.co-link--active {
    color: #ff9900; }

/* line 126, _client_account.scss */
.co-button.co-button--small {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #ff9900;
  color: #ffffff;
  border-radius: 26px;
  text-transform: uppercase;
  font-size: 1.7rem;
  word-break: break-word; }
  /* line 292, _mixins.scss */
  .co-button.co-button--small:-moz-focus-inner {
    border: 26px; }

/* line 132, _client_account.scss */
.co-order-information_value a {
  color: #ff9900;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 506, _mixins.scss */
  .co-order-information_value a:active, .co-order-information_value a:focus, .co-order-information_value a:hover {
    color: #ff9900;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 136, _client_account.scss */
.co-menu-toggle {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #ff9900;
  color: #ffffff;
  border-radius: 26px;
  text-transform: uppercase;
  font-size: 1.7rem; }
  /* line 292, _mixins.scss */
  .co-menu-toggle:-moz-focus-inner {
    border: 26px; }

/* line 141, _client_account.scss */
.co-menu-switcher:checked ~ .co-menu {
  background-color: white;
  border-bottom: 1px solid #d3dee7; }

/* line 146, _client_account.scss */
input.co-input-field {
  color: #222222; }

/* line 150, _client_account.scss */
.small_label .co-form-controls, .new_client_payment_transaction_juridical_person_bill .co-form-controls {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

/* line 156, _client_account.scss */
.co-input-title {
  font-size: 1rem; }

/* line 471, _mixins.scss */
.co-menu-toggle:after {
  font-family: "iconmonstr-iconic-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: relative;
  top: 0.25em;
  font-size: 1.5rem;
  position: relative;
  top: 0; }

/* line 471, _mixins.scss */
.co-menu-switcher:checked ~ .co-menu-toggle:after {
  font-family: "iconmonstr-iconic-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: relative;
  top: 0.25em;
  font-size: 1.5rem;
  position: relative;
  top: 0; }
