@charset "UTF-8";
/* ========================
Bootstrap with custom variables
=================== */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
/* line 11, _bootstrap.scss */
:root {
  --blue: #2a5cf6;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #fa3434;
  --orange: #ff9017;
  --yellow: #ffc107;
  --green: #00b517;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #545454;
  --gray-dark: #343a40;
  --gray-light: #969696;
  --primary: #2a5cf6;
  --secondary: #545454;
  --success: #00b517;
  --info: #17a2b8;
  --warning: #ff9017;
  --danger: #fa3434;
  --light: #e4e4e4;
  --dark: #212529;
  --primary-light: #5f89f0;
  --gray: #545454;
  --gray-light: #969696;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* line 45, _bootstrap.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 51, _bootstrap.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

/* line 57, _bootstrap.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

/* line 60, _bootstrap.scss */
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #282828;
  text-align: left;
  background: #FBFBFB; }

/* line 70, _bootstrap.scss */
[tabindex="-1"]:focus {
  outline: 0 !important; }

/* line 73, _bootstrap.scss */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* line 79, _bootstrap.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

/* line 83, _bootstrap.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 87, _bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

/* line 96, _bootstrap.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

/* line 101, _bootstrap.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 107, _bootstrap.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

/* line 113, _bootstrap.scss */
dt {
  font-weight: 600; }

/* line 116, _bootstrap.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0; }

/* line 120, _bootstrap.scss */
blockquote {
  margin: 0 0 1rem; }

/* line 123, _bootstrap.scss */
b,
strong {
  font-weight: 700; }

/* line 127, _bootstrap.scss */
small {
  font-size: 80%; }

/* line 130, _bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 137, _bootstrap.scss */
sub {
  bottom: -.25em; }

/* line 140, _bootstrap.scss */
sup {
  top: -.5em; }

/* line 143, _bootstrap.scss */
a {
  color: #282828;
  text-decoration: none;
  background-color: transparent; }

/* line 147, _bootstrap.scss */
svg:not(.nostyle) path {
  fill: #282828; }

/* line 150, _bootstrap.scss */
a:hover {
  color: #2a5cf6;
  text-decoration: underline; }
  /* line 153, _bootstrap.scss */
  a:hover svg:not(.nostyle) path {
    fill: #2a5cf6; }

/* line 158, _bootstrap.scss */
a:not([href]):not([tabindex]) {
  /*color: inherit;*/
  text-decoration: none; }

/* line 161, _bootstrap.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  /*color: inherit;*/
  text-decoration: none; }

/* line 164, _bootstrap.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0; }

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

/* line 174, _bootstrap.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

/* line 179, _bootstrap.scss */
figure {
  margin: 0 0 1rem; }

/* line 182, _bootstrap.scss */
img {
  vertical-align: middle;
  border-style: none; }

/* line 186, _bootstrap.scss */
svg {
  overflow: hidden;
  vertical-align: middle; }

/* line 190, _bootstrap.scss */
table {
  border-collapse: collapse; }

/* line 193, _bootstrap.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #969696;
  text-align: left;
  caption-side: bottom; }

/* line 200, _bootstrap.scss */
th {
  text-align: inherit; }

/* line 203, _bootstrap.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem; }

/* line 207, _bootstrap.scss */
button {
  border-radius: 0; }

/* line 210, _bootstrap.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/* line 214, _bootstrap.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 224, _bootstrap.scss */
button,
input {
  overflow: visible; }

/* line 228, _bootstrap.scss */
button,
select {
  text-transform: none; }

/* line 232, _bootstrap.scss */
select {
  word-wrap: normal; }

/* line 235, _bootstrap.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/* line 241, _bootstrap.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

/* line 247, _bootstrap.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/* line 254, _bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/* line 260, _bootstrap.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

/* line 266, _bootstrap.scss */
textarea {
  overflow: auto;
  resize: vertical; }

/* line 270, _bootstrap.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* line 276, _bootstrap.scss */
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 287, _bootstrap.scss */
progress {
  vertical-align: baseline; }

/* line 290, _bootstrap.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 294, _bootstrap.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

/* line 298, _bootstrap.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 301, _bootstrap.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

/* line 305, _bootstrap.scss */
output {
  display: inline-block; }

/* line 308, _bootstrap.scss */
summary {
  display: list-item;
  cursor: pointer; }

/* line 312, _bootstrap.scss */
template {
  display: none; }

/* line 315, _bootstrap.scss */
[hidden] {
  display: none !important; }

/* line 318, _bootstrap.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.3; }

/* line 324, _bootstrap.scss */
h1, .h1 {
  font-size: 2.5rem; }

/* line 327, _bootstrap.scss */
h2, .h2 {
  font-size: 2rem; }

/* line 330, _bootstrap.scss */
h3, .h3 {
  font-size: 1.75rem; }

/* line 333, _bootstrap.scss */
h4, .h4 {
  font-size: 1.5rem; }

/* line 336, _bootstrap.scss */
h5, .h5 {
  font-size: 1.25rem; }

/* line 339, _bootstrap.scss */
h6, .h6 {
  font-size: 1rem; }

/* line 342, _bootstrap.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300; }

/* line 346, _bootstrap.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.3; }

/* line 351, _bootstrap.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.3; }

/* line 356, _bootstrap.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.3; }

/* line 361, _bootstrap.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3; }

/* line 366, _bootstrap.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* line 372, _bootstrap.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400; }

/* line 377, _bootstrap.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

/* line 382, _bootstrap.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* line 386, _bootstrap.scss */
.list-inline {
  padding-left: 0;
  list-style: none; }

/* line 390, _bootstrap.scss */
.list-inline-item {
  display: inline-block; }

/* line 392, _bootstrap.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }

/* line 395, _bootstrap.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 399, _bootstrap.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

/* line 403, _bootstrap.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #545454; }

/* line 407, _bootstrap.scss */
.blockquote-footer::before {
  content: "\2014\00A0"; }

/* line 410, _bootstrap.scss */
.img-fluid {
  max-width: 100%;
  height: auto; }

/* line 414, _bootstrap.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.37rem;
  max-width: 100%;
  height: auto; }

/* line 422, _bootstrap.scss */
.figure {
  display: inline-block; }

/* line 425, _bootstrap.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

/* line 429, _bootstrap.scss */
.figure-caption {
  font-size: 90%;
  color: #545454; }

/* line 433, _bootstrap.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

/* line 437, _bootstrap.scss */
a > code {
  color: inherit; }

/* line 440, _bootstrap.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }

/* line 446, _bootstrap.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600; }

/* line 451, _bootstrap.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

/* line 455, _bootstrap.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

/* line 460, _bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 464, _bootstrap.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/*  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 754px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }*/
/* line 483, _bootstrap.scss */
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

/* line 490, _bootstrap.scss */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

/* line 499, _bootstrap.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0; }

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

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

/* line 518, _bootstrap.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

/* line 526, _bootstrap.scss */
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

/* line 533, _bootstrap.scss */
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

/* line 539, _bootstrap.scss */
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

/* line 545, _bootstrap.scss */
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

/* line 551, _bootstrap.scss */
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

/* line 557, _bootstrap.scss */
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

/* line 563, _bootstrap.scss */
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

/* line 569, _bootstrap.scss */
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

/* line 575, _bootstrap.scss */
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

/* line 581, _bootstrap.scss */
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

/* line 587, _bootstrap.scss */
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

/* line 593, _bootstrap.scss */
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

/* line 599, _bootstrap.scss */
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

/* line 605, _bootstrap.scss */
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

/* line 610, _bootstrap.scss */
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

/* line 615, _bootstrap.scss */
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

/* line 620, _bootstrap.scss */
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

/* line 625, _bootstrap.scss */
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

/* line 630, _bootstrap.scss */
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

/* line 635, _bootstrap.scss */
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

/* line 640, _bootstrap.scss */
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

/* line 645, _bootstrap.scss */
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

/* line 650, _bootstrap.scss */
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

/* line 655, _bootstrap.scss */
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

/* line 660, _bootstrap.scss */
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

/* line 665, _bootstrap.scss */
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

/* line 670, _bootstrap.scss */
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

/* line 675, _bootstrap.scss */
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

/* line 680, _bootstrap.scss */
.offset-1 {
  margin-left: 8.3333333333%; }

/* line 683, _bootstrap.scss */
.offset-2 {
  margin-left: 16.6666666667%; }

/* line 686, _bootstrap.scss */
.offset-3 {
  margin-left: 25%; }

/* line 689, _bootstrap.scss */
.offset-4 {
  margin-left: 33.3333333333%; }

/* line 692, _bootstrap.scss */
.offset-5 {
  margin-left: 41.6666666667%; }

/* line 695, _bootstrap.scss */
.offset-6 {
  margin-left: 50%; }

/* line 698, _bootstrap.scss */
.offset-7 {
  margin-left: 58.3333333333%; }

/* line 701, _bootstrap.scss */
.offset-8 {
  margin-left: 66.6666666667%; }

/* line 704, _bootstrap.scss */
.offset-9 {
  margin-left: 75%; }

/* line 707, _bootstrap.scss */
.offset-10 {
  margin-left: 83.3333333333%; }

/* line 710, _bootstrap.scss */
.offset-11 {
  margin-left: 91.6666666667%; }

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

  /* line 722, _bootstrap.scss */
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 729, _bootstrap.scss */
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  /* line 735, _bootstrap.scss */
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  /* line 741, _bootstrap.scss */
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 747, _bootstrap.scss */
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  /* line 753, _bootstrap.scss */
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  /* line 759, _bootstrap.scss */
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 765, _bootstrap.scss */
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  /* line 771, _bootstrap.scss */
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  /* line 777, _bootstrap.scss */
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 783, _bootstrap.scss */
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  /* line 789, _bootstrap.scss */
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  /* line 795, _bootstrap.scss */
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 801, _bootstrap.scss */
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 806, _bootstrap.scss */
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  /* line 811, _bootstrap.scss */
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  /* line 816, _bootstrap.scss */
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 821, _bootstrap.scss */
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  /* line 826, _bootstrap.scss */
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  /* line 831, _bootstrap.scss */
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  /* line 836, _bootstrap.scss */
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  /* line 841, _bootstrap.scss */
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  /* line 846, _bootstrap.scss */
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  /* line 851, _bootstrap.scss */
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  /* line 856, _bootstrap.scss */
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  /* line 861, _bootstrap.scss */
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  /* line 866, _bootstrap.scss */
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  /* line 871, _bootstrap.scss */
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  /* line 876, _bootstrap.scss */
  .offset-sm-0 {
    margin-left: 0; }

  /* line 879, _bootstrap.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  /* line 882, _bootstrap.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  /* line 885, _bootstrap.scss */
  .offset-sm-3 {
    margin-left: 25%; }

  /* line 888, _bootstrap.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  /* line 891, _bootstrap.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  /* line 894, _bootstrap.scss */
  .offset-sm-6 {
    margin-left: 50%; }

  /* line 897, _bootstrap.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  /* line 900, _bootstrap.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  /* line 903, _bootstrap.scss */
  .offset-sm-9 {
    margin-left: 75%; }

  /* line 906, _bootstrap.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  /* line 909, _bootstrap.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  /* line 912, _bootstrap.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 920, _bootstrap.scss */
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 927, _bootstrap.scss */
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  /* line 933, _bootstrap.scss */
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  /* line 939, _bootstrap.scss */
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 945, _bootstrap.scss */
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  /* line 951, _bootstrap.scss */
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  /* line 957, _bootstrap.scss */
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 963, _bootstrap.scss */
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  /* line 969, _bootstrap.scss */
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  /* line 975, _bootstrap.scss */
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 981, _bootstrap.scss */
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  /* line 987, _bootstrap.scss */
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  /* line 993, _bootstrap.scss */
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 999, _bootstrap.scss */
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1004, _bootstrap.scss */
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  /* line 1009, _bootstrap.scss */
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  /* line 1014, _bootstrap.scss */
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 1019, _bootstrap.scss */
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  /* line 1024, _bootstrap.scss */
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  /* line 1029, _bootstrap.scss */
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  /* line 1034, _bootstrap.scss */
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  /* line 1039, _bootstrap.scss */
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  /* line 1044, _bootstrap.scss */
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  /* line 1049, _bootstrap.scss */
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  /* line 1054, _bootstrap.scss */
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  /* line 1059, _bootstrap.scss */
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  /* line 1064, _bootstrap.scss */
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  /* line 1069, _bootstrap.scss */
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  /* line 1074, _bootstrap.scss */
  .offset-md-0 {
    margin-left: 0; }

  /* line 1077, _bootstrap.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%; }

  /* line 1080, _bootstrap.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%; }

  /* line 1083, _bootstrap.scss */
  .offset-md-3 {
    margin-left: 25%; }

  /* line 1086, _bootstrap.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%; }

  /* line 1089, _bootstrap.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%; }

  /* line 1092, _bootstrap.scss */
  .offset-md-6 {
    margin-left: 50%; }

  /* line 1095, _bootstrap.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%; }

  /* line 1098, _bootstrap.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%; }

  /* line 1101, _bootstrap.scss */
  .offset-md-9 {
    margin-left: 75%; }

  /* line 1104, _bootstrap.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%; }

  /* line 1107, _bootstrap.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  /* line 1110, _bootstrap.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 1118, _bootstrap.scss */
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 1125, _bootstrap.scss */
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  /* line 1131, _bootstrap.scss */
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  /* line 1137, _bootstrap.scss */
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1143, _bootstrap.scss */
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  /* line 1149, _bootstrap.scss */
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  /* line 1155, _bootstrap.scss */
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1161, _bootstrap.scss */
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  /* line 1167, _bootstrap.scss */
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  /* line 1173, _bootstrap.scss */
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 1179, _bootstrap.scss */
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  /* line 1185, _bootstrap.scss */
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  /* line 1191, _bootstrap.scss */
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1197, _bootstrap.scss */
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1202, _bootstrap.scss */
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  /* line 1207, _bootstrap.scss */
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  /* line 1212, _bootstrap.scss */
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 1217, _bootstrap.scss */
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  /* line 1222, _bootstrap.scss */
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  /* line 1227, _bootstrap.scss */
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  /* line 1232, _bootstrap.scss */
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  /* line 1237, _bootstrap.scss */
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  /* line 1242, _bootstrap.scss */
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  /* line 1247, _bootstrap.scss */
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  /* line 1252, _bootstrap.scss */
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  /* line 1257, _bootstrap.scss */
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  /* line 1262, _bootstrap.scss */
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  /* line 1267, _bootstrap.scss */
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  /* line 1272, _bootstrap.scss */
  .offset-lg-0 {
    margin-left: 0; }

  /* line 1275, _bootstrap.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  /* line 1278, _bootstrap.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  /* line 1281, _bootstrap.scss */
  .offset-lg-3 {
    margin-left: 25%; }

  /* line 1284, _bootstrap.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  /* line 1287, _bootstrap.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  /* line 1290, _bootstrap.scss */
  .offset-lg-6 {
    margin-left: 50%; }

  /* line 1293, _bootstrap.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  /* line 1296, _bootstrap.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  /* line 1299, _bootstrap.scss */
  .offset-lg-9 {
    margin-left: 75%; }

  /* line 1302, _bootstrap.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  /* line 1305, _bootstrap.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  /* line 1308, _bootstrap.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 1316, _bootstrap.scss */
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 1323, _bootstrap.scss */
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  /* line 1329, _bootstrap.scss */
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  /* line 1335, _bootstrap.scss */
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1341, _bootstrap.scss */
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  /* line 1347, _bootstrap.scss */
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  /* line 1353, _bootstrap.scss */
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1359, _bootstrap.scss */
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  /* line 1365, _bootstrap.scss */
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  /* line 1371, _bootstrap.scss */
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 1377, _bootstrap.scss */
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  /* line 1383, _bootstrap.scss */
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  /* line 1389, _bootstrap.scss */
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1395, _bootstrap.scss */
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1400, _bootstrap.scss */
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  /* line 1405, _bootstrap.scss */
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  /* line 1410, _bootstrap.scss */
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 1415, _bootstrap.scss */
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  /* line 1420, _bootstrap.scss */
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  /* line 1425, _bootstrap.scss */
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  /* line 1430, _bootstrap.scss */
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  /* line 1435, _bootstrap.scss */
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  /* line 1440, _bootstrap.scss */
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  /* line 1445, _bootstrap.scss */
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  /* line 1450, _bootstrap.scss */
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  /* line 1455, _bootstrap.scss */
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  /* line 1460, _bootstrap.scss */
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  /* line 1465, _bootstrap.scss */
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  /* line 1470, _bootstrap.scss */
  .offset-xl-0 {
    margin-left: 0; }

  /* line 1473, _bootstrap.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  /* line 1476, _bootstrap.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  /* line 1479, _bootstrap.scss */
  .offset-xl-3 {
    margin-left: 25%; }

  /* line 1482, _bootstrap.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  /* line 1485, _bootstrap.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  /* line 1488, _bootstrap.scss */
  .offset-xl-6 {
    margin-left: 50%; }

  /* line 1491, _bootstrap.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  /* line 1494, _bootstrap.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  /* line 1497, _bootstrap.scss */
  .offset-xl-9 {
    margin-left: 75%; }

  /* line 1500, _bootstrap.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  /* line 1503, _bootstrap.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
/* line 1505, _bootstrap.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #343a40;
  background-color: transparent; }

/* line 1510, _bootstrap.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

/* line 1515, _bootstrap.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

/* line 1518, _bootstrap.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

/* line 1521, _bootstrap.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem; }

/* line 1525, _bootstrap.scss */
.table-bordered {
  border: 1px solid #dee2e6; }

/* line 1527, _bootstrap.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6; }

/* line 1530, _bootstrap.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

/* line 1534, _bootstrap.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

/* line 1540, _bootstrap.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

/* line 1543, _bootstrap.scss */
.table-hover tbody tr:hover {
  color: #343a40;
  background-color: rgba(0, 0, 0, 0.075); }

/* line 1547, _bootstrap.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c5d4f9; }

/* line 1551, _bootstrap.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #94b0f5; }

/* line 1557, _bootstrap.scss */
.table-hover .table-primary:hover {
  background-color: #aec3f7; }

/* line 1559, _bootstrap.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #aec3f7; }

/* line 1563, _bootstrap.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #cfcfcf; }

/* line 1567, _bootstrap.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #a6a6a6; }

/* line 1573, _bootstrap.scss */
.table-hover .table-secondary:hover {
  background-color: #c2c2c2; }

/* line 1575, _bootstrap.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c2c2c2; }

/* line 1579, _bootstrap.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8eabe; }

/* line 1583, _bootstrap.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ad986; }

/* line 1589, _bootstrap.scss */
.table-hover .table-success:hover {
  background-color: #a4e4ac; }

/* line 1591, _bootstrap.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a4e4ac; }

/* line 1595, _bootstrap.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

/* line 1599, _bootstrap.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

/* line 1605, _bootstrap.scss */
.table-hover .table-info:hover {
  background-color: #abdde5; }

/* line 1607, _bootstrap.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5; }

/* line 1611, _bootstrap.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffe0be; }

/* line 1615, _bootstrap.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffc586; }

/* line 1621, _bootstrap.scss */
.table-hover .table-warning:hover {
  background-color: #ffd4a5; }

/* line 1623, _bootstrap.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffd4a5; }

/* line 1627, _bootstrap.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fec6c6; }

/* line 1631, _bootstrap.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fc9595; }

/* line 1637, _bootstrap.scss */
.table-hover .table-danger:hover {
  background-color: #feadad; }

/* line 1639, _bootstrap.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #feadad; }

/* line 1643, _bootstrap.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #f7f7f7; }

/* line 1647, _bootstrap.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f1f1f1; }

/* line 1653, _bootstrap.scss */
.table-hover .table-light:hover {
  background-color: #eaeaea; }

/* line 1655, _bootstrap.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #eaeaea; }

/* line 1659, _bootstrap.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1c2c3; }

/* line 1663, _bootstrap.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8c8e90; }

/* line 1669, _bootstrap.scss */
.table-hover .table-dark:hover {
  background-color: #b4b5b6; }

/* line 1671, _bootstrap.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b4b5b6; }

/* line 1675, _bootstrap.scss */
.table-primary-light,
.table-primary-light > th,
.table-primary-light > td {
  background-color: #d2defb; }

/* line 1679, _bootstrap.scss */
.table-primary-light th,
.table-primary-light td,
.table-primary-light thead th,
.table-primary-light tbody + tbody {
  border-color: #acc2f7; }

/* line 1685, _bootstrap.scss */
.table-hover .table-primary-light:hover {
  background-color: #bbcdf9; }

/* line 1687, _bootstrap.scss */
.table-hover .table-primary-light:hover > td,
.table-hover .table-primary-light:hover > th {
  background-color: #bbcdf9; }

/* line 1691, _bootstrap.scss */
.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #cfcfcf; }

/* line 1695, _bootstrap.scss */
.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
  border-color: #a6a6a6; }

/* line 1701, _bootstrap.scss */
.table-hover .table-gray:hover {
  background-color: #c2c2c2; }

/* line 1703, _bootstrap.scss */
.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: #c2c2c2; }

/* line 1707, _bootstrap.scss */
.table-gray-light,
.table-gray-light > th,
.table-gray-light > td {
  background-color: #e2e2e2; }

/* line 1711, _bootstrap.scss */
.table-gray-light th,
.table-gray-light td,
.table-gray-light thead th,
.table-gray-light tbody + tbody {
  border-color: #c8c8c8; }

/* line 1717, _bootstrap.scss */
.table-hover .table-gray-light:hover {
  background-color: #d5d5d5; }

/* line 1719, _bootstrap.scss */
.table-hover .table-gray-light:hover > td,
.table-hover .table-gray-light:hover > th {
  background-color: #d5d5d5; }

/* line 1723, _bootstrap.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 1728, _bootstrap.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 1730, _bootstrap.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 1734, _bootstrap.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

/* line 1738, _bootstrap.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e4e4e4;
  border-color: #dee2e6; }

/* line 1743, _bootstrap.scss */
.table-dark {
  color: #fff;
  background-color: #212529; }

/* line 1746, _bootstrap.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e; }

/* line 1750, _bootstrap.scss */
.table-dark.table-bordered {
  border: 0; }

/* line 1752, _bootstrap.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

/* line 1754, _bootstrap.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  /* line 1759, _bootstrap.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 1764, _bootstrap.scss */
  .table-responsive-sm > .table-bordered {
    border: 0; } }
@media (max-width: 767.98px) {
  /* line 1767, _bootstrap.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 1772, _bootstrap.scss */
  .table-responsive-md > .table-bordered {
    border: 0; } }
@media (max-width: 991.98px) {
  /* line 1775, _bootstrap.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 1780, _bootstrap.scss */
  .table-responsive-lg > .table-bordered {
    border: 0; } }
@media (max-width: 1199.98px) {
  /* line 1783, _bootstrap.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 1788, _bootstrap.scss */
  .table-responsive-xl > .table-bordered {
    border: 0; } }
/* line 1790, _bootstrap.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

/* line 1795, _bootstrap.scss */
.table-responsive > .table-bordered {
  border: 0; }

/* line 1797, _bootstrap.scss */
.co-input--nested .co-input-label {
  position: initial;
  font-size: 16px;
  color: inherit;
  line-height: 150%;
  margin-bottom: 8px;
  padding: 0 20px;
  transform: none !important; }

/* line 1808, _bootstrap.scss */
.co-input--nested .co-input-field, .co-input--nested .picker-input--active,
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-size: 1rem;
  font-weight: 400;
  outline: none !important;
  color: #282828;
  background-clip: padding-box;
  background: #EEEEEE;
  border: 1px solid #FFFFFF;
  border-radius: 43px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 1827, _bootstrap.scss */
  .form-control {
    -webkit-transition: none;
    transition: none; } }
/* line 1831, _bootstrap.scss */
.co-input--nested .co-input-field, .co-input--nested .picker-input--active,
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

/* line 1836, _bootstrap.scss */
.co-input--nested .co-input-field, .co-input--nested .picker-input--active {
  box-shadow: none !important;
  outline: none !important; }
  /* line 1839, _bootstrap.scss */
  .co-input--nested .co-input-field:focus, .co-input--nested .picker-input--active:focus {
    border-color: #2A5CF6;
    background: #fff; }

/* line 1844, _bootstrap.scss */
.form-control:focus {
  border-color: #2A5CF6;
  background: #fff; }

/* line 1848, _bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #545454;
  opacity: 1; }

/* line 1851, _bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #545454;
  opacity: 1; }

/* line 1854, _bootstrap.scss */
.form-control::-ms-input-placeholder {
  color: #545454;
  opacity: 1; }

/* line 1857, _bootstrap.scss */
.form-control::placeholder {
  color: #545454;
  opacity: 1; }

/* line 1860, _bootstrap.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e4e4e4;
  opacity: 1; }

/* line 1864, _bootstrap.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

/* line 1868, _bootstrap.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

/* line 1873, _bootstrap.scss */
.col-form-label {
  padding-top: calc(0.45rem + 1px);
  padding-bottom: calc(0.45rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

/* line 1880, _bootstrap.scss */
.col-form-label-lg {
  padding-top: calc(0.6rem + 1px);
  padding-bottom: calc(0.6rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 1886, _bootstrap.scss */
.col-form-label-sm {
  padding-top: calc(0.35rem + 1px);
  padding-bottom: calc(0.35rem + 1px);
  font-size: 0.82rem;
  line-height: 1.2; }

/* line 1892, _bootstrap.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #343a40;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

/* line 1903, _bootstrap.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0; }

/* line 1907, _bootstrap.scss */
.form-control-sm {
  height: calc(1.2em + 0.7rem + 2px);
  padding: 0.35rem 0.5rem;
  font-size: 0.82rem;
  line-height: 1.2;
  border-radius: 0.2rem; }

/* line 1914, _bootstrap.scss */
.form-control-lg {
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.45rem; }

/* line 1921, _bootstrap.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto; }

/* line 1924, _bootstrap.scss */
textarea.form-control {
  height: auto; }

/* line 1927, _bootstrap.scss */
.form-group {
  margin-bottom: 1rem; }

/* line 1930, _bootstrap.scss */
.form-text {
  display: block;
  margin-top: 0.25rem; }

/* line 1934, _bootstrap.scss */
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

/* line 1942, _bootstrap.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px; }

/* line 1947, _bootstrap.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

/* line 1952, _bootstrap.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }

/* line 1956, _bootstrap.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #969696; }

/* line 1959, _bootstrap.scss */
.form-check-label {
  margin-bottom: 0; }

/* line 1962, _bootstrap.scss */
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }

/* line 1971, _bootstrap.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }

/* line 1977, _bootstrap.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00b517; }

/* line 1984, _bootstrap.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 181, 23, 0.9);
  border-radius: 0.37rem; }

/* line 1998, _bootstrap.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #00b517;
  padding-right: calc(1.5em + 0.9rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300b517' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.225rem);
  background-size: calc(0.75em + 0.45rem) calc(0.75em + 0.45rem); }

/* line 2005, _bootstrap.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #00b517;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.25); }

/* line 2009, _bootstrap.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block; }

/* line 2014, _bootstrap.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.9rem);
  background-position: top calc(0.375em + 0.225rem) right calc(0.375em + 0.225rem); }

/* line 2018, _bootstrap.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00b517;
  padding-right: calc((1em + 0.9rem) * 3 / 4 + 1.85rem);
  background: url("data:image/svg+xml,%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.85rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300b517' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.85rem/calc(0.75em + 0.45rem) calc(0.75em + 0.45rem); }

/* line 2022, _bootstrap.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #00b517;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.25); }

/* line 2026, _bootstrap.scss */
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block; }

/* line 2031, _bootstrap.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

/* line 2036, _bootstrap.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00b517; }

/* line 2038, _bootstrap.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

/* line 2043, _bootstrap.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00b517; }

/* line 2045, _bootstrap.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00b517; }

/* line 2047, _bootstrap.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

/* line 2051, _bootstrap.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00e81d;
  background-color: #00e81d; }

/* line 2054, _bootstrap.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.25); }

/* line 2057, _bootstrap.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00b517; }

/* line 2060, _bootstrap.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00b517; }

/* line 2062, _bootstrap.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

/* line 2066, _bootstrap.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00b517;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.25); }

/* line 2071, _bootstrap.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #fa3434; }

/* line 2078, _bootstrap.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(250, 52, 52, 0.9);
  border-radius: 0.37rem; }

/* line 2092, _bootstrap.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #fa3434;
  padding-right: calc(1.5em + 0.9rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fa3434' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fa3434' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.225rem);
  background-size: calc(0.75em + 0.45rem) calc(0.75em + 0.45rem); }

/* line 2099, _bootstrap.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #fa3434;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.25); }

/* line 2103, _bootstrap.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 2108, _bootstrap.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.9rem);
  background-position: top calc(0.375em + 0.225rem) right calc(0.375em + 0.225rem); }

/* line 2112, _bootstrap.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #fa3434;
  padding-right: calc((1em + 0.9rem) * 3 / 4 + 1.85rem);
  background: url("data:image/svg+xml,%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.85rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fa3434' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fa3434' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.85rem/calc(0.75em + 0.45rem) calc(0.75em + 0.45rem); }

/* line 2116, _bootstrap.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #fa3434;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.25); }

/* line 2120, _bootstrap.scss */
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 2125, _bootstrap.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 2130, _bootstrap.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #fa3434; }

/* line 2132, _bootstrap.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 2137, _bootstrap.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #fa3434; }

/* line 2139, _bootstrap.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #fa3434; }

/* line 2141, _bootstrap.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 2145, _bootstrap.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fb6666;
  background-color: #fb6666; }

/* line 2148, _bootstrap.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.25); }

/* line 2151, _bootstrap.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #fa3434; }

/* line 2154, _bootstrap.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #fa3434; }

/* line 2156, _bootstrap.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 2160, _bootstrap.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #fa3434;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.25); }

/* line 2165, _bootstrap.scss */
.form-inline {
  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; }

/* line 2176, _bootstrap.scss */
.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  /* line 2179, _bootstrap.scss */
  .form-inline label {
    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-bottom: 0; }

  /* line 2190, _bootstrap.scss */
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -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;
    margin-bottom: 0; }

  /* line 2205, _bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  /* line 2209, _bootstrap.scss */
  .form-inline .form-control-plaintext {
    display: inline-block; }

  /* line 2211, _bootstrap.scss */
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto; }

  /* line 2214, _bootstrap.scss */
  .form-inline .form-check {
    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;
    width: auto;
    padding-left: 0; }

  /* line 2226, _bootstrap.scss */
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }

  /* line 2233, _bootstrap.scss */
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 2240, _bootstrap.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0; } }
/* line 2243, _bootstrap.scss */
.btn, .co-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #343a40;
  position: relative;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 24px;
  min-width: 97px;
  font-size: 16px;
  line-height: 19px;
  border-radius: 60px;
  transition: .3s all;
  outline: none !important;
  overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  /* line 2268, _bootstrap.scss */
  .btn {
    -webkit-transition: none;
    transition: none; } }
/* line 2271, _bootstrap.scss */
.btn:hover {
  color: #fff;
  text-decoration: none; }

/* line 2274, _bootstrap.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65; }

/* line 2277, _bootstrap.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

/* line 2281, _bootstrap.scss */
.btn-primary, .co-button {
  color: #ffffff;
  background-color: #2a5cf6;
  border-color: #2a5cf6;
  border: 0;
  border-radius: 60px;
  position: relative; }
  /* line 2288, _bootstrap.scss */
  .btn-primary:before, .co-button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(82.33deg, #9E0CAA 0.26%, #242AFF 47.35%, #23FBE1 111.53%);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.08);
    transition: .3s all;
    opacity: 0;
    border-radius: 60px; }
  /* line 2302, _bootstrap.scss */
  .btn-primary .button-title, .co-button .button-title {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    transition: .3s all; }
  /* line 2309, _bootstrap.scss */
  .btn-primary span, .co-button span {
    position: relative;
    z-index: 2; }
  /* line 2314, _bootstrap.scss */
  .btn-primary:hover:before, .co-button:hover:before {
    opacity: 1; }

/* line 2319, _bootstrap.scss */
.btn-primary:hover, .co-button:hover {
  color: #ffffff;
  background-color: #0e48d7;
  border-color: #0e48d7; }

/* line 2325, _bootstrap.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #2a5cf6;
  border-color: #2a5cf6; }

/* line 2329, _bootstrap.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #0e48d7;
  border-color: #0e48d7; }

/* line 2334, _bootstrap.scss */
.btn-outline-primary,
.btn-light,
.btn-secondary {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(42, 92, 246, 0.3);
  color: #2A5CF6;
  border: 0 !important; }
  /* line 2341, _bootstrap.scss */
  .btn-outline-primary:before,
  .btn-light:before,
  .btn-secondary:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(82.33deg, #9E0CAA 0.26%, #242AFF 47.35%, #23FBE1 111.53%);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.08);
    transition: .3s all;
    opacity: 0;
    border-radius: 60px; }
  /* line 2355, _bootstrap.scss */
  .btn-outline-primary .button-title,
  .btn-light .button-title,
  .btn-secondary .button-title {
    font-weight: 500;
    color: #2A5CF6;
    font-size: 16px;
    line-height: 19px;
    transition: .3s all; }
  /* line 2362, _bootstrap.scss */
  .btn-outline-primary span,
  .btn-light span,
  .btn-secondary span {
    position: relative;
    z-index: 2; }
  /* line 2367, _bootstrap.scss */
  .btn-outline-primary:hover:before,
  .btn-light:hover:before,
  .btn-secondary:hover:before {
    opacity: 1; }
  /* line 2372, _bootstrap.scss */
  .btn-outline-primary:hover .button-title,
  .btn-light:hover .button-title,
  .btn-secondary:hover .button-title {
    color: #fff; }

/*
 .btn-secondary:hover {
   color: #fff;
   background-color: #414141;
   border-color: #3b3b3b; }
 .btn-secondary:focus, .btn-secondary.focus {
   -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
           box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5); }*/
/* line 2384, _bootstrap.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #545454;
  border-color: #545454; }

/* line 2389, _bootstrap.scss */
.btn[data-quantity-change] {
  min-width: initial; }
  /* line 2391, _bootstrap.scss */
  .btn[data-quantity-change]:before {
    display: none; }

/* line 2396, _bootstrap.scss */
.btn-success {
  color: #fff;
  background-color: #00b517;
  border-color: #00b517; }

/* line 2400, _bootstrap.scss */
.btn-success:hover {
  color: #fff;
  background-color: #008f12;
  border-color: #008211; }

/* line 2404, _bootstrap.scss */
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 192, 58, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 192, 58, 0.5); }

/* line 2407, _bootstrap.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #00b517;
  border-color: #00b517; }

/* line 2411, _bootstrap.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #008211;
  border-color: #00750f; }

/* line 2415, _bootstrap.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 192, 58, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 192, 58, 0.5); }

/* line 2419, _bootstrap.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 2423, _bootstrap.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

/* line 2427, _bootstrap.scss */
.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

/* line 2430, _bootstrap.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 2434, _bootstrap.scss */
.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 2438, _bootstrap.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

/* line 2442, _bootstrap.scss */
.btn-warning {
  color: #fff;
  background-color: #ff9017;
  border-color: #ff9017; }

/* line 2446, _bootstrap.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #f07d00;
  border-color: #e37600; }

/* line 2450, _bootstrap.scss */
.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 161, 58, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 161, 58, 0.5); }

/* line 2453, _bootstrap.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #ff9017;
  border-color: #ff9017; }

/* line 2457, _bootstrap.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e37600;
  border-color: #d67000; }

/* line 2461, _bootstrap.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 161, 58, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 161, 58, 0.5); }

/* line 2465, _bootstrap.scss */
.btn-danger {
  color: #fff;
  background-color: #fa3434;
  border-color: #fa3434; }

/* line 2469, _bootstrap.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #f90f0f;
  border-color: #f50606; }

/* line 2473, _bootstrap.scss */
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 82, 82, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(251, 82, 82, 0.5); }

/* line 2476, _bootstrap.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #fa3434;
  border-color: #fa3434; }

/* line 2480, _bootstrap.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f50606;
  border-color: #e90606; }

/* line 2484, _bootstrap.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 82, 82, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(251, 82, 82, 0.5); }

/* line 2492, _bootstrap.scss */
.btn-light[data-item-delete] {
  padding: 10px;
  border-radius: 7px;
  min-width: initial; }
  /* line 2496, _bootstrap.scss */
  .btn-light[data-item-delete]:before {
    border-radius: 0; }

/*
  .btn-light:hover {
    color: #212529;
    background-color: #d1d1d1;
    border-color: #cbcbcb; }
*/
/* line 2508, _bootstrap.scss */
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }

/* line 2512, _bootstrap.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #101214;
  border-color: #0a0c0d; }

/* line 2516, _bootstrap.scss */
.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5); }

/* line 2519, _bootstrap.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }

/* line 2523, _bootstrap.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0a0c0d;
  border-color: #050506; }

/* line 2527, _bootstrap.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5); }

/* line 2531, _bootstrap.scss */
.btn-primary-light {
  color: #fff;
  background-color: #5f89f0;
  border-color: #5f89f0; }

/* line 2535, _bootstrap.scss */
.btn-primary-light:hover {
  color: #fff;
  background-color: #3d70ec;
  border-color: #2a5cf6; }

/* line 2539, _bootstrap.scss */
.btn-primary-light:focus, .btn-primary-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 155, 242, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(119, 155, 242, 0.5); }

/* line 2542, _bootstrap.scss */
.btn-primary-light.disabled, .btn-primary-light:disabled {
  color: #fff;
  background-color: #5f89f0;
  border-color: #5f89f0; }

/* line 2546, _bootstrap.scss */
.btn-primary-light:not(:disabled):not(.disabled):active, .btn-primary-light:not(:disabled):not(.disabled).active, .show > .btn-primary-light.dropdown-toggle {
  color: #fff;
  background-color: #2a5cf6;
  border-color: #255eea; }

/* line 2550, _bootstrap.scss */
.btn-primary-light:not(:disabled):not(.disabled):active:focus, .btn-primary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 155, 242, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(119, 155, 242, 0.5); }

/* line 2554, _bootstrap.scss */
.btn-gray {
  color: #fff;
  background-color: #545454;
  border-color: #545454; }

/* line 2558, _bootstrap.scss */
.btn-gray:hover {
  color: #fff;
  background-color: #414141;
  border-color: #3b3b3b; }

/* line 2562, _bootstrap.scss */
.btn-gray:focus, .btn-gray.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5); }

/* line 2565, _bootstrap.scss */
.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #545454;
  border-color: #545454; }

/* line 2569, _bootstrap.scss */
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #343434; }

/* line 2573, _bootstrap.scss */
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(110, 110, 110, 0.5); }

/* line 2577, _bootstrap.scss */
.btn-gray-light {
  color: #fff;
  background-color: #969696;
  border-color: #969696; }

/* line 2581, _bootstrap.scss */
.btn-gray-light:hover {
  color: #fff;
  background-color: #838383;
  border-color: #7d7d7d; }

/* line 2585, _bootstrap.scss */
.btn-gray-light:focus, .btn-gray-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(166, 166, 166, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(166, 166, 166, 0.5); }

/* line 2588, _bootstrap.scss */
.btn-gray-light.disabled, .btn-gray-light:disabled {
  color: #fff;
  background-color: #969696;
  border-color: #969696; }

/* line 2592, _bootstrap.scss */
.btn-gray-light:not(:disabled):not(.disabled):active, .btn-gray-light:not(:disabled):not(.disabled).active, .show > .btn-gray-light.dropdown-toggle {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #767676; }

/* line 2596, _bootstrap.scss */
.btn-gray-light:not(:disabled):not(.disabled):active:focus, .btn-gray-light:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(166, 166, 166, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(166, 166, 166, 0.5); }

/*
.btn-outline-primary {
  color: $button_color;
  border-color: $button_color; }
  .btn-outline-primary:hover {
    color: $button_text_color_hover;
    background-color: $button_color_hover;
    border-color: $button_color_hover; }
  .btn-outline-primary:focus, .btn-outline-primary.focus { }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: $button_color;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: $button_text_color_hover;
    background-color: $button_color_hover;
    border-color: $button_color_hover; }
    .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 { }
*/
/* line 2617, _bootstrap.scss */
.btn-outline-secondary {
  color: #545454;
  border-color: #545454; }

/* line 2620, _bootstrap.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #545454;
  border-color: #545454; }

/* line 2624, _bootstrap.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5); }

/* line 2627, _bootstrap.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #545454;
  background-color: transparent; }

/* line 2630, _bootstrap.scss */
.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: #545454;
  border-color: #545454; }

/* line 2634, _bootstrap.scss */
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5); }

/* line 2638, _bootstrap.scss */
.btn-outline-success {
  color: #00b517;
  border-color: #00b517; }

/* line 2641, _bootstrap.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #00b517;
  border-color: #00b517; }

/* line 2645, _bootstrap.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.5); }

/* line 2648, _bootstrap.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00b517;
  background-color: transparent; }

/* line 2651, _bootstrap.scss */
.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: #00b517;
  border-color: #00b517; }

/* line 2655, _bootstrap.scss */
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.5); }

/* line 2659, _bootstrap.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

/* line 2662, _bootstrap.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

/* line 2666, _bootstrap.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 2669, _bootstrap.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

/* line 2672, _bootstrap.scss */
.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 2676, _bootstrap.scss */
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 2680, _bootstrap.scss */
.btn-outline-warning {
  color: #ff9017;
  border-color: #ff9017; }

/* line 2683, _bootstrap.scss */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ff9017;
  border-color: #ff9017; }

/* line 2687, _bootstrap.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 144, 23, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 144, 23, 0.5); }

/* line 2690, _bootstrap.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ff9017;
  background-color: transparent; }

/* line 2693, _bootstrap.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff9017;
  border-color: #ff9017; }

/* line 2697, _bootstrap.scss */
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 144, 23, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 144, 23, 0.5); }

/* line 2701, _bootstrap.scss */
.btn-outline-danger {
  color: #fa3434;
  border-color: #fa3434; }

/* line 2704, _bootstrap.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #fa3434;
  border-color: #fa3434; }

/* line 2708, _bootstrap.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.5); }

/* line 2711, _bootstrap.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #fa3434;
  background-color: transparent; }

/* line 2714, _bootstrap.scss */
.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: #fa3434;
  border-color: #fa3434; }

/* line 2718, _bootstrap.scss */
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.5); }

/* line 2722, _bootstrap.scss */
.btn-outline-light {
  color: #e4e4e4;
  border-color: #e4e4e4; }

/* line 2725, _bootstrap.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #e4e4e4;
  border-color: #e4e4e4; }

/* line 2729, _bootstrap.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5); }

/* line 2732, _bootstrap.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #e4e4e4;
  background-color: transparent; }

/* line 2735, _bootstrap.scss */
.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: #e4e4e4;
  border-color: #e4e4e4; }

/* line 2739, _bootstrap.scss */
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5); }

/* line 2743, _bootstrap.scss */
.btn-outline-dark {
  color: #212529;
  border-color: #212529; }

/* line 2746, _bootstrap.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }

/* line 2750, _bootstrap.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5); }

/* line 2753, _bootstrap.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent; }

/* line 2756, _bootstrap.scss */
.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: #212529;
  border-color: #212529; }

/* line 2760, _bootstrap.scss */
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5); }

/* line 2764, _bootstrap.scss */
.btn-outline-primary-light {
  color: #5f89f0;
  border-color: #5f89f0; }

/* line 2767, _bootstrap.scss */
.btn-outline-primary-light:hover {
  color: #fff;
  background-color: #5f89f0;
  border-color: #5f89f0; }

/* line 2771, _bootstrap.scss */
.btn-outline-primary-light:focus, .btn-outline-primary-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 137, 240, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(95, 137, 240, 0.5); }

/* line 2774, _bootstrap.scss */
.btn-outline-primary-light.disabled, .btn-outline-primary-light:disabled {
  color: #5f89f0;
  background-color: transparent; }

/* line 2777, _bootstrap.scss */
.btn-outline-primary-light:not(:disabled):not(.disabled):active, .btn-outline-primary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-light.dropdown-toggle {
  color: #fff;
  background-color: #5f89f0;
  border-color: #5f89f0; }

/* line 2781, _bootstrap.scss */
.btn-outline-primary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 137, 240, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(95, 137, 240, 0.5); }

/* line 2785, _bootstrap.scss */
.btn-outline-gray {
  color: #545454;
  border-color: #545454; }

/* line 2788, _bootstrap.scss */
.btn-outline-gray:hover {
  color: #fff;
  background-color: #545454;
  border-color: #545454; }

/* line 2792, _bootstrap.scss */
.btn-outline-gray:focus, .btn-outline-gray.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5); }

/* line 2795, _bootstrap.scss */
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #545454;
  background-color: transparent; }

/* line 2798, _bootstrap.scss */
.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #545454;
  border-color: #545454; }

/* line 2802, _bootstrap.scss */
.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5); }

/* line 2806, _bootstrap.scss */
.btn-outline-gray-light {
  color: #969696;
  border-color: #969696; }

/* line 2809, _bootstrap.scss */
.btn-outline-gray-light:hover {
  color: #fff;
  background-color: #969696;
  border-color: #969696; }

/* line 2813, _bootstrap.scss */
.btn-outline-gray-light:focus, .btn-outline-gray-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(150, 150, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(150, 150, 150, 0.5); }

/* line 2816, _bootstrap.scss */
.btn-outline-gray-light.disabled, .btn-outline-gray-light:disabled {
  color: #969696;
  background-color: transparent; }

/* line 2819, _bootstrap.scss */
.btn-outline-gray-light:not(:disabled):not(.disabled):active, .btn-outline-gray-light:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-light.dropdown-toggle {
  color: #fff;
  background-color: #969696;
  border-color: #969696; }

/* line 2823, _bootstrap.scss */
.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(150, 150, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(150, 150, 150, 0.5); }

/* line 2827, _bootstrap.scss */
.btn-link {
  font-weight: 400;
  color: #2a5cf6;
  text-decoration: none; }

/* line 2831, _bootstrap.scss */
.btn-link:hover {
  color: #2a5cf6;
  text-decoration: underline; }

/* line 2834, _bootstrap.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 2838, _bootstrap.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #545454;
  pointer-events: none; }

/* line 2842, _bootstrap.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.6rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.45rem; }

/* line 2848, _bootstrap.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.35rem 0.5rem;
  font-size: 0.82rem;
  line-height: 1.2;
  border-radius: 0.37rem; }

/* line 2854, _bootstrap.scss */
.btn-block {
  display: block;
  width: 100%; }

/* line 2857, _bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem; }

/* line 2860, _bootstrap.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 2865, _bootstrap.scss */
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) {
  /* line 2869, _bootstrap.scss */
  .fade {
    -webkit-transition: none;
    transition: none; } }
/* line 2872, _bootstrap.scss */
.fade:not(.show) {
  opacity: 0; }

/* line 2875, _bootstrap.scss */
.collapse:not(.show) {
  display: none; }

/* line 2878, _bootstrap.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) {
  /* line 2885, _bootstrap.scss */
  .collapsing {
    -webkit-transition: none;
    transition: none; } }
/* line 2889, _bootstrap.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

/* line 2895, _bootstrap.scss */
.dropdown-toggle {
  white-space: nowrap; }

/* line 2897, _bootstrap.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

/* line 2906, _bootstrap.scss */
.dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 2909, _bootstrap.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 38px 0 12px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box; }
  /* line 2922, _bootstrap.scss */
  .dropdown-menu [class*="col-"] {
    margin-bottom: 24px; }
  /* line 2926, _bootstrap.scss */
  .dropdown-menu-title + ul {
    margin-top: 12px; }
  /* line 2929, _bootstrap.scss */
  .dropdown-menu-title .icon {
    font-size: 0;
    width: 24px;
    min-width: 24px;
    margin-right: 4px; }
  /* line 2935, _bootstrap.scss */
  .dropdown-menu-title a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #282828; }
    /* line 2940, _bootstrap.scss */
    .dropdown-menu-title a:hover {
      color: #2a5cf6; }
  /* line 2945, _bootstrap.scss */
  .dropdown-menu ul {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #808080; }
    /* line 2950, _bootstrap.scss */
    .dropdown-menu ul li + li {
      margin-top: 8px; }

/* line 2956, _bootstrap.scss */
.megamenu-item.show .dropdown-menu {
  transform: translate3d(0px, 61px, 0px) !important; }

/* line 2961, _bootstrap.scss */
.megamenu-item.show:before {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 250px);
  background: rgba(0, 0, 0, 0.2);
  z-index: 50; }

/* line 2974, _bootstrap.scss */
.widget-header .dropdown-menu {
  padding: 40px;
  width: 409px;
  background: #FFFFFF;
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  transform: translateX(-50%) !important;
  top: calc(100% + 12px) !important;
  left: 50% !important; }
/* line 2984, _bootstrap.scss */
.widget-header label {
  padding-left: 20px;
  margin-bottom: 4px; }
/* line 2988, _bootstrap.scss */
.widget-header .form-login-link {
  margin: -12px 0 0 20px; }
  /* line 2990, _bootstrap.scss */
  .widget-header .form-login-link a {
    font-size: 14px;
    line-height: 17px;
    color: #2A5CF6; }

/* line 2997, _bootstrap.scss */
.form-login-buttons {
  margin-top: 16px; }

/* line 3001, _bootstrap.scss */
.dropdown-menu-left {
  right: auto;
  left: 0; }

/* line 3005, _bootstrap.scss */
.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  /* line 3010, _bootstrap.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }

  /* line 3014, _bootstrap.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  /* line 3018, _bootstrap.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }

  /* line 3022, _bootstrap.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  /* line 3026, _bootstrap.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }

  /* line 3030, _bootstrap.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1200px) {
  /* line 3034, _bootstrap.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }

  /* line 3038, _bootstrap.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
/* line 3041, _bootstrap.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

/* line 3046, _bootstrap.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

/* line 3055, _bootstrap.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 3058, _bootstrap.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

/* line 3064, _bootstrap.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

/* line 3073, _bootstrap.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 3075, _bootstrap.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

/* line 3078, _bootstrap.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

/* line 3084, _bootstrap.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

/* line 3089, _bootstrap.scss */
.dropleft .dropdown-toggle::after {
  display: none; }

/* line 3091, _bootstrap.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

/* line 3099, _bootstrap.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 3101, _bootstrap.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

/* line 3104, _bootstrap.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

/* line 3108, _bootstrap.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e4e4e4; }

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

/* line 3125, _bootstrap.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none; }

/* line 3130, _bootstrap.scss */
.dropdown-item.active, .dropdown-item:active {
                                            /*
color: #fff;
text-decoration: none;
background-color: $main_color; */ }

/* line 3134, _bootstrap.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #545454;
  pointer-events: none;
  background-color: transparent; }

/* line 3139, _bootstrap.scss */
.dropdown-menu.show {
  display: block; }

/* line 3142, _bootstrap.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.82rem;
  color: #545454;
  white-space: nowrap; }

/* line 3150, _bootstrap.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

/* line 3155, _bootstrap.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

/* line 3162, _bootstrap.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* line 3168, _bootstrap.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1; }

/* line 3171, _bootstrap.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1; }

/* line 3177, _bootstrap.scss */
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* line 3186, _bootstrap.scss */
.btn-toolbar .input-group {
  width: auto; }

/* line 3189, _bootstrap.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

/* line 3192, _bootstrap.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 3196, _bootstrap.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 3201, _bootstrap.scss */
.dropdown-toggle-split {
  padding-right: 0.6375rem;
  padding-left: 0.6375rem; }

/* line 3204, _bootstrap.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0; }

/* line 3206, _bootstrap.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

/* line 3209, _bootstrap.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

/* line 3213, _bootstrap.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

/* line 3217, _bootstrap.scss */
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 3228, _bootstrap.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%; }

/* line 3231, _bootstrap.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px; }

/* line 3234, _bootstrap.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 3238, _bootstrap.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 3243, _bootstrap.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

/* line 3246, _bootstrap.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

/* line 3254, _bootstrap.scss */
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

/* line 3265, _bootstrap.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

/* line 3275, _bootstrap.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px; }

/* line 3288, _bootstrap.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3; }

/* line 3292, _bootstrap.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

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

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

/* line 3302, _bootstrap.scss */
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 3309, _bootstrap.scss */
.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 3312, _bootstrap.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 3316, _bootstrap.scss */
.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 3321, _bootstrap.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2; }

/* line 3325, _bootstrap.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3; }

/* line 3328, _bootstrap.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px; }

/* line 3338, _bootstrap.scss */
.input-group-prepend {
  margin-right: -1px; }

/* line 3341, _bootstrap.scss */
.input-group-append {
  margin-left: -1px; }

/* line 3344, _bootstrap.scss */
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.45rem 0.85rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e4e4e4;
  border: 1px solid #ced4da;
  border-radius: 0.37rem; }

/* line 3362, _bootstrap.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0; }

/* line 3366, _bootstrap.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.2rem + 2px); }

/* line 3370, _bootstrap.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.6rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.45rem; }

/* line 3381, _bootstrap.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.2em + 0.7rem + 2px); }

/* line 3385, _bootstrap.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.35rem 0.5rem;
  font-size: 0.82rem;
  line-height: 1.2;
  border-radius: 0.2rem; }

/* line 3396, _bootstrap.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.85rem; }

/* line 3400, _bootstrap.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.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) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 3409, _bootstrap.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .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) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  /* line 3417, _bootstrap.scss */
  .input-group > .input-group-append > .btn:before,
  .input-group > .input-group-append > .input-group-text:before,
  .input-group > .input-group-prepend:not(:first-child) > .btn:before,
  .input-group > .input-group-prepend:not(:first-child) > .input-group-text:before,
  .input-group > .input-group-prepend:first-child > .btn:not(:first-child):before,
  .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child):before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

/* line 3423, _bootstrap.scss */
.custom-control {
  position: relative;
  display: block;
  padding-left: 26px;
  margin-bottom: 0; }
  /* line 3428, _bootstrap.scss */
  .custom-control + .custom-control {
    margin-top: 12px; }

/* line 3433, _bootstrap.scss */
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

/* line 3439, _bootstrap.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

/* line 3443, _bootstrap.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2a5cf6;
  background-color: #2a5cf6; }

/* line 3447, _bootstrap.scss */
.custom-control-input:focus ~ .custom-control-label::before {
                                                           /*
-webkit-box-shadow: 0 0 0 0.2rem rgba(49, 103, 235, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(49, 103, 235, 0.25); */ }

/* line 3450, _bootstrap.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #a5bdf6; }

/* line 3452, _bootstrap.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #d4dffb;
  border-color: #d4dffb; }

/* line 3456, _bootstrap.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #545454; }

/* line 3458, _bootstrap.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e4e4e4; }

/* line 3461, _bootstrap.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  padding-right: 0px;
  vertical-align: top;
  color: rgba(40, 40, 40, 0.6);
  font-size: 14px;
  line-height: 17px; }

/* line 3470, _bootstrap.scss */
.custom-control-label::before {
  position: absolute;
  top: 1px;
  left: -26px;
  display: block;
  width: 18px;
  height: 18px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1.5px solid #EEEEEE;
  border-radius: 3px !important; }

/* line 3482, _bootstrap.scss */
.custom-control-label::after {
  position: absolute;
  top: 1px;
  left: -26px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: no-repeat 50% / 100% 100%; }

/* line 3492, _bootstrap.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("check.svg"); }

/*
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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 3499, _bootstrap.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #2a5cf6;
  background-color: #2a5cf6; }

/* line 3502, _bootstrap.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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 3504, _bootstrap.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(49, 103, 235, 0.5); }

/* line 3506, _bootstrap.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(49, 103, 235, 0.5); }

/* line 3509, _bootstrap.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%; }

/* line 3511, _bootstrap.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

/* line 3513, _bootstrap.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(49, 103, 235, 0.5); }

/* line 3516, _bootstrap.scss */
.custom-switch {
  padding-left: 2.25rem; }

/* line 3518, _bootstrap.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem; }

/* line 3523, _bootstrap.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #969696;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 3535, _bootstrap.scss */
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none; } }
/* line 3538, _bootstrap.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem); }

/* line 3542, _bootstrap.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(49, 103, 235, 0.5); }

/* line 3545, _bootstrap.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 1.85rem 0.45rem 0.85rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%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.85rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.37rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 3562, _bootstrap.scss */
.custom-select:focus {
  border-color: #a5bdf6;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 103, 235, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(49, 103, 235, 0.25); }

/* line 3567, _bootstrap.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

/* line 3570, _bootstrap.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.85rem;
  background-image: none; }

/* line 3574, _bootstrap.scss */
.custom-select:disabled {
  color: #545454;
  background-color: #e4e4e4; }

/* line 3577, _bootstrap.scss */
.custom-select::-ms-expand {
  display: none; }

/* line 3580, _bootstrap.scss */
.custom-select-sm {
  height: calc(1.2em + 0.7rem + 2px);
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  padding-left: 0.5rem;
  font-size: 0.82rem; }

/* line 3587, _bootstrap.scss */
.custom-select-lg {
  height: calc(1.5em + 1.2rem + 2px);
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

/* line 3594, _bootstrap.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  margin-bottom: 0; }

/* line 3601, _bootstrap.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  margin: 0;
  opacity: 0; }

/* line 3608, _bootstrap.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #a5bdf6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 103, 235, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(49, 103, 235, 0.25); }

/* line 3612, _bootstrap.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e4e4e4; }

/* line 3614, _bootstrap.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Выбрать"; }

/* line 3616, _bootstrap.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

/* line 3619, _bootstrap.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 0.85rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.37rem; }

/* line 3633, _bootstrap.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.9rem);
  padding: 0.45rem 0.85rem;
  line-height: 1.5;
  color: #495057;
  content: "Выбрать";
  background-color: #e4e4e4;
  border-left: inherit;
  border-radius: 0 0.37rem 0.37rem 0; }

/* line 3649, _bootstrap.scss */
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 3657, _bootstrap.scss */
.custom-range:focus {
  outline: none; }

/* line 3659, _bootstrap.scss */
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(49, 103, 235, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(49, 103, 235, 0.25); }

/* line 3662, _bootstrap.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(49, 103, 235, 0.25); }

/* line 3664, _bootstrap.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(49, 103, 235, 0.25); }

/* line 3666, _bootstrap.scss */
.custom-range::-moz-focus-outer {
  border: 0; }

/* line 3668, _bootstrap.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2a5cf6;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  /* line 3682, _bootstrap.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none; } }
/* line 3685, _bootstrap.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #d4dffb; }

/* line 3687, _bootstrap.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

/* line 3695, _bootstrap.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2a5cf6;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  /* line 3708, _bootstrap.scss */
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none; } }
/* line 3711, _bootstrap.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #d4dffb; }

/* line 3713, _bootstrap.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

/* line 3721, _bootstrap.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #2a5cf6;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  /* line 3736, _bootstrap.scss */
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none; } }
/* line 3739, _bootstrap.scss */
.custom-range::-ms-thumb:active {
  background-color: #d4dffb; }

/* line 3741, _bootstrap.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem; }

/* line 3749, _bootstrap.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

/* line 3752, _bootstrap.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

/* line 3756, _bootstrap.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #969696; }

/* line 3758, _bootstrap.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }

/* line 3760, _bootstrap.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #969696; }

/* line 3762, _bootstrap.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default; }

/* line 3764, _bootstrap.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #969696; }

/* line 3767, _bootstrap.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 3775, _bootstrap.scss */
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none; } }
/* line 3781, _bootstrap.scss */
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 3791, _bootstrap.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem; }

/* line 3794, _bootstrap.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none; }

/* line 3796, _bootstrap.scss */
.nav-link.disabled {
  color: #545454;
  pointer-events: none;
  cursor: default; }

/* line 3801, _bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 20; }

/* line 3806, _bootstrap.scss */
.tab-content {
  padding-top: 24px; }

/* line 3809, _bootstrap.scss */
.nav-tabs .nav-item {
  margin-bottom: -2px;
  margin-right: 4px; }

/* line 3813, _bootstrap.scss */
.nav-tabs .nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 0 4px 10px;
  border-bottom: 1px solid transparent;
  color: #282828;
  opacity: 0.5; }
  /* line 3821, _bootstrap.scss */
  .nav-tabs .nav-link.active {
    opacity: 1;
    border-bottom: 2px solid #2A5CF6; }

/* line 3827, _bootstrap.scss */
.nav-pills .nav-link {
  border-radius: 0.37rem; }

/* line 3829, _bootstrap.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2a5cf6; }

/* line 3834, _bootstrap.scss */
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

/* line 3840, _bootstrap.scss */
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

/* line 3848, _bootstrap.scss */
.tab-content > .tab-pane {
  display: none; }

/* line 3850, _bootstrap.scss */
.tab-content > .active {
  display: block; }

/* line 3853, _bootstrap.scss */
.navbar {
  position: relative;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }

/* line 3867, _bootstrap.scss */
.navbar > .container,
.navbar > .container-fluid {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 3881, _bootstrap.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

/* line 3889, _bootstrap.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

/* line 3892, _bootstrap.scss */
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 3903, _bootstrap.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

/* line 3906, _bootstrap.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

/* line 3910, _bootstrap.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/* line 3915, _bootstrap.scss */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 3925, _bootstrap.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.37rem; }

/* line 3932, _bootstrap.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none; }

/* line 3935, _bootstrap.scss */
.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 3945, _bootstrap.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  /* line 3950, _bootstrap.scss */
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  /* line 3958, _bootstrap.scss */
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 3963, _bootstrap.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 3965, _bootstrap.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem; }

  /* line 3968, _bootstrap.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  /* line 3972, _bootstrap.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 3978, _bootstrap.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none; } }
@media (max-width: 767.98px) {
  /* line 3981, _bootstrap.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  /* line 3986, _bootstrap.scss */
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  /* line 3994, _bootstrap.scss */
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 3999, _bootstrap.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 4001, _bootstrap.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem; }

  /* line 4004, _bootstrap.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  /* line 4009, _bootstrap.scss */
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 4015, _bootstrap.scss */
  .navbar-expand-md .navbar-toggler {
    display: none; } }
@media (max-width: 991.98px) {
  /* line 4018, _bootstrap.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  /* line 4023, _bootstrap.scss */
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  /* line 4031, _bootstrap.scss */
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 4036, _bootstrap.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 4038, _bootstrap.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem; }

  /* line 4041, _bootstrap.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  /* line 4045, _bootstrap.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 4051, _bootstrap.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none; } }
@media (max-width: 1199.98px) {
  /* line 4054, _bootstrap.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  /* line 4059, _bootstrap.scss */
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  /* line 4067, _bootstrap.scss */
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 4072, _bootstrap.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 4074, _bootstrap.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem; }

  /* line 4077, _bootstrap.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  /* line 4081, _bootstrap.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 4087, _bootstrap.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none; } }
/* line 4089, _bootstrap.scss */
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* line 4097, _bootstrap.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }

/* line 4101, _bootstrap.scss */
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

/* line 4106, _bootstrap.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

/* line 4108, _bootstrap.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.7rem;
  padding-left: 0.7rem; }

/* line 4111, _bootstrap.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/* line 4115, _bootstrap.scss */
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

/* line 4121, _bootstrap.scss */
.navbar-expand .navbar-toggler {
  display: none; }

/* line 4124, _bootstrap.scss */
.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

/* line 4128, _bootstrap.scss */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%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 4131, _bootstrap.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

/* line 4133, _bootstrap.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9); }

/* line 4135, _bootstrap.scss */
.navbar-light .nav-link {
  color: rgba(0, 0, 0, 0.5); }

/* line 4137, _bootstrap.scss */
.navbar-light .nav-link:hover, .navbar-light .nav-link:focus {
  color: black; }

/* line 4139, _bootstrap.scss */
.navbar-light .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

/* line 4141, _bootstrap.scss */
.navbar-light .show > .nav-link,
.navbar-light .active > .nav-link,
.navbar-light .nav-link.show,
.navbar-light .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

/* line 4146, _bootstrap.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

/* line 4148, _bootstrap.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

/* line 4150, _bootstrap.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9); }

/* line 4153, _bootstrap.scss */
.navbar-dark .navbar-brand {
  color: #fff; }

/* line 4155, _bootstrap.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff; }

/* line 4157, _bootstrap.scss */
.navbar-dark .nav-link {
  color: rgba(255, 255, 255, 0.7); }

/* line 4159, _bootstrap.scss */
.navbar-dark .nav-link:hover, .navbar-dark .nav-link:focus {
  color: white; }

/* line 4161, _bootstrap.scss */
.navbar-dark .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

/* line 4163, _bootstrap.scss */
.navbar-dark .show > .nav-link,
.navbar-dark .active > .nav-link,
.navbar-dark .nav-link.show,
.navbar-dark .nav-link.active {
  color: #fff; }

/* line 4168, _bootstrap.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.1); }

/* line 4171, _bootstrap.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

/* line 4173, _bootstrap.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.7); }

/* line 4175, _bootstrap.scss */
.navbar-dark .navbar-text a {
  color: #fff; }

/* line 4177, _bootstrap.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff; }

/* line 4180, _bootstrap.scss */
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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.1);
  border-radius: 0.37rem; }

/* line 4195, _bootstrap.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0; }

/* line 4198, _bootstrap.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.37rem;
  border-top-right-radius: 0.37rem; }

/* line 4201, _bootstrap.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.37rem;
  border-bottom-left-radius: 0.37rem; }

/* line 4205, _bootstrap.scss */
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

/* line 4211, _bootstrap.scss */
.card-title {
  margin-bottom: 0.75rem; }

/* line 4214, _bootstrap.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

/* line 4218, _bootstrap.scss */
.card-text:last-child {
  margin-bottom: 0; }

/* line 4221, _bootstrap.scss */
.card-link:hover {
  text-decoration: none; }

/* line 4223, _bootstrap.scss */
.card-link + .card-link {
  margin-left: 1.25rem; }

/* line 4226, _bootstrap.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/* line 4231, _bootstrap.scss */
.card-header:first-child {
  border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0; }

/* line 4233, _bootstrap.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

/* line 4236, _bootstrap.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* line 4240, _bootstrap.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.37rem - 1px) calc(0.37rem - 1px); }

/* line 4243, _bootstrap.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

/* line 4249, _bootstrap.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

/* line 4253, _bootstrap.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

/* line 4261, _bootstrap.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.37rem - 1px); }

/* line 4265, _bootstrap.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.37rem - 1px);
  border-top-right-radius: calc(0.37rem - 1px); }

/* line 4270, _bootstrap.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.37rem - 1px);
  border-bottom-left-radius: calc(0.37rem - 1px); }

/* line 4275, _bootstrap.scss */
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 4283, _bootstrap.scss */
.card-deck .card {
  margin-bottom: 10px; }

@media (min-width: 576px) {
  /* line 4286, _bootstrap.scss */
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px; }

  /* line 4293, _bootstrap.scss */
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px; } }
/* line 4308, _bootstrap.scss */
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 4316, _bootstrap.scss */
.card-group > .card {
  margin-bottom: 10px; }

@media (min-width: 576px) {
  /* line 4319, _bootstrap.scss */
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

  /* line 4324, _bootstrap.scss */
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0; }

  /* line 4329, _bootstrap.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }

  /* line 4332, _bootstrap.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  /* line 4335, _bootstrap.scss */
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0; }

  /* line 4338, _bootstrap.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0; }

  /* line 4341, _bootstrap.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  /* line 4344, _bootstrap.scss */
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0; }

  /* line 4347, _bootstrap.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0; } }
/* line 4351, _bootstrap.scss */
.card-columns .card {
  margin-bottom: 0.75rem; }

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

  /* line 4361, _bootstrap.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%; } }
/* line 4365, _bootstrap.scss */
.accordion > .card {
  overflow: hidden; }

/* line 4367, _bootstrap.scss */
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

/* line 4369, _bootstrap.scss */
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

/* line 4372, _bootstrap.scss */
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 4376, _bootstrap.scss */
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 4379, _bootstrap.scss */
.accordion > .card .card-header {
  margin-bottom: -1px; }

/* line 4382, _bootstrap.scss */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.37rem;
  font-size: 14px;
  line-height: 17px;
  opacity: 0.4; }

/* line 4398, _bootstrap.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }

/* line 4400, _bootstrap.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #282828;
  content: "/"; }

/* line 4405, _bootstrap.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

/* line 4407, _bootstrap.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

/* line 4409, _bootstrap.scss */
.breadcrumb-item.active {
  color: #545454; }

/* line 4412, _bootstrap.scss */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.37rem; }

/* line 4420, _bootstrap.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2a5cf6;
  background-color: #fff;
  border: 1px solid #dee2e6; }

/* line 4429, _bootstrap.scss */
.page-link:hover {
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
  background-color: #2a5cf6;
  border-color: #2a5cf6; }

/* line 4435, _bootstrap.scss */
.page-link:focus {
  z-index: 2;
  outline: 0; }

/* line 4439, _bootstrap.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.37rem;
  border-bottom-left-radius: 0.37rem; }

/* line 4443, _bootstrap.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.37rem;
  border-bottom-right-radius: 0.37rem; }

/* line 4446, _bootstrap.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #2a5cf6;
  border-color: #2a5cf6; }

/* line 4451, _bootstrap.scss */
.page-item.disabled .page-link {
  color: #545454;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

/* line 4458, _bootstrap.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 4462, _bootstrap.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.45rem;
  border-bottom-left-radius: 0.45rem; }

/* line 4465, _bootstrap.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.45rem;
  border-bottom-right-radius: 0.45rem; }

/* line 4469, _bootstrap.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.82rem;
  line-height: 1.2; }

/* line 4473, _bootstrap.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

/* line 4476, _bootstrap.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

/* line 4480, _bootstrap.scss */
.badge {
  display: none;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.37rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 4495, _bootstrap.scss */
  .badge {
    -webkit-transition: none;
    transition: none; } }
/* line 4498, _bootstrap.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none; }

/* line 4500, _bootstrap.scss */
.badge:empty {
  display: none; }

/* line 4503, _bootstrap.scss */
.btn .badge {
  position: relative;
  top: -1px; }

/* line 4507, _bootstrap.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

/* line 4512, _bootstrap.scss */
.badge-primary {
  color: #fff;
  background-color: #2a5cf6; }

/* line 4515, _bootstrap.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #2a5cf6; }

/* line 4518, _bootstrap.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 103, 235, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(49, 103, 235, 0.5); }

/* line 4523, _bootstrap.scss */
.badge-secondary {
  color: #fff;
  background-color: #545454; }

/* line 4526, _bootstrap.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #3b3b3b; }

/* line 4529, _bootstrap.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5); }

/* line 4534, _bootstrap.scss */
.badge-success {
  color: #fff;
  background-color: #00b517; }

/* line 4537, _bootstrap.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #008211; }

/* line 4540, _bootstrap.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 181, 23, 0.5); }

/* line 4545, _bootstrap.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8; }

/* line 4548, _bootstrap.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b; }

/* line 4551, _bootstrap.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 4556, _bootstrap.scss */
.badge-warning {
  color: #fff;
  background-color: #ff9017; }

/* line 4559, _bootstrap.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #e37600; }

/* line 4562, _bootstrap.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 144, 23, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 144, 23, 0.5); }

/* line 4567, _bootstrap.scss */
.badge-danger {
  color: #fff;
  background-color: #fa3434; }

/* line 4570, _bootstrap.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #f50606; }

/* line 4573, _bootstrap.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(250, 52, 52, 0.5); }

/* line 4578, _bootstrap.scss */
.badge-light {
  color: #212529;
  background-color: #e4e4e4; }

/* line 4581, _bootstrap.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #cbcbcb; }

/* line 4584, _bootstrap.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5); }

/* line 4589, _bootstrap.scss */
.badge-dark {
  color: #fff;
  background-color: #212529; }

/* line 4592, _bootstrap.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #0a0c0d; }

/* line 4595, _bootstrap.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5); }

/* line 4600, _bootstrap.scss */
.badge-primary-light {
  color: #fff;
  background-color: #5f89f0; }

/* line 4603, _bootstrap.scss */
a.badge-primary-light:hover, a.badge-primary-light:focus {
  color: #fff;
  background-color: #2a5cf6; }

/* line 4606, _bootstrap.scss */
a.badge-primary-light:focus, a.badge-primary-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 137, 240, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(95, 137, 240, 0.5); }

/* line 4611, _bootstrap.scss */
.badge-gray {
  color: #fff;
  background-color: #545454; }

/* line 4614, _bootstrap.scss */
a.badge-gray:hover, a.badge-gray:focus {
  color: #fff;
  background-color: #3b3b3b; }

/* line 4617, _bootstrap.scss */
a.badge-gray:focus, a.badge-gray.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(84, 84, 84, 0.5); }

/* line 4622, _bootstrap.scss */
.badge-gray-light {
  color: #fff;
  background-color: #969696; }

/* line 4625, _bootstrap.scss */
a.badge-gray-light:hover, a.badge-gray-light:focus {
  color: #fff;
  background-color: #7d7d7d; }

/* line 4628, _bootstrap.scss */
a.badge-gray-light:focus, a.badge-gray-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(150, 150, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(150, 150, 150, 0.5); }

/* line 4633, _bootstrap.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e4e4e4;
  border-radius: 0.45rem; }

@media (min-width: 576px) {
  /* line 4639, _bootstrap.scss */
  .jumbotron {
    padding: 4rem 2rem; } }
/* line 4642, _bootstrap.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

/* line 4647, _bootstrap.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.37rem; }

/* line 4654, _bootstrap.scss */
.alert-heading {
  color: inherit; }

/* line 4657, _bootstrap.scss */
.alert-link {
  font-weight: 600; }

/* line 4660, _bootstrap.scss */
.alert-dismissible {
  padding-right: 4rem; }

/* line 4662, _bootstrap.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit; }

/* line 4669, _bootstrap.scss */
.alert-primary {
  color: #19367a;
  background-color: #d6e1fb;
  border-color: #c5d4f9; }

/* line 4673, _bootstrap.scss */
.alert-primary hr {
  border-top-color: #aec3f7; }

/* line 4675, _bootstrap.scss */
.alert-primary .alert-link {
  color: #102350; }

/* line 4678, _bootstrap.scss */
.alert-secondary {
  color: #2c2c2c;
  background-color: #dddddd;
  border-color: #cfcfcf; }

/* line 4682, _bootstrap.scss */
.alert-secondary hr {
  border-top-color: #c2c2c2; }

/* line 4684, _bootstrap.scss */
.alert-secondary .alert-link {
  color: #131313; }

/* line 4687, _bootstrap.scss */
.alert-success {
  color: #005e0c;
  background-color: #ccf0d1;
  border-color: #b8eabe; }

/* line 4691, _bootstrap.scss */
.alert-success hr {
  border-top-color: #a4e4ac; }

/* line 4693, _bootstrap.scss */
.alert-success .alert-link {
  color: #002b05; }

/* line 4696, _bootstrap.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

/* line 4700, _bootstrap.scss */
.alert-info hr {
  border-top-color: #abdde5; }

/* line 4702, _bootstrap.scss */
.alert-info .alert-link {
  color: #062c33; }

/* line 4705, _bootstrap.scss */
.alert-warning {
  color: #854b0c;
  background-color: #ffe9d1;
  border-color: #ffe0be; }

/* line 4709, _bootstrap.scss */
.alert-warning hr {
  border-top-color: #ffd4a5; }

/* line 4711, _bootstrap.scss */
.alert-warning .alert-link {
  color: #563108; }

/* line 4714, _bootstrap.scss */
.alert-danger {
  color: #821b1b;
  background-color: #fed6d6;
  border-color: #fec6c6; }

/* line 4718, _bootstrap.scss */
.alert-danger hr {
  border-top-color: #feadad; }

/* line 4720, _bootstrap.scss */
.alert-danger .alert-link {
  color: #581212; }

/* line 4723, _bootstrap.scss */
.alert-light {
  color: #777777;
  background-color: #fafafa;
  border-color: #f7f7f7; }

/* line 4727, _bootstrap.scss */
.alert-light hr {
  border-top-color: #eaeaea; }

/* line 4729, _bootstrap.scss */
.alert-light .alert-link {
  color: #5e5e5e; }

/* line 4732, _bootstrap.scss */
.alert-dark {
  color: #111315;
  background-color: #d3d3d4;
  border-color: #c1c2c3; }

/* line 4736, _bootstrap.scss */
.alert-dark hr {
  border-top-color: #b4b5b6; }

/* line 4738, _bootstrap.scss */
.alert-dark .alert-link {
  color: black; }

/* line 4741, _bootstrap.scss */
.alert-primary-light {
  color: #31477d;
  background-color: #dfe7fc;
  border-color: #d2defb; }

/* line 4745, _bootstrap.scss */
.alert-primary-light hr {
  border-top-color: #bbcdf9; }

/* line 4747, _bootstrap.scss */
.alert-primary-light .alert-link {
  color: #233258; }

/* line 4750, _bootstrap.scss */
.alert-gray {
  color: #2c2c2c;
  background-color: #dddddd;
  border-color: #cfcfcf; }

/* line 4754, _bootstrap.scss */
.alert-gray hr {
  border-top-color: #c2c2c2; }

/* line 4756, _bootstrap.scss */
.alert-gray .alert-link {
  color: #131313; }

/* line 4759, _bootstrap.scss */
.alert-gray-light {
  color: #4e4e4e;
  background-color: #eaeaea;
  border-color: #e2e2e2; }

/* line 4763, _bootstrap.scss */
.alert-gray-light hr {
  border-top-color: #d5d5d5; }

/* line 4765, _bootstrap.scss */
.alert-gray-light .alert-link {
  color: #353535; }

@-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 4779, _bootstrap.scss */
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e4e4e4;
  border-radius: 0.37rem; }

/* line 4789, _bootstrap.scss */
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2a5cf6;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

@media (prefers-reduced-motion: reduce) {
  /* line 4807, _bootstrap.scss */
  .progress-bar {
    -webkit-transition: none;
    transition: none; } }
/* line 4811, _bootstrap.scss */
.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 4815, _bootstrap.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

@media (prefers-reduced-motion: reduce) {
  /* line 4819, _bootstrap.scss */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none; } }
/* line 4823, _bootstrap.scss */
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

/* line 4831, _bootstrap.scss */
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/* line 4836, _bootstrap.scss */
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

/* line 4847, _bootstrap.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

/* line 4851, _bootstrap.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

/* line 4856, _bootstrap.scss */
.list-group-item-action:active {
  color: #343a40;
  background-color: #e4e4e4; }

/* line 4860, _bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

/* line 4867, _bootstrap.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.37rem;
  border-top-right-radius: 0.37rem; }

/* line 4870, _bootstrap.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.37rem;
  border-bottom-left-radius: 0.37rem; }

/* line 4874, _bootstrap.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #545454;
  pointer-events: none;
  background-color: #fff; }

/* line 4878, _bootstrap.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2a5cf6;
  border-color: #2a5cf6; }

/* line 4884, _bootstrap.scss */
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

/* line 4889, _bootstrap.scss */
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0; }

/* line 4892, _bootstrap.scss */
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.37rem;
  border-bottom-left-radius: 0.37rem;
  border-top-right-radius: 0; }

/* line 4896, _bootstrap.scss */
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.37rem;
  border-bottom-right-radius: 0.37rem;
  border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  /* line 4903, _bootstrap.scss */
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 4908, _bootstrap.scss */
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }

  /* line 4911, _bootstrap.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.37rem;
    border-bottom-left-radius: 0.37rem;
    border-top-right-radius: 0; }

  /* line 4915, _bootstrap.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.37rem;
    border-bottom-right-radius: 0.37rem;
    border-bottom-left-radius: 0; } }
@media (min-width: 768px) {
  /* line 4921, _bootstrap.scss */
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 4926, _bootstrap.scss */
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }

  /* line 4929, _bootstrap.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.37rem;
    border-bottom-left-radius: 0.37rem;
    border-top-right-radius: 0; }

  /* line 4933, _bootstrap.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.37rem;
    border-bottom-right-radius: 0.37rem;
    border-bottom-left-radius: 0; } }
@media (min-width: 992px) {
  /* line 4939, _bootstrap.scss */
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 4944, _bootstrap.scss */
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }

  /* line 4947, _bootstrap.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.37rem;
    border-bottom-left-radius: 0.37rem;
    border-top-right-radius: 0; }

  /* line 4951, _bootstrap.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.37rem;
    border-bottom-right-radius: 0.37rem;
    border-bottom-left-radius: 0; } }
@media (min-width: 1200px) {
  /* line 4957, _bootstrap.scss */
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 4962, _bootstrap.scss */
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }

  /* line 4965, _bootstrap.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.37rem;
    border-bottom-left-radius: 0.37rem;
    border-top-right-radius: 0; }

  /* line 4969, _bootstrap.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.37rem;
    border-bottom-right-radius: 0.37rem;
    border-bottom-left-radius: 0; } }
/* line 4974, _bootstrap.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

/* line 4978, _bootstrap.scss */
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px; }

/* line 4980, _bootstrap.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

/* line 4982, _bootstrap.scss */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

/* line 4986, _bootstrap.scss */
.list-group-item-primary {
  color: #19367a;
  background-color: #c5d4f9; }

/* line 4989, _bootstrap.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #19367a;
  background-color: #aec3f7; }

/* line 4992, _bootstrap.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #19367a;
  border-color: #19367a; }

/* line 4997, _bootstrap.scss */
.list-group-item-secondary {
  color: #2c2c2c;
  background-color: #cfcfcf; }

/* line 5000, _bootstrap.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #2c2c2c;
  background-color: #c2c2c2; }

/* line 5003, _bootstrap.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #2c2c2c;
  border-color: #2c2c2c; }

/* line 5008, _bootstrap.scss */
.list-group-item-success {
  color: #005e0c;
  background-color: #b8eabe; }

/* line 5011, _bootstrap.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #005e0c;
  background-color: #a4e4ac; }

/* line 5014, _bootstrap.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #005e0c;
  border-color: #005e0c; }

/* line 5019, _bootstrap.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

/* line 5022, _bootstrap.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5; }

/* line 5025, _bootstrap.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

/* line 5030, _bootstrap.scss */
.list-group-item-warning {
  color: #854b0c;
  background-color: #ffe0be; }

/* line 5033, _bootstrap.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #854b0c;
  background-color: #ffd4a5; }

/* line 5036, _bootstrap.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #854b0c;
  border-color: #854b0c; }

/* line 5041, _bootstrap.scss */
.list-group-item-danger {
  color: #821b1b;
  background-color: #fec6c6; }

/* line 5044, _bootstrap.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #821b1b;
  background-color: #feadad; }

/* line 5047, _bootstrap.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #821b1b;
  border-color: #821b1b; }

/* line 5052, _bootstrap.scss */
.list-group-item-light {
  color: #777777;
  background-color: #f7f7f7; }

/* line 5055, _bootstrap.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #777777;
  background-color: #eaeaea; }

/* line 5058, _bootstrap.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #777777;
  border-color: #777777; }

/* line 5063, _bootstrap.scss */
.list-group-item-dark {
  color: #111315;
  background-color: #c1c2c3; }

/* line 5066, _bootstrap.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #111315;
  background-color: #b4b5b6; }

/* line 5069, _bootstrap.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #111315;
  border-color: #111315; }

/* line 5074, _bootstrap.scss */
.list-group-item-primary-light {
  color: #31477d;
  background-color: #d2defb; }

/* line 5077, _bootstrap.scss */
.list-group-item-primary-light.list-group-item-action:hover, .list-group-item-primary-light.list-group-item-action:focus {
  color: #31477d;
  background-color: #bbcdf9; }

/* line 5080, _bootstrap.scss */
.list-group-item-primary-light.list-group-item-action.active {
  color: #fff;
  background-color: #31477d;
  border-color: #31477d; }

/* line 5085, _bootstrap.scss */
.list-group-item-gray {
  color: #2c2c2c;
  background-color: #cfcfcf; }

/* line 5088, _bootstrap.scss */
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: #2c2c2c;
  background-color: #c2c2c2; }

/* line 5091, _bootstrap.scss */
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #2c2c2c;
  border-color: #2c2c2c; }

/* line 5096, _bootstrap.scss */
.list-group-item-gray-light {
  color: #4e4e4e;
  background-color: #e2e2e2; }

/* line 5099, _bootstrap.scss */
.list-group-item-gray-light.list-group-item-action:hover, .list-group-item-gray-light.list-group-item-action:focus {
  color: #4e4e4e;
  background-color: #d5d5d5; }

/* line 5102, _bootstrap.scss */
.list-group-item-gray-light.list-group-item-action.active {
  color: #fff;
  background-color: #4e4e4e;
  border-color: #4e4e4e; }

/* line 5107, _bootstrap.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

/* line 5115, _bootstrap.scss */
.close:hover {
  color: #000;
  text-decoration: none; }

/* line 5118, _bootstrap.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75; }

/* line 5121, _bootstrap.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 5129, _bootstrap.scss */
a.close.disabled {
  pointer-events: none; }

/* line 5132, _bootstrap.scss */
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }

/* line 5145, _bootstrap.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem; }

/* line 5147, _bootstrap.scss */
.toast.showing {
  opacity: 1; }

/* line 5149, _bootstrap.scss */
.toast.show {
  display: block;
  opacity: 1; }

/* line 5152, _bootstrap.scss */
.toast.hide {
  display: none; }

/* line 5155, _bootstrap.scss */
.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #545454;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

/* line 5168, _bootstrap.scss */
.toast-body {
  padding: 0.75rem; }

/* line 5171, _bootstrap.scss */
.modal-open {
  overflow: hidden; }

/* line 5173, _bootstrap.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

/* line 5177, _bootstrap.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

/* line 5188, _bootstrap.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

/* line 5193, _bootstrap.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  /* line 5201, _bootstrap.scss */
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none; } }
/* line 5204, _bootstrap.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none; }

/* line 5208, _bootstrap.scss */
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }

/* line 5213, _bootstrap.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

/* line 5216, _bootstrap.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* line 5220, _bootstrap.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

/* line 5223, _bootstrap.scss */
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }

/* line 5231, _bootstrap.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""; }

/* line 5235, _bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

/* line 5244, _bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

/* line 5246, _bootstrap.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

/* line 5249, _bootstrap.scss */
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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: 0.45rem;
  outline: 0; }

/* line 5266, _bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

/* line 5274, _bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0; }

/* line 5276, _bootstrap.scss */
.modal-backdrop.show {
  opacity: 0.5; }

/* line 5279, _bootstrap.scss */
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e4e4e4;
  border-top-left-radius: 0.45rem;
  border-top-right-radius: 0.45rem; }

/* line 5293, _bootstrap.scss */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

/* line 5297, _bootstrap.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

/* line 5301, _bootstrap.scss */
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

/* line 5308, _bootstrap.scss */
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e4e4e4;
  border-bottom-right-radius: 0.45rem;
  border-bottom-left-radius: 0.45rem; }

/* line 5322, _bootstrap.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

/* line 5324, _bootstrap.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

/* line 5327, _bootstrap.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  /* line 5335, _bootstrap.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  /* line 5339, _bootstrap.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }

  /* line 5341, _bootstrap.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }

  /* line 5344, _bootstrap.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }

  /* line 5346, _bootstrap.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem); }

  /* line 5349, _bootstrap.scss */
  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  /* line 5352, _bootstrap.scss */
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  /* line 5356, _bootstrap.scss */
  .modal-xl {
    max-width: 1140px; } }
/* line 5358, _bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  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: 0.82rem;
  word-wrap: break-word;
  opacity: 0; }

/* line 5380, _bootstrap.scss */
.tooltip.show {
  opacity: 0.9; }

/* line 5382, _bootstrap.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem; }

/* line 5387, _bootstrap.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

/* line 5393, _bootstrap.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }

/* line 5395, _bootstrap.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0; }

/* line 5397, _bootstrap.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000; }

/* line 5402, _bootstrap.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }

/* line 5404, _bootstrap.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem; }

/* line 5408, _bootstrap.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000; }

/* line 5413, _bootstrap.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }

/* line 5415, _bootstrap.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0; }

/* line 5417, _bootstrap.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000; }

/* line 5422, _bootstrap.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }

/* line 5424, _bootstrap.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem; }

/* line 5428, _bootstrap.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000; }

/* line 5433, _bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.37rem; }

/* line 5441, _bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", sans-serif;
  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: 0.82rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.45rem; }

/* line 5468, _bootstrap.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.45rem; }

/* line 5474, _bootstrap.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

/* line 5481, _bootstrap.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }

/* line 5483, _bootstrap.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1); }

/* line 5485, _bootstrap.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

/* line 5489, _bootstrap.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff; }

/* line 5494, _bootstrap.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }

/* line 5496, _bootstrap.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.45rem 0; }

/* line 5501, _bootstrap.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

/* line 5505, _bootstrap.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff; }

/* line 5510, _bootstrap.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }

/* line 5512, _bootstrap.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1); }

/* line 5514, _bootstrap.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

/* line 5518, _bootstrap.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff; }

/* line 5522, _bootstrap.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

/* line 5532, _bootstrap.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }

/* line 5534, _bootstrap.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.45rem 0; }

/* line 5539, _bootstrap.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25); }

/* line 5543, _bootstrap.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff; }

/* line 5548, _bootstrap.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.45rem - 1px);
  border-top-right-radius: calc(0.45rem - 1px); }

/* line 5556, _bootstrap.scss */
.popover-header:empty {
  display: none; }

/* line 5559, _bootstrap.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #343a40; }

/* line 5563, _bootstrap.scss */
.carousel {
  position: relative; }

/* line 5566, _bootstrap.scss */
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

/* line 5570, _bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

/* line 5574, _bootstrap.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

/* line 5579, _bootstrap.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 5592, _bootstrap.scss */
  .carousel-item {
    -webkit-transition: none;
    transition: none; } }
/* line 5596, _bootstrap.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

/* line 5601, _bootstrap.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

/* line 5606, _bootstrap.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

/* line 5611, _bootstrap.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none; }

/* line 5617, _bootstrap.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

/* line 5622, _bootstrap.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity; }

@media (prefers-reduced-motion: reduce) {
  /* line 5629, _bootstrap.scss */
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none; } }
/* line 5634, _bootstrap.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  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;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }

@media (prefers-reduced-motion: reduce) {
  /* line 5656, _bootstrap.scss */
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none; } }
/* line 5660, _bootstrap.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9; }

/* line 5668, _bootstrap.scss */
.carousel-control-prev {
  left: 0; }

/* line 5671, _bootstrap.scss */
.carousel-control-next {
  right: 0; }

/* line 5674, _bootstrap.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

/* line 5681, _bootstrap.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%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 5684, _bootstrap.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%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 5687, _bootstrap.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

/* line 5703, _bootstrap.scss */
.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -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: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease; }

@media (prefers-reduced-motion: reduce) {
  /* line 5723, _bootstrap.scss */
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none; } }
/* line 5726, _bootstrap.scss */
.carousel-indicators .active {
  opacity: 1; }

/* line 5729, _bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* line 5749, _bootstrap.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite; }

/* line 5760, _bootstrap.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }
/* line 5778, _bootstrap.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite; }

/* line 5789, _bootstrap.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

/* line 5793, _bootstrap.scss */
.align-baseline {
  vertical-align: baseline !important; }

/* line 5796, _bootstrap.scss */
.align-top {
  vertical-align: top !important; }

/* line 5799, _bootstrap.scss */
.align-middle {
  vertical-align: middle !important; }

/* line 5802, _bootstrap.scss */
.align-bottom {
  vertical-align: bottom !important; }

/* line 5805, _bootstrap.scss */
.align-text-bottom {
  vertical-align: text-bottom !important; }

/* line 5808, _bootstrap.scss */
.align-text-top {
  vertical-align: text-top !important; }

/* line 5811, _bootstrap.scss */
.bg-primary {
  background-color: #2a5cf6 !important; }

/* line 5814, _bootstrap.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2a5cf6 !important; }

/* line 5819, _bootstrap.scss */
.bg-secondary {
  background-color: #545454 !important; }

/* line 5822, _bootstrap.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #3b3b3b !important; }

/* line 5827, _bootstrap.scss */
.bg-success {
  background-color: #00b517 !important; }

/* line 5830, _bootstrap.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #008211 !important; }

/* line 5835, _bootstrap.scss */
.bg-info {
  background-color: #17a2b8 !important; }

/* line 5838, _bootstrap.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

/* line 5843, _bootstrap.scss */
.bg-warning {
  background-color: #ff9017 !important; }

/* line 5846, _bootstrap.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e37600 !important; }

/* line 5851, _bootstrap.scss */
.bg-danger {
  background-color: #fa3434 !important; }

/* line 5854, _bootstrap.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f50606 !important; }

/* line 5859, _bootstrap.scss */
.bg-light {
  background-color: #e4e4e4 !important; }

/* line 5862, _bootstrap.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cbcbcb !important; }

/* line 5867, _bootstrap.scss */
.bg-dark {
  background-color: #212529 !important; }

/* line 5870, _bootstrap.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0a0c0d !important; }

/* line 5875, _bootstrap.scss */
.bg-primary-light {
  background-color: #5f89f0 !important; }

/* line 5878, _bootstrap.scss */
a.bg-primary-light:hover, a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
  background-color: #2a5cf6 !important; }

/* line 5883, _bootstrap.scss */
.bg-gray {
  background-color: #545454 !important; }

/* line 5886, _bootstrap.scss */
a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #3b3b3b !important; }

/* line 5891, _bootstrap.scss */
.bg-gray-light {
  background-color: #969696 !important; }

/* line 5894, _bootstrap.scss */
a.bg-gray-light:hover, a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: #7d7d7d !important; }

/* line 5899, _bootstrap.scss */
.bg-white {
  background-color: #fff !important; }

/* line 5902, _bootstrap.scss */
.bg-transparent {
  background-color: transparent !important; }

/* line 5905, _bootstrap.scss */
.border {
  border: 1px solid #e4e4e4 !important; }

/* line 5908, _bootstrap.scss */
.border-top {
  border-top: 1px solid #e4e4e4 !important; }

/* line 5911, _bootstrap.scss */
.border-right {
  border-right: 1px solid #e4e4e4 !important; }

/* line 5914, _bootstrap.scss */
.border-bottom {
  border-bottom: 1px solid #e4e4e4 !important; }

/* line 5917, _bootstrap.scss */
.border-left {
  border-left: 1px solid #e4e4e4 !important; }

/* line 5920, _bootstrap.scss */
.border-0 {
  border: 0 !important; }

/* line 5923, _bootstrap.scss */
.border-top-0 {
  border-top: 0 !important; }

/* line 5926, _bootstrap.scss */
.border-right-0 {
  border-right: 0 !important; }

/* line 5929, _bootstrap.scss */
.border-bottom-0 {
  border-bottom: 0 !important; }

/* line 5932, _bootstrap.scss */
.border-left-0 {
  border-left: 0 !important; }

/* line 5935, _bootstrap.scss */
.border-primary {
  border-color: #2a5cf6 !important; }

/* line 5938, _bootstrap.scss */
.border-secondary {
  border-color: #545454 !important; }

/* line 5941, _bootstrap.scss */
.border-success {
  border-color: #00b517 !important; }

/* line 5944, _bootstrap.scss */
.border-info {
  border-color: #17a2b8 !important; }

/* line 5947, _bootstrap.scss */
.border-warning {
  border-color: #ff9017 !important; }

/* line 5950, _bootstrap.scss */
.border-danger {
  border-color: #fa3434 !important; }

/* line 5953, _bootstrap.scss */
.border-light {
  border-color: #e4e4e4 !important; }

/* line 5956, _bootstrap.scss */
.border-dark {
  border-color: #212529 !important; }

/* line 5959, _bootstrap.scss */
.border-primary-light {
  border-color: #5f89f0 !important; }

/* line 5962, _bootstrap.scss */
.border-gray {
  border-color: #545454 !important; }

/* line 5965, _bootstrap.scss */
.border-gray-light {
  border-color: #969696 !important; }

/* line 5968, _bootstrap.scss */
.border-white {
  border-color: #fff !important; }

/* line 5971, _bootstrap.scss */
.rounded-sm {
  border-radius: 0.2rem !important; }

/* line 5974, _bootstrap.scss */
.rounded {
  border-radius: 0.37rem !important; }

/* line 5977, _bootstrap.scss */
.rounded-top {
  border-top-left-radius: 0.37rem !important;
  border-top-right-radius: 0.37rem !important; }

/* line 5981, _bootstrap.scss */
.rounded-right {
  border-top-right-radius: 0.37rem !important;
  border-bottom-right-radius: 0.37rem !important; }

/* line 5985, _bootstrap.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.37rem !important;
  border-bottom-left-radius: 0.37rem !important; }

/* line 5989, _bootstrap.scss */
.rounded-left {
  border-top-left-radius: 0.37rem !important;
  border-bottom-left-radius: 0.37rem !important; }

/* line 5993, _bootstrap.scss */
.rounded-lg {
  border-radius: 0.45rem !important; }

/* line 5996, _bootstrap.scss */
.rounded-circle {
  border-radius: 50% !important; }

/* line 5999, _bootstrap.scss */
.rounded-pill {
  border-radius: 50rem !important; }

/* line 6002, _bootstrap.scss */
.rounded-0 {
  border-radius: 0 !important; }

/* line 6005, _bootstrap.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/* line 6010, _bootstrap.scss */
.d-none {
  display: none !important; }

/* line 6013, _bootstrap.scss */
.d-inline {
  display: inline !important; }

/* line 6016, _bootstrap.scss */
.d-inline-block {
  display: inline-block !important; }

/* line 6019, _bootstrap.scss */
.d-block {
  display: block !important; }

/* line 6022, _bootstrap.scss */
.d-table {
  display: table !important; }

/* line 6025, _bootstrap.scss */
.d-table-row {
  display: table-row !important; }

/* line 6028, _bootstrap.scss */
.d-table-cell {
  display: table-cell !important; }

/* line 6031, _bootstrap.scss */
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

/* line 6036, _bootstrap.scss */
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  /* line 6042, _bootstrap.scss */
  .d-sm-none {
    display: none !important; }

  /* line 6045, _bootstrap.scss */
  .d-sm-inline {
    display: inline !important; }

  /* line 6048, _bootstrap.scss */
  .d-sm-inline-block {
    display: inline-block !important; }

  /* line 6051, _bootstrap.scss */
  .d-sm-block {
    display: block !important; }

  /* line 6054, _bootstrap.scss */
  .d-sm-table {
    display: table !important; }

  /* line 6057, _bootstrap.scss */
  .d-sm-table-row {
    display: table-row !important; }

  /* line 6060, _bootstrap.scss */
  .d-sm-table-cell {
    display: table-cell !important; }

  /* line 6063, _bootstrap.scss */
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 6068, _bootstrap.scss */
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  /* line 6073, _bootstrap.scss */
  .d-md-none {
    display: none !important; }

  /* line 6076, _bootstrap.scss */
  .d-md-inline {
    display: inline !important; }

  /* line 6079, _bootstrap.scss */
  .d-md-inline-block {
    display: inline-block !important; }

  /* line 6082, _bootstrap.scss */
  .d-md-block {
    display: block !important; }

  /* line 6085, _bootstrap.scss */
  .d-md-table {
    display: table !important; }

  /* line 6088, _bootstrap.scss */
  .d-md-table-row {
    display: table-row !important; }

  /* line 6091, _bootstrap.scss */
  .d-md-table-cell {
    display: table-cell !important; }

  /* line 6094, _bootstrap.scss */
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 6099, _bootstrap.scss */
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  /* line 6104, _bootstrap.scss */
  .d-lg-none {
    display: none !important; }

  /* line 6107, _bootstrap.scss */
  .d-lg-inline {
    display: inline !important; }

  /* line 6110, _bootstrap.scss */
  .d-lg-inline-block {
    display: inline-block !important; }

  /* line 6113, _bootstrap.scss */
  .d-lg-block {
    display: block !important; }

  /* line 6116, _bootstrap.scss */
  .d-lg-table {
    display: table !important; }

  /* line 6119, _bootstrap.scss */
  .d-lg-table-row {
    display: table-row !important; }

  /* line 6122, _bootstrap.scss */
  .d-lg-table-cell {
    display: table-cell !important; }

  /* line 6125, _bootstrap.scss */
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 6130, _bootstrap.scss */
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  /* line 6135, _bootstrap.scss */
  .d-xl-none {
    display: none !important; }

  /* line 6138, _bootstrap.scss */
  .d-xl-inline {
    display: inline !important; }

  /* line 6141, _bootstrap.scss */
  .d-xl-inline-block {
    display: inline-block !important; }

  /* line 6144, _bootstrap.scss */
  .d-xl-block {
    display: block !important; }

  /* line 6147, _bootstrap.scss */
  .d-xl-table {
    display: table !important; }

  /* line 6150, _bootstrap.scss */
  .d-xl-table-row {
    display: table-row !important; }

  /* line 6153, _bootstrap.scss */
  .d-xl-table-cell {
    display: table-cell !important; }

  /* line 6156, _bootstrap.scss */
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 6161, _bootstrap.scss */
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  /* line 6166, _bootstrap.scss */
  .d-print-none {
    display: none !important; }

  /* line 6169, _bootstrap.scss */
  .d-print-inline {
    display: inline !important; }

  /* line 6172, _bootstrap.scss */
  .d-print-inline-block {
    display: inline-block !important; }

  /* line 6175, _bootstrap.scss */
  .d-print-block {
    display: block !important; }

  /* line 6178, _bootstrap.scss */
  .d-print-table {
    display: table !important; }

  /* line 6181, _bootstrap.scss */
  .d-print-table-row {
    display: table-row !important; }

  /* line 6184, _bootstrap.scss */
  .d-print-table-cell {
    display: table-cell !important; }

  /* line 6187, _bootstrap.scss */
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 6192, _bootstrap.scss */
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
/* line 6196, _bootstrap.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

/* line 6202, _bootstrap.scss */
.embed-responsive::before {
  display: block;
  content: ""; }

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

/* line 6218, _bootstrap.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

/* line 6221, _bootstrap.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%; }

/* line 6224, _bootstrap.scss */
.embed-responsive-4by3::before {
  padding-top: 75%; }

/* line 6227, _bootstrap.scss */
.embed-responsive-1by1::before {
  padding-top: 100%; }

/* line 6230, _bootstrap.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

/* line 6233, _bootstrap.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%; }

/* line 6236, _bootstrap.scss */
.embed-responsive-4by3::before {
  padding-top: 75%; }

/* line 6239, _bootstrap.scss */
.embed-responsive-1by1::before {
  padding-top: 100%; }

/* line 6242, _bootstrap.scss */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

/* line 6248, _bootstrap.scss */
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

/* line 6254, _bootstrap.scss */
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

/* line 6260, _bootstrap.scss */
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

/* line 6266, _bootstrap.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

/* line 6270, _bootstrap.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

/* line 6274, _bootstrap.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

/* line 6278, _bootstrap.scss */
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

/* line 6283, _bootstrap.scss */
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

/* line 6288, _bootstrap.scss */
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

/* line 6293, _bootstrap.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

/* line 6297, _bootstrap.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

/* line 6301, _bootstrap.scss */
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

/* line 6306, _bootstrap.scss */
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

/* line 6311, _bootstrap.scss */
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

/* line 6316, _bootstrap.scss */
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

/* line 6321, _bootstrap.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

/* line 6325, _bootstrap.scss */
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

/* line 6330, _bootstrap.scss */
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

/* line 6335, _bootstrap.scss */
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

/* line 6340, _bootstrap.scss */
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

/* line 6345, _bootstrap.scss */
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

/* line 6350, _bootstrap.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

/* line 6354, _bootstrap.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

/* line 6358, _bootstrap.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

/* line 6362, _bootstrap.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

/* line 6366, _bootstrap.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

/* line 6370, _bootstrap.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

/* line 6374, _bootstrap.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

/* line 6378, _bootstrap.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

/* line 6382, _bootstrap.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

/* line 6386, _bootstrap.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

/* line 6390, _bootstrap.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

/* line 6394, _bootstrap.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  /* line 6399, _bootstrap.scss */
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6405, _bootstrap.scss */
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6411, _bootstrap.scss */
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6417, _bootstrap.scss */
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6423, _bootstrap.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6427, _bootstrap.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6431, _bootstrap.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6435, _bootstrap.scss */
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6440, _bootstrap.scss */
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6445, _bootstrap.scss */
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6450, _bootstrap.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6454, _bootstrap.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6458, _bootstrap.scss */
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6463, _bootstrap.scss */
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6468, _bootstrap.scss */
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6473, _bootstrap.scss */
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6478, _bootstrap.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6482, _bootstrap.scss */
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6487, _bootstrap.scss */
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6492, _bootstrap.scss */
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6497, _bootstrap.scss */
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6502, _bootstrap.scss */
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6507, _bootstrap.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6511, _bootstrap.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6515, _bootstrap.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6519, _bootstrap.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6523, _bootstrap.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6527, _bootstrap.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6531, _bootstrap.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 6535, _bootstrap.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 6539, _bootstrap.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 6543, _bootstrap.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 6547, _bootstrap.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 6551, _bootstrap.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  /* line 6555, _bootstrap.scss */
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6561, _bootstrap.scss */
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6567, _bootstrap.scss */
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6573, _bootstrap.scss */
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6579, _bootstrap.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6583, _bootstrap.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6587, _bootstrap.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6591, _bootstrap.scss */
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6596, _bootstrap.scss */
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6601, _bootstrap.scss */
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6606, _bootstrap.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6610, _bootstrap.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6614, _bootstrap.scss */
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6619, _bootstrap.scss */
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6624, _bootstrap.scss */
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6629, _bootstrap.scss */
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6634, _bootstrap.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6638, _bootstrap.scss */
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6643, _bootstrap.scss */
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6648, _bootstrap.scss */
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6653, _bootstrap.scss */
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6658, _bootstrap.scss */
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6663, _bootstrap.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6667, _bootstrap.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6671, _bootstrap.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6675, _bootstrap.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6679, _bootstrap.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6683, _bootstrap.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6687, _bootstrap.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 6691, _bootstrap.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 6695, _bootstrap.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 6699, _bootstrap.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 6703, _bootstrap.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 6707, _bootstrap.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  /* line 6711, _bootstrap.scss */
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6717, _bootstrap.scss */
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6723, _bootstrap.scss */
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6729, _bootstrap.scss */
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6735, _bootstrap.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6739, _bootstrap.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6743, _bootstrap.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6747, _bootstrap.scss */
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6752, _bootstrap.scss */
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6757, _bootstrap.scss */
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6762, _bootstrap.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6766, _bootstrap.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6770, _bootstrap.scss */
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6775, _bootstrap.scss */
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6780, _bootstrap.scss */
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6785, _bootstrap.scss */
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6790, _bootstrap.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6794, _bootstrap.scss */
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6799, _bootstrap.scss */
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6804, _bootstrap.scss */
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6809, _bootstrap.scss */
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6814, _bootstrap.scss */
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6819, _bootstrap.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6823, _bootstrap.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6827, _bootstrap.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6831, _bootstrap.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6835, _bootstrap.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6839, _bootstrap.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6843, _bootstrap.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 6847, _bootstrap.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 6851, _bootstrap.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 6855, _bootstrap.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 6859, _bootstrap.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 6863, _bootstrap.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  /* line 6867, _bootstrap.scss */
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6873, _bootstrap.scss */
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6879, _bootstrap.scss */
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6885, _bootstrap.scss */
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6891, _bootstrap.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6895, _bootstrap.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6899, _bootstrap.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6903, _bootstrap.scss */
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6908, _bootstrap.scss */
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6913, _bootstrap.scss */
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6918, _bootstrap.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6922, _bootstrap.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6926, _bootstrap.scss */
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6931, _bootstrap.scss */
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6936, _bootstrap.scss */
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6941, _bootstrap.scss */
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6946, _bootstrap.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6950, _bootstrap.scss */
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6955, _bootstrap.scss */
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6960, _bootstrap.scss */
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6965, _bootstrap.scss */
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6970, _bootstrap.scss */
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6975, _bootstrap.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6979, _bootstrap.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6983, _bootstrap.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6987, _bootstrap.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6991, _bootstrap.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6995, _bootstrap.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6999, _bootstrap.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 7003, _bootstrap.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 7007, _bootstrap.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 7011, _bootstrap.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 7015, _bootstrap.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 7019, _bootstrap.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
/* line 7022, _bootstrap.scss */
.float-left {
  float: left !important; }

/* line 7025, _bootstrap.scss */
.float-right {
  float: right !important; }

/* line 7028, _bootstrap.scss */
.float-none {
  float: none !important; }

@media (min-width: 576px) {
  /* line 7032, _bootstrap.scss */
  .float-sm-left {
    float: left !important; }

  /* line 7035, _bootstrap.scss */
  .float-sm-right {
    float: right !important; }

  /* line 7038, _bootstrap.scss */
  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  /* line 7041, _bootstrap.scss */
  .float-md-left {
    float: left !important; }

  /* line 7044, _bootstrap.scss */
  .float-md-right {
    float: right !important; }

  /* line 7047, _bootstrap.scss */
  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  /* line 7050, _bootstrap.scss */
  .float-lg-left {
    float: left !important; }

  /* line 7053, _bootstrap.scss */
  .float-lg-right {
    float: right !important; }

  /* line 7056, _bootstrap.scss */
  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  /* line 7059, _bootstrap.scss */
  .float-xl-left {
    float: left !important; }

  /* line 7062, _bootstrap.scss */
  .float-xl-right {
    float: right !important; }

  /* line 7065, _bootstrap.scss */
  .float-xl-none {
    float: none !important; } }
/* line 7067, _bootstrap.scss */
.overflow-auto {
  overflow: auto !important; }

/* line 7070, _bootstrap.scss */
.overflow-hidden {
  overflow: hidden !important; }

/* line 7073, _bootstrap.scss */
.position-static {
  position: static !important; }

/* line 7076, _bootstrap.scss */
.position-relative {
  position: relative !important; }

/* line 7079, _bootstrap.scss */
.position-absolute {
  position: absolute !important; }

/* line 7082, _bootstrap.scss */
.position-fixed {
  position: fixed !important; }

/* line 7085, _bootstrap.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

/* line 7089, _bootstrap.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

/* line 7096, _bootstrap.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 7104, _bootstrap.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }
/* line 7110, _bootstrap.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* line 7120, _bootstrap.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

/* line 7128, _bootstrap.scss */
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

/* line 7132, _bootstrap.scss */
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

/* line 7136, _bootstrap.scss */
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

/* line 7140, _bootstrap.scss */
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/* line 7144, _bootstrap.scss */
.w-25 {
  width: 25% !important; }

/* line 7147, _bootstrap.scss */
.w-50 {
  width: 50% !important; }

/* line 7150, _bootstrap.scss */
.w-75 {
  width: 75% !important; }

/* line 7153, _bootstrap.scss */
.w-100 {
  width: 100% !important; }

/* line 7156, _bootstrap.scss */
.w-auto {
  width: auto !important; }

/* line 7159, _bootstrap.scss */
.h-25 {
  height: 25% !important; }

/* line 7162, _bootstrap.scss */
.h-50 {
  height: 50% !important; }

/* line 7165, _bootstrap.scss */
.h-75 {
  height: 75% !important; }

/* line 7168, _bootstrap.scss */
.h-100 {
  height: 100% !important; }

/* line 7171, _bootstrap.scss */
.h-auto {
  height: auto !important; }

/* line 7174, _bootstrap.scss */
.mw-100 {
  max-width: 100% !important; }

/* line 7177, _bootstrap.scss */
.mh-100 {
  max-height: 100% !important; }

/* line 7180, _bootstrap.scss */
.min-vw-100 {
  min-width: 100vw !important; }

/* line 7183, _bootstrap.scss */
.min-vh-100 {
  min-height: 100vh !important; }

/* line 7186, _bootstrap.scss */
.vw-100 {
  width: 100vw !important; }

/* line 7189, _bootstrap.scss */
.vh-100 {
  height: 100vh !important; }

/* line 7192, _bootstrap.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent; }

/* line 7203, _bootstrap.scss */
.m-0 {
  margin: 0 !important; }

/* line 7206, _bootstrap.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important; }

/* line 7210, _bootstrap.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important; }

/* line 7214, _bootstrap.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

/* line 7218, _bootstrap.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important; }

/* line 7222, _bootstrap.scss */
.m-1 {
  margin: 0.25rem !important; }

/* line 7225, _bootstrap.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

/* line 7229, _bootstrap.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

/* line 7233, _bootstrap.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

/* line 7237, _bootstrap.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

/* line 7241, _bootstrap.scss */
.m-2 {
  margin: 0.5rem !important; }

/* line 7244, _bootstrap.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

/* line 7248, _bootstrap.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

/* line 7252, _bootstrap.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

/* line 7256, _bootstrap.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

/* line 7260, _bootstrap.scss */
.m-3 {
  margin: 1rem !important; }

/* line 7263, _bootstrap.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important; }

/* line 7267, _bootstrap.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

/* line 7271, _bootstrap.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

/* line 7275, _bootstrap.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

/* line 7279, _bootstrap.scss */
.m-4 {
  margin: 1.5rem !important; }

/* line 7282, _bootstrap.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

/* line 7286, _bootstrap.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

/* line 7290, _bootstrap.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

/* line 7294, _bootstrap.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

/* line 7298, _bootstrap.scss */
.m-5 {
  margin: 3rem !important; }

/* line 7301, _bootstrap.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important; }

/* line 7305, _bootstrap.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

/* line 7309, _bootstrap.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

/* line 7313, _bootstrap.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

/* line 7317, _bootstrap.scss */
.p-0 {
  padding: 0 !important; }

/* line 7320, _bootstrap.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important; }

/* line 7324, _bootstrap.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important; }

/* line 7328, _bootstrap.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

/* line 7332, _bootstrap.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important; }

/* line 7336, _bootstrap.scss */
.p-1 {
  padding: 0.25rem !important; }

/* line 7339, _bootstrap.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

/* line 7343, _bootstrap.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

/* line 7347, _bootstrap.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

/* line 7351, _bootstrap.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

/* line 7355, _bootstrap.scss */
.p-2 {
  padding: 0.5rem !important; }

/* line 7358, _bootstrap.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

/* line 7362, _bootstrap.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

/* line 7366, _bootstrap.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

/* line 7370, _bootstrap.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

/* line 7374, _bootstrap.scss */
.p-3 {
  padding: 1rem !important; }

/* line 7377, _bootstrap.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important; }

/* line 7381, _bootstrap.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important; }

/* line 7385, _bootstrap.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

/* line 7389, _bootstrap.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important; }

/* line 7393, _bootstrap.scss */
.p-4 {
  padding: 1.5rem !important; }

/* line 7396, _bootstrap.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

/* line 7400, _bootstrap.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

/* line 7404, _bootstrap.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

/* line 7408, _bootstrap.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

/* line 7412, _bootstrap.scss */
.p-5 {
  padding: 3rem !important; }

/* line 7415, _bootstrap.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important; }

/* line 7419, _bootstrap.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important; }

/* line 7423, _bootstrap.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

/* line 7427, _bootstrap.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important; }

/* line 7431, _bootstrap.scss */
.m-n1 {
  margin: -0.25rem !important; }

/* line 7434, _bootstrap.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

/* line 7438, _bootstrap.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

/* line 7442, _bootstrap.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

/* line 7446, _bootstrap.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

/* line 7450, _bootstrap.scss */
.m-n2 {
  margin: -0.5rem !important; }

/* line 7453, _bootstrap.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

/* line 7457, _bootstrap.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

/* line 7461, _bootstrap.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

/* line 7465, _bootstrap.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

/* line 7469, _bootstrap.scss */
.m-n3 {
  margin: -1rem !important; }

/* line 7472, _bootstrap.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

/* line 7476, _bootstrap.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

/* line 7480, _bootstrap.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

/* line 7484, _bootstrap.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

/* line 7488, _bootstrap.scss */
.m-n4 {
  margin: -1.5rem !important; }

/* line 7491, _bootstrap.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

/* line 7495, _bootstrap.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

/* line 7499, _bootstrap.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

/* line 7503, _bootstrap.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

/* line 7507, _bootstrap.scss */
.m-n5 {
  margin: -3rem !important; }

/* line 7510, _bootstrap.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

/* line 7514, _bootstrap.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

/* line 7518, _bootstrap.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

/* line 7522, _bootstrap.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

/* line 7526, _bootstrap.scss */
.m-auto {
  margin: auto !important; }

/* line 7529, _bootstrap.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important; }

/* line 7533, _bootstrap.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important; }

/* line 7537, _bootstrap.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

/* line 7541, _bootstrap.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  /* line 7546, _bootstrap.scss */
  .m-sm-0 {
    margin: 0 !important; }

  /* line 7549, _bootstrap.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  /* line 7553, _bootstrap.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  /* line 7557, _bootstrap.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  /* line 7561, _bootstrap.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  /* line 7565, _bootstrap.scss */
  .m-sm-1 {
    margin: 0.25rem !important; }

  /* line 7568, _bootstrap.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  /* line 7572, _bootstrap.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  /* line 7576, _bootstrap.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  /* line 7580, _bootstrap.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  /* line 7584, _bootstrap.scss */
  .m-sm-2 {
    margin: 0.5rem !important; }

  /* line 7587, _bootstrap.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  /* line 7591, _bootstrap.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  /* line 7595, _bootstrap.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  /* line 7599, _bootstrap.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  /* line 7603, _bootstrap.scss */
  .m-sm-3 {
    margin: 1rem !important; }

  /* line 7606, _bootstrap.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  /* line 7610, _bootstrap.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  /* line 7614, _bootstrap.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  /* line 7618, _bootstrap.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  /* line 7622, _bootstrap.scss */
  .m-sm-4 {
    margin: 1.5rem !important; }

  /* line 7625, _bootstrap.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  /* line 7629, _bootstrap.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  /* line 7633, _bootstrap.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  /* line 7637, _bootstrap.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  /* line 7641, _bootstrap.scss */
  .m-sm-5 {
    margin: 3rem !important; }

  /* line 7644, _bootstrap.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  /* line 7648, _bootstrap.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  /* line 7652, _bootstrap.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  /* line 7656, _bootstrap.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  /* line 7660, _bootstrap.scss */
  .p-sm-0 {
    padding: 0 !important; }

  /* line 7663, _bootstrap.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  /* line 7667, _bootstrap.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  /* line 7671, _bootstrap.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  /* line 7675, _bootstrap.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  /* line 7679, _bootstrap.scss */
  .p-sm-1 {
    padding: 0.25rem !important; }

  /* line 7682, _bootstrap.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  /* line 7686, _bootstrap.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  /* line 7690, _bootstrap.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  /* line 7694, _bootstrap.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  /* line 7698, _bootstrap.scss */
  .p-sm-2 {
    padding: 0.5rem !important; }

  /* line 7701, _bootstrap.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  /* line 7705, _bootstrap.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  /* line 7709, _bootstrap.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  /* line 7713, _bootstrap.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  /* line 7717, _bootstrap.scss */
  .p-sm-3 {
    padding: 1rem !important; }

  /* line 7720, _bootstrap.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  /* line 7724, _bootstrap.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  /* line 7728, _bootstrap.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  /* line 7732, _bootstrap.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  /* line 7736, _bootstrap.scss */
  .p-sm-4 {
    padding: 1.5rem !important; }

  /* line 7739, _bootstrap.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  /* line 7743, _bootstrap.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  /* line 7747, _bootstrap.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 24px !important; }

  /* line 7751, _bootstrap.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  /* line 7755, _bootstrap.scss */
  .p-sm-5 {
    padding: 3rem !important; }

  /* line 7758, _bootstrap.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  /* line 7762, _bootstrap.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  /* line 7766, _bootstrap.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  /* line 7770, _bootstrap.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  /* line 7774, _bootstrap.scss */
  .m-sm-n1 {
    margin: -0.25rem !important; }

  /* line 7777, _bootstrap.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }

  /* line 7781, _bootstrap.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  /* line 7785, _bootstrap.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 7789, _bootstrap.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  /* line 7793, _bootstrap.scss */
  .m-sm-n2 {
    margin: -0.5rem !important; }

  /* line 7796, _bootstrap.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }

  /* line 7800, _bootstrap.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  /* line 7804, _bootstrap.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 7808, _bootstrap.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  /* line 7812, _bootstrap.scss */
  .m-sm-n3 {
    margin: -1rem !important; }

  /* line 7815, _bootstrap.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }

  /* line 7819, _bootstrap.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }

  /* line 7823, _bootstrap.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }

  /* line 7827, _bootstrap.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }

  /* line 7831, _bootstrap.scss */
  .m-sm-n4 {
    margin: -1.5rem !important; }

  /* line 7834, _bootstrap.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }

  /* line 7838, _bootstrap.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  /* line 7842, _bootstrap.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 7846, _bootstrap.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  /* line 7850, _bootstrap.scss */
  .m-sm-n5 {
    margin: -3rem !important; }

  /* line 7853, _bootstrap.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }

  /* line 7857, _bootstrap.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }

  /* line 7861, _bootstrap.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }

  /* line 7865, _bootstrap.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }

  /* line 7869, _bootstrap.scss */
  .m-sm-auto {
    margin: auto !important; }

  /* line 7872, _bootstrap.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  /* line 7876, _bootstrap.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  /* line 7880, _bootstrap.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  /* line 7884, _bootstrap.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  /* line 7888, _bootstrap.scss */
  .m-md-0 {
    margin: 0 !important; }

  /* line 7891, _bootstrap.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  /* line 7895, _bootstrap.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  /* line 7899, _bootstrap.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  /* line 7903, _bootstrap.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  /* line 7907, _bootstrap.scss */
  .m-md-1 {
    margin: 0.25rem !important; }

  /* line 7910, _bootstrap.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  /* line 7914, _bootstrap.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  /* line 7918, _bootstrap.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  /* line 7922, _bootstrap.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  /* line 7926, _bootstrap.scss */
  .m-md-2 {
    margin: 0.5rem !important; }

  /* line 7929, _bootstrap.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  /* line 7933, _bootstrap.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  /* line 7937, _bootstrap.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  /* line 7941, _bootstrap.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  /* line 7945, _bootstrap.scss */
  .m-md-3 {
    margin: 1rem !important; }

  /* line 7948, _bootstrap.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  /* line 7952, _bootstrap.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  /* line 7956, _bootstrap.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  /* line 7960, _bootstrap.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  /* line 7964, _bootstrap.scss */
  .m-md-4 {
    margin: 1.5rem !important; }

  /* line 7967, _bootstrap.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  /* line 7971, _bootstrap.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  /* line 7975, _bootstrap.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  /* line 7979, _bootstrap.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  /* line 7983, _bootstrap.scss */
  .m-md-5 {
    margin: 3rem !important; }

  /* line 7986, _bootstrap.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  /* line 7990, _bootstrap.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  /* line 7994, _bootstrap.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  /* line 7998, _bootstrap.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  /* line 8002, _bootstrap.scss */
  .p-md-0 {
    padding: 0 !important; }

  /* line 8005, _bootstrap.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  /* line 8009, _bootstrap.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  /* line 8013, _bootstrap.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  /* line 8017, _bootstrap.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  /* line 8021, _bootstrap.scss */
  .p-md-1 {
    padding: 0.25rem !important; }

  /* line 8024, _bootstrap.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  /* line 8028, _bootstrap.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  /* line 8032, _bootstrap.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  /* line 8036, _bootstrap.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  /* line 8040, _bootstrap.scss */
  .p-md-2 {
    padding: 0.5rem !important; }

  /* line 8043, _bootstrap.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  /* line 8047, _bootstrap.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  /* line 8051, _bootstrap.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  /* line 8055, _bootstrap.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  /* line 8059, _bootstrap.scss */
  .p-md-3 {
    padding: 1rem !important; }

  /* line 8062, _bootstrap.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  /* line 8066, _bootstrap.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  /* line 8070, _bootstrap.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  /* line 8074, _bootstrap.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  /* line 8078, _bootstrap.scss */
  .p-md-4 {
    padding: 1.5rem !important; }

  /* line 8081, _bootstrap.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  /* line 8085, _bootstrap.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  /* line 8089, _bootstrap.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  /* line 8093, _bootstrap.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  /* line 8097, _bootstrap.scss */
  .p-md-5 {
    padding: 3rem !important; }

  /* line 8100, _bootstrap.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  /* line 8104, _bootstrap.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  /* line 8108, _bootstrap.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  /* line 8112, _bootstrap.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  /* line 8116, _bootstrap.scss */
  .m-md-n1 {
    margin: -0.25rem !important; }

  /* line 8119, _bootstrap.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  /* line 8123, _bootstrap.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  /* line 8127, _bootstrap.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 8131, _bootstrap.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  /* line 8135, _bootstrap.scss */
  .m-md-n2 {
    margin: -0.5rem !important; }

  /* line 8138, _bootstrap.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  /* line 8142, _bootstrap.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  /* line 8146, _bootstrap.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 8150, _bootstrap.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  /* line 8154, _bootstrap.scss */
  .m-md-n3 {
    margin: -1rem !important; }

  /* line 8157, _bootstrap.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  /* line 8161, _bootstrap.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  /* line 8165, _bootstrap.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  /* line 8169, _bootstrap.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  /* line 8173, _bootstrap.scss */
  .m-md-n4 {
    margin: -1.5rem !important; }

  /* line 8176, _bootstrap.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  /* line 8180, _bootstrap.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  /* line 8184, _bootstrap.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 8188, _bootstrap.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  /* line 8192, _bootstrap.scss */
  .m-md-n5 {
    margin: -3rem !important; }

  /* line 8195, _bootstrap.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }

  /* line 8199, _bootstrap.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }

  /* line 8203, _bootstrap.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }

  /* line 8207, _bootstrap.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }

  /* line 8211, _bootstrap.scss */
  .m-md-auto {
    margin: auto !important; }

  /* line 8214, _bootstrap.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  /* line 8218, _bootstrap.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  /* line 8222, _bootstrap.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  /* line 8226, _bootstrap.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  /* line 8230, _bootstrap.scss */
  .m-lg-0 {
    margin: 0 !important; }

  /* line 8233, _bootstrap.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  /* line 8237, _bootstrap.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  /* line 8241, _bootstrap.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  /* line 8245, _bootstrap.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  /* line 8249, _bootstrap.scss */
  .m-lg-1 {
    margin: 0.25rem !important; }

  /* line 8252, _bootstrap.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  /* line 8256, _bootstrap.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  /* line 8260, _bootstrap.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  /* line 8264, _bootstrap.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  /* line 8268, _bootstrap.scss */
  .m-lg-2 {
    margin: 0.5rem !important; }

  /* line 8271, _bootstrap.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  /* line 8275, _bootstrap.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  /* line 8279, _bootstrap.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  /* line 8283, _bootstrap.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  /* line 8287, _bootstrap.scss */
  .m-lg-3 {
    margin: 1rem !important; }

  /* line 8290, _bootstrap.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  /* line 8294, _bootstrap.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  /* line 8298, _bootstrap.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  /* line 8302, _bootstrap.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  /* line 8306, _bootstrap.scss */
  .m-lg-4 {
    margin: 1.5rem !important; }

  /* line 8309, _bootstrap.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  /* line 8313, _bootstrap.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  /* line 8317, _bootstrap.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  /* line 8321, _bootstrap.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  /* line 8325, _bootstrap.scss */
  .m-lg-5 {
    margin: 3rem !important; }

  /* line 8328, _bootstrap.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  /* line 8332, _bootstrap.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  /* line 8336, _bootstrap.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  /* line 8340, _bootstrap.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  /* line 8344, _bootstrap.scss */
  .p-lg-0 {
    padding: 0 !important; }

  /* line 8347, _bootstrap.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  /* line 8351, _bootstrap.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  /* line 8355, _bootstrap.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  /* line 8359, _bootstrap.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  /* line 8363, _bootstrap.scss */
  .p-lg-1 {
    padding: 0.25rem !important; }

  /* line 8366, _bootstrap.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  /* line 8370, _bootstrap.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  /* line 8374, _bootstrap.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  /* line 8378, _bootstrap.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  /* line 8382, _bootstrap.scss */
  .p-lg-2 {
    padding: 0.5rem !important; }

  /* line 8385, _bootstrap.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  /* line 8389, _bootstrap.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  /* line 8393, _bootstrap.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  /* line 8397, _bootstrap.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  /* line 8401, _bootstrap.scss */
  .p-lg-3 {
    padding: 1rem !important; }

  /* line 8404, _bootstrap.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  /* line 8408, _bootstrap.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  /* line 8412, _bootstrap.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  /* line 8416, _bootstrap.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  /* line 8420, _bootstrap.scss */
  .p-lg-4 {
    padding: 1.5rem !important; }

  /* line 8423, _bootstrap.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  /* line 8427, _bootstrap.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  /* line 8431, _bootstrap.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  /* line 8435, _bootstrap.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  /* line 8439, _bootstrap.scss */
  .p-lg-5 {
    padding: 3rem !important; }

  /* line 8442, _bootstrap.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  /* line 8446, _bootstrap.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  /* line 8450, _bootstrap.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  /* line 8454, _bootstrap.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  /* line 8458, _bootstrap.scss */
  .m-lg-n1 {
    margin: -0.25rem !important; }

  /* line 8461, _bootstrap.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  /* line 8465, _bootstrap.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  /* line 8469, _bootstrap.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 8473, _bootstrap.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  /* line 8477, _bootstrap.scss */
  .m-lg-n2 {
    margin: -0.5rem !important; }

  /* line 8480, _bootstrap.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  /* line 8484, _bootstrap.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  /* line 8488, _bootstrap.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 8492, _bootstrap.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  /* line 8496, _bootstrap.scss */
  .m-lg-n3 {
    margin: -1rem !important; }

  /* line 8499, _bootstrap.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  /* line 8503, _bootstrap.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  /* line 8507, _bootstrap.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  /* line 8511, _bootstrap.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  /* line 8515, _bootstrap.scss */
  .m-lg-n4 {
    margin: -1.5rem !important; }

  /* line 8518, _bootstrap.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  /* line 8522, _bootstrap.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  /* line 8526, _bootstrap.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 8530, _bootstrap.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  /* line 8534, _bootstrap.scss */
  .m-lg-n5 {
    margin: -3rem !important; }

  /* line 8537, _bootstrap.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }

  /* line 8541, _bootstrap.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }

  /* line 8545, _bootstrap.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }

  /* line 8549, _bootstrap.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }

  /* line 8553, _bootstrap.scss */
  .m-lg-auto {
    margin: auto !important; }

  /* line 8556, _bootstrap.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  /* line 8560, _bootstrap.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  /* line 8564, _bootstrap.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  /* line 8568, _bootstrap.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  /* line 8572, _bootstrap.scss */
  .m-xl-0 {
    margin: 0 !important; }

  /* line 8575, _bootstrap.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  /* line 8579, _bootstrap.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  /* line 8583, _bootstrap.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  /* line 8587, _bootstrap.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  /* line 8591, _bootstrap.scss */
  .m-xl-1 {
    margin: 0.25rem !important; }

  /* line 8594, _bootstrap.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  /* line 8598, _bootstrap.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  /* line 8602, _bootstrap.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  /* line 8606, _bootstrap.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  /* line 8610, _bootstrap.scss */
  .m-xl-2 {
    margin: 0.5rem !important; }

  /* line 8613, _bootstrap.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  /* line 8617, _bootstrap.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  /* line 8621, _bootstrap.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  /* line 8625, _bootstrap.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  /* line 8629, _bootstrap.scss */
  .m-xl-3 {
    margin: 1rem !important; }

  /* line 8632, _bootstrap.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  /* line 8636, _bootstrap.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  /* line 8640, _bootstrap.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  /* line 8644, _bootstrap.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  /* line 8648, _bootstrap.scss */
  .m-xl-4 {
    margin: 1.5rem !important; }

  /* line 8651, _bootstrap.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  /* line 8655, _bootstrap.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  /* line 8659, _bootstrap.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  /* line 8663, _bootstrap.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  /* line 8667, _bootstrap.scss */
  .m-xl-5 {
    margin: 3rem !important; }

  /* line 8670, _bootstrap.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  /* line 8674, _bootstrap.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  /* line 8678, _bootstrap.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  /* line 8682, _bootstrap.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  /* line 8686, _bootstrap.scss */
  .p-xl-0 {
    padding: 0 !important; }

  /* line 8689, _bootstrap.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  /* line 8693, _bootstrap.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  /* line 8697, _bootstrap.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  /* line 8701, _bootstrap.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  /* line 8705, _bootstrap.scss */
  .p-xl-1 {
    padding: 0.25rem !important; }

  /* line 8708, _bootstrap.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  /* line 8712, _bootstrap.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  /* line 8716, _bootstrap.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  /* line 8720, _bootstrap.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  /* line 8724, _bootstrap.scss */
  .p-xl-2 {
    padding: 0.5rem !important; }

  /* line 8727, _bootstrap.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  /* line 8731, _bootstrap.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  /* line 8735, _bootstrap.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  /* line 8739, _bootstrap.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  /* line 8743, _bootstrap.scss */
  .p-xl-3 {
    padding: 1rem !important; }

  /* line 8746, _bootstrap.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  /* line 8750, _bootstrap.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  /* line 8754, _bootstrap.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  /* line 8758, _bootstrap.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  /* line 8762, _bootstrap.scss */
  .p-xl-4 {
    padding: 1.5rem !important; }

  /* line 8765, _bootstrap.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  /* line 8769, _bootstrap.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  /* line 8773, _bootstrap.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  /* line 8777, _bootstrap.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  /* line 8781, _bootstrap.scss */
  .p-xl-5 {
    padding: 3rem !important; }

  /* line 8784, _bootstrap.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  /* line 8788, _bootstrap.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  /* line 8792, _bootstrap.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  /* line 8796, _bootstrap.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  /* line 8800, _bootstrap.scss */
  .m-xl-n1 {
    margin: -0.25rem !important; }

  /* line 8803, _bootstrap.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }

  /* line 8807, _bootstrap.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  /* line 8811, _bootstrap.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 8815, _bootstrap.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  /* line 8819, _bootstrap.scss */
  .m-xl-n2 {
    margin: -0.5rem !important; }

  /* line 8822, _bootstrap.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }

  /* line 8826, _bootstrap.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  /* line 8830, _bootstrap.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 8834, _bootstrap.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  /* line 8838, _bootstrap.scss */
  .m-xl-n3 {
    margin: -1rem !important; }

  /* line 8841, _bootstrap.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }

  /* line 8845, _bootstrap.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }

  /* line 8849, _bootstrap.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }

  /* line 8853, _bootstrap.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }

  /* line 8857, _bootstrap.scss */
  .m-xl-n4 {
    margin: -1.5rem !important; }

  /* line 8860, _bootstrap.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }

  /* line 8864, _bootstrap.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  /* line 8868, _bootstrap.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 8872, _bootstrap.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  /* line 8876, _bootstrap.scss */
  .m-xl-n5 {
    margin: -3rem !important; }

  /* line 8879, _bootstrap.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }

  /* line 8883, _bootstrap.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }

  /* line 8887, _bootstrap.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }

  /* line 8891, _bootstrap.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }

  /* line 8895, _bootstrap.scss */
  .m-xl-auto {
    margin: auto !important; }

  /* line 8898, _bootstrap.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  /* line 8902, _bootstrap.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  /* line 8906, _bootstrap.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  /* line 8910, _bootstrap.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
/* line 8913, _bootstrap.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

/* line 8916, _bootstrap.scss */
.text-justify {
  text-align: justify !important; }

/* line 8919, _bootstrap.scss */
.text-wrap {
  white-space: normal !important; }

/* line 8922, _bootstrap.scss */
.text-nowrap {
  white-space: nowrap !important; }

/* line 8925, _bootstrap.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 8930, _bootstrap.scss */
.text-left {
  text-align: left !important; }

/* line 8933, _bootstrap.scss */
.text-right {
  text-align: right !important; }

/* line 8936, _bootstrap.scss */
.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  /* line 8940, _bootstrap.scss */
  .text-sm-left {
    text-align: left !important; }

  /* line 8943, _bootstrap.scss */
  .text-sm-right {
    text-align: right !important; }

  /* line 8946, _bootstrap.scss */
  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  /* line 8949, _bootstrap.scss */
  .text-md-left {
    text-align: left !important; }

  /* line 8952, _bootstrap.scss */
  .text-md-right {
    text-align: right !important; }

  /* line 8955, _bootstrap.scss */
  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  /* line 8958, _bootstrap.scss */
  .text-lg-left {
    text-align: left !important; }

  /* line 8961, _bootstrap.scss */
  .text-lg-right {
    text-align: right !important; }

  /* line 8964, _bootstrap.scss */
  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  /* line 8967, _bootstrap.scss */
  .text-xl-left {
    text-align: left !important; }

  /* line 8970, _bootstrap.scss */
  .text-xl-right {
    text-align: right !important; }

  /* line 8973, _bootstrap.scss */
  .text-xl-center {
    text-align: center !important; } }
/* line 8975, _bootstrap.scss */
.text-lowercase {
  text-transform: lowercase !important; }

/* line 8978, _bootstrap.scss */
.text-uppercase {
  text-transform: uppercase !important; }

/* line 8981, _bootstrap.scss */
.text-capitalize {
  text-transform: capitalize !important; }

/* line 8984, _bootstrap.scss */
.font-weight-light {
  font-weight: 300 !important; }

/* line 8987, _bootstrap.scss */
.font-weight-lighter {
  font-weight: lighter !important; }

/* line 8990, _bootstrap.scss */
.font-weight-normal {
  font-weight: 400 !important; }

/* line 8993, _bootstrap.scss */
.font-weight-bold {
  font-weight: 600 !important; }

/* line 8996, _bootstrap.scss */
.font-weight-bolder {
  font-weight: 700 !important; }

/* line 8999, _bootstrap.scss */
.font-italic {
  font-style: italic !important; }

/* line 9002, _bootstrap.scss */
.text-white {
  color: #fff !important; }

/* line 9005, _bootstrap.scss */
.text-primary {
  color: #2a5cf6 !important; }

/* line 9008, _bootstrap.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #2a5cf6 !important; }

/* line 9011, _bootstrap.scss */
.text-secondary {
  color: #545454 !important; }

/* line 9014, _bootstrap.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #2e2e2e !important; }

/* line 9017, _bootstrap.scss */
.text-success {
  color: #00b517 !important; }

/* line 9020, _bootstrap.scss */
a.text-success:hover, a.text-success:focus {
  color: #00690d !important; }

/* line 9023, _bootstrap.scss */
.text-info {
  color: #17a2b8 !important; }

/* line 9026, _bootstrap.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

/* line 9029, _bootstrap.scss */
.text-warning {
  color: #ff9017 !important; }

/* line 9032, _bootstrap.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ca6900 !important; }

/* line 9035, _bootstrap.scss */
.text-danger {
  color: #fa3434 !important; }

/* line 9038, _bootstrap.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #dc0505 !important; }

/* line 9041, _bootstrap.scss */
.text-light {
  color: #e4e4e4 !important; }

/* line 9044, _bootstrap.scss */
a.text-light:hover, a.text-light:focus {
  color: #bebebe !important; }

/* line 9047, _bootstrap.scss */
.text-dark {
  color: #212529 !important; }

/* line 9050, _bootstrap.scss */
a.text-dark:hover, a.text-dark:focus {
  color: black !important; }

/* line 9053, _bootstrap.scss */
.text-primary-light {
  color: #5f89f0 !important; }

/* line 9056, _bootstrap.scss */
a.text-primary-light:hover, a.text-primary-light:focus {
  color: #1a56e9 !important; }

/* line 9059, _bootstrap.scss */
.text-gray {
  color: #545454 !important; }

/* line 9062, _bootstrap.scss */
a.text-gray:hover, a.text-gray:focus {
  color: #2e2e2e !important; }

/* line 9065, _bootstrap.scss */
.text-gray-light {
  color: #969696 !important; }

/* line 9068, _bootstrap.scss */
a.text-gray-light:hover, a.text-gray-light:focus {
  color: #707070 !important; }

/* line 9071, _bootstrap.scss */
.text-body {
  color: #343a40 !important; }

/* line 9074, _bootstrap.scss */
.text-muted {
  color: #969696 !important; }

/* line 9077, _bootstrap.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

/* line 9080, _bootstrap.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

/* line 9083, _bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 9090, _bootstrap.scss */
.text-decoration-none {
  text-decoration: none !important; }

/* line 9093, _bootstrap.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

/* line 9097, _bootstrap.scss */
.text-reset {
  color: inherit !important; }

/* line 9100, _bootstrap.scss */
.visible {
  visibility: visible !important; }

/* line 9103, _bootstrap.scss */
.invisible {
  visibility: hidden !important; }

@media print {
  /* line 9107, _bootstrap.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

  /* line 9114, _bootstrap.scss */
  a:not(.btn) {
    text-decoration: underline; }

  /* line 9117, _bootstrap.scss */
  abbr[title]::after {
    content: " (" attr(title) ")"; }

  /* line 9120, _bootstrap.scss */
  pre {
    white-space: pre-wrap !important; }

  /* line 9123, _bootstrap.scss */
  pre,
  blockquote {
    border: 1px solid #969696;
    page-break-inside: avoid; }

  /* line 9128, _bootstrap.scss */
  thead {
    display: table-header-group; }

  /* line 9131, _bootstrap.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 9135, _bootstrap.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 9141, _bootstrap.scss */
  h2,
  h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  /* line 9147, _bootstrap.scss */
  body {
    min-width: 992px !important; }

  /* line 9150, _bootstrap.scss */
  .container {
    min-width: 992px !important; }

  /* line 9153, _bootstrap.scss */
  .navbar {
    display: none; }

  /* line 9156, _bootstrap.scss */
  .badge {
    border: 1px solid #000; }

  /* line 9159, _bootstrap.scss */
  .table {
    border-collapse: collapse !important; }

  /* line 9161, _bootstrap.scss */
  .table td,
  .table th {
    background-color: #fff !important; }

  /* line 9165, _bootstrap.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }

  /* line 9169, _bootstrap.scss */
  .table-dark {
    color: inherit; }

  /* line 9171, _bootstrap.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6; }

  /* line 9177, _bootstrap.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }
/* line 13, swiper.css */
:root {
  --swiper-theme-color: #007aff; }

/* line 13, swiper.css */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

/* line 13, swiper.css */
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

/* line 13, swiper.css */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

/* line 13, swiper.css */
.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

/* line 13, swiper.css */
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

/* line 13, swiper.css */
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

/* line 13, swiper.css */
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

/* line 13, swiper.css */
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

/* line 13, swiper.css */
.swiper-slide-invisible-blank {
  visibility: hidden; }

/* line 13, swiper.css */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

/* line 13, swiper.css */
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

/* line 13, swiper.css */
.swiper-container-3d {
  perspective: 1200px; }

/* line 13, 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 13, 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 13, swiper.css */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

/* line 13, swiper.css */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

/* line 13, swiper.css */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

/* line 13, swiper.css */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

/* line 13, swiper.css */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

/* line 13, swiper.css */
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

/* line 13, swiper.css */
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

/* line 13, swiper.css */
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

/* line 13, swiper.css */
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

/* line 13, swiper.css */
:root {
  --swiper-navigation-size: 44px; }

/* line 13, swiper.css */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

/* line 13, swiper.css */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

/* line 13, swiper.css */
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

/* line 13, swiper.css */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

/* line 13, swiper.css */
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

/* line 13, swiper.css */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

/* line 13, swiper.css */
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

/* line 13, swiper.css */
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

/* line 13, swiper.css */
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000; }

/* line 13, swiper.css */
.swiper-button-lock {
  display: none; }

/* line 13, swiper.css */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

/* line 13, swiper.css */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* line 13, swiper.css */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* line 13, swiper.css */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

/* line 13, swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

/* line 13, swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

/* line 13, swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

/* line 13, swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

/* line 13, swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

/* line 13, swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

/* line 13, swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

/* line 13, swiper.css */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

/* line 13, swiper.css */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 13, swiper.css */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

/* line 13, swiper.css */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

/* line 13, swiper.css */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

/* line 13, swiper.css */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

/* line 13, swiper.css */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

/* line 13, swiper.css */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

/* line 13, swiper.css */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

/* line 13, swiper.css */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

/* line 13, swiper.css */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

/* line 13, swiper.css */
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

/* line 13, swiper.css */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

/* line 13, swiper.css */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

/* line 13, swiper.css */
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

/* line 13, swiper.css */
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

/* line 13, swiper.css */
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

/* line 13, swiper.css */
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

/* line 13, swiper.css */
.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

/* line 13, swiper.css */
.swiper-pagination-lock {
  display: none; }

/* line 13, swiper.css */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

/* line 13, swiper.css */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

/* line 13, swiper.css */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

/* line 13, 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 13, swiper.css */
.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* line 13, swiper.css */
.swiper-scrollbar-lock {
  display: none; }

/* line 13, swiper.css */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

/* line 13, swiper.css */
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* line 13, swiper.css */
.swiper-slide-zoomed {
  cursor: move; }

/* line 13, 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 infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

/* line 13, swiper.css */
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

/* line 13, swiper.css */
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/* line 13, swiper.css */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* line 13, swiper.css */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

/* line 13, swiper.css */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

/* line 13, swiper.css */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 13, swiper.css */
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 13, swiper.css */
.swiper-container-cube {
  overflow: visible; }

/* line 13, swiper.css */
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

/* line 13, swiper.css */
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 13, swiper.css */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

/* line 13, swiper.css */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 13, 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 13, 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 {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 13, swiper.css */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* line 13, swiper.css */
.swiper-container-flip {
  overflow: visible; }

/* line 13, swiper.css */
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

/* line 13, swiper.css */
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 13, swiper.css */
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 13, swiper.css */
.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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 1, responsive.css */
.mobile-block {
  display: none; }

@media (max-width: 1200px) {
  /* tablet devices */ }
@media (max-width: 992px) {
  /* small tablet devices */
  /* line 8, responsive.css */
  .slider-main .item-slide {
    height: auto; }

  /* line 11, responsive.css */
  .table-shopping-cart tr td:first-child {
    width: 250px; }

  /* line 13, responsive.css */
  .table-shopping-cart .itemside .info {
    padding: 0; }

  /* line 15, responsive.css */
  .table-shopping-cart .itemside .aside {
    display: none; } }
@media all and (max-width: 768px) {
  /* mobile devices */
  /* line 19, responsive.css */
  .section-header .search {
    margin-top: 1rem;
    margin-bottom: 1rem; }

  /* line 23, responsive.css */
  .item-feature {
    margin-bottom: 20px; }

  /* line 26, responsive.css */
  .mobile-order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 31, responsive.css */
  .mobile-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 36, responsive.css */
  .mobile-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  /* line 41, responsive.css */
  .mobile-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  /* line 46, responsive.css */
  .mobile-block {
    display: block; }

  /* line 49, responsive.css */
  .section-header .logo {
    max-height: 40px;
    width: auto; }

  /* line 52, responsive.css */
  .section-header .search {
    margin-top: 1rem; }

  /* line 55, responsive.css */
  .navbar-expand .navbar-collapse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }
/* line 1, offcanvas.css */
.c-offcanvas {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 7, offcanvas.css */
.c-offcanvas-bg.c-offcanvas-bg--push, .c-offcanvas-bg.c-offcanvas-bg--reveal, .c-offcanvas-content-wrap, .c-offcanvas {
  transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1); }

/* line 11, offcanvas.css */
.c-offcanvas.is-open {
  transform: translate3d(0, 0, 0);
  visibility: visible; }

/**
 * Offcanvas-content-wrap
*/
/* line 19, offcanvas.css */
.c-offcanvas-content-wrap {
  z-index: 3; }

/**
 * Offcanvas Panel
*/
/* line 26, offcanvas.css */
.c-offcanvas {
  position: fixed;
  min-height: 100%;
  max-height: none;
  top: 0;
  display: block;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto; }

/* line 36, offcanvas.css */
.c-offcanvas--opening {
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1); }

/* line 39, offcanvas.css */
.c-offcanvas.is-closed {
  max-height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: none; }

/* line 46, offcanvas.css */
.c-offcanvas--overlay {
  z-index: 1080; }

/* line 50, offcanvas.css */
.c-offcanvas--reveal {
  z-index: 2; }

/**
 * Offcanvas BG-Overlay
*/
/* line 57, offcanvas.css */
.c-offcanvas-bg {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1079;
  left: -100%;
  background-color: transparent;
  transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }

/* line 67, offcanvas.css */
.c-offcanvas-bg.is-animating, .c-offcanvas-bg.is-open {
  left: 0;
  background-color: rgba(0, 0, 0, 0.68);
  visibility: visible; }

/* line 72, offcanvas.css */
.c-offcanvas-bg.is-closed {
  visibility: hidden; }

/* line 75, offcanvas.css */
.c-offcanvas-bg--closing.is-animating {
  background: transparent; }

/**
 * Position Left
 *
*/
/* line 83, offcanvas.css */
.c-offcanvas--left {
  height: 100%;
  width: 17em;
  transform: translate3d(-17em, 0, 0); }

/**
 *  Position Right
 *
*/
/* line 93, offcanvas.css */
.c-offcanvas--right {
  height: 100%;
  width: 17em;
  right: 0;
  transform: translate3d(17em, 0, 0); }

/**
 * Position Top
 *
*/
/* line 104, offcanvas.css */
.c-offcanvas--top {
  left: 0;
  right: 0;
  top: 0;
  height: 12.5em;
  min-height: auto;
  width: 100%;
  transform: translate3d(0, -12.5em, 0); }

/**
 * Position Bottom
 *
*/
/* line 118, offcanvas.css */
.c-offcanvas--bottom {
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12.5em;
  min-height: auto;
  width: 100%;
  transform: translate3d(0, 12.5em, 0); }

/**
 * Reveal
 *
*/
/* line 133, offcanvas.css */
.c-offcanvas-content-wrap {
  z-index: 3; }

/* line 137, offcanvas.css */
.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--left.is-open {
  transform: translate3d(17em, 0, 0); }

/* line 140, offcanvas.css */
.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--right.is-open {
  transform: translate3d(-17em, 0, 0); }

/* line 144, offcanvas.css */
.c-offcanvas--reveal {
  z-index: 0;
  transform: translate3d(0, 0, 0); }

/* line 149, offcanvas.css */
.c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--left.is-open {
  transform: translate3d(17em, 0, 0); }

/* line 152, offcanvas.css */
.c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--right.is-open {
  transform: translate3d(-17em, 0, 0); }

/**
 * Push
 *
*/
/* line 160, offcanvas.css */
.c-offcanvas--push {
  z-index: 6; }

/* line 163, offcanvas.css */
.c-offcanvas--push--opening {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }

/* line 167, offcanvas.css */
.c-offcanvas-content-wrap {
  z-index: 3; }

/* line 171, offcanvas.css */
.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--left.is-open {
  transform: translate3d(17em, 0, 0); }

/* line 174, offcanvas.css */
.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--right.is-open {
  transform: translate3d(-17em, 0, 0); }

/* line 178, offcanvas.css */
.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--left.is-open {
  transform: translate3d(17em, 0, 0); }

/* line 181, offcanvas.css */
.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--right.is-open {
  transform: translate3d(-17em, 0, 0); }

/*# sourceMappingURL=js-offcanvas.css.map */
/* line 1, fancybox.css */
body.compensate-for-scrollbar {
  overflow: hidden; }

/* line 1, fancybox.css */
.fancybox-active {
  height: auto; }

/* line 1, fancybox.css */
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

/* line 1, fancybox.css */
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

/* line 1, fancybox.css */
.fancybox-container * {
  box-sizing: border-box; }

/* line 1, fancybox.css */
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

/* line 1, fancybox.css */
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

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

/* line 1, fancybox.css */
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

/* line 1, fancybox.css */
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

/* line 1, fancybox.css */
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

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

/* line 1, fancybox.css */
.fancybox-toolbar {
  right: 0;
  top: 0; }

/* line 1, fancybox.css */
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

/* line 1, fancybox.css */
.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

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

/* line 1, fancybox.css */
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

/* line 1, fancybox.css */
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

/* line 1, fancybox.css */
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

/* line 1, fancybox.css */
.fancybox-slide--image:before {
  display: none; }

/* line 1, fancybox.css */
.fancybox-slide--html {
  padding: 6px; }

/* line 1, fancybox.css */
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

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

/* line 1, fancybox.css */
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

/* line 1, fancybox.css */
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

/* line 1, fancybox.css */
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab; }

/* line 1, fancybox.css */
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

/* line 1, fancybox.css */
.fancybox-container [data-selectable=true] {
  cursor: text; }

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

/* line 1, fancybox.css */
.fancybox-spaceball {
  z-index: 1; }

/* line 1, fancybox.css */
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

/* line 1, fancybox.css */
.fancybox-slide--video .fancybox-content {
  background: #000; }

/* line 1, fancybox.css */
.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

/* line 1, fancybox.css */
.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

/* line 1, fancybox.css */
.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* line 1, fancybox.css */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

/* line 1, fancybox.css */
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

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

/* line 1, fancybox.css */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

/* line 1, fancybox.css */
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

/* line 1, fancybox.css */
.fancybox-button:hover {
  color: #fff; }

/* line 1, fancybox.css */
.fancybox-button:focus {
  outline: none; }

/* line 1, fancybox.css */
.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

/* line 1, fancybox.css */
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* line 1, fancybox.css */
.fancybox-button div {
  height: 100%; }

/* line 1, fancybox.css */
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

/* line 1, fancybox.css */
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

/* line 1, fancybox.css */
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none; }

/* line 1, fancybox.css */
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* line 1, fancybox.css */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

/* line 1, fancybox.css */
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

/* line 1, fancybox.css */
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

/* line 1, fancybox.css */
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

/* line 1, fancybox.css */
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* line 1, fancybox.css */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

/* line 1, fancybox.css */
.fancybox-navigation .fancybox-button div {
  padding: 7px; }

/* line 1, fancybox.css */
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

/* line 1, fancybox.css */
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* line 1, fancybox.css */
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  /* line 1, fancybox.css */
  .fancybox-caption {
    padding: 75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left)); } }
/* line 1, fancybox.css */
.fancybox-caption--separate {
  margin-top: -50px; }

/* line 1, fancybox.css */
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

/* line 1, fancybox.css */
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

/* line 1, fancybox.css */
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* line 1, fancybox.css */
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes a {
  to {
    transform: rotate(1turn); } }
/* line 1, fancybox.css */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* line 1, fancybox.css */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

/* line 1, fancybox.css */
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

/* line 1, fancybox.css */
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0); }

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

/* line 1, fancybox.css */
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* line 1, fancybox.css */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

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

/* line 1, fancybox.css */
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1); }

/* line 1, fancybox.css */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

/* line 1, fancybox.css */
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

/* line 1, fancybox.css */
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

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

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

/* line 1, fancybox.css */
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0); }

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

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

/* line 1, fancybox.css */
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  /* line 1, fancybox.css */
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  /* line 1, fancybox.css */
  .fancybox-slide--image {
    padding: 6px 0; }

  /* line 1, fancybox.css */
  .fancybox-close-small {
    right: -6px; }

  /* line 1, fancybox.css */
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  /* line 1, fancybox.css */
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }

  @supports (padding: 0px) {
    /* line 1, fancybox.css */
    .fancybox-caption {
      padding-left: max(12px,env(safe-area-inset-left));
      padding-right: max(12px,env(safe-area-inset-right)); } } }
/* line 1, fancybox.css */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

/* line 1, fancybox.css */
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

/* line 1, fancybox.css */
.fancybox-share p {
  margin: 0;
  padding: 0; }

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

/* line 1, fancybox.css */
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

/* line 1, fancybox.css */
.fancybox-share__button:hover {
  text-decoration: none; }

/* line 1, fancybox.css */
.fancybox-share__button--fb {
  background: #3b5998; }

/* line 1, fancybox.css */
.fancybox-share__button--fb:hover {
  background: #344e86; }

/* line 1, fancybox.css */
.fancybox-share__button--pt {
  background: #bd081d; }

/* line 1, fancybox.css */
.fancybox-share__button--pt:hover {
  background: #aa0719; }

/* line 1, fancybox.css */
.fancybox-share__button--tw {
  background: #1da1f2; }

/* line 1, fancybox.css */
.fancybox-share__button--tw:hover {
  background: #0d95e8; }

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

/* line 1, fancybox.css */
.fancybox-share__button svg path {
  fill: #fff; }

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

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

/* line 1, fancybox.css */
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

/* line 1, fancybox.css */
.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

/* line 1, fancybox.css */
.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

/* line 1, fancybox.css */
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

/* line 1, fancybox.css */
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

/* line 1, fancybox.css */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

/* line 1, fancybox.css */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

/* line 1, fancybox.css */
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

/* line 1, fancybox.css */
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

/* line 1, fancybox.css */
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

/* line 1, fancybox.css */
.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

/* line 1, fancybox.css */
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  /* line 1, fancybox.css */
  .fancybox-thumbs {
    width: 110px; }

  /* line 1, fancybox.css */
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  /* line 1, fancybox.css */
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
/* line 1, _range.scss */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial,sans-serif; }

/* line 1, _range.scss */
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

/* line 1, _range.scss */
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

/* line 1, _range.scss */
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

/* line 1, _range.scss */
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1; }

/* line 1, _range.scss */
.irs-handle.type_last {
  z-index: 2; }

/* line 1, _range.scss */
.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default; }

/* line 1, _range.scss */
.irs-min {
  left: 0; }

/* line 1, _range.scss */
.irs-max {
  right: 0; }

/* line 1, _range.scss */
.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

/* line 1, _range.scss */
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

/* line 1, _range.scss */
.irs-with-grid .irs-grid {
  display: block; }

/* line 1, _range.scss */
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #444; }

/* line 1, _range.scss */
.irs-grid-pol.small {
  height: 4px; }

/* line 1, _range.scss */
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #444; }

/* line 1, _range.scss */
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2; }

/* line 1, _range.scss */
.lt-ie9 .irs-disable-mask {
  background: #444;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

/* line 1, _range.scss */
.irs-disabled {
  opacity: .4; }

/* line 1, _range.scss */
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* line 1, _range.scss */
.irs--flat {
  height: 40px; }

/* line 1, _range.scss */
.irs--flat.irs-with-grid {
  height: 60px; }

/* line 1, _range.scss */
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px; }

/* line 1, _range.scss */
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565; }

/* line 1, _range.scss */
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px; }

/* line 1, _range.scss */
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9; }

/* line 1, _range.scss */
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent; }

/* line 1, _range.scss */
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453; }

/* line 1, _range.scss */
.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540; }

/* line 1, _range.scss */
.irs--flat .irs-min, .irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px; }

/* line 1, _range.scss */
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px; }

/* line 1, _range.scss */
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

/* line 1, _range.scss */
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9; }

/* line 1, _range.scss */
.irs--flat .irs-grid-text {
  color: #999; }

/* line 1, _range.scss */
.irs--big {
  height: 55px; }

/* line 1, _range.scss */
.irs--big.irs-with-grid {
  height: 70px; }

/* line 1, _range.scss */
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px; }

/* line 1, _range.scss */
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); }

/* line 1, _range.scss */
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px; }

/* line 1, _range.scss */
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5); }

/* line 1, _range.scss */
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px; }

/* line 1, _range.scss */
.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%); }

/* line 1, _range.scss */
.irs--big .irs-min, .irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px; }

/* line 1, _range.scss */
.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px; }

/* line 1, _range.scss */
.irs--big .irs-grid-pol {
  background-color: #428bca; }

/* line 1, _range.scss */
.irs--big .irs-grid-text {
  color: #428bca; }

/* line 1, _range.scss */
.irs--modern {
  height: 55px; }

/* line 1, _range.scss */
.irs--modern.irs-with-grid {
  height: 55px; }

/* line 1, _range.scss */
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px; }

/* line 1, _range.scss */
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%); }

/* line 1, _range.scss */
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px; }

/* line 1, _range.scss */
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5); }

/* line 1, _range.scss */
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

/* line 1, _range.scss */
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg); }

/* line 1, _range.scss */
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px; }

/* line 1, _range.scss */
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1; }

/* line 1, _range.scss */
.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%); }

/* line 1, _range.scss */
.irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2; }

/* line 1, _range.scss */
.irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a; }

/* line 1, _range.scss */
.irs--modern .irs-min, .irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px; }

/* line 1, _range.scss */
.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px; }

/* line 1, _range.scss */
.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426; }

/* line 1, _range.scss */
.irs--modern .irs-grid {
  height: 25px; }

/* line 1, _range.scss */
.irs--modern .irs-grid-pol {
  background-color: #dedede; }

/* line 1, _range.scss */
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px; }

/* line 1, _range.scss */
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1; }

/* line 1, _range.scss */
.irs--sharp.irs-with-grid {
  height: 57px; }

/* line 1, _range.scss */
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: #444;
  border-radius: 2px; }

/* line 1, _range.scss */
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa; }

/* line 1, _range.scss */
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px; }

/* line 1, _range.scss */
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5); }

/* line 1, _range.scss */
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2; }

/* line 1, _range.scss */
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2; }

/* line 1, _range.scss */
.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
  background-color: #444; }

/* line 1, _range.scss */
.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: #444; }

/* line 1, _range.scss */
.irs--sharp .irs-min, .irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: .4;
  background-color: #a804b2;
  border-radius: 2px; }

/* line 1, _range.scss */
.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px; }

/* line 1, _range.scss */
.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2; }

/* line 1, _range.scss */
.irs--sharp .irs-grid {
  height: 25px; }

/* line 1, _range.scss */
.irs--sharp .irs-grid-pol {
  background-color: #dedede; }

/* line 1, _range.scss */
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px; }

/* line 1, _range.scss */
.irs--round {
  height: 50px; }

/* line 1, _range.scss */
.irs--round.irs-with-grid {
  height: 65px; }

/* line 1, _range.scss */
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px; }

/* line 1, _range.scss */
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #2a5cf6; }

/* line 1, _range.scss */
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px; }

/* line 1, _range.scss */
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5); }

/* line 1, _range.scss */
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #2a5cf6;
  background-color: white;
  border-radius: 24px; }

/* line 1, _range.scss */
.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0f6ff; }

/* line 1, _range.scss */
.irs--round .irs-min, .irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

/* line 1, _range.scss */
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #2a5cf6;
  color: white;
  border-radius: 4px; }

/* line 1, _range.scss */
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #2a5cf6; }

/* line 1, _range.scss */
.irs--round .irs-grid {
  height: 25px; }

/* line 1, _range.scss */
.irs--round .irs-grid-pol {
  background-color: #dedede; }

/* line 1, _range.scss */
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px; }

/* line 1, _range.scss */
.irs--square {
  height: 50px; }

/* line 1, _range.scss */
.irs--square.irs-with-grid {
  height: 60px; }

/* line 1, _range.scss */
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede; }

/* line 1, _range.scss */
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: #444; }

/* line 1, _range.scss */
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede; }

/* line 1, _range.scss */
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid #444;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 1, _range.scss */
.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
  background-color: #f0f6ff; }

/* line 1, _range.scss */
.irs--square .irs-min, .irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1); }

/* line 1, _range.scss */
.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #444;
  color: white; }

/* line 1, _range.scss */
.irs--square .irs-grid {
  height: 25px; }

/* line 1, _range.scss */
.irs--square .irs-grid-pol {
  background-color: #dedede; }

/* line 1, _range.scss */
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px; }

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
/* line 10, lightmenu.css */
:root {
  --mm-ocd-width: 80%;
  --mm-ocd-min-width: 200px;
  --mm-ocd-max-width: 440px; }

/* line 10, lightmenu.css */
body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

/* line 10, lightmenu.css */
.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: transparent;
  -webkit-transition-property: bottom,background-color;
  -o-transition-property: bottom,background-color;
  transition-property: bottom,background-color;
  -webkit-transition-duration: 0s,.3s;
  -o-transition-duration: 0s,.3s;
  transition-duration: 0s,.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: .45s,.15s;
  -o-transition-delay: .45s,.15s;
  transition-delay: .45s,.15s; }

/* line 10, lightmenu.css */
.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

/* line 10, lightmenu.css */
.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

/* line 10, lightmenu.css */
.mm-ocd--left .mm-ocd__content {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

/* line 10, lightmenu.css */
.mm-ocd--right .mm-ocd__content {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

/* line 10, lightmenu.css */
.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 10, lightmenu.css */
.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: calc(100% - 80%);
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0); }

/* line 10, lightmenu.css */
.mm-ocd--left .mm-ocd__backdrop {
  right: 0; }

/* line 10, lightmenu.css */
.mm-ocd--right .mm-ocd__backdrop {
  left: 0; }

/* line 10, lightmenu.css */
.mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 10, lightmenu.css */
:root {
  --mm-spn-item-height: 50px;
  --mm-spn-item-indent: 20px;
  --mm-spn-line-height: 24px; }

/* line 10, lightmenu.css */
.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

/* line 10, lightmenu.css */
.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left .3s ease 0s;
  -o-transition: left .3s ease 0s;
  transition: left .3s ease 0s;
  cursor: default; }

/* line 10, lightmenu.css */
.mm-spn ul:after {
  content: '';
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height); }

/* line 10, lightmenu.css */
.mm-spn > ul {
  left: 0; }

/* line 10, lightmenu.css */
.mm-spn ul.mm-spn--open {
  left: 0; }

/* line 10, lightmenu.css */
.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden; }

/* line 10, lightmenu.css */
.mm-spn li {
  font-weight: normal;
  position: relative;
  background: inherit;
  cursor: pointer; }

/* line 10, lightmenu.css */
.mm-spn li:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height)/ 2.5);
  right: 25px;
  right: calc(var(--mm-spn-item-height)/ 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  opacity: .4; }

/* line 10, lightmenu.css */
.mm-spn li:after {
  content: '';
  display: block;
  margin-left: 20px;
  margin-left: 0;
  border-top: 1px solid;
  opacity: .15; }

/* line 10, lightmenu.css */
.mm-spn a, .mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 3) var(--mm-spn-item-indent);
  font-size: 18px; }

/* line 10, lightmenu.css */
.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none; }

/* line 10, lightmenu.css */
.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height)); }

/* line 10, lightmenu.css */
.mm-spn a:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: .15; }

/* line 10, lightmenu.css */
.mm-spn span {
  background: 0 0; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--navbar {
  cursor: pointer; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--navbar:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height)/ 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: .4;
  z-index: 1; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent); }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px); }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--navbar ul:before {
  content: '';
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: .15; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--vertical {
  overflow-y: auto; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent); }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-spn-item-height)/ 2); }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block; }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  -ms-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0); }

/* line 10, lightmenu.css */
.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none; }

/* ==== BASE STYLES ====*/
/* ==================== GLOBAL STYLES ======================= */
/* line 3, _ui.scss */
html {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px; }

/* ========================
INCLUDE STYLES AND COMPONENTS
===================== */
/* ================== HELPERS  =================== */
/* line 11, _ui.scss */
a:hover {
  text-decoration: none; }

/* line 14, _ui.scss */
.img-wrap {
  text-align: center;
  display: block; }

/* line 17, _ui.scss */
.img-wrap img {
  max-width: 100%; }

/* line 20, _ui.scss */
.icon-wrap {
  text-align: center;
  display: inline-block; }

/* line 24, _ui.scss */
.price-wrap {
  letter-spacing: -0.7px; }

/* line 27, _ui.scss */
.content-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2rem 2.3rem; }
  @media (max-width: 480px) {
    /* line 27, _ui.scss */
    .content-body {
      padding-left: 0px;
      padding-right: 0px; } }

/* =================  DEFINED VARIABLES =================== */
/* line 39, _ui.scss */
.icon-xs, .icon-sm, .icon-md, .icon-lg {
  display: inline-block;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

/* line 48, _ui.scss */
.icon-xs {
  width: 32px;
  height: 32px;
  line-height: 32px !important;
  font-size: 16px; }

/* line 54, _ui.scss */
.icon-sm {
  width: 48px;
  height: 48px;
  line-height: 48px !important;
  font-size: 20px; }

/* line 60, _ui.scss */
.icon-md {
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  font-size: 28px; }

/* line 66, _ui.scss */
.icon-lg {
  width: 96px;
  height: 96px;
  line-height: 96px !important;
  font-size: 42px; }

/* line 72, _ui.scss */
.img-xs, .img-sm, .img-md, .img-lg {
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

/* line 81, _ui.scss */
.img-xs {
  width: 40px;
  height: 40px; }

/* line 85, _ui.scss */
.img-sm {
  width: 80px;
  height: 80px; }

/* line 89, _ui.scss */
.img-md {
  width: 140px;
  height: 140px; }

/* line 93, _ui.scss */
.img-lg {
  width: 250px;
  height: 250px; }

/* line 97, _ui.scss */
.center-xy {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 104, _ui.scss */
.center-y {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/* line 110, _ui.scss */
.center-x {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/* line 116, _ui.scss */
.vh-100 {
  height: 100vh; }

/* line 119, _ui.scss */
.overflow-h {
  overflow: hidden; }

/* line 122, _ui.scss */
.flip-h {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

/* line 126, _ui.scss */
.opacity {
  opacity: .5; }

/* line 129, _ui.scss */
[class*="hover-"] {
  -webkit-transition: .5s;
  transition: .5s; }

/* line 133, _ui.scss */
.hover-bg:hover {
  background: #2a5cf6;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(#2a5cf6), to(#2a5cf6));
  background: linear-gradient(to bottom right, #2a5cf6, #2a5cf6);
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

/* line 145, _ui.scss */
.hover-zoom:hover {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* ============== spacing ============== */
/* line 152, _ui.scss */
.padding-y {
  padding-top: 40px;
  padding-bottom: 40px; }

/* line 156, _ui.scss */
.padding-top {
  padding-top: 40px; }

/* line 159, _ui.scss */
.padding-bottom {
  padding-bottom: 40px; }

/* line 162, _ui.scss */
.padding-y-lg {
  padding-top: 80px;
  padding-bottom: 80px; }

/* line 166, _ui.scss */
.padding-top-lg {
  padding-top: 80px; }

/* line 169, _ui.scss */
.padding-bottom-lg {
  padding-bottom: 80px; }

/* line 172, _ui.scss */
.padding-y-sm {
  padding-top: 20px;
  padding-bottom: 20px; }

/* line 176, _ui.scss */
.padding-top-sm {
  padding-top: 20px; }

/* line 179, _ui.scss */
.padding-bottom-sm {
  padding-bottom: 20px; }

/* line 182, _ui.scss */
.relative {
  position: relative; }

/* line 185, _ui.scss */
.absolute {
  position: absolute; }

/* line 188, _ui.scss */
var {
  font-style: normal; }

/* line 191, _ui.scss */
figure {
  margin-bottom: 0; }

/* line 194, _ui.scss */
.form-noborder input, .form-noborder select, .form-noborder .btn {
  border: 0; }

/* line 196, _ui.scss */
.form-noborder select.form-control-lg:not([size]):not([multiple]) {
  height: 2.875rem; }

/* all clearfix */
/* line 200, _ui.scss */
article:after,
.form-group:after {
  display: block;
  clear: both;
  content: ""; }

/* -------------------- small grid gutter --------------------- */
/* line 207, _ui.scss */
.row-sm {
  margin-right: -7px;
  margin-left: -7px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 216, _ui.scss */
.row-sm > [class^="col"] {
  padding-left: 7px;
  padding-right: 7px; }

/* line 220, _ui.scss */
.bg {
  background-color: #fbfbfb; }

/* line 223, _ui.scss */
.bg-white {
  background-color: #fff; }

/* line 226, _ui.scss */
.bg-orange {
  background-color: #ff9017; }

/* line 229, _ui.scss */
.bg-green {
  background-color: #00b517; }

/* line 232, _ui.scss */
.bg-blue {
  background-color: #2a5cf6; }

/* line 235, _ui.scss */
.bg-red {
  background-color: #fa3434; }

/* line 238, _ui.scss */
.bg-gradient-blue {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(49, 103, 235, 0.9)), to(rgba(33, 37, 41, 0.4)));
  background: linear-gradient(to bottom right, rgba(49, 103, 235, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

/* line 250, _ui.scss */
.bg-gradient-green {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 181, 23, 0.9)), to(rgba(33, 37, 41, 0.4)));
  background: linear-gradient(to bottom right, rgba(0, 181, 23, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

/* line 262, _ui.scss */
.bg-gradient-orange {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 144, 23, 0.9)), to(rgba(33, 37, 41, 0.4)));
  background: linear-gradient(to bottom right, rgba(255, 144, 23, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

/* line 274, _ui.scss */
.bg-gradient-red {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(250, 52, 52, 0.9)), to(rgba(33, 37, 41, 0.4)));
  background: linear-gradient(to bottom right, rgba(250, 52, 52, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

/* line 286, _ui.scss */
.bg-gradient-pink {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(232, 62, 140, 0.9)), to(rgba(33, 37, 41, 0.4)));
  background: linear-gradient(to bottom right, rgba(232, 62, 140, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

/* line 298, _ui.scss */
.bg-pattern {
  background-image: url(../images/banners/bg-pattern.svg), linear-gradient(135deg, #2a5cf6, #545454);
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-position: 0px 0px, 50% 50%; }

/* line 304, _ui.scss */
.bg-img {
  overflow: hidden;
  background-color: #ddd;
  background-image: linear-gradient(135deg, rgba(49, 103, 235, 0.8), rgba(84, 84, 84, 0.9)), url("../images/banners/bg-cpu.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto  cover; }

/* line 311, _ui.scss */
.overlay-gradient {
  position: relative; }

/* line 313, _ui.scss */
.overlay-gradient:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .6;
  -webkit-transition: .5s;
  transition: .5s;
  background: aqua;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(#2a5cf6), to(aqua));
  background: linear-gradient(to bottom right, #2a5cf6, aqua);
  /* Standard syntax */ }

/* line 332, _ui.scss */
.overlay-gradient:hover:before {
  opacity: .9; }

/* --------------------- titles ---------------------- */
/* line 336, _ui.scss */
.section-heading {
  margin-bottom: 20px;
  margin-top: 15px; }

/* line 340, _ui.scss */
.section-title {
  color: #212529; }

/* line 343, _ui.scss */
.title-text {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #212529; }

/* line 349, _ui.scss */
.title-page {
  color: #212529; }

/* line 352, _ui.scss */
.b {
  font-weight: 600; }

/* line 355, _ui.scss */
.white {
  color: #fff; }

/* line 358, _ui.scss */
.dark {
  color: #212529; }

/* line 361, _ui.scss */
.black {
  color: #000; }

/* line 364, _ui.scss */
p:last-child {
  margin-bottom: 0; }

/* ==================  title helpers ================ */
/* line 368, _ui.scss */
.rtl {
  direction: rtl; }

/* line 371, _ui.scss */
.ltr {
  direction: ltr; }

/* ================== SECTIONS =================== */
/* ================== header main ==================  */
/* line 376, _ui.scss */
.header-top-light .nav-link {
  color: #969696; }

/* line 378, _ui.scss */
.header-top-light .nav-link:hover {
  color: #212529; }

/* line 381, _ui.scss */
.header-main {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (max-width: 576px) {
    /* line 381, _ui.scss */
    .header-main {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

/* line 391, _ui.scss */
.brand-wrap .logo, .navbar-brand .logo {
  margin-right: 7px;
  max-width: 90%;
  max-height: 100px;
  display: inline-block; }
  @media (max-width: 576px) {
    /* line 391, _ui.scss */
    .brand-wrap .logo, .navbar-brand .logo {
      margin-right: 0; } }

/* line 401, _ui.scss */
.navbar-main .nav-link {
  font-weight: 600;
  color: #fff; }

/* line 404, _ui.scss */
.navbar-main .nav-link:hover {
  color: #fff; }

/* line 407, _ui.scss */
.widget-header {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

/* line 411, _ui.scss */
.widget-header a {
  color: #343a40; }

/* line 413, _ui.scss */
.widget-header a:hover {
  color: #2a5cf6; }

/* line 415, _ui.scss */
.widget-header i {
  color: #969696; }

/* line 417, _ui.scss */
.widget-header form {
  min-width: 280px; }

/* line 419, _ui.scss */
.widget-header .title {
  display: block; }

/* line 421, _ui.scss */
.widget-header .notify {
  position: absolute;
  top: -3px;
  right: -10px; }

/* line 425, _ui.scss */
.widget-header:hover i {
  color: #2a5cf6; }

/* desktop only */
/* desktop only .end */
/* ================ SECTION-FOOTER ==================  */
/* line 431, _ui.scss */
.section-footer ul li {
  margin-bottom: 5px; }

/* line 433, _ui.scss */
.section-footer ul a {
  color: inherit; }

/* line 435, _ui.scss */
.section-footer ul a:hover {
  color: #2a5cf6; }

/* line 437, _ui.scss */
.section-footer .logo-footer {
  height: 40px; }

/* line 439, _ui.scss */
.section-footer .title {
  font-weight: 600;
  margin-bottom: 16px;
  color: #212529; }

/* line 444, _ui.scss */
.footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px; }

/* line 448, _ui.scss */
.footer-copyright {
  padding-top: 20px;
  padding-bottom: 20px; }

/* ================== COMPONENTS =================== */
/* ================ OWL SLIDER BANNER ================ */
/* line 454, _ui.scss */
.slider-banner-owl .owl-nav .owl-prev, .slider-banner-owl .owl-nav .owl-next {
  padding: 16px 7px;
  color: #FFF;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 9;
  position: absolute; }

/* line 462, _ui.scss */
.slider-banner-owl .owl-nav .owl-prev {
  left: 0; }

/* line 464, _ui.scss */
.slider-banner-owl .owl-nav .owl-next {
  right: 0; }

/* line 466, _ui.scss */
.slider-banner-owl .item-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 471, _ui.scss */
.slider-banner-slick .slick-prev, .slider-banner-slick .slick-next {
  padding: 18px 7px;
  color: #FFF;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 9;
  position: absolute; }

/* line 479, _ui.scss */
.slider-banner-slick .slick-prev:before, .slider-banner-slick .slick-next:before {
  display: none; }

/* line 481, _ui.scss */
.slider-banner-slick .slick-prev {
  left: 0; }

/* line 483, _ui.scss */
.slider-banner-slick .slick-next {
  right: 0; }

/* line 485, _ui.scss */
.slider-banner-slick .item-slide img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 491, _ui.scss */
.btn-facebook {
  background-color: #405D9D;
  color: #fff; }

/* line 494, _ui.scss */
.btn-facebook:hover {
  color: #fff; }

/* line 497, _ui.scss */
.btn-instagram {
  background-color: #E52D27;
  color: #fff; }

/* line 500, _ui.scss */
.btn-instagram:hover {
  color: #fff; }

/* line 503, _ui.scss */
.btn-youtube {
  background-color: #C8046C;
  color: #fff; }

/* line 506, _ui.scss */
.btn-youtube:hover {
  color: #fff; }

/* line 509, _ui.scss */
.btn-twitter {
  background-color: #42AEEC;
  color: #fff; }

/* line 512, _ui.scss */
.btn-twitter:hover {
  color: #fff; }

/* line 515, _ui.scss */
.btn-google {
  background-color: #ff7575;
  color: #fff; }

/* line 518, _ui.scss */
.btn-google:hover {
  color: #fff; }

/* line 521, _ui.scss */
.btn-icon {
  width: calc(1.5em + 0.9rem + 2px);
  text-align: center;
  padding-left: 0;
  padding-right: 0; }

/* line 526, _ui.scss */
.btn-icon i {
  line-height: 1; }

/*
.btn-light {
  background-color: #fff;
  border-color: #e4e4e4; }
  .btn-light i {
    color: #969696; }
  .btn-light:hover {
    background-color: #fff;
    border-color: #989898; }
*/
/* line 538, _ui.scss */
.btn .text + i {
  margin-left: 10px; }

/* line 540, _ui.scss */
.btn i + .text {
  margin-left: 10px; }

/* line 543, _ui.scss */
.itemside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

/* line 549, _ui.scss */
.itemside .aside {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* line 553, _ui.scss */
.itemside .info {
  padding-left: 15px;
  padding-right: 7px; }

/* line 556, _ui.scss */
.itemside p {
  margin-bottom: 0; }

/* line 558, _ui.scss */
.itemside .title {
  display: block;
  margin-bottom: 5px;
  color: #212529; }

/* line 562, _ui.scss */
.itemside a.title:hover {
  color: #2a5cf6; }

/* line 565, _ui.scss */
a.itemside {
  color: initial; }

/* line 568, _ui.scss */
.items-bordered-wrap .itemside:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 10px; }

/* line 573, _ui.scss */
.itemlist {
  padding: 20px;
  border-bottom: 1px solid #eee; }

/* line 577, _ui.scss */
.list-inline {
  margin-bottom: 0; }

/* line 580, _ui.scss */
.list-inline-item {
  vertical-align: middle; }

/* --------- description list --------*/
/* line 584, _ui.scss */
dl[class="row"] {
  margin-bottom: 0; }

/* line 587, _ui.scss */
[class*="dlist-"] {
  margin-bottom: 5px; }

/* line 589, _ui.scss */
[class*="dlist-"] dd {
  margin-bottom: 0; }

/* line 592, _ui.scss */
.dlist-inline dt, .dlist-inline dd {
  display: inline-block; }

/* line 595, _ui.scss */
.dlist-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 599, _ui.scss */
.dlist-align dt {
  width: 120px;
  word-wrap: break-word;
  font-weight: normal; }

/* line 603, _ui.scss */
.dlist-align dd {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

/* -------------------- list.row--------------------- */
/* line 609, _ui.scss */
ul.row, ul.row-sm {
  list-style: none;
  padding: 0; }

/* ================= lists ================= */
/* line 614, _ui.scss */
[class*="list-"] li:after {
  visibility: hidden;
  display: block;
  content: "";
  overflow: hidden;
  height: 0;
  clear: both; }

/* line 622, _ui.scss */
.list-icon {
  list-style: none;
  padding-left: 0; }

/* line 625, _ui.scss */
.list-icon li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 30px; }

/* line 629, _ui.scss */
.list-icon .icon {
  width: 22px;
  margin-right: 15px;
  vertical-align: middle;
  text-align: center;
  color: #545454;
  position: absolute;
  top: 3px;
  left: 0; }

/* line 638, _ui.scss */
.list-icon span {
  vertical-align: middle; }

/* line 641, _ui.scss */
.list-bullet {
  list-style: none;
  padding-left: 0; }

/* line 645, _ui.scss */
.list-bullet li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px; }

/* line 650, _ui.scss */
.list-bullet li::before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  border-radius: 100%;
  height: 7px;
  background: #ced4da; }

/* line 660, _ui.scss */
.list-check {
  padding-left: 0;
  list-style: none; }

/* line 663, _ui.scss */
.list-check > li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 7px; }

/* line 667, _ui.scss */
.list-check > li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  color: #00b517;
  position: absolute;
  top: 2px;
  left: 0;
  content: "\f00c"; }

/* line 677, _ui.scss */
.list-normal {
  list-style: none;
  padding-left: 0; }

/* line 680, _ui.scss */
.list-normal li {
  padding-left: 1em;
  margin-bottom: 7px; }

/* line 683, _ui.scss */
.list-normal li:before {
  content: "\2022";
  color: #2a5cf6;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

/* line 690, _ui.scss */
.list-menu {
  list-style: none;
  margin: 0;
  padding-left: 0; }

/* line 694, _ui.scss */
.list-menu li {
  margin-bottom: 5px; }

/* line 696, _ui.scss */
.list-menu a {
  color: #343a40; }

/* line 698, _ui.scss */
.list-menu a:hover {
  color: #2a5cf6; }

/* line 701, _ui.scss */
.cols-two {
  -webkit-column-count: 2;
  column-count: 2; }

/* line 705, _ui.scss */
.cols-three {
  -webkit-column-count: 3;
  column-count: 3; }

/* line 709, _ui.scss */
.cols-four {
  -webkit-column-count: 4;
  column-count: 4; }

/* IF CARD IS LINKED */
/* line 714, _ui.scss */
a[class*='card'] {
  color: initial; }

/* line 716, _ui.scss */
a[class*='card']:hover .title {
  color: #2a5cf6; }

/* BASE STYLE FOR PRODUCT ITEM */
/* line 720, _ui.scss */
[class*='card-product'] a.title {
  overflow: hidden;
  color: #212529;
  display: block; }
  @media (max-width: 768px) {
    /* line 720, _ui.scss */
    [class*='card-product'] a.title {
      height: auto;
      overflow: visible; } }

/* line 729, _ui.scss */
[class*='card-product'] a.title:hover {
  color: #2a5cf6; }

/* line 731, _ui.scss */
[class*='card-product'] .badge {
  white-space: unset;
  text-align: left;
  top: 10px;
  left: 10px;
  position: absolute; }

/* line 737, _ui.scss */
[class*='card-product'] p {
  margin-bottom: 0; }

/* line 739, _ui.scss */
[class*='card-product'] .img-wrap {
  overflow: hidden;
  position: relative; }

/* line 742, _ui.scss */
[class*='card-product'] .img-wrap img {
  height: 100%;
  max-width: 100%;
  width: auto;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover; }

/* GRID STYLE PRODUCT ITEM */
/* line 751, _ui.scss */
.card-product-grid {
  height: 100%;
  justify-content: space-between; }

/* line 754, _ui.scss */
.card-product-grid .img-wrap {
  border-radius: 0.2rem 0.2rem 0 0; }

/* line 756, _ui.scss */
.card-product-grid .info-wrap {
  /*margin-top: -10px;*/
  overflow: hidden;
  background: #fff;
  padding: 0px 20px 18px 20px; }

/* line 761, _ui.scss */
.card-product-grid .bottom-wrap {
  padding: 18px;
  border-top: 1px solid #e4e4e4; }

/* line 764, _ui.scss */
.card-product-grid .topbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  left: 0;
  text-align: initial;
  padding: 10px 15px; }

/* line 772, _ui.scss */
.card-product-grid .topbar a {
  color: #ccc; }
  @media (max-width: 768px) {
    /* line 772, _ui.scss */
    .card-product-grid .topbar a {
      font-size: 20px; } }

/* line 778, _ui.scss */
.card-product-grid .topbar a:hover {
  color: #2a5cf6; }

/* line 780, _ui.scss */
.card-product-grid .fix-height {
  height: 80px;
  overflow: hidden; }

/* line 783, _ui.scss */
.card-product-grid .btn-overlay {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.5); }

/* line 795, _ui.scss */
.card-product-grid:hover .btn-overlay {
  opacity: 1; }

/* line 798, _ui.scss */
.item-slide .card-product-grid {
  margin-bottom: 0; }

/* LARGE LIST STYLE PRODUCT ITEM */
/* line 802, _ui.scss */
.card-product-list {
  margin-bottom: 20px; }

/* line 804, _ui.scss */
.card-product-list .img-wrap {
  height: 220px;
  border-radius: 0.37rem 0 0 0.37rem; }

/* line 807, _ui.scss */
.card-product-list .info-main {
  padding: 1.5rem 1rem; }

/* line 809, _ui.scss */
.card-product-list .info-aside {
  padding: 1.5rem 1rem;
  border-left: 1px solid #e4e4e4;
  height: 100%; }

/* line 814, _ui.scss */
.card-sm .img-wrap {
  height: 160px; }

/* line 817, _ui.scss */
.card-lg .img-wrap {
  height: 280px; }

/* line 820, _ui.scss */
.card-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  border-radius: 0.37rem; }

/* line 830, _ui.scss */
.card-banner .card-body {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10; }

/* line 835, _ui.scss */
.card-banner .caption {
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 10;
  padding: 1.25rem;
  color: #fff; }

/* line 840, _ui.scss */
.card-banner .caption.bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%; }

/* line 845, _ui.scss */
.card-banner .caption.top {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%; }

/* line 850, _ui.scss */
.card-banner .caption.left {
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute; }

/* line 855, _ui.scss */
.card-banner .text-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 7px 20px;
  padding-top: 30px;
  border-radius: 0 0 0.37rem 0.37rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  color: #fff; }

/* line 868, _ui.scss */
.card-banner .img-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  max-width: 100%; }

/* line 875, _ui.scss */
.card .img-wrap {
  overflow: hidden; }

/* line 878, _ui.scss */
.icontext {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle; }

/* line 886, _ui.scss */
.icontext p {
  margin-bottom: 0; }

/* line 888, _ui.scss */
.icontext .text {
  width: 100%;
  line-height: 1.2;
  color: #212529; }

/* line 892, _ui.scss */
.icontext .icon {
  position: relative;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

/* line 900, _ui.scss */
.icontext .title {
  display: block;
  margin-bottom: 0; }

/* line 904, _ui.scss */
.tag {
  display: inline-block;
  padding: 3px 7px;
  background: #f2f2f2;
  border: 1px solid #eee;
  border-radius: 3px;
  margin-top: 4px;
  margin-right: 2px;
  font-size: 85%; }

/* line 914, _ui.scss */
.item-logo {
  margin-bottom: 20px;
  text-align: center; }

/* line 917, _ui.scss */
.item-logo img {
  max-height: 65px; }

/* line 920, _ui.scss */
.notify {
  position: absolute;
  top: -4px;
  right: -10px;
  display: inline-block;
  padding: .25em .6em;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 3rem;
  color: #fff;
  background-color: #fa3434; }

/* line 933, _ui.scss */
.price {
  font-weight: 600;
  color: #212529; }

/* line 937, _ui.scss */
.price-old {
  color: #969696;
  margin-left: 3px;
  font-size: 85%; }

/* line 942, _ui.scss */
.icon-control {
  margin-top: 5px;
  float: right;
  font-size: 80%; }

/* line 947, _ui.scss */
.card-header .title {
  margin-bottom: 0;
  line-height: 1.5; }

/* line 951, _ui.scss */
.filter-group {
  border-bottom: 1px solid #e4e4e4; }

/* line 953, _ui.scss */
.filter-group .card-header {
  border-bottom: 0; }

/* line 955, _ui.scss */
.filter-group:last-child {
  border-bottom: 0; }

/* ====================== block ==================== */
/* line 959, _ui.scss */
.box {
  padding: 20px;
  background: #fff;
  border-radius: 0.37rem;
  border: 1px solid #e4e4e4; }

/* line 964, _ui.scss */
.box img {
  max-width: 100%; }

/* ================= RATINGS ============== */
/* line 968, _ui.scss */
.label-rating {
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle; }

/* rating-list */
/* line 974, _ui.scss */
.rating-stars {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  clear: both; }

/* line 983, _ui.scss */
.rating-stars i {
  font-size: 14px;
  color: #ccc;
  display: inline; }

/* line 987, _ui.scss */
.rating-stars li {
  display: block;
  text-overflow: clip;
  white-space: nowrap;
  z-index: 1; }

/* line 992, _ui.scss */
.rating-stars li.stars-active {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

/* line 998, _ui.scss */
.rating-stars li.stars-active i {
  color: orange; }

/* ================= TRACKING ============== */
/* line 1002, _ui.scss */
.tracking-wrap {
  position: relative;
  background-color: #ddd;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-top: 50px; }

/* line 1011, _ui.scss */
.tracking-wrap .step {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
  margin-top: -18px;
  text-align: center;
  position: relative; }

/* line 1019, _ui.scss */
.tracking-wrap .step::before {
  height: 7px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 18px; }

/* line 1026, _ui.scss */
.tracking-wrap .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 100%;
  background: #ddd; }

/* line 1034, _ui.scss */
.tracking-wrap .text {
  display: block;
  margin-top: 7px; }

/* line 1037, _ui.scss */
.tracking-wrap .step.active .icon {
  background: #2a5cf6;
  color: #fff; }

/* line 1040, _ui.scss */
.tracking-wrap .step.active .text {
  font-weight: 400;
  color: #000; }

/* line 1043, _ui.scss */
.tracking-wrap .step.active:before {
  background: #2a5cf6; }

/* line 1046, _ui.scss */
.menu-category {
  margin: 0;
  padding: 0; }

/* line 1049, _ui.scss */
.menu-category li {
  position: relative;
  display: block;
  border-bottom: 1px solid #e4e4e4; }

/* line 1053, _ui.scss */
.menu-category li:last-child {
  border-bottom: 0; }

/* line 1055, _ui.scss */
.menu-category a {
  color: #212529; }

/* line 1057, _ui.scss */
.menu-category > li > a {
  display: block;
  padding: 10px 18px; }

/* line 1060, _ui.scss */
.menu-category .submenu {
  display: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 20;
  position: absolute;
  left: 100%;
  top: 0;
  width: 250px;
  background: #fff; }

/* line 1072, _ui.scss */
.menu-category .submenu li {
  list-style: none; }

/* line 1074, _ui.scss */
.menu-category .submenu li a {
  padding: 10px 16px;
  display: block; }

/* line 1077, _ui.scss */
.menu-category li:hover {
  background: #f8f9fa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

/* line 1081, _ui.scss */
.menu-category li:hover .submenu {
  display: block;
  margin-left: 0px; }

/* line 1084, _ui.scss */
.menu-category .has-submenu > a:after {
  content: "\203A";
  font-size: 24px;
  color: #999;
  line-height: 18px;
  font-weight: bold;
  float: right; }

/* line 1092, _ui.scss */
.form-inline input[type='number'] {
  max-width: 100px; }

/* line 1095, _ui.scss */
.input-spinner {
  width: 148px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  @media (max-width: 340px) {
    /* line 1095, _ui.scss */
    .input-spinner {
      width: 130px; } }

/* line 1106, _ui.scss */
.input-spinner input.form-control {
  text-align: center;
  max-width: 76px;
  -ms-flex-preferred-size: 76px;
  flex-basis: 76px;
  border-color: #e4e4e4;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }
  @media (max-width: 340px) {
    /* line 1106, _ui.scss */
    .input-spinner input.form-control {
      padding: 0; } }

/* line 1118, _ui.scss */
.input-spinner .btn {
  width: 36px;
  text-align: center; }
  @media (max-width: 340px) {
    /* line 1118, _ui.scss */
    .input-spinner .btn {
      width: 32px;
      padding: 0 !important; } }

/* line 1126, _ui.scss */
.checkbox-btn {
  position: relative; }

/* line 1128, _ui.scss */
.checkbox-btn input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

/* line 1132, _ui.scss */
.checkbox-btn input:checked ~ .btn {
  border-color: #2a5cf6;
  background-color: #2a5cf6;
  color: #fff; }

/* ================== PAGES =================== */
/* ================ PAGES HEADER ================== */
/* line 1139, _ui.scss */
.section-pagetop {
  padding: 45px 0; }

/* ================== PAGE DETAILS ==================  */
/* line 1143, _ui.scss */
.gallery-wrap .img-big-wrap {
  margin-bottom: 10px;
  border-radius: 0.37rem;
  overflow: hidden;
  background-color: #fff; }

/* line 1148, _ui.scss */
.gallery-wrap .img-big-wrap a {
  text-align: center;
  display: block; }

/* line 1151, _ui.scss */
.gallery-wrap .img-big-wrap img {
  height: 450px;
  width: auto;
  display: inline-block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  object-fit: contain;
  object-position: center; }
  @media (max-width: 480px) {
    /* line 1151, _ui.scss */
    .gallery-wrap .img-big-wrap img {
      width: 100%;
      height: auto; } }

/* line 1164, _ui.scss */
.gallery-wrap .thumbs-wrap {
  text-align: center;
  margin-bottom: 20px; }

/* line 1167, _ui.scss */
.gallery-wrap .thumbs-wrap .item-thumb {
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 3px;
  display: inline-block;
  overflow: hidden; }

/* line 1175, _ui.scss */
.gallery-wrap .thumbs-wrap img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center;
  height: 100%;
  border-radius: 4px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

/* line 1185, _ui.scss */
.gallery-wrap .thumbs-wrap img:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

/* line 1191, _ui.scss */
.item-option-select {
  margin-bottom: 0.5rem;
  margin-right: 15px; }

/* line 1194, _ui.scss */
.item-option-select .btn {
  min-width: 80px;
  margin-bottom: 4px; }

/* ================ PAGES HEADER ================== */
/* ====================== shopping-cart ==================== */
/* line 1199, _ui.scss */
.table-shopping-cart.table td, .table-shopping-cart.table th {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

/* line 1202, _ui.scss */
.table-shopping-cart .price-wrap {
  line-height: 1.2; }

/* line 1204, _ui.scss */
.table-shopping-cart .price {
  font-weight: bold;
  margin-right: 5px;
  display: block; }

/* line 3, _core.scss.liquid */
body {
  font-family: 'Rubik', serif; }

@media (min-width: 1320px) {
  /* line 11, _core.scss.liquid */
  .container {
    max-width: 1310px; } }
/* line 16, _core.scss.liquid */
.m-a {
  margin: auto; }

/* line 20, _core.scss.liquid */
.btn {
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -khtml-appearance: none;
  -webkit-appearance: none; }

/* line 29, _core.scss.liquid */
.underlined {
  text-decoration: underline; }

/* line 34, _core.scss.liquid */
[data-sku] {
  display: none; }

/* line 38, _core.scss.liquid */
.btn {
  font-weight: 400; }

/* line 42, _core.scss.liquid */
.bg-select {
  background-color: #f7f7f7;
  border-color: #eee; }

/* line 47, _core.scss.liquid */
.fs14 {
  font-size: 14px; }

/* line 51, _core.scss.liquid */
[data-fancybox], .js-toggle-comment {
  cursor: pointer; }

/* line 55, _core.scss.liquid */
.minw200 {
  min-width: 200px; }
  @media (max-width: 420px) {
    /* line 58, _core.scss.liquid */
    .minw200.btn-primary {
      min-width: 0; } }

/* line 63, _core.scss.liquid */
.megamenu-item-part[data-bg] {
  min-height: 220px;
  background-size: 45%;
  background-position: bottom right;
  background-repeat: no-repeat;
  border-right: 1px dotted #aaa;
  padding-left: 24px; }
  /* line 70, _core.scss.liquid */
  .megamenu-item-part[data-bg] + .megamenu-item-part {
    padding-left: 24px; }
  /* line 73, _core.scss.liquid */
  .megamenu-item-part[data-bg]:first-of-type {
    padding-left: 10px; }
  /* line 76, _core.scss.liquid */
  .megamenu-item-part[data-bg]:nth-of-type(4n) {
    border-right: none; }
  @media (max-width: 991px) {
    /* line 80, _core.scss.liquid */
    .megamenu-item-part[data-bg]:nth-of-type(4n) {
      border-right: 1px dotted #aaa;
      padding-left: 10px; }
    /* line 84, _core.scss.liquid */
    .megamenu-item-part[data-bg]:nth-of-type(3n) {
      border-right: none; } }
  /* line 88, _core.scss.liquid */
  .megamenu-item-part[data-bg]:last-of-type {
    border-right: none; }

/* line 93, _core.scss.liquid */
.container-small {
  max-width: 600px; }

/* line 99, _core.scss.liquid */
.tab-content img, .tab-content iframe, article img, article iframe {
  max-width: 100%; }

/* line 104, _core.scss.liquid */
.btn-outline-primary:not(:disabled):not(.disabled).is-active {
  color: #ffffff;
  background-color: #2a5cf6;
  border-color: #2a5cf6; }

/* line 111, _core.scss.liquid */
article img, article iframe {
  max-width: 100%; }

/* line 116, _core.scss.liquid */
.btn.btn-icon {
  font-weight: 400; }

/* line 120, _core.scss.liquid */
.index-carousel {
  width: 100%; }
  /* line 123, _core.scss.liquid */
  .index-carousel .swiper-slide img, .index-carousel .swiper-slide source {
    height: 0; }
  /* line 127, _core.scss.liquid */
  .index-carousel .swiper-slide.swiper-slide-active img, .index-carousel .swiper-slide.swiper-slide-active source {
    height: auto; }

/* line 134, _core.scss.liquid */
.lh-0 {
  line-height: 0; }

/* line 138, _core.scss.liquid */
.slider-video {
  width: 100%; }

/* line 142, _core.scss.liquid */
.inner-badge {
  background: #eee;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.37rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  cursor: default; }

/* line 159, _core.scss.liquid */
.badge-sale {
  background: #FC0;
  color: #fff; }

/* line 164, _core.scss.liquid */
body [data-favorites-trigger] {
  cursor: pointer; }
  /* line 166, _core.scss.liquid */
  body [data-favorites-trigger].is-added {
    color: #2a5cf6 !important; }

/* line 171, _core.scss.liquid */
.option-label {
  font-size: 13px; }

/* line 177, _core.scss.liquid */
.instafeed-gallery a {
  display: block;
  position: relative;
  color: #fff !important;
  background: center no-repeat;
  background-size: cover;
  height: 0px;
  padding-top: 100%; }
  /* line 185, _core.scss.liquid */
  .instafeed-gallery a img {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  /* line 194, _core.scss.liquid */
  .instafeed-gallery a span {
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s; }
    /* line 206, _core.scss.liquid */
    .instafeed-gallery a span .fa-instagram:before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  /* line 214, _core.scss.liquid */
  .instafeed-gallery a:hover span {
    opacity: 1;
    visibility: visible; }

/* line 223, _core.scss.liquid */
.navbar-main {
  position: sticky;
  top: -1px;
  z-index: 11;
  padding-bottom: 0;
  padding-top: 0; }
  /* line 229, _core.scss.liquid */
  .navbar-main .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    /* line 232, _core.scss.liquid */
    .navbar-main .nav-link + .dropdown-menu {
      padding: 0;
      background: #fff; }
      /* line 235, _core.scss.liquid */
      .navbar-main .nav-link + .dropdown-menu .dropdown-item {
        padding: 0.7rem 1.5rem; }
      /* line 238, _core.scss.liquid */
      .navbar-main .nav-link + .dropdown-menu .dropdown-divider {
        margin: 0; }

/*
@media(max-width:576px){
	.nav-tabs .nav-link{
		font-size: 11px;
		padding: 4px 6px;
	}
}
*/
/* line 268, _core.scss.liquid */
.swiper-button-next, .swiper-button-prev {
  color: #2a5cf6; }

/* line 272, _core.scss.liquid */
body .btn.sticky-cart {
  position: absolute;
  right: 10px;
  top: 100%;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  display: none;
  background: #2a5cf6;
  border-color: #2a5cf6; }
  /* line 283, _core.scss.liquid */
  body .btn.sticky-cart:hover {
    background: #2a5cf6;
    border-color: #2a5cf6; }
  /* line 287, _core.scss.liquid */
  body .btn.sticky-cart span {
    background: #fff;
    display: inline-block;
    height: 22px;
    width: 22px;
    border-radius: 11px;
    color: #000;
    font-size: 12px;
    line-height: 22px;
    vertical-align: top; }

/* line 301, _core.scss.liquid */
.card-product-grid .img-wrap img {
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  -ms-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity; }
  /* line 308, _core.scss.liquid */
  .card-product-grid .img-wrap img.img-cover {
    -o-object-fit: cover;
    object-fit: cover; }
  /* line 312, _core.scss.liquid */
  .card-product-grid .img-wrap img.img-contain {
    -o-object-fit: contain;
    object-fit: contain; }
  /* line 316, _core.scss.liquid */
  .card-product-grid .img-wrap img[src*="://"] {
    opacity: 1; }

/* line 322, _core.scss.liquid */
.swiper-lazy {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  -ms-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity; }
  /* line 329, _core.scss.liquid */
  .swiper-lazy[src] {
    opacity: 1; }
  /* line 332, _core.scss.liquid */
  .swiper-lazy[srcset] {
    opacity: 1; }

/* line 338, _core.scss.liquid */
.col-lg-3 .card-product-grid .img-wrap {
  height: 260px; }
  /* line 340, _core.scss.liquid */
  .col-lg-3 .card-product-grid .img-wrap img {
    width: 100%; }

/* line 347, _core.scss.liquid */
.col-lg-4 .card-product-grid .img-wrap {
  height: 370px; }
  /* line 349, _core.scss.liquid */
  .col-lg-4 .card-product-grid .img-wrap img {
    width: 100%; }

/* line 357, _core.scss.liquid */
[data-products] .col-lg-3 .card-product-grid .img-wrap {
  height: 220px; }
/* line 363, _core.scss.liquid */
[data-products] .col-lg-4 .card-product-grid .img-wrap {
  height: 310px; }
  @media (max-width: 1200px) {
    /* line 363, _core.scss.liquid */
    [data-products] .col-lg-4 .card-product-grid .img-wrap {
      height: 200px; } }

/* line 374, _core.scss.liquid */
.card-product-grid .btn {
  margin-top: -2px; }

@media (max-width: 576px) {
  /* line 380, _core.scss.liquid */
  [data-products] .col-sm-6 .card-product-grid .img-wrap, .col-sm-6 .card-product-grid .img-wrap {
    height: 210px; }
    /* line 382, _core.scss.liquid */
    [data-products] .col-sm-6 .card-product-grid .img-wrap img, .col-sm-6 .card-product-grid .img-wrap img {
      width: 100%; }

  /* line 387, _core.scss.liquid */
  .product_card-cell {
    padding: 0px 4px; } }
@media (max-width: 480px) {
  /* line 393, _core.scss.liquid */
  .card-product-grid {
                   /*
	.btn{
		display: block;
		float: none !important;
		margin-top: 4px;
	}*/ } }
@media (max-width: 420px) {
  /* line 403, _core.scss.liquid */
  [data-products] .col-sm-6 .card-product-grid .img-wrap, .col-sm-6 .card-product-grid .img-wrap {
    height: 170px; }

  /* line 408, _core.scss.liquid */
  .card-product-grid .title {
    font-size: 13px;
    line-height: normal; }
  /* line 412, _core.scss.liquid */
  .card-product-grid .info-wrap {
    padding: 0px 12px 14px 12px; }
    /* line 414, _core.scss.liquid */
    .card-product-grid .info-wrap small {
      display: block;
      font-size: 71%; }

  /* line 421, _core.scss.liquid */
  .incart-popup .btn {
    padding: 4px 10px;
    font-size: 11px; } }
@media (max-width: 350px) {
  /* line 429, _core.scss.liquid */
  [data-products] .col-sm-6 .card-product-grid .img-wrap, .col-sm-6 .card-product-grid .img-wrap {
    height: 138px; } }
/* line 435, _core.scss.liquid */
form.card {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }
  /* line 441, _core.scss.liquid */
  form.card:last-of-type {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.37rem;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0; }

/* line 453, _core.scss.liquid */
.card-product-grid .option-selector {
  margin-bottom: 1rem; }
  /* line 455, _core.scss.liquid */
  .card-product-grid .option-selector > .option {
    margin-bottom: 0.5rem; }
    /* line 457, _core.scss.liquid */
    .card-product-grid .option-selector > .option .option-label {
      display: block;
      margin-bottom: 0px;
      font-size: 13px; }
    /* line 463, _core.scss.liquid */
    .card-product-grid .option-selector > .option .option-values .option-value.is-span {
      border: 0px;
      background: #ddd;
      border-radius: 4px;
      font-size: 13px;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 2px; }
      /* line 471, _core.scss.liquid */
      .card-product-grid .option-selector > .option .option-values .option-value.is-span.is-active {
        background: #2a5cf6;
        color: #ffffff; }

/* line 481, _core.scss.liquid */
.js-gallery-video {
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center; }
  /* line 486, _core.scss.liquid */
  .js-gallery-video .text-white {
    line-height: 60px;
    font-size: 25px; }

/* line 492, _core.scss.liquid */
#review-captcha-solution {
  height: 70px; }

/* line 495, _core.scss.liquid */
#captcha_challenge {
  display: flex;
  align-items: center; }

/* line 501, _core.scss.liquid */
.media.rev {
  -webkit-align-items: center;
  align-items: center; }
  @media (max-width: 480px) {
    /* line 501, _core.scss.liquid */
    .media.rev {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      /* line 510, _core.scss.liquid */
      .media.rev img.ml-3 {
        margin-left: 0 !important;
        margin-top: 1rem !important; } }

/* line 518, _core.scss.liquid */
.review-manager_reply {
  font-size: 13px;
  background-color: #dad7d7; }

/* line 524, _core.scss.liquid */
.price.old_price {
  text-decoration: line-through;
  font-size: 18px; }
/* line 528, _core.scss.liquid */
.price.old_price_card {
  font-weight: normal;
  text-decoration: line-through;
  font-size: 90%;
  margin-left: 3px; }

/* line 536, _core.scss.liquid */
.modal [data-dismiss="modal"] {
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 1; }

/* line 543, _core.scss.liquid */
#insales-quick-checkout-dialog {
  -webkit-box-shadow: none;
  box-shadow: none; }
  /* line 546, _core.scss.liquid */
  #insales-quick-checkout-dialog .m-modal-wrapper {
    padding: 1rem 1.5rem; }
  /* line 550, _core.scss.liquid */
  #insales-quick-checkout-dialog .m-modal-errors .m-modal-error {
    padding: 0.2rem 1rem;
    color: #c46262;
    font-size: 13px; }
  /* line 556, _core.scss.liquid */
  #insales-quick-checkout-dialog .m-modal-heading {
    margin: 0.5rem 0 2rem;
    font-size: 1.5em;
    text-align: center;
    font-weight: 700; }
  /* line 562, _core.scss.liquid */
  #insales-quick-checkout-dialog .m-input-field {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.9rem + 2px);
    padding: 0.45rem 0.85rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.37rem;
    outline-style: none; }
  /* line 577, _core.scss.liquid */
  #insales-quick-checkout-dialog .m-modal-button {
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    width: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #2a5cf6;
    border-color: #2a5cf6;
    padding: 6px; }

/* line 594, _core.scss.liquid */
.search-results {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 28px);
  transition: all 0.2s linear;
  z-index: 100; }
  /* line 601, _core.scss.liquid */
  .search-results.is-show {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 8px); }
  /* line 606, _core.scss.liquid */
  .search-results:before, .search-results:after {
    content: '';
    position: absolute;
    z-index: 3;
    top: -19px;
    left: 10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent; }
  /* line 616, _core.scss.liquid */
  .search-results:after {
    z-index: 2;
    border-bottom-color: #eee;
    top: -20px; }

/* line 624, _core.scss.liquid */
.autocomplete-suggestions {
  display: block !important;
  position: absolute;
  z-index: 1 !important;
  top: -2px;
  left: 0px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 8px 0px;
  max-height: 400px;
  overflow: auto;
  -webkit-border-radius: 0.37rem;
  border-radius: 0.37rem; }
/* line 640, _core.scss.liquid */
.autocomplete-suggestion-link {
  position: relative;
  display: block;
  padding: 7px 20px 7px 86px;
  color: #000;
  min-height: 72px; }
  /* line 646, _core.scss.liquid */
  .autocomplete-suggestion-link:hover {
    color: #2a5cf6; }
/* line 650, _core.scss.liquid */
.autocomplete-suggestion-thumb {
  position: absolute;
  top: 7px;
  left: 14px;
  width: 58px;
  height: 58px;
  background: #fff center center no-repeat;
  background-size: contain; }
/* line 659, _core.scss.liquid */
.autocomplete-suggestion-title {
  display: block;
  font-size: 12px;
  line-height: 18px; }
/* line 664, _core.scss.liquid */
.autocomplete-suggestion-price {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #2a5cf6; }
/* line 672, _core.scss.liquid */
.autocomplete-no-suggestion {
  padding: 12px 20px; }

/* line 677, _core.scss.liquid */
.cursor-pointer {
  cursor: pointer; }

/* line 681, _core.scss.liquid */
.sub-number {
  background: #dbdbdb;
  color: #000;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: bold;
  bottom: 5px;
  left: 69%;
  opacity: 0.88; }

/* line 699, _core.scss.liquid */
.btn-primary.icon-vk {
  background: #4D7198; }
/* line 700, _core.scss.liquid */
.btn-primary.icon-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
/* line 701, _core.scss.liquid */
.btn-primary.icon-facebook {
  background: #3B5998; }
/* line 702, _core.scss.liquid */
.btn-primary.icon-odnoklassniki {
  background: #EE8108; }
/* line 703, _core.scss.liquid */
.btn-primary.icon-youtube {
  background: #F00; }

/* line 706, _core.scss.liquid */
.mm-spn.mm-spn--light {
  background: #fbfbfb; }

/* line 710, _core.scss.liquid */
#menu .white-li {
  background: #FFF; }

/* line 714, _core.scss.liquid */
.mm-spn--open > li.Selected {
  font-weight: bold; }
  /* line 716, _core.scss.liquid */
  .mm-spn--open > li.Selected.alls {
    font-weight: normal; }

/* line 720, _core.scss.liquid */
.mm-spn a.Selected {
  font-weight: bold; }

@media (max-width: 576px) {
  /* line 724, _core.scss.liquid */
  .search-wrapper {
    padding-left: 0;
    padding-right: 0; }
    /* line 727, _core.scss.liquid */
    .search-wrapper input, .search-wrapper button {
      -webkit-border-radius: 0;
      border-radius: 0;
      border-left: none; } }
@media (max-width: 768px) {
  /* line 735, _core.scss.liquid */
  h3, .h3 {
    font-size: 1.3rem; }

  /* line 738, _core.scss.liquid */
  .cart-aside {
    border-left: none !important; }

  /* line 741, _core.scss.liquid */
  #coll-filter {
    position: fixed;
    visibility: hidden; }
    /* line 744, _core.scss.liquid */
    #coll-filter.is-open {
      visibility: visible; }

  /* line 748, _core.scss.liquid */
  .padding-y {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 752, _core.scss.liquid */
  .search-wrapper.on-collection {
    display: none; } }
/* line 757, _core.scss.liquid */
.fancybox-slide--html .fancybox-close-small {
  padding: 4px;
  background: #2a5cf6;
  height: 36px;
  width: 36px; }
  /* line 762, _core.scss.liquid */
  .fancybox-slide--html .fancybox-close-small svg {
    color: #FFF; }

/* line 767, _core.scss.liquid */
.m-overlay {
  background-color: rgba(0, 0, 0, 0.8); }

/* line 770, _core.scss.liquid */
.m-modal-close {
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  background-size: 27px;
  background-position: center; }

/* line 780, _core.scss.liquid */
#insales-quick-checkout-dialog, .fancybox-content {
  -webkit-border-radius: 0;
  border-radius: 0; }

@media (min-width: 768px) {
  /* line 786, _core.scss.liquid */
  .show_hover {
    display: none; }
    /* line 788, _core.scss.liquid */
    .show_hover_class {
      position: absolute;
      top: 100%;
      z-index: 100;
      background: #fff;
      width: 100%;
      box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3); } }
@media (max-width: 1024px) {
  /* line 800, _core.scss.liquid */
  .slider-block {
    padding-top: 1rem !important; }

  /* line 803, _core.scss.liquid */
  .slider-image {
    max-width: 150%; }

  /* line 807, _core.scss.liquid */
  .swiper-slide-active .slider-image {
    width: 150% !important;
    margin-left: -25% !important; } }
/* line 814, _core.scss.liquid */
.c-offcanvas {
  left: 0;
  padding: 0; }
  /* line 817, _core.scss.liquid */
  .c-offcanvas .card {
    border: none; }

/* line 822, _core.scss.liquid */
.c-offcanvas--overlay.is-closed #collapse_price {
  opacity: 0; }

/* line 827, _core.scss.liquid */
.toasts-wrapper {
  top: 20px;
  right: 20px;
  z-index: 12; }
  @media (max-width: 768px) {
    /* line 827, _core.scss.liquid */
    .toasts-wrapper {
      top: 46px; } }

/* line 835, _core.scss.liquid */
.navbar-expand-md .navbar-nav {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 841, _core.scss.liquid */
.add-spinner {
  width: 100%;
  left: 0; }
  /* line 844, _core.scss.liquid */
  .add-spinner ~ * {
    opacity: 0;
    visibility: hidden; }

/* line 850, _core.scss.liquid */
.card-body.widget-collection {
  height: 250px; }
  /* line 852, _core.scss.liquid */
  .card-body.widget-collection .inside-collection-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }

/* line 870, _core.scss.liquid */
.special-col:hover .inside-collection-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

/* line 882, _core.scss.liquid */
.megamenu-nav .navbar-nav {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  /* line 886, _core.scss.liquid */
  .megamenu-nav .navbar-nav .nav-link {
    white-space: nowrap; }

/* line 893, _core.scss.liquid */
.dropdown-menu > .nav-item .nav-link {
  padding: 0.7rem 1.5rem;
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  /* line 904, _core.scss.liquid */
  .dropdown-menu > .nav-item .nav-link:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }

@media (max-width: 576px) {
  /* line 914, _core.scss.liquid */
  .card-body.widget-collection {
    height: 136px; }

  /* line 917, _core.scss.liquid */
  .special-col {
    padding-left: 0;
    padding-right: 0; }
    /* line 920, _core.scss.liquid */
    .special-col .card-banner {
      -webkit-border-radius: 0;
      border-radius: 0; }
      /* line 923, _core.scss.liquid */
      .special-col .card-banner .text-bottom {
        -webkit-border-radius: 0;
        border-radius: 0; } }
/* line 931, _core.scss.liquid */
.special-col a[class*="card"]:hover .title {
  color: #fff; }

/* line 935, _core.scss.liquid */
.navbar-expand-md .dropdown.megamenu-item {
  position: static;
  margin-right: 1.4rem; }
  /* line 938, _core.scss.liquid */
  .navbar-expand-md .dropdown.megamenu-item .dropdown-menu a {
    color: #343a40; }
  /* line 942, _core.scss.liquid */
  .navbar-expand-md .dropdown.megamenu-item .dropdown-toggle:after {
    content: none; }
  /* line 947, _core.scss.liquid */
  .navbar-expand-md .dropdown.megamenu-item .megamenu-subcolls:hover {
    text-decoration: underline; }
  /* line 951, _core.scss.liquid */
  .navbar-expand-md .dropdown.megamenu-item > a {
    background: rgba(255, 255, 255, 0.3);
    padding-left: 2rem;
    padding-right: 2rem; }
  /* line 956, _core.scss.liquid */
  .navbar-expand-md .dropdown.megamenu-item .fa-lg, .navbar-expand-md .dropdown.megamenu-item .mega_burgertext {
    vertical-align: middle;
    display: inline-block; }
  /* line 960, _core.scss.liquid */
  .navbar-expand-md .dropdown.megamenu-item .mega_burgertext {
    text-transform: uppercase;
    line-height: 1rem;
    margin-bottom: 2px;
    margin-left: 6px; }
  /* line 967, _core.scss.liquid */
  .navbar-expand-md .dropdown.megamenu-item ~ .nav-item a {
    text-transform: uppercase; }

/* line 973, _core.scss.liquid */
sup.text-muted {
  margin-left: 1px; }

/* line 977, _core.scss.liquid */
button#feedback_commit {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.45rem 0.85rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.37rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #ffffff;
  background-color: #2a5cf6;
  border-color: #2a5cf6; }

/* line 1001, _core.scss.liquid */
.bonus_system-info {
  font-size: 14px;
  color: #777; }
  /* line 1004, _core.scss.liquid */
  .bonus_system-info .js-bonus-points {
    font-weight: 600;
    color: #2a5cf6;
    text-decoration: underline;
    cursor: pointer; }

@media (max-width: 420px) {
  /* line 1012, _core.scss.liquid */
  [class*="list-"] li.justify-content-between {
    font-size: 12px; } }
/* line 1016, _core.scss.liquid */
[class*="list-"] li.justify-content-between:after {
  content: none; }

/* line 1021, _core.scss.liquid */
.m-input--checkbox {
  opacity: 1; }

/* line 1026, _core.scss.liquid */
form .btn[disabled] {
  pointer-events: none;
  opacity: 0.4; }

/* line 1032, _core.scss.liquid */
.header-top-light .nav-link.active {
  color: #fff;
  text-decoration: none;
  background-color: #2a5cf6; }
  /* line 1033, _core.scss.liquid */
  .header-top-light .nav-link.active.pl-0 {
    padding-left: 1rem !important; }

/* line 1041, _core.scss.liquid */
.card-product-grid .topbar .inner-badge {
  margin-bottom: 4px; }
  @media (max-width: 480px) {
    /* line 1041, _core.scss.liquid */
    .card-product-grid .topbar .inner-badge {
      white-space: normal; } }

/* line 1049, _core.scss.liquid */
.scrollable-content table {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  overflow-x: auto; }
  @media (max-width: 1200px) {
    /* line 1049, _core.scss.liquid */
    .scrollable-content table {
      width: 100% !important; } }
/* line 1059, _core.scss.liquid */
.scrollable-content iframe {
  max-width: 100%; }
/* line 1062, _core.scss.liquid */
.scrollable-content img {
  max-width: 100%; }
/* line 1065, _core.scss.liquid */
.scrollable-content video {
  max-width: 100%; }

@media (max-width: 768px) {
  /* line 1071, _core.scss.liquid */
  .review-form {
    margin-bottom: 24px; }
    /* line 1073, _core.scss.liquid */
    .review-form .card-body {
      padding: 0;
      overflow: hidden; } }
/* line 1082, _core.scss.liquid */
.sticky-button-wrapper.filtering .filter-group {
  pointer-events: none;
  opacity: 0.4; }

/* line 1089, _core.scss.liquid */
.sticky-filter-button {
  position: sticky;
  bottom: 0;
  font-size: 90%; }
  /* line 1093, _core.scss.liquid */
  .sticky-filter-button [data-filter-finded] {
    color: #2a5cf6;
    background: #ffffff;
    font-weight: bold;
    padding: 0px 8px;
    border-radius: 10px; }

/* line 1102, _core.scss.liquid */
.r-0-t-3 {
  right: 0;
  top: 3px; }

/* line 1107, _core.scss.liquid */
.main-dropdown {
  max-height: calc(100vh - 250px);
  min-height: 300px;
  overflow: auto; }

@-webkit-keyframes pulsate {
  0% {
    background: rgba(0, 0, 0, 0.1); }
  50% {
    background: rgba(0, 0, 0, 0.02); }
  100% {
    background: rgba(0, 0, 0, 0.1); } }
@-moz-keyframes pulsate {
  0% {
    background: rgba(0, 0, 0, 0.1); }
  50% {
    background: rgba(0, 0, 0, 0.02); }
  100% {
    background: rgba(0, 0, 0, 0.1); } }
@-ms-keyframes pulsate {
  0% {
    background: rgba(0, 0, 0, 0.1); }
  50% {
    background: rgba(0, 0, 0, 0.02); }
  100% {
    background: rgba(0, 0, 0, 0.1); } }
@-o-keyframes pulsate {
  0% {
    background: rgba(0, 0, 0, 0.1); }
  50% {
    background: rgba(0, 0, 0, 0.02); }
  100% {
    background: rgba(0, 0, 0, 0.1); } }
@keyframes pulsate {
  0% {
    background: rgba(0, 0, 0, 0.1); }
  50% {
    background: rgba(0, 0, 0, 0.02); }
  100% {
    background: rgba(0, 0, 0, 0.1); } }
/* line 1169, _core.scss.liquid */
.price-placeholder {
  height: 31px;
  width: 146px;
  display: inline-block;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  margin-bottom: 8px;
  margin-top: 4px;
  -webkit-animation: pulsate 2s infinite ease;
  -moz-animation: pulsate 2s infinite ease;
  -o-animation: pulsate 2s infinite ease;
  animation: pulsate 2s infinite ease; }

/* line 1184, _core.scss.liquid */
figcaption.flexed {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

/* line 1191, _core.scss.liquid */
.list-menu-wrapper {
  width: 260px;
  border: none; }
  /* line 1194, _core.scss.liquid */
  .list-menu-wrapper .list-item-subs-wrapper {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 100%;
    min-height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    background: #FFF;
    box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.075) !important; }
    /* line 1205, _core.scss.liquid */
    .list-menu-wrapper .list-item-subs-wrapper.first-level {
      visibility: visible;
      opacity: 1;
      left: 0; }
    /* line 1210, _core.scss.liquid */
    .list-menu-wrapper .list-item-subs-wrapper.third-level {
      left: 200%; }
  /* line 1215, _core.scss.liquid */
  .list-menu-wrapper .list-item-part:hover {
    background-color: #fafafa; }
    /* line 1217, _core.scss.liquid */
    .list-menu-wrapper .list-item-part:hover > .list-item-subs-wrapper {
      opacity: 1;
      visibility: visible; }
  /* line 1222, _core.scss.liquid */
  .list-menu-wrapper .list-item-part a {
    padding: 9px 20px; }
    /* line 1224, _core.scss.liquid */
    .list-menu-wrapper .list-item-part a.has_babies {
      padding-right: 40px; }
    /* line 1227, _core.scss.liquid */
    .list-menu-wrapper .list-item-part a .fas {
      right: 7px;
      position: absolute;
      text-align: center;
      opacity: 0.7;
      top: 50%;
      transform: translate(0px, -50%);
      padding: 8px 0px;
      width: 30px; }
  /* line 1239, _core.scss.liquid */
  .list-menu-wrapper .list-item-part:last-of-type a {
    padding-bottom: 11px; }

/* line 1246, _core.scss.liquid */
.subcollections-row {
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
  /* line 1252, _core.scss.liquid */
  .subcollections-row.overflowed {
    height: 150px !important;
    overflow: hidden; }

/* line 1, _main.scss */
svg, img {
  display: inline;
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

/* line 7, _main.scss */
:focus::-webkit-input-placeholder {
  color: transparent; }

/* line 11, _main.scss */
:focus::-moz-input-placeholder {
  color: transparent; }

/* line 14, _main.scss */
:focus::-input-placeholder {
  color: transparent; }

/* line 17, _main.scss */
.absolute {
  position: absolute; }

/* line 20, _main.scss */
.relative {
  position: relative; }

/* line 23, _main.scss */
.table {
  display: table;
  vertical-align: middle; }

/* line 27, _main.scss */
.table-cell {
  display: table-cell;
  vertical-align: middle; }

/* line 31, _main.scss */
.flex-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* line 36, _main.scss */
.flex-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }

/* line 41, _main.scss */
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

/* line 46, _main.scss */
.flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/* line 51, _main.scss */
.flex-around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

/* line 56, _main.scss */
.flex-top {
  align-items: flex-start; }

/* line 58, _main.scss */
.flex-middle {
  align-items: center; }

/* line 61, _main.scss */
.flex-bottom {
  align-items: flex-end; }

/* line 63, _main.scss */
.column {
  display: flex;
  flex-direction: column; }

/* line 67, _main.scss */
.nowrap {
  flex-wrap: nowrap; }

/* line 70, _main.scss */
.relative {
  position: relative; }

/* line 73, _main.scss */
.header-top {
  padding: 8px 0;
  background: #F5F8FF; }
  /* line 77, _main.scss */
  .header-top .nav li:not(:last-child) {
    margin-right: 40px; }
    @media (max-width: 1309px) {
      /* line 77, _main.scss */
      .header-top .nav li:not(:last-child) {
        margin-right: 10px; } }
  /* line 83, _main.scss */
  .header-top .nav a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1px; }
    @media (max-width: 1199px) {
      /* line 83, _main.scss */
      .header-top .nav a {
        font-size: 13px; } }
  @media (max-width: 1199px) {
    /* line 93, _main.scss */
    .header-top .nav li:nth-child(n+4) {
      display: none; } }

/* line 100, _main.scss */
.header-top-contacts a {
  margin-left: 4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%; }
  /* line 105, _main.scss */
  .header-top-contacts a svg {
    max-width: 24px; }

/* line 110, _main.scss */
.header {
  padding: 14px 0;
  background: #fff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 99; }

/* line 118, _main.scss */
.header-logo {
  max-width: 146px; }

/* line 121, _main.scss */
.header-left {
  width: 100%;
  max-width: 346px; }
  /* line 124, _main.scss */
  .header-left .megamenu-item {
    margin-left: 24px;
    width: 100%;
    max-width: 176px; }
  /* line 129, _main.scss */
  .header-left .btn-cataloge {
    width: 100%;
    height: 40px;
    background: linear-gradient(79.06deg, #2A5CF6 17.67%, #2A5CF6 17.68%, #7191F4 143.49%);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 16px; }
    /* line 138, _main.scss */
    .header-left .btn-cataloge .icon {
      margin-right: 12px; }
      /* line 140, _main.scss */
      .header-left .btn-cataloge .icon + span {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.1px;
        color: #FFFFFF; }

/* line 150, _main.scss */
.header-search {
  margin: 0 15px 0 0;
  width: 51.40%; }
  @media (max-width: 1199px) {
    /* line 150, _main.scss */
    .header-search {
      margin: 0 15px; } }
  /* line 156, _main.scss */
  .header-search .search {
    border-radius: 60px;
    background: linear-gradient(79.06deg, #2A5CF6 17.67%, #2A5CF6 17.68%, #7191F4 143.49%);
    padding: 2px;
    position: relative;
    display: flex; }
    /* line 162, _main.scss */
    .header-search .search .btn.btn-primary {
      border-radius: 0 60px 60px 0;
      height: 36px; }
      /* line 165, _main.scss */
      .header-search .search .btn.btn-primary:before {
        border-radius: 0 60px 60px 0; }
    /* line 169, _main.scss */
    .header-search .search input.form-control {
      height: 36px;
      border: 0;
      border-radius: 60px 0px 0px 60px;
      background: #fff !important; }

/* line 178, _main.scss */
.header-right .widget-header {
  margin-right: 12px; }
  /* line 180, _main.scss */
  .header-right .widget-header a.header-controls-link {
    outline: none !important; }
  @media (max-width: 767px) {
    /* line 178, _main.scss */
    .header-right .widget-header {
      position: initial; } }

/* line 188, _main.scss */
.header-controls-link {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center; }
  /* line 194, _main.scss */
  .header-controls-link .title {
    margin-top: 4px;
    font-size: 14px;
    line-height: 16px; }
  /* line 199, _main.scss */
  .header-controls-link + .header-controls-link {
    margin-left: 12px; }
  /* line 202, _main.scss */
  .header-controls-link .icon {
    position: relative; }
  /* line 205, _main.scss */
  .header-controls-link svg path {
    fill: #fff; }
  /* line 210, _main.scss */
  .header-controls-link:not(.controls-link-cart):hover svg path {
    fill: #fff;
    stroke: #2a5cf6; }
  /* line 218, _main.scss */
  .header-controls-link.controls-link-cart:hover svg path {
    stroke: #2a5cf6;
    fill: #fff; }
  /* line 224, _main.scss */
  .header-controls-link .header-count {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #F5F8FF;
    border: 1px solid #2A5CF6;
    border-radius: 40px;
    text-align: center;
    line-height: 16px;
    color: #2A5CF6;
    font-size: 10px;
    right: -7px;
    transition: .4s all;
    opacity: 0; }
    /* line 238, _main.scss */
    .header-controls-link .header-count:not(.is-cart-empty, .compare-empty, .favorites-empty, .is-empty) {
      opacity: 1; }
      /* line 240, _main.scss */
      .header-controls-link .header-count:not(.is-cart-empty, .compare-empty, .favorites-empty, .is-empty) + svg path {
        stroke: #2a5cf6;
        fill: #2a5cf6; }
  /* line 247, _main.scss */
  .header-controls-link.user-login svg path {
    stroke: #2a5cf6;
    fill: #2a5cf6; }
  /* line 252, _main.scss */
  .header-controls-link.user-login:hover svg path {
    stroke: #2a5cf6;
    fill: #2a5cf6; }

/* line 260, _main.scss */
.link:focus, .link.picker-input--active, .link:hover,
.co-link:focus, .co-link.picker-input--active, .co-link:hover,
.link--active, .co-link--active {
  color: #2a5cf6; }

/* line 269, _main.scss */
.footer {
  position: relative;
  z-index: 7;
  background: #EEEEEE; }
  /* line 273, _main.scss */
  .footer-top {
    padding: 40px 0;
    border-bottom: 1px solid #A9A9A9; }
  @media (min-width: 768px) {
    /* line 278, _main.scss */
    .footer .container > .flex-between {
      padding: 0 10px; } }

/* line 283, _main.scss */
.footer-item {
  width: 33.3333%; }
  /* line 286, _main.scss */
  .footer-item-heading .arr-down {
    display: none; }
    @media (max-width: 767px) {
      /* line 286, _main.scss */
      .footer-item-heading .arr-down {
        display: block;
        font-size: 0; } }
  /* line 294, _main.scss */
  .footer-item-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%; }
  /* line 299, _main.scss */
  .footer-item li {
    margin-top: 12px; }
    /* line 301, _main.scss */
    .footer-item li a {
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      opacity: 0.6; }

/* line 309, _main.scss */
.footer-left {
  width: calc(100% - 302px); }

/* line 312, _main.scss */
.footer-right {
  width: 100%;
  max-width: 302px; }

/* line 316, _main.scss */
.footer-subscribe {
  margin-bottom: 12px; }
  /* line 318, _main.scss */
  .footer-subscribe-title {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.1px;
    opacity: 0.7; }
  /* line 327, _main.scss */
  .footer-subscribe .input-group input {
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    background: #FFFFFF;
    border-radius: 43px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1px;
    color: #282828;
    padding: 0 50px 0 15px;
    outline: none !important; }
    /* line 339, _main.scss */
    .footer-subscribe .input-group input.error {
      border-color: red; }
  /* line 344, _main.scss */
  .footer-subscribe .btn-send {
    top: 7px;
    right: 7px;
    padding: 0 0;
    position: absolute;
    border: 0;
    transition: .3s all;
    outline: none !important;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
    /* line 360, _main.scss */
    .footer-subscribe .btn-send:hover {
      box-shadow: 0px 0px 33px rgba(54, 88, 172, 0.4); }
      /* line 362, _main.scss */
      .footer-subscribe .btn-send:hover svg path {
        fill: #1F6CBE; }
  /* line 367, _main.scss */
  .footer-subscribe-text {
    margin-top: 12px;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.02em;
    color: #808080; }
  /* line 375, _main.scss */
  .footer-subscribe .errorMsg {
    list-style: none;
    margin-top: 12px;
    font-size: 14px;
    padding: 0 0; }

/* line 383, _main.scss */
.footer-email + .footer-email {
  margin-top: 13px; }
/* line 386, _main.scss */
.footer-email > * {
  display: inline-flex;
  align-items: center; }
  /* line 389, _main.scss */
  .footer-email > * .icon {
    margin-right: 12px; }
  /* line 392, _main.scss */
  .footer-email > * .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #525252; }

/* line 400, _main.scss */
.social-items {
  margin-top: 12px; }
  /* line 402, _main.scss */
  .social-items a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px; }
    /* line 410, _main.scss */
    .social-items a + a {
      margin-left: 8px; }

/* line 415, _main.scss */
.footer-bottom {
  padding: 12px 0; }

/* line 418, _main.scss */
.footer-copyring {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #525252; }

/* line 433, _main.scss */
.main-slider {
  padding: 8px 80px 44px; }
  /* line 436, _main.scss */
  .main-slider .swiper-slide:not(.swiper-slide-active):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer; }

/* line 449, _main.scss */
.main-slide {
  display: block;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  overflow: hidden; }

/* line 456, _main.scss */
.main-slide-img img {
  object-fit: cover; }

/* line 459, _main.scss */
.main-slide-img {
  position: relative;
  min-height: 356px;
  height: 100%; }
  @media (max-width: 1199px) {
    /* line 459, _main.scss */
    .main-slide-img {
      min-height: 390px; } }
  @media (max-width: 767px) {
    /* line 459, _main.scss */
    .main-slide-img {
      min-height: 176px; } }

/* line 470, _main.scss */
.main-slide-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

/* line 477, _main.scss */
.main-slide-container {
  width: 100%;
  max-width: 900px;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

/* line 486, _main.scss */
.main-slide-left {
  width: 100%;
  max-width: 477px;
  padding: 40px 0; }
  @media (max-width: 1199px) {
    /* line 486, _main.scss */
    .main-slide-left {
      padding: 40px; } }

/* line 494, _main.scss */
.main-slide-title {
  font-weight: 600;
  font-size: 38px;
  line-height: normal;
  color: #282828; }

/* line 501, _main.scss */
.main-slide-text {
  margin: 16px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #282828; }
  /* line 507, _main.scss */
  .main-slide-text ul, .main-slide-text p {
    margin: 0 0;
    padding: 0;
    list-style: none; }
    /* line 512, _main.scss */
    .main-slide-text ul li + li, .main-slide-text p li + li {
      margin-top: 4px; }
    /* line 515, _main.scss */
    .main-slide-text ul li:before, .main-slide-text p li:before {
      content: '\2022';
      margin-right: 10px; }
  /* line 521, _main.scss */
  .main-slide-text p + p {
    margin-top: 4px; }

/* line 525, _main.scss */
.main-slide-button {
  margin-top: 16px; }
  /* line 527, _main.scss */
  .main-slide-button .btn {
    height: 42px;
    width: 206px;
    padding: 0 0; }
    /* line 531, _main.scss */
    .main-slide-button .btn:before {
      opacity: 1; }

/* line 536, _main.scss */
.swiper-container-horizontal > .swiper-pagination-bullets {
  font-size: 0;
  bottom: 16px; }
  /* line 539, _main.scss */
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 9px;
    background: rgba(40, 40, 40, 0.5);
    opacity: 0.4; }
    /* line 545, _main.scss */
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1;
      background: #2A5CF6; }

/* line 551, _main.scss */
.section-preference {
  padding-bottom: 30px; }
  /* line 553, _main.scss */
  .section-preference .row {
    margin: 0 -12px; }
    /* line 555, _main.scss */
    .section-preference .row .cell- {
      padding: 0 12px;
      width: calc(100% / 5); }
  @media (min-width: 1201px) {
    /* line 561, _main.scss */
    .section-preference .swiper-wrapper {
      transform: none !important; } }

/* line 566, _main.scss */
.preference-item {
  position: relative;
  height: 262px;
  background: linear-gradient(331.63deg, #5877FE -3.97%, rgba(255, 255, 255, 0) 74.87%, rgba(255, 255, 255, 0) 74.87%), linear-gradient(35.39deg, #C2FFF8 -1.03%, #FFFFFF 69.8%);
  border-radius: 40px;
  overflow: hidden; }
  /* line 572, _main.scss */
  .preference-item-content {
    padding: 24px;
    position: relative;
    z-index: 2; }
  /* line 577, _main.scss */
  .preference-item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1px;
    color: #282828; }
  /* line 584, _main.scss */
  .preference-item-text {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1px;
    color: #525252;
    opacity: 0.6; }
  /* line 593, _main.scss */
  .preference-item-img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 300px;
    width: 100%;
    height: 100%; }
    /* line 600, _main.scss */
    .preference-item-img img {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }

@media (max-width: 1199px) {
  /* line 613, _main.scss */
  .section-preference .container {
    max-width: 100%;
    padding: 0 0; }

  /* line 618, _main.scss */
  .slider-preference {
    padding-right: 50px;
    padding-left: 15px; } }
/* line 630, _main.scss */
.all-view {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #A9A9A9 !important; }

/* line 636, _main.scss */
.section-slider-products {
  padding: 35px 0; }
  /* line 638, _main.scss */
  .section-slider-products-heading {
    margin-bottom: 24px;
    position: relative;
    z-index: 7; }
    @media (max-width: 1199px) {
      /* line 638, _main.scss */
      .section-slider-products-heading {
        padding: 0 15px; } }
  /* line 646, _main.scss */
  .section-slider-products-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.1px;
    color: #282828;
    position: relative;
    z-index: 8; }
  @media (max-width: 1199px) {
    /* line 656, _main.scss */
    .section-slider-products .container {
      max-width: 100%;
      padding: 0 0; } }

/* line 662, _main.scss */
.slider-products {
  padding: 50px 50px 500px;
  margin: -50px -50px -500px;
  z-index: initial; }
  @media (max-width: 1199px) {
    /* line 662, _main.scss */
    .slider-products {
      margin: -50px -35px -500px; } }
  /* line 669, _main.scss */
  .slider-products .swiper-slide {
    height: initial; }
  /* line 672, _main.scss */
  .slider-products .swiper-wrapper {
    z-index: initial; }
    /* line 674, _main.scss */
    .slider-products .swiper-wrapper:hover {
      z-index: 15; }
  /* line 678, _main.scss */
  .slider-products:before, .slider-products:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 26px;
    height: 100%;
    background: #FBFBFB;
    z-index: 16;
    max-height: 600px; }
  /* line 689, _main.scss */
  .slider-products:before {
    left: 0; }
  /* line 692, _main.scss */
  .slider-products:after {
    right: 0; }

/* line 697, _main.scss */
.slider-nav > * {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s all;
  position: absolute;
  top: 50%;
  transform: translateY(-720%);
  z-index: 17; }
  /* line 712, _main.scss */
  .slider-nav > *.button-prev {
    left: 26px; }
    @media (max-width: 1199px) {
      /* line 712, _main.scss */
      .slider-nav > *.button-prev {
        left: 36px; } }
  /* line 718, _main.scss */
  .slider-nav > *.button-next {
    right: 26px; }
    @media (max-width: 1199px) {
      /* line 718, _main.scss */
      .slider-nav > *.button-next {
        right: 36px; } }
  /* line 724, _main.scss */
  .slider-nav > *.swiper-button-disabled {
    opacity: 0;
    visibility: hidden; }
  /* line 728, _main.scss */
  .slider-nav > * svg path {
    transition: .3s all; }
  /* line 731, _main.scss */
  .slider-nav > *:hover {
    box-shadow: 0px 0px 33px rgba(54, 88, 172, 0.4); }
    /* line 733, _main.scss */
    .slider-nav > *:hover svg path {
      fill: #1F6CBE; }

/* line 741, _main.scss */
.slider-products.js-recently-slider .card-product-grid:hover {
  margin-bottom: 0 !important; }

/* line 749, _main.scss */
.card-product-grid {
  transition: .3s margin, .3s box-shadow, z-index .3s step-end;
  border-radius: 40px;
  justify-content: flex-start;
  overflow: initial;
  margin-bottom: 0;
  background: transparent; }
  /* line 756, _main.scss */
  .card-product-grid:hover {
    background: #FFFFFF;
    transition: .3s margin, .3s box-shadow, z-index .3s step-start;
    z-index: 15;
    box-shadow: -10px 0px 33px rgba(236, 52, 254, 0.12), 0px 10px 33px rgba(0, 252, 222, 0.12), 10px -10px 34px rgba(6, 52, 253, 0.12); }
  /* line 762, _main.scss */
  .card-product-grid .img-wrap {
    position: relative;
    padding-top: 133.13%;
    display: block;
    border-radius: 40px; }
    /* line 767, _main.scss */
    .card-product-grid .img-wrap img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain !important; }
  /* line 776, _main.scss */
  .card-product-grid .product_card_controls {
    padding-top: 12px;
    display: flex;
    justify-content: space-between; }
  @media (min-width: 768px) {
    /* line 783, _main.scss */
    .card-product-grid .product-prices {
      padding-top: 5px; } }
  /* line 787, _main.scss */
  .card-product-grid .price {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #282828; }
    @media (max-width: 1199px) {
      /* line 787, _main.scss */
      .card-product-grid .price {
        font-size: 18px;
        line-height: 22px; } }
  /* line 797, _main.scss */
  .card-product-grid .option-selector {
    margin-bottom: 0; }
  /* line 800, _main.scss */
  .card-product-grid .option-selector > .option {
    margin-bottom: 0; }
    /* line 802, _main.scss */
    .card-product-grid .option-selector > .option + .option {
      margin-bottom: 0.5rem; }
  /* line 806, _main.scss */
  .card-product-grid .option-selector > .option .option-label {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.1px;
    color: #282828;
    font-weight: 400;
    margin-bottom: 6px; }
  /* line 814, _main.scss */
  .card-product-grid .option-values {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
  /* line 819, _main.scss */
  .card-product-grid .option-selector > .option .option-values .option-value.is-span {
    margin: 0 6px 6px 0;
    background: #EEEEEE;
    border-radius: 34px;
    padding: 2px 4px;
    border: 1px solid #eee;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1px;
    color: #525252;
    outline: none !important;
    min-width: initial; }
    /* line 832, _main.scss */
    .card-product-grid .option-selector > .option .option-values .option-value.is-span.is-active {
      color: #2a5cf6;
      background: #F5F8FF;
      border: 1px solid #2A5CF6; }
    /* line 837, _main.scss */
    .card-product-grid .option-selector > .option .option-values .option-value.is-span:before {
      display: none !important; }
  /* line 842, _main.scss */
  .card-product-grid:hover .card-variants {
    max-height: 500px; }

/* line 847, _main.scss */
.card-product-grid .topbar {
  padding: 20px;
  z-index: 4; }
  /* line 850, _main.scss */
  .card-product-grid .topbar [data-favorites-trigger] {
    font-size: 0; }
    /* line 852, _main.scss */
    .card-product-grid .topbar [data-favorites-trigger] svg path {
      transition: .3s all; }
    /* line 856, _main.scss */
    .card-product-grid .topbar [data-favorites-trigger].is-added svg path {
      stroke: #2A5CF6;
      fill: #2A5CF6; }
    /* line 862, _main.scss */
    .card-product-grid .topbar [data-favorites-trigger]:hover svg path {
      stroke: #2A5CF6; }

/* line 869, _main.scss */
.js-favorite [data-favorites-trigger] {
  font-size: 0; }
  /* line 871, _main.scss */
  .js-favorite [data-favorites-trigger] svg path {
    transition: .3s all; }
  /* line 874, _main.scss */
  .js-favorite [data-favorites-trigger] svg path {
    stroke: #2A5CF6;
    fill: #2A5CF6; }
  /* line 879, _main.scss */
  .js-favorite [data-favorites-trigger]:hover svg path {
    stroke: #2A5CF6; }

/* line 885, _main.scss */
[class*='card-product'] .badge {
  position: initial;
  display: inline-block; }

/* line 889, _main.scss */
.inner-badge {
  padding: 4px 12px;
  background: #F0F4FE;
  border-radius: 49px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1px;
  color: #2A5CF6; }

/* line 899, _main.scss */
.card-product-grid .info-wrap {
  padding: 12px;
  background: transparent;
  overflow: initial;
  display: block; }

/* line 905, _main.scss */
[class*='card-product'] a.title {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #282828; }
  @media (min-width: 992px) {
    /* line 905, _main.scss */
    [class*='card-product'] a.title {
      height: 50px; } }

/* line 914, _main.scss */
.card-variants {
  max-height: 0;
  overflow: hidden; }

/* line 919, _main.scss */
.card-variants-wrapper {
  padding: 12px 0 0;
  margin-bottom: -6px; }

/* line 926, _main.scss */
.btn-to-card {
  transition: .2s all;
  width: 138px;
  min-width: 138px;
  height: 39px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(42, 92, 246, 0.3);
  border: 0;
  border-radius: 60px;
  margin: 0 0;
  padding: 0 0; }
  /* line 937, _main.scss */
  .btn-to-card .icon {
    margin-right: 8px;
    position: relative;
    z-index: 2; }
    /* line 941, _main.scss */
    .btn-to-card .icon svg path {
      transition: .2s all;
      fill: transparent; }
  /* line 946, _main.scss */
  .btn-to-card .button-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1px;
    color: #2A5CF6;
    position: relative;
    z-index: 2; }
  /* line 955, _main.scss */
  .btn-to-card:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(82.33deg, #9E0CAA 0.26%, #242AFF 47.35%, #23FBE1 111.53%);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.08);
    transition: .3s all;
    opacity: 0;
    border-radius: 60px; }
  /* line 970, _main.scss */
  .btn-to-card:hover:before {
    opacity: 1; }
  /* line 973, _main.scss */
  .btn-to-card:hover .button-title {
    color: #fff; }
  /* line 976, _main.scss */
  .btn-to-card:hover .icon svg path {
    stroke: #fff; }
  @media (max-width: 1199px) {
    /* line 926, _main.scss */
    .btn-to-card {
      min-width: initial;
      width: 110px;
      white-space: nowrap; }
      /* line 984, _main.scss */
      .btn-to-card .icon {
        margin-right: 4px;
        max-width: 14px; }
      /* line 988, _main.scss */
      .btn-to-card .button-title {
        font-size: 14px; } }

/* line 994, _main.scss */
.section-about-us {
  padding: 25px 0 30px; }
  @media (max-width: 1199px) {
    /* line 996, _main.scss */
    .section-about-us .section-slider-products-heading {
      padding: 0 0; } }

/* line 1002, _main.scss */
.about-us-text {
  font-size: 18px;
  line-height: 140%;
  color: #282828; }
  /* line 1006, _main.scss */
  .about-us-text p {
    margin: 0 0; }

/* line 1010, _main.scss */
.about-us-image {
  overflow: hidden;
  border-radius: 40px; }

/* line 1014, _main.scss */
.overflow-hidden {
  overflow: hidden; }

/* line 1018, _main.scss */
.section-slider-articles {
  padding-bottom: 60px; }

/* line 1021, _main.scss */
.article-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: transparent;
  transition: .3s all;
  border-radius: 40px; }
  /* line 1029, _main.scss */
  .article-item:hover {
    box-shadow: -10px 0px 33px rgba(236, 52, 254, 0.12), 0px 10px 33px rgba(0, 252, 222, 0.12), 10px -10px 34px rgba(6, 52, 253, 0.12);
    background: #fff; }
  /* line 1033, _main.scss */
  .article-item-img {
    position: relative;
    padding-top: 100%;
    display: block;
    overflow: hidden;
    border-radius: 40px; }
    /* line 1039, _main.scss */
    .article-item-img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }
  /* line 1048, _main.scss */
  .article-item-title {
    padding: 12px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px; }
  /* line 1054, _main.scss */
  .article-item-description {
    font-size: 16px;
    line-height: 150%;
    color: #525252; }
  /* line 1059, _main.scss */
  .article-item-text {
    padding: 0 12px; }
  /* line 1062, _main.scss */
  .article-item-button {
    padding: 12px; }
    /* line 1064, _main.scss */
    .article-item-button .btn {
      width: auto;
      padding: 0 24px; }

/* line 1075, _main.scss */
.header .input-group-append {
  margin-top: 0; }

/* line 1079, _main.scss */
.header-mobile {
  display: none;
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
  padding: 12px 0 8px; }
  /* line 1087, _main.scss */
  .header-mobile .input-group-append {
    margin-top: 0; }
  /* line 1090, _main.scss */
  .header-mobile-top {
    padding-bottom: 12px; }
  /* line 1093, _main.scss */
  .header-mobile-left, .header-mobile-center, .header-mobile-right {
    width: 33.3333%; }
  /* line 1096, _main.scss */
  .header-mobile-center {
    display: flex;
    justify-content: center; }
  /* line 1100, _main.scss */
  .header-mobile-right {
    display: flex;
    justify-content: flex-end; }
  /* line 1104, _main.scss */
  .header-mobile-logo {
    max-width: 88px; }
  /* line 1107, _main.scss */
  .header-mobile .header-search {
    width: 100%;
    margin: 0; }

@media (max-width: 991px) {
  /* line 1113, _main.scss */
  .header-top, header.header {
    display: none; }

  /* line 1116, _main.scss */
  .header-mobile {
    display: block; }

  /* line 1119, _main.scss */
  .header-search .search input.form-control {
    height: 20px;
    font-size: 10px; }

  /* line 1123, _main.scss */
  .header-search .search .btn.btn-primary {
    height: 20px;
    padding: 0;
    width: 62px;
    min-width: initial; }
    /* line 1128, _main.scss */
    .header-search .search .btn.btn-primary .button-title {
      font-size: 10px; }

  /* line 1132, _main.scss */
  .slider-products {
    padding-right: 50px;
    padding-left: 15px;
    margin-right: 0;
    margin-left: 0; }
    /* line 1137, _main.scss */
    .slider-products:before, .slider-products:after {
      display: none; }

  /* line 1141, _main.scss */
  .slider-nav {
    display: none; }

  /* line 1144, _main.scss */
  .footer-item {
    max-width: 225px;
    width: auto; }
    /* line 1147, _main.scss */
    .footer-item + .footer-item {
      margin-left: 24px; } }
@media (max-width: 767px) {
  /* line 1153, _main.scss */
  .main-slider {
    padding: 12px 25px 16px; }

  /* line 1156, _main.scss */
  .main-slide-left {
    padding: 27px 27px 36px;
    width: calc(168px + 54px); }

  /* line 1160, _main.scss */
  .main-slide-title {
    font-size: 20px; }

  /* line 1163, _main.scss */
  .main-slide-text {
    margin: 4px 0;
    font-size: 12px;
    line-height: 150%; }

  /* line 1168, _main.scss */
  .main-slide-button {
    margin-top: 4px; }

  /* line 1171, _main.scss */
  .main-slide-button .btn {
    width: 104px;
    height: 21px; }
    /* line 1174, _main.scss */
    .main-slide-button .btn .button-title {
      font-weight: 500;
      font-size: 8px;
      line-height: 9px; }

  /* line 1180, _main.scss */
  .main-slide-text ul p + p,
  .main-slide-text ul li + li {
    margin-top: 1px; }

  /* line 1184, _main.scss */
  .main-slide-text ul li:before {
    margin-right: 4px; }

  /* line 1187, _main.scss */
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 25px; }

  /* line 1190, _main.scss */
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px; }

  /* line 1195, _main.scss */
  .section-preference {
    padding-bottom: 20px; }

  /* line 1198, _main.scss */
  .preference-item {
    height: 203px; }
    /* line 1200, _main.scss */
    .preference-item-content {
      padding: 16px; }

  /* line 1204, _main.scss */
  .preference-item-title {
    font-size: 12px;
    line-height: 14px; }

  /* line 1208, _main.scss */
  .preference-item-text {
    margin-top: 5px;
    font-size: 10px;
    line-height: 12px; }

  /* line 1213, _main.scss */
  .slider-products {
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: -50px;
    margin-bottom: -50px; }

  /* line 1219, _main.scss */
  .section-slider-products {
    padding: 20px 0; }

  /* line 1222, _main.scss */
  .section-slider-products-title {
    font-size: 24px;
    line-height: 28px; }

  /* line 1226, _main.scss */
  .all-view {
    font-size: 16px; }

  /* line 1229, _main.scss */
  .card-product-grid {
    border-radius: 16px; }

  /* line 1232, _main.scss */
  .card-product-grid .img-wrap {
    padding-top: 141.2%;
    border-radius: 16px; }

  /* line 1239, _main.scss */
  .card-product-grid .topbar {
    padding: 8px; }
    /* line 1241, _main.scss */
    .card-product-grid .topbar .badge {
      padding: 0 0; }

  /* line 1245, _main.scss */
  .inner-badge {
    padding: 4px;
    font-size: 10px;
    line-height: 12px; }

  /* line 1250, _main.scss */
  .card-product-grid .topbar a {
    width: 20px;
    height: 20px; }
    /* line 1253, _main.scss */
    .card-product-grid .topbar a svg {
      width: 20px;
      height: 20px; }

  /* line 1258, _main.scss */
  .swiper-slide [data-product-id] {
    height: 100%; }

  /* line 1261, _main.scss */
  .card-product-grid .info-wrap {
    position: initial;
    padding: 8px 16px 16px;
    display: flex;
    justify-content: flex-start; }

  /* line 1268, _main.scss */
  [class*='card-product'] a.title {
    font-size: 12px;
    line-height: 14px;
    order: 1; }

  /* line 1273, _main.scss */
  .card-variants {
    max-height: initial;
    order: 3; }

  /* line 1277, _main.scss */
  .card-product-grid .product_card_controls {
    order: 2;
    padding-top: 8px; }

  /* line 1281, _main.scss */
  .card-product-grid .price {
    font-size: 16px;
    line-height: 140%; }

  /* line 1285, _main.scss */
  .card-product-grid .btn.btn-to-card {
    display: flex !important;
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px); }
    /* line 1291, _main.scss */
    .card-product-grid .btn.btn-to-card .button-title {
      display: none; }

  /* line 1296, _main.scss */
  .card-product.not-available .card-product-grid .btn.btn-to-card .button-title {
    display: block; }

  /* line 1300, _main.scss */
  .card-variants-wrapper {
    padding-top: 8px;
    padding-bottom: 50px; }

  /* line 1304, _main.scss */
  .card-product-grid .option-selector > .option .option-label {
    font-size: 14px;
    line-height: 17px; }

  /* line 1309, _main.scss */
  .card-product-grid .option-selector > .option .option-values .option-value.is-span {
    font-size: 10px;
    line-height: 12px; }

  /* line 1313, _main.scss */
  .btn-to-card .icon {
    margin: 0 0;
    max-width: 18px; }

  /* line 1317, _main.scss */
  .section-about-us {
    padding: 20px 0; }

  /* line 1320, _main.scss */
  .d-none-sm {
    display: none !important; }

  /* line 1324, _main.scss */
  .col-12-sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1330, _main.scss */
  .d-block-sm {
    display: block !important; }

  /* line 1334, _main.scss */
  .about-us-container .col-12-sm:first-child {
    order: 1; }

  /* line 1338, _main.scss */
  .about-us-image {
    border-radius: 24px;
    margin-bottom: 12px; }
    /* line 1341, _main.scss */
    .about-us-image img {
      width: 100%; }

  /* line 1345, _main.scss */
  .section-slider-articles {
    padding-bottom: 40px; }

  /* line 1348, _main.scss */
  .article-item, .article-item-img {
    border-radius: 10px; }

  /* line 1351, _main.scss */
  .article-item-text {
    padding: 0 16px; }

  /* line 1354, _main.scss */
  .article-item-title {
    padding-top: 16px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400; }

  /* line 1360, _main.scss */
  .article-item-description {
    font-size: 10px;
    line-height: 12px; }

  /* line 1364, _main.scss */
  .article-item-button {
    padding: 12px 16px 16px; }

  /* line 1367, _main.scss */
  .article-item-button .btn {
    height: 26px;
    padding: 0 10px; }
    /* line 1370, _main.scss */
    .article-item-button .btn .button-title {
      font-size: 12px;
      line-height: 14px; }

  /* line 1375, _main.scss */
  .about-us-text {
    font-size: 16px; }

  /* line 1378, _main.scss */
  .footer-top {
    padding: 24px 0 20px;
    border-bottom: 0; }

  /* line 1382, _main.scss */
  .footer-right {
    max-width: 100%;
    order: -1; }

  /* line 1386, _main.scss */
  .footer-subscribe {
    margin-bottom: 17px; }

  /* line 1389, _main.scss */
  .footer-email + .footer-email {
    margin-top: 14px; }

  /* line 1392, _main.scss */
  .social-items {
    margin-top: 17px; }

  /* line 1395, _main.scss */
  .footer-left {
    width: 100%;
    flex-wrap: wrap;
    padding-top: 16px; }

  /* line 1400, _main.scss */
  .footer-item {
    width: 100%;
    max-width: 100%; }
    /* line 1403, _main.scss */
    .footer-item .arr-down {
      display: block; }
      /* line 1406, _main.scss */
      .footer-item .arr-down.active svg {
        transform: scale(1, -1); }
    /* line 1411, _main.scss */
    .footer-item ul {
      display: none;
      padding-left: 12px;
      padding-top: 3px;
      margin-bottom: 0; }
      /* line 1416, _main.scss */
      .footer-item ul li {
        margin-top: 10px; }

  /* line 1421, _main.scss */
  .footer-item + .footer-item {
    margin: 20px 0 0; }

  /* line 1424, _main.scss */
  .footer-bottom {
    padding: 20px 0 24px; }
    /* line 1426, _main.scss */
    .footer-bottom .flex-between {
      flex-direction: column-reverse;
      align-items: flex-start; }

  /* line 1431, _main.scss */
  .footer-pay {
    margin-bottom: 16px; }

  /* line 1434, _main.scss */
  .footer-copyring {
    font-size: 10px;
    line-height: 12px; }

  /* line 1439, _main.scss */
  .footer-subscribe .btn-send .icon {
    max-width: 7px; } }
/* line 1447, _main.scss */
body.no-scroll {
  height: 100%;
  overflow: hidden; }

/* line 1455, _main.scss */
.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: .4s all;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px); }

/* line 1468, _main.scss */
.mobile-container {
  position: fixed;
  width: 87.85%;
  height: 100%;
  background: #fff;
  z-index: 999999999;
  top: 0;
  left: -87.85%;
  transition: .4s all;
  z-index: 100; }
  /* line 1478, _main.scss */
  .mobile-container.js-active {
    left: 0; }
    /* line 1480, _main.scss */
    .mobile-container.js-active + .overlay-menu {
      opacity: 1;
      visibility: visible; }
  /* line 1485, _main.scss */
  .mobile-container .wrap {
    padding: 0 16px;
    max-height: calc(100vh - 50px);
    overflow: hidden;
    overflow-y: auto; }
  /* line 1491, _main.scss */
  .mobile-container ul {
    margin: 0 0;
    padding: 0 0;
    list-style: none; }
  /* line 1496, _main.scss */
  .mobile-container svg path {
    fill: #282828; }
  /* line 1499, _main.scss */
  .mobile-container .footer-email > * .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #282828; }
  /* line 1505, _main.scss */
  .mobile-container .footer-email + .footer-email {
    margin-top: 22px; }
  /* line 1508, _main.scss */
  .mobile-container .footer-subscribe {
    margin: 34px 0 2px; }
  /* line 1511, _main.scss */
  .mobile-container .footer-subscribe-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #000000; }
  /* line 1517, _main.scss */
  .mobile-container .footer-subscribe .input-group input {
    background: #EEEEEE;
    border-color: #eee; }
  /* line 1521, _main.scss */
  .mobile-container .social-items {
    margin-top: 0;
    padding-bottom: 50px; }

/* line 1526, _main.scss */
.mobile-container-heading {
  padding: 14px 0 10px; }

/* line 1529, _main.scss */
.mobile-container-content {
  height: calc(100vh - 50px);
  overflow: hidden;
  overflow-y: auto; }

/* line 1535, _main.scss */
.mobile-menu-list li {
  padding: 12px 0; }
  /* line 1537, _main.scss */
  .mobile-menu-list li > .first-link a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #282828; }

/* line 1545, _main.scss */
.mobile-container-contact {
  padding: 24px 0 22px;
  margin-left: -5px; }
  /* line 1548, _main.scss */
  .mobile-container-contact .header-contact-item {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px; }
    /* line 1552, _main.scss */
    .mobile-container-contact .header-contact-item:last-child {
      margin-left: 5px; }

/* line 1557, _main.scss */
.mobile-email a {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px; }
  /* line 1561, _main.scss */
  .mobile-email a .text {
    margin-left: 10px; }

/* line 1565, _main.scss */
.mobile-submenu {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  transition: .4s all;
  background: #fff;
  z-index: 4; }
  /* line 1576, _main.scss */
  .mobile-submenu.js-active {
    left: 0; }

/* line 1580, _main.scss */
.mobile-submenu-back {
  margin: 12px 0; }
  /* line 1582, _main.scss */
  .mobile-submenu-back .arr-left {
    font-size: 0;
    margin-left: -7px; }
  /* line 1586, _main.scss */
  .mobile-submenu-back .icon {
    margin-left: 5px;
    margin-right: 0 !important; }
  /* line 1590, _main.scss */
  .mobile-submenu-back-title {
    margin-left: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #282828; }

/* line 1598, _main.scss */
.mobile-submenu-list {
  padding-left: 28px !important;
  max-height: calc(100vh - 150px);
  overflow: hidden;
  overflow-y: auto;
  margin-right: -16px;
  padding-right: 16px; }
  /* line 1605, _main.scss */
  .mobile-submenu-list li {
    padding: 12px 0; }
    /* line 1607, _main.scss */
    .mobile-submenu-list li .icon {
      font-size: 0;
      width: 24px;
      margin-right: 12px; }
    /* line 1613, _main.scss */
    .mobile-submenu-list li .link-title a {
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      color: #282828; }

/*==================================COLLECTION============================*/
/*==================================COLLECTION============================*/
/*==================================COLLECTION============================*/
/*==================================COLLECTION============================*/
/*==================================COLLECTION============================*/
/*==================================COLLECTION============================*/
/*==================================COLLECTION============================*/
/* line 1642, _main.scss */
.section-content-collection .row {
  margin: 0 -12px; }
  /* line 1644, _main.scss */
  .section-content-collection .row [class*="col-"] {
    padding: 0 12px; }
/* line 1648, _main.scss */
.section-content-collection .breadcrumb {
  margin-bottom: 12px; }
/* line 1651, _main.scss */
.section-content-collection .section-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.1px;
  color: #282828;
  opacity: 0.8; }
/* line 1659, _main.scss */
.section-content-collection .section-heading {
  margin-bottom: 12px; }
  /* line 1661, _main.scss */
  .section-content-collection .section-heading .text-muted {
    margin-top: 12px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1px;
    color: #808080 !important; }
/* line 1669, _main.scss */
.section-content-collection .scrollable-content {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #282828; }
/* line 1676, _main.scss */
.section-content-collection .btn-subcoll {
  padding: 3px 7px;
  width: auto;
  height: auto;
  white-space: nowrap;
  margin: 0 12px 12px 0;
  background: #F5F8FF;
  border: 1px solid #2A5CF6;
  border-radius: 49px;
  color: #2a5cf6; }
  /* line 1686, _main.scss */
  .section-content-collection .btn-subcoll .button-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%; }

/* line 1693, _main.scss */
.collection-filter {
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  border-radius: 10px; }
  /* line 1697, _main.scss */
  .collection-filter .filter-group, .collection-filter .card, .collection-filter form.card:last-of-type {
    border: 0; }
  /* line 1701, _main.scss */
  .collection-filter .filter-group h6.title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1px;
    color: #282828;
    opacity: 0.8; }

/* line 1712, _main.scss */
.btn.rounded-0:before {
  border-radius: 0 !important; }

/* line 1717, _main.scss */
.card-header a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  outline: none !important; }
  /* line 1722, _main.scss */
  .card-header a .icon {
    font-size: 0; }
    /* line 1724, _main.scss */
    .card-header a .icon svg path {
      fill: #282828 !important; }
  /* line 1729, _main.scss */
  .card-header a.collapsed .icon {
    transform: scale(1, -1); }

/* line 1736, _main.scss */
.main_filter .card-header {
  padding: 12px 24px; }
/* line 1739, _main.scss */
.main_filter .card-body {
  padding: 0 24px 20px; }

/* line 1745, _main.scss */
.collection-search {
  margin-bottom: 12px; }
  /* line 1747, _main.scss */
  .collection-search input {
    width: 100%;
    height: 29px;
    background: #fff !important;
    border: 1px solid #EEEEEE !important;
    border-radius: 42px !important;
    padding: 0 36px 0 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px; }

/* line 1759, _main.scss */
.btn-search {
  background: none;
  padding: 0 0;
  outline: none !important;
  border: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 12px;
  z-index: 7; }

/* line 1771, _main.scss */
.collection-select + .collection-select {
  margin-top: 12px; }
/* line 1774, _main.scss */
.collection-select select.custom-select {
  width: 100%;
  height: 29px;
  background: url("arr-select.svg") no-repeat #fff calc(100% - 16px) center !important;
  border: 1px solid #EEEEEE !important;
  border-radius: 42px !important;
  padding: 0 36px 0 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #282828;
  box-shadow: none !important; }

/* line 1789, _main.scss */
.input-range-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1px;
  color: #282828; }
/* line 1800, _main.scss */
.input-range input {
  width: 97px;
  height: 29px;
  background: #fff !important;
  border: 1px solid #EEEEEE !important;
  border-radius: 42px !important;
  padding: 0 12px 0 36px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  outline: none !important;
  color: rgba(40, 40, 40, 0.4); }
/* line 1813, _main.scss */
.input-range input::-webkit-outer-spin-button,
.input-range input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }
/* line 1820, _main.scss */
.input-range input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */ }

/* line 1824, _main.scss */
.irs--round .irs-min, .irs--round .irs-max,
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  display: none; }

/* line 1828, _main.scss */
.irs--round {
  margin-top: 16px;
  height: 6px; }

/* line 1832, _main.scss */
.irs--round .irs-handle {
  top: -5px;
  width: 14px;
  height: 14px;
  border: 2px solid #2a5cf6;
  background-color: white;
  border-radius: 24px; }

/* line 1840, _main.scss */
.irs--round .irs-bar {
  height: 6px;
  top: 0; }

/* line 1844, _main.scss */
.irs--round .irs-line {
  top: 0px;
  height: 6px;
  background-color: rgba(42, 92, 246, 0.12);
  border-radius: 3px; }

/* line 1850, _main.scss */
.filter-content-bottom {
  padding-top: 20px; }

/* line 1855, _main.scss */
.js-recently_view {
  padding: 11px 0 25px; }

/* line 1858, _main.scss */
.folter-button-wrapper {
  margin-bottom: 12px; }

/* line 1861, _main.scss */
.c-offcanvas-bg.is-animating, .c-offcanvas-bg.is-open {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px); }

@media (max-width: 767px) {
  /* line 1866, _main.scss */
  .section-content-collection {
    padding: 12px 0;
    scrollbar-color: transparent transparent;
    /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: 0px;
    /* толщина */
    /* ползунок скроллбара */ }
    /* line 1870, _main.scss */
    .section-content-collection ::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      /* высота для горизонтального скролла */
      background-color: transparent; }
    /* line 1877, _main.scss */
    .section-content-collection ::-webkit-scrollbar-thumb {
      background-color: transparent;
      border-radius: 3px; }
    /* line 1881, _main.scss */
    .section-content-collection .subcollections-row {
      scrollbar-face-color: #d2d2d2;
      /* Firefox 63 compatibility */
      scrollbar-track-color: #2e3645;
      /* Firefox 63 compatibility */
      scrollbar-color: transparent transparent;
      scrollbar-width: thin; }

  /* line 1888, _main.scss */
  .section-content-collection .breadcrumb {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 14px; }

  /* line 1893, _main.scss */
  .section-content-collection .section-heading {
    margin-bottom: 10px; }

  /* line 1896, _main.scss */
  .section-content-collection .section-title {
    font-size: 20px;
    line-height: 24px; }

  /* line 1900, _main.scss */
  .section-content-collection .section-heading .text-muted {
    margin-top: 10px; }

  /* line 1903, _main.scss */
  .section-content-collection .scrollable-content {
    margin-bottom: 16px !important;
    font-size: 14px;
    line-height: 17px; }

  /* line 1908, _main.scss */
  .subcollections-row {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    margin: 0 -30px 16px !important;
    padding: 0 15px; }

  /* line 1915, _main.scss */
  .section-content-collection .btn-subcoll {
    padding: 3px 5px;
    margin: 0 6px 0 0;
    font-size: 0; }

  /* line 1920, _main.scss */
  .section-content-collection .btn-subcoll .button-title {
    font-size: 10px;
    line-height: 12px; }

  /* line 1924, _main.scss */
  .btn-open-filter {
    padding: 4px 8px;
    font-size: 0;
    height: 24px; }
    /* line 1928, _main.scss */
    .btn-open-filter .button-title {
      margin-left: 8px;
      font-size: 12px;
      line-height: 14px; }
    /* line 1933, _main.scss */
    .btn-open-filter .c-button__text {
      font-size: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
    /* line 1940, _main.scss */
    .btn-open-filter:hover svg path {
      stroke: #fff; }

  /* line 1945, _main.scss */
  .card-product {
    height: 100%; }

  /* line 1948, _main.scss */
  .product_card-cell {
    padding-bottom: 16px !important; }

  /* line 1951, _main.scss */
  .section-content-collection .row {
    margin: 0 -10px; }

  /* line 1954, _main.scss */
  .section-content-collection .row [class*="col-"] {
    padding: 0 10px; }

  /* line 1957, _main.scss */
  .card-product-grid .product_card_controls.not-variant {
    padding-bottom: 50px; }

  /* line 1960, _main.scss */
  .card-product-grid {
    background: #fff; }

  /* line 1963, _main.scss */
  .section-content-collection .row [class*="col-"]#coll-filter {
    padding: 16px 0 0 !important;
    width: 87.85%; }

  /* line 1967, _main.scss */
  .main_filter .card-header,
  .main_filter .card-body {
    padding-right: 16px;
    padding-left: 16px; } }
/* line 1978, _main.scss */
.swiper-container.swiper-container-vertical {
  max-height: 100%;
  overflow: hidden; }

/* line 1987, _main.scss */
.gallery-top .video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 1996, _main.scss */
.gallery-wrapper {
  display: flex;
  position: relative;
  max-width: 100%;
  padding-left: 109px; }
  /* line 2001, _main.scss */
  .gallery-wrapper .gallery-top {
    width: 100%; }
  /* line 2004, _main.scss */
  .gallery-wrapper .gallery-thumbs-wrap {
    padding-right: 24px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0; }
  /* line 2011, _main.scss */
  .gallery-wrapper .swiper-container.swiper-container-vertical {
    max-width: 85px;
    padding-bottom: 100px;
    margin-bottom: -50px;
    max-height: calc(100% + 50px); }
    /* line 2016, _main.scss */
    .gallery-wrapper .swiper-container.swiper-container-vertical:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100px;
      left: 0;
      bottom: 0;
      background: #fbfbfb;
      z-index: 3; }

/* line 2029, _main.scss */
.gallery-thumb {
  position: relative;
  height: 125px;
  width: 85px; }
  /* line 2033, _main.scss */
  .gallery-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; }
  /* line 2041, _main.scss */
  .gallery-thumb:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 6px;
    border: 2px solid #2A5CF6;
    opacity: 0;
    z-index: 2;
    transition: .3s all; }
  /* line 2055, _main.scss */
  .gallery-thumb img {
    border-radius: 6px; }

/* line 2061, _main.scss */
.swiper-slide-active .gallery-thumb:before {
  opacity: 1; }

/* line 2067, _main.scss */
.swiper-container.swiper-container-vertical .slider-nav > * {
  top: initial;
  left: 50%;
  right: initial;
  width: 44px;
  height: 44px;
  transform: translateX(-50%); }
  /* line 2074, _main.scss */
  .swiper-container.swiper-container-vertical .slider-nav > *.button-next {
    bottom: 55px; }
  /* line 2077, _main.scss */
  .swiper-container.swiper-container-vertical .slider-nav > *.button-prev {
    top: 0; }

/* line 2082, _main.scss */
.gallery-slide {
  position: relative;
  height: 587px; }
  /* line 2085, _main.scss */
  .gallery-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px; }

/* line 2096, _main.scss */
.product-info .content-body {
  padding: 0 0 0 24px !important; }
/* line 2099, _main.scss */
.product-info .item-option-select {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px; }
  /* line 2103, _main.scss */
  .product-info .item-option-select .option-label {
    margin-bottom: 0 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.1px;
    color: #525252;
    margin-right: 11px; }
  /* line 2112, _main.scss */
  .product-info .item-option-select .option-values {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
/* line 2118, _main.scss */
.product-info .item-option-select .btn {
  min-width: initial;
  margin: 0 11px 11px 0;
  padding: 3px 5px;
  background: #EEEEEE;
  border-radius: 52px;
  border: 1px solid #eee;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1px;
  color: #525252; }
  /* line 2130, _main.scss */
  .product-info .item-option-select .btn.is-active {
    color: #2a5cf6;
    background: #F5F8FF;
    border: 1px solid #2A5CF6; }
  /* line 2135, _main.scss */
  .product-info .item-option-select .btn:before {
    display: none !important; }

/* line 2143, _main.scss */
.product-sku {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1px;
  color: #808080;
  margin: 8px 0; }

/* line 2151, _main.scss */
.product-title {
  margin: 0 0 24px;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.1px;
  color: #282828; }

/* line 2159, _main.scss */
.product-short-descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1px;
  color: #282828;
  margin-bottom: 16px; }
  /* line 2166, _main.scss */
  .product-short-descr b, .product-short-descr strong {
    font-weight: 400; }
  /* line 2169, _main.scss */
  .product-short-descr a {
    color: #2a5cf6; }

/* line 2173, _main.scss */
.product-available {
  margin-bottom: 16px; }
  /* line 2175, _main.scss */
  .product-available .badge {
    display: inline-block;
    text-align: left; }
    /* line 2178, _main.scss */
    .product-available .badge.badge-success {
      padding: 0 0;
      font-weight: 400;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 0.1px;
      background: linear-gradient(82.33deg, #9E0CAA 0.26%, #242AFF 47.35%, #23FBE1 111.53%);
      background: -webkit-linear-gradient(82.33deg, #9E0CAA 0.26%, #242AFF 47.35%, #23FBE1 111.53%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent; }

/* line 2193, _main.scss */
.qty-pack-text {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #2A5CF6;
  max-width: 400px; }
  @media (max-width: 767px) {
    /* line 2193, _main.scss */
    .qty-pack-text {
      margin-bottom: 8px; } }

/* line 2203, _main.scss */
.cart-qty-pack-text {
  font-size: 12px;
  margin-bottom: 4px;
  line-height: 1.1;
  max-width: 290px;
  margin-top: -12px; }

/* line 2211, _main.scss */
.product-price .price {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.1px;
  color: #282828; }

/* line 2219, _main.scss */
.product-count {
  padding-left: 40px; }

/* line 2222, _main.scss */
.input-spinner {
  width: 163px;
  height: 44px;
  padding: 7px 11px;
  border: 1px solid #EEEEEE;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  border-radius: 10px; }
  /* line 2232, _main.scss */
  .input-spinner input.form-control {
    background: transparent;
    padding: 0 24px;
    border: 0;
    height: 42px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    width: 100%;
    max-width: 100%;
    min-width: 100px; }

/* line 2246, _main.scss */
.btn-count {
  cursor: pointer;
  border: 0;
  outline: none !important;
  background: none;
  padding: 0;
  width: 24px;
  min-width: 24px; }

/* line 2255, _main.scss */
.product-price-count {
  margin-bottom: 16px; }

/* line 2258, _main.scss */
.product-form-row {
  margin: 0 -12px; }
  /* line 2260, _main.scss */
  .product-form-row [class*="col-"] {
    padding: 0 12px;
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%; }

/* line 2267, _main.scss */
.btn-buy {
  width: 100%;
  height: 39px;
  border: 0; }
  /* line 2271, _main.scss */
  .btn-buy .icon {
    margin-right: 8px; }
  /* line 2274, _main.scss */
  .btn-buy:before {
    opacity: 1; }
  /* line 2277, _main.scss */
  .btn-buy .button-title {
    color: #fff; }
  /* line 2280, _main.scss */
  .btn-buy svg path {
    stroke: #fff; }

/* line 2284, _main.scss */
.btn-favorite {
  width: 100%;
  height: 39px; }
  /* line 2287, _main.scss */
  .btn-favorite .button-title + .button-title {
    display: none; }
  /* line 2290, _main.scss */
  .btn-favorite .icon {
    margin-right: 8px; }
  /* line 2293, _main.scss */
  .btn-favorite svg path {
    transition: .3s all; }
  /* line 2297, _main.scss */
  .btn-favorite:hover svg path {
    stroke: #fff; }
  /* line 2302, _main.scss */
  .btn-favorite.is-added .button-title {
    display: none; }
  /* line 2305, _main.scss */
  .btn-favorite.is-added .button-title + .button-title {
    display: block; }

/* line 2311, _main.scss */
.product-tabs {
  margin-top: 27px; }

/* line 2315, _main.scss */
.product-page {
  padding: 24px 0; }

/* line 2318, _main.scss */
.bg-fff {
  background: #fff; }
  /* line 2321, _main.scss */
  .bg-fff .slider-products:before, .bg-fff .slider-products:after {
    background: #fff; }

/* line 2326, _main.scss */
.modal {
  display: none;
  background: #fff;
  padding: 40px;
  width: 100%;
  max-width: 679px;
  margin: 0 auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
  height: auto;
  cursor: default !important; }
  /* line 2338, _main.scss */
  .modal > .fancybox-close-small {
    display: none; }
  /* line 2341, _main.scss */
  .modal .modal-content {
    display: block;
    border: 0; }
  /* line 2345, _main.scss */
  .modal-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.1px;
    color: #282828; }
  /* line 2352, _main.scss */
  .modal .akciya-link {
    margin-top: 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #282828; }
  /* line 2359, _main.scss */
  .modal .form-modal {
    margin-top: 24px; }
  /* line 2362, _main.scss */
  .modal-close {
    min-width: 24px;
    width: 24px;
    cursor: pointer;
    top: 42px;
    right: 40px;
    z-index: 5;
    position: absolute; }

/* line 2373, _main.scss */
.form-modal .input-group {
  display: block; }
  /* line 2375, _main.scss */
  .form-modal .input-group + .input-group {
    margin-top: 24px; }
  /* line 2378, _main.scss */
  .form-modal .input-group input.form-control {
    width: 100%;
    height: 56px;
    border-radius: 43px !important; }
  /* line 2383, _main.scss */
  .form-modal .input-group label {
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%; }
/* line 2392, _main.scss */
.form-modal .form-text {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  margin-top: 8px;
  color: #A9A9A9; }
@media (max-width: 767px) {
  /* line 2400, _main.scss */
  .form-modal .input-group label {
    padding: 0 15px;
    font-size: 14px;
    line-height: 17px; }
  /* line 2405, _main.scss */
  .form-modal .input-group input.form-control {
    height: 41px;
    font-size: 14px;
    line-height: 17px;
    padding: 0 15px; }
  /* line 2411, _main.scss */
  .form-modal .submit-modal-form {
    max-width: 100%; } }

/* line 2416, _main.scss */
.input-error,
[data-feedback-input-error] {
  color: red;
  font-size: 12px;
  position: absolute;
  display: none; }

/* line 2424, _main.scss */
.is-error-feedback [data-feedback-input-error], .is-error-feedback .input-error {
  display: block; }
/* line 2427, _main.scss */
.is-error-feedback input.form-control {
  border-color: red !important; }

/* line 2431, _main.scss */
.submit-modal-form {
  width: 100%;
  max-width: 300px; }

/* line 2435, _main.scss */
.modal-thanks-content {
  display: none; }
  /* line 2437, _main.scss */
  .modal-thanks-content .text {
    padding: 16px 0; }

/* line 2441, _main.scss */
textarea.g-recaptcha-response {
  display: none !important; }

/* line 2444, _main.scss */
.fancybox-bg {
  background: rgba(255, 255, 255, 0); }

/* line 2447, _main.scss */
.fancybox-active .overlay-menu {
  opacity: 1;
  visibility: visible;
  z-index: 110; }

/* line 2452, _main.scss */
.fancybox-is-open .fancybox-bg {
  opacity: 1; }

@media (max-width: 991px) {
  /* line 2458, _main.scss */
  .product-card > .row > [class*="col-"] {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%; }

  /* line 2465, _main.scss */
  .gallery-wrapper {
    padding-left: 89px; }

  /* line 2468, _main.scss */
  .gallery-wrapper .swiper-container.swiper-container-vertical {
    max-width: 65px; }

  /* line 2471, _main.scss */
  .gallery-thumb {
    height: 105px;
    width: 65px; }

  /* line 2475, _main.scss */
  .product-info .item-option-select {
    margin-right: 0;
    display: block; }

  /* line 2479, _main.scss */
  .gallery-wrapper .swiper-container.swiper-container-vertical:after {
    display: none; }

  /* line 2482, _main.scss */
  .product-form-row {
    margin: 0 -6px; }

  /* line 2485, _main.scss */
  .product-card > .row [class*="col-"] {
    padding: 0 6px; }
    /* line 2487, _main.scss */
    .product-card > .row [class*="col-"] .btn, .product-card > .row [class*="col-"] .co-button {
      padding: 10px 5px; } }
@media (max-width: 767px) {
  /* line 2493, _main.scss */
  .gallery-wrapper .gallery-thumbs-wrap {
    display: none; }

  /* line 2499, _main.scss */
  .product-card > .row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 0; }

  /* line 2509, _main.scss */
  .gallery-wrapper {
    padding: 0 0;
    max-width: initial;
    width: initial;
    margin: 0 -15px; }

  /* line 2516, _main.scss */
  .gallery-wrapper .gallery-top .swiper-container {
    padding: 50px 24px;
    margin: -50px 0; }
    /* line 2519, _main.scss */
    .gallery-wrapper .gallery-top .swiper-container .swiper-pagination-bullets {
      bottom: 34px; }

  /* line 2524, _main.scss */
  .gallery-slide {
    position: relative;
    height: 0;
    padding-top: 134.5%;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    overflow: hidden; }

  /* line 2532, _main.scss */
  .gallery-wrapper .gallery-top {
    padding-bottom: 32px; }

  /* line 2535, _main.scss */
  .product-info .content-body {
    padding-left: 0 !important; }

  /* line 2538, _main.scss */
  .product-page {
    padding: 28px 0; }

  /* line 2541, _main.scss */
  .breadcrumb {
    font-size: 12px;
    line-height: 14px;
    position: relative;
    z-index: 10; }

  /* line 2547, _main.scss */
  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 5px; }

  /* line 2550, _main.scss */
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 5px; }

  /* line 2553, _main.scss */
  .product-sku {
    margin: 12px 0;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1px;
    color: #A9A9A9; }

  /* line 2560, _main.scss */
  .product-title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 140%; }

  /* line 2565, _main.scss */
  .product-info .item-option-select .option-label {
    margin-bottom: 8px !important;
    font-size: 14px;
    line-height: 17px; }

  /* line 2570, _main.scss */
  .product-info .item-option-select {
    margin-bottom: 4px !important; }

  /* line 2573, _main.scss */
  .product-info .item-option-select .btn {
    margin: 0 12px 8px 0;
    padding: 3px 5px !important;
    border-radius: 46px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    border-radius: 46px; }

  /* line 2582, _main.scss */
  .product-available {
    margin-bottom: 8px; }

  /* line 2585, _main.scss */
  .product-available .badge.badge-success {
    padding: 4px 12px;
    background: #F5F8FF;
    border-radius: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #2A5CF6;
    -webkit-text-fill-color: initial;
    -webkit-background-clip: initial; }

  /* line 2596, _main.scss */
  .product-price .price {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px; }

  /* line 2601, _main.scss */
  .product-count {
    padding-left: 16px !important; }

  /* line 2604, _main.scss */
  .input-spinner {
    width: 121px;
    height: 40px; }

  /* line 2608, _main.scss */
  .input-spinner input.form-control {
    height: 38px;
    padding: 0 12px;
    min-width: 53px;
    max-width: initial;
    width: initial;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; }

  /* line 2618, _main.scss */
  .product-form-row {
    margin: 0 -16px; }

  /* line 2621, _main.scss */
  .product-card > .row [class*="col-"] {
    padding: 0 8px; }
    /* line 2623, _main.scss */
    .product-card > .row [class*="col-"].col-md-5 {
      padding: 0 0; }

  /* line 2627, _main.scss */
  .product-tabs {
    margin-top: 40px;
    scrollbar-color: transparent transparent;
    /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: 0px;
    /* толщина */
    /* ползунок скроллбара */ }
    /* line 2631, _main.scss */
    .product-tabs ::-webkit-scrollbar {
      width: 0px;
      height: 0px;
      /* высота для горизонтального скролла */
      background-color: transparent; }
    /* line 2638, _main.scss */
    .product-tabs ::-webkit-scrollbar-thumb {
      background-color: transparent;
      border-radius: 3px; }
    /* line 2642, _main.scss */
    .product-tabs .nav-tabs {
      scrollbar-face-color: #d2d2d2;
      /* Firefox 63 compatibility */
      scrollbar-track-color: #2e3645;
      /* Firefox 63 compatibility */
      scrollbar-color: transparent transparent;
      scrollbar-width: thin;
      flex-wrap: nowrap;
      white-space: nowrap;
      margin: 0 -15px;
      padding: 0 15px 2px;
      overflow: hidden;
      overflow-x: auto; }

  /* line 2656, _main.scss */
  .template--product .overflow-hidden {
    overflow: initial !important; }

  /* line 2660, _main.scss */
  .form-row.product-form-row {
    position: sticky;
    bottom: 0;
    left: 0;
    background: #FBFBFB;
    padding: 8px;
    z-index: 20; }

  /* line 2668, _main.scss */
  .modal {
    padding: 24px; }

  /* line 2671, _main.scss */
  .modal-close {
    top: 26px;
    right: 24px; }

  /* line 2675, _main.scss */
  .modal-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #282828;
    padding-right: 24px; }

  /* line 2683, _main.scss */
  .modal-thanks-content .modal-title {
    padding: 0 0; }

  /* line 2687, _main.scss */
  .modal .akciya-link {
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1px;
    color: #525252; } }
/* line 2696, _main.scss */
.cart-discount {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 19px;
  color: #2a5cf6; }

/* line 2703, _main.scss */
.china-section-heading {
  margin: 24px 0 4px; }

/* line 2706, _main.scss */
.china-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #808080; }

/* line 2712, _main.scss */
.section-title {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.1px;
  color: #282828; }

/* line 2718, _main.scss */
.page-banner
.img-sm {
  display: none; }

/* line 2722, _main.scss */
.page-banner {
  margin: 40px 0; }
  /* line 2724, _main.scss */
  .page-banner img {
    width: 100%;
    border-radius: 40px; }

@media (max-width: 767px) {
  /* line 2730, _main.scss */
  .page-banner
  .img-sm {
    display: block; }

  /* line 2734, _main.scss */
  .page-banner
  .img-lg {
    display: none; } }
/* line 2740, _main.scss */
.china-form-container .form-modal {
  width: 100%;
  max-width: 599px;
  margin: 0 auto; }

/* line 2748, _main.scss */
textarea.form-control {
  display: block;
  min-width: 100%;
  width: 100%;
  background: #EEEEEE;
  padding: 15px;
  height: 191px;
  resize: none;
  outline: none !important;
  border: 1px solid #eee;
  border-radius: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%; }

/* line 2764, _main.scss */
.co-input--nested textarea.co-input-field {
  width: 100%;
  background: #EEEEEE;
  padding: 15px;
  height: 191px;
  resize: none;
  outline: none !important;
  border: 1px solid #eee;
  border-radius: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%; }

@media (max-width: 767px) {
  /* line 2778, _main.scss */
  .china-section-heading {
    margin-top: 20px; }

  /* line 2781, _main.scss */
  .section-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px; }

  /* line 2786, _main.scss */
  .china-content {
    font-size: 14px;
    line-height: 17px; }

  /* line 2790, _main.scss */
  .page-banner {
    margin: 20px 0; }
    /* line 2792, _main.scss */
    .page-banner img {
      border-radius: 12px;
      min-height: 120px;
      object-fit: cover; }

  /* line 2799, _main.scss */
  .china-form-container .form-modal .input-group + .input-group {
    margin-top: 20px; }

  /* line 2804, _main.scss */
  textarea.co-input--nested .co-input-field, textarea.co-input--nested .picker-input--active {
    height: 272px;
    border-radius: 24px; }

  /* line 2810, _main.scss */
  .co-input--nested textarea.co-input-field,
  textarea.form-control {
    height: 272px;
    border-radius: 24px; } }
/* line 2816, _main.scss */
.info-modal {
  background: #FFFFFF;
  box-shadow: -10px 0px 33px rgba(236, 52, 254, 0.12), 0px 10px 33px rgba(0, 252, 222, 0.12), 10px -10px 34px rgba(6, 52, 253, 0.12);
  border-radius: 12px;
  width: 100%;
  max-width: 498px;
  padding: 40px; }
  /* line 2825, _main.scss */
  .info-modal .icon {
    font-size: 0;
    display: inline-block;
    width: 70px;
    height: 70px; }
    /* line 2830, _main.scss */
    .info-modal .icon svg {
      width: 70px;
      height: 70px; }
  /* line 2835, _main.scss */
  .info-modal-text {
    margin-top: 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%; }
  /* line 2841, _main.scss */
  .info-modal .fancybox-close-small {
    display: none; }

@media (max-width: 599px) {
  /* line 2846, _main.scss */
  .co-tabs-node {
    white-space: nowrap;
    font-size: 12px;
    padding: 4px; } }
@media (max-width: 767px) {
  /* line 2854, _main.scss */
  .js-recently_view .card-product-grid .btn.btn-to-card .button-title, .products-favorite .card-product-grid .btn.btn-to-card .button-title {
    display: block; }

  /* line 2858, _main.scss */
  .products-favorite
  .card-product-grid .info-wrap {
    flex-wrap: wrap; } }
/* line 2863, _main.scss */
.page-up {
  position: fixed;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  bottom: 50px;
  left: 2.5%;
  transition: .4s all;
  width: 62px;
  height: 62px;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0;
  z-index: 50;
  visibility: hidden; }
  /* line 2880, _main.scss */
  .page-up.its-show {
    visibility: visible;
    opacity: 0.8; }
    /* line 2883, _main.scss */
    .page-up.its-show:hover {
      opacity: 1; }
  /* line 2890, _main.scss */
  .page-up svg path {
    transition: .4s all; }
  @media (max-width: 991px) {
    /* line 2863, _main.scss */
    .page-up {
      width: 45px;
      height: 45px; } }
  @media (max-width: 767px) {
    /* line 2863, _main.scss */
    .page-up {
      width: 35px;
      height: 35px;
      padding: 10px; } }
