@charset "UTF-8";
/*!
 * Bootstrap v4.4.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)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #7D7C7C;
  --gray-dark: #404040;
  --primary: #0062bb;
  --secondary: #7D7C7C;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #404040;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1170px;
  --breakpoint-xl: 1480px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #232323;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0062bb;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 57.9090909091, 110.5);
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #7D7C7C;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #7D7C7C;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #7D7C7C;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 698px;
  }
}
@media (min-width: 1170px) {
  .container {
    max-width: 1160px;
  }
}
@media (min-width: 1480px) {
  .container {
    max-width: 1460px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 698px;
  }
}
@media (min-width: 1170px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1160px;
  }
}
@media (min-width: 1480px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1460px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1170px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1480px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0062bb;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 57.9090909091, 110.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 98, 187, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0062bb;
  border-color: #0062bb;
}
.page-item.disabled .page-link {
  color: #7D7C7C;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0, 50.96, 97.24);
  background-color: rgb(204, 223.6, 241.4);
  border-color: rgb(183.6, 211.04, 235.96);
}
.alert-primary hr {
  border-top-color: rgb(163.4684210526, 198.6452631579, 230.5915789474);
}
.alert-primary .alert-link {
  color: rgb(0, 24.2327272727, 46.24);
}

.alert-secondary {
  color: rgb(65, 64.48, 64.48);
  background-color: rgb(229, 228.8, 228.8);
  border-color: rgb(218.6, 218.32, 218.32);
}
.alert-secondary hr {
  border-top-color: rgb(205.8988505747, 205.5211494253, 205.5211494253);
}
.alert-secondary .alert-link {
  color: rgb(39.3975903614, 39.0824096386, 39.0824096386);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(33.28, 33.28, 33.28);
  background-color: rgb(216.8, 216.8, 216.8);
  border-color: rgb(201.52, 201.52, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(188.77, 188.77, 188.77);
}
.alert-dark .alert-link {
  color: rgb(7.78, 7.78, 7.78);
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

a.close.disabled {
  pointer-events: none;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0062bb !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 71.2727272727, 136) !important;
}

.bg-secondary {
  background-color: #7D7C7C !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(99.3975903614, 98.6024096386, 98.6024096386) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #404040 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(38.5, 38.5, 38.5) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0062bb !important;
}

.border-secondary {
  border-color: #7D7C7C !important;
}

.border-success {
  border-color: #28a745 !important;
}

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

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

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

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #404040 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 2rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

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

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

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

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

.d-flex {
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1170px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1480px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

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

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1170px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1480px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1170px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1480px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 2rem !important;
}

.mt-6,
.my-6 {
  margin-top: 2rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 2rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 2rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 2rem !important;
}

.m-7 {
  margin: 2.5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 2.5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 2.5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 2.5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 2.5rem !important;
}

.m-8 {
  margin: 3.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 3.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 3.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 3.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 3.5rem !important;
}

.m-9 {
  margin: 4rem !important;
}

.mt-9,
.my-9 {
  margin-top: 4rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 4rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 4rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 4rem !important;
}

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 2rem !important;
}

.pt-6,
.py-6 {
  padding-top: 2rem !important;
}

.pr-6,
.px-6 {
  padding-right: 2rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 2rem !important;
}

.pl-6,
.px-6 {
  padding-left: 2rem !important;
}

.p-7 {
  padding: 2.5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 2.5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 2.5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 2.5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 2.5rem !important;
}

.p-8 {
  padding: 3.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 3.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 3.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 3.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 3.5rem !important;
}

.p-9 {
  padding: 4rem !important;
}

.pt-9,
.py-9 {
  padding-top: 4rem !important;
}

.pr-9,
.px-9 {
  padding-right: 4rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 4rem !important;
}

.pl-9,
.px-9 {
  padding-left: 4rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -2rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -2rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -2rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -2rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -2rem !important;
}

.m-n7 {
  margin: -2.5rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -2.5rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -2.5rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -2.5rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -2.5rem !important;
}

.m-n8 {
  margin: -3.5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -3.5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -3.5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -3.5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -3.5rem !important;
}

.m-n9 {
  margin: -4rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -4rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -4rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -4rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -4rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 2rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2rem !important;
  }
  .m-sm-7 {
    margin: 2.5rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 2.5rem !important;
  }
  .m-sm-8 {
    margin: 3.5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 3.5rem !important;
  }
  .m-sm-9 {
    margin: 4rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 4rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 4rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 4rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 2rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2rem !important;
  }
  .p-sm-7 {
    padding: 2.5rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 2.5rem !important;
  }
  .p-sm-8 {
    padding: 3.5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 3.5rem !important;
  }
  .p-sm-9 {
    padding: 4rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 4rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 4rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 4rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -2rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -2rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -2rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -2rem !important;
  }
  .m-sm-n7 {
    margin: -2.5rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n8 {
    margin: -3.5rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -3.5rem !important;
  }
  .m-sm-n9 {
    margin: -4rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -4rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -4rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -4rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 2rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2rem !important;
  }
  .m-md-7 {
    margin: 2.5rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 2.5rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 2.5rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 2.5rem !important;
  }
  .m-md-8 {
    margin: 3.5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 3.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 3.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 3.5rem !important;
  }
  .m-md-9 {
    margin: 4rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 4rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 4rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 4rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 4rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 2rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2rem !important;
  }
  .p-md-7 {
    padding: 2.5rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 2.5rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 2.5rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 2.5rem !important;
  }
  .p-md-8 {
    padding: 3.5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 3.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 3.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 3.5rem !important;
  }
  .p-md-9 {
    padding: 4rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 4rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 4rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 4rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 4rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -2rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -2rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -2rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -2rem !important;
  }
  .m-md-n7 {
    margin: -2.5rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -2.5rem !important;
  }
  .m-md-n8 {
    margin: -3.5rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -3.5rem !important;
  }
  .m-md-n9 {
    margin: -4rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -4rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -4rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -4rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1170px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 2rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2rem !important;
  }
  .m-lg-7 {
    margin: 2.5rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 2.5rem !important;
  }
  .m-lg-8 {
    margin: 3.5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 3.5rem !important;
  }
  .m-lg-9 {
    margin: 4rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 4rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 4rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 2rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2rem !important;
  }
  .p-lg-7 {
    padding: 2.5rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 2.5rem !important;
  }
  .p-lg-8 {
    padding: 3.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 3.5rem !important;
  }
  .p-lg-9 {
    padding: 4rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 4rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 4rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -2rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -2rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -2rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -2rem !important;
  }
  .m-lg-n7 {
    margin: -2.5rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n8 {
    margin: -3.5rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n9 {
    margin: -4rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -4rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -4rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -4rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1480px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 2rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2rem !important;
  }
  .m-xl-7 {
    margin: 2.5rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 2.5rem !important;
  }
  .m-xl-8 {
    margin: 3.5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 3.5rem !important;
  }
  .m-xl-9 {
    margin: 4rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 4rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 4rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 4rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 2rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2rem !important;
  }
  .p-xl-7 {
    padding: 2.5rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 2.5rem !important;
  }
  .p-xl-8 {
    padding: 3.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 3.5rem !important;
  }
  .p-xl-9 {
    padding: 4rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 4rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 4rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 4rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -2rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -2rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -2rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -2rem !important;
  }
  .m-xl-n7 {
    margin: -2.5rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n8 {
    margin: -3.5rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n9 {
    margin: -4rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -4rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -4rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -4rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1170px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1480px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0062bb !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 57.9090909091, 110.5) !important;
}

.text-secondary {
  color: #7D7C7C !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(86.5963855422, 85.9036144578, 85.9036144578) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #404040 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(25.75, 25.75, 25.75) !important;
}

.text-body {
  color: #232323 !important;
}

.text-muted {
  color: #7D7C7C !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}
.transition,
.arrow__point,
.btn-primary:before,
.btn-fill:before,
.card-product .card__buttons,
.card-product .card__favorite,
.category__modal,
.filter__title:before,
.filter__title:after,
.header__menu:before,
.menu,
.product__favorite {
  transition: all 0.3s ease;
}
html,
body {
  overflow-x: hidden;
  white-space: normal;
  -webkit-locale: auto;
}
html {
  font-size: 9px;
}
body {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}
a,
button {
  transition: 0.3s all ease;
}
a:hover,
button:hover {
  color: #004e96;
  text-decoration: none;
}
a:focus,
button:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.account__wrap {
  padding-left: 55px;
}
@media (max-width: 1480px) {
  .account__wrap {
    padding-left: 80px;
  }
}
@media (max-width: 1169px) {
  .account__wrap {
    padding-left: 0;
  }
}
.arrow__point {
  display: block;
  margin-right: 15px;
  width: 13px;
  height: 13px;
  background-color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .arrow__point {
    margin: 0 5px;
    width: 8px;
    height: 8px;
  }
}
.arrow__point:focus {
  outline: none;
}
.arrow__point:hover {
  background-color: #004e96;
}
.arrow__point-active {
  background-color: #004e96;
}
.background {
  background-image: url("/static/images/background/background.png?e1463b0b6583");
  background-position: top;
  background-size: cover;
}
.basket {
  flex-shrink: 0;
  margin-bottom: 70px;
  padding: 50px 60px;
  width: 100%;
  flex-grow: 1;
  background-color: rgba(153,222,249,0.4);
}
@media (max-width: 1169px) {
  .basket {
    margin-bottom: 0;
    padding: 30px 35px;
    max-width: 355px;
  }
}
@media (max-width: 767px) {
  .basket {
    padding: 25px 20px;
    max-width: 100%;
  }
}
@media (max-width: 1480px) {
  .basket-order {
    padding: 45px 50px;
  }
  .basket-order .basket__detail,
  .basket-order .basket__detail span {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 1169px) {
  .basket-order {
    padding: 40px 45px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .basket-order .basket__detail,
  .basket-order .basket__detail span {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
.basket__detail {
  border-bottom: 1px solid #5eb2ff;
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
@media (max-width: 1169px) {
  .basket__detail {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .basket__detail {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
.basket__detail span {
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 1169px) {
  .basket__detail span {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .basket__detail span {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
.basket__total {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 1169px) {
  .basket__total {
    font-size: 1.8rem;
    line-height: 1.222222222222222;
  }
}
@media (max-width: 767px) {
  .basket__total {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
.basket__photo {
  display: block;
  flex-shrink: 0;
  width: 180px;
  height: 180px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1480px) {
  .basket__photo {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .basket__photo {
    width: 110px;
    height: 110px;
  }
}
.basket__title {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
@media (max-width: 1480px) {
  .basket__title {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .basket__title {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.basket__text {
  font-size: 1.4rem;
  line-height: 1.214285714285714;
}
@media (max-width: 767px) {
  .basket__text {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.basket__price {
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
@media (max-width: 1480px) {
  .basket__price {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .basket__price {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
.basket__price-old {
  color: #7d7c7c;
  text-decoration: line-through;
  font-weight: normal;
}
.basket__wrap {
  padding-right: 80px;
}
@media (max-width: 1169px) {
  .basket__wrap {
    padding-right: 0;
  }
}
.body-slider-mode-extend .header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1100;
  border-bottom: 0;
}
.body-slider-mode-extend .slider__slide {
  padding-top: 55.55555555555556%;
}
@media (max-width: 576px) {
  .body-slider-mode-extend .slider__slide {
    padding-top: 100%;
  }
}
.body-slider-mode-extend .slider__video video {
  height: 55.55555555555556vw;
}
.border-bottom {
  border-bottom: 1px solid #5eb2ff;
}
@media (max-width: 1169px) {
  .border-lg-0 {
    border-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .border-lg-0 {
    border-bottom: 1px solid #5eb2ff !important;
  }
}
.brand {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  filter: grayscale(1);
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .brand {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
  }
}
.brand:before {
  float: left;
  margin-left: -1px;
  padding-top: 60%;
  width: 1px;
  height: 0;
  content: '';
}
.brand:after {
  display: table;
  clear: both;
  content: '';
}
.brand:hover {
  filter: grayscale(0);
}
@media (max-width: 767px) {
  .brand__list {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.breadcrumb {
  display: flex;
}
.breadcrumb__item {
  color: #7d7c7c;
  font-size: 1.6rem;
  line-height: 1.25;
}
.breadcrumb__item:last-child .breadcrumb__link:after {
  display: none;
}
@media (max-width: 767px) {
  .breadcrumb__item {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
.breadcrumb__link {
  display: flex;
  align-items: center;
  color: #7d7c7c;
}
.breadcrumb__link:hover {
  color: #646363;
}
.breadcrumb__link:after {
  display: block;
  margin: 0 15px;
  width: 14px;
  height: 1px;
  border-top: 1px solid #7d7c7c;
  content: '';
}
.btn {
  position: relative;
  display: inline-block;
  justify-content: center;
  padding: 25px 45px;
  outline: none;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (max-width: 1169px) {
  .btn {
    padding: 20px 45px;
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
@media (max-width: 767px) {
  .btn {
    padding: 20px 30px;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.btn:hover {
  outline: none;
  text-decoration: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-primary {
  border: 1px solid transparent;
  -o-border-image: linear-gradient(-190deg, #0058a8 5%, #1d93ff 33%, #0058a8 92%);
     border-image: linear-gradient(-190deg, #0058a8 5%, #1d93ff 33%, #0058a8 92%);
  border-image-slice: 1;
  background: transparent;
  color: #004e96;
}
.btn-primary:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px solid #004583;
  content: '';
  opacity: 0;
}
.btn-primary:hover {
  color: #004583;
}
.btn-primary:hover:before {
  opacity: 1;
}
.btn-fill {
  background: linear-gradient(180deg, #1d93ff 0%, #0058a8 100%);
  color: #fff;
}
.btn-fill:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, #0084fc 0%, #004e96 100%);
  content: '';
  opacity: 0;
}
.btn-fill span {
  position: relative;
  z-index: 2;
}
.btn-fill:hover {
  color: #fff;
}
.btn-fill:hover:before {
  opacity: 1;
}
.btn-product {
  padding: 25px 0;
  width: 300px;
}
@media (max-width: 1480px) {
  .btn-product {
    width: 290px;
  }
}
@media (max-width: 1169px) {
  .btn-product {
    padding: 20px 0;
    width: 245px;
  }
}
@media (max-width: 767px) {
  .btn-product {
    padding: 15px 0;
    width: 140px;
    font-size: 1rem;
    line-height: 1.25;
  }
}
.btn-buy {
  padding: 20px 0;
  width: 255px;
  font-size: 1.4rem;
  line-height: 1.214285714285714;
}
@media (max-width: 767px) {
  .btn-buy {
    width: 100%;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.btn-modal {
  padding: 20px 75px;
  font-size: 1.4rem;
  line-height: 1.214285714285714;
}
.btn-wide {
  padding: 20px 50px;
  font-size: 1.4rem;
  line-height: 1.214285714285714;
}
@media (max-width: 1169px) {
  .btn-basket {
    padding: 20px 0;
    width: 290px;
  }
}
@media (max-width: 767px) {
  .btn-basket {
    width: 230px;
  }
}
.burger {
  position: relative;
  flex-shrink: 0;
  width: 30px;
  height: 18px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .burger {
    width: 25px;
    height: 16px;
  }
}
.burger span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  opacity: 1;
  transition: 0.25s ease-in-out;
  transform: rotate(0deg);
}
.burger span:nth-child(1) {
  top: 0px;
  width: 100%;
}
.burger span:nth-child(2),
.burger span:nth-child(3) {
  top: 50%;
}
.burger span:nth-child(4) {
  top: 100%;
  width: 100%;
}
.burger-show span:nth-child(1) {
  top: 50%;
  left: 50%;
  width: 0%;
}
.burger-show span:nth-child(2) {
  transform: rotate(45deg);
}
.burger-show span:nth-child(3) {
  transform: rotate(-45deg);
}
.burger-show span:nth-child(4) {
  top: 50%;
  left: 50%;
  width: 0%;
}
.card {
  display: block;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.card__photo {
  position: relative;
  flex-shrink: 0;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.card__sticker {
  padding: 15px 25px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.214285714285714;
}
@media (max-width: 1169px) {
  .card__sticker {
    padding: 10px 15px;
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .card__sticker {
    padding: 5px 10px;
    font-size: 0.8rem;
    line-height: 1.25;
  }
}
.card__sticker-new {
  background-color: #0062bb;
  color: #fff;
}
.card__sticker-hit {
  background-color: #5eb2ff;
  color: #004e96;
}
.card__sticker-status {
  padding: 10px;
  background-color: #5eb2ff;
  font-weight: 500;
}
@media (max-width: 1169px) {
  .card__sticker-status {
    padding: 10px 15px;
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
@media (max-width: 767px) {
  .card__sticker-status {
    padding: 8px 18px;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.card__content {
  position: relative;
  height: 160px;
}
@media (max-width: 767px) {
  .card__content {
    height: 130px;
  }
}
.card__text {
  overflow: hidden;
  max-height: 76px;
  font-size: 1.6rem;
  line-height: 1.222222222222222;
  color: #000;
}
@media (max-width: 1169px) {
  .card__text {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
@media (max-width: 767px) {
  .card__text {
    max-height: 60px;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.card__delete {
  display: block;
  color: #232323;
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
@media (max-width: 1169px) {
  .card__delete {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
@media (max-width: 767px) {
  .card__delete {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.card__option {
  padding: 1rem 1.5rem;
  background-color: #5eb2ff;
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
@media (max-width: 1169px) {
  .card__option {
    padding: 8px 15px;
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
.card-tab {
  flex-shrink: 0;
  padding: 0 10px;
  width: 20%;
}
@media (max-width: 1480px) {
  .card-tab {
    width: 25%;
  }
}
@media (max-width: 1169px) {
  .card-tab {
    width: 33.33333%;
  }
}
@media (max-width: 767px) {
  .card-tab {
    padding: 0 15px;
    width: 50%;
  }
}
.card-product {
  position: relative;
  color: #232323;
}
@media (max-width: 1169px) {
  .card-product {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .card-product {
    margin-bottom: 30px;
  }
}
.card-product .card__photo {
  order: 0;
  padding-top: 100%;
}
.card-product .card__photo:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(153,222,249,0.7);
  content: '';
  opacity: 0;
  transition: opacity 0.3s ease;
}
.card-product .card__stickers {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.card-product .card__title {
  order: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media (max-width: 1169px) {
  .card-product .card__title {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .card-product .card__title {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
.card-product .card__content {
  order: 2;
}
.card-product .card__price {
  order: 3;
  font-weight: 600;
  font-size: 2rem;
  line-height: 0.923076923076923;
}
@media (max-width: 1169px) {
  .card-product .card__price {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .card-product .card__price {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
.card-product .card__price-old {
  color: #7d7c7c;
  text-decoration: line-through;
  font-weight: normal;
}
.card-product .card__buttons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  order: 4;
  justify-content: flex-end;
  padding: 24% 15px 15px;
  opacity: 0;
}
@media (max-width: 1169px) {
  .card-product .card__buttons {
    position: relative;
    padding: 30px 0px 10px;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .card-product .card__buttons {
    padding: 20px 0 0;
  }
}
.card-product .card__buttons .btn {
  padding: 15px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .card-product .card__buttons .btn {
    padding: 15px 0;
  }
}
.card-product .card__favorite {
  position: absolute;
  top: 20px;
  right: 30px;
  display: block;
  width: 35px;
  height: 35px;
  border: 0;
  background-color: transparent;
  background-image: url("/static/images/card/card-favorite.svg?e1463b0b6583");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1169px) {
  .card-product .card__favorite {
    top: -25px;
    right: 0;
    width: 28px;
    height: 29px;
  }
}
@media (max-width: 767px) {
  .card-product .card__favorite {
    top: -20px;
    width: 25px;
    height: 25px;
  }
}
.card-product .card__favorite:hover,
.card-product .card__favorite-active {
  background-image: url("/static/images/card/card-favoriteHov.svg?e1463b0b6583");
}
.card-product:hover .card__photo:before,
.card-product:hover .card__buttons {
  opacity: 1;
}
@media (max-width: 1169px) {
  .card-product .form-number-btn,
  .card-product .form-number {
    width: 33px;
    height: 33px;
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
.card-about {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 45px;
  background-color: rgba(153,222,249,0.4);
}
@media (max-width: 1480px) {
  .card-about {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .card-about {
    justify-content: flex-start;
    padding: 30px 25px;
  }
}
.card-about-light {
  border: 1px solid #5eb2ff;
  background-color: #fff;
}
.card-about .card__title {
  border-bottom: 4px solid #004e96;
  color: #5eb2ff;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.229166666666667;
}
@media (max-width: 1480px) {
  .card-about .card__title {
    font-size: 4rem;
    line-height: 1.225;
  }
}
@media (max-width: 767px) {
  .card-about .card__title {
    font-size: 3rem;
    line-height: 1.233333333333333;
  }
}
@media (max-width: 1480px) {
  .card-about .card__text {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .card-about .card__text {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.card-instagram {
  padding-top: 100%;
}
.card-order {
  padding: 30px;
  border: 1px solid #5eb2ff;
  color: #232323;
}
@media (max-width: 1169px) {
  .card-order {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .card-order {
    padding: 20px 25px 25px;
  }
  .card-order .card__sticker {
    padding: 8px 18px;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.card-order:hover {
  color: #232323;
}
.card-order .card__title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
@media (max-width: 1169px) {
  .card-order .card__title {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .card-order .card__title {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
.card-order .card__price {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 1169px) {
  .card-order .card__price {
    font-size: 1.8rem;
    line-height: 1.222222222222222;
  }
}
@media (max-width: 767px) {
  .card-order .card__price {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.card-order .card__text {
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (max-width: 1169px) {
  .card-order .card__text {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
@media (max-width: 767px) {
  .card-order .card__text {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .card-basket {
    flex-direction: row;
    padding-bottom: 30px;
    border-bottom: 1px solid #5eb2ff;
  }
  .card-basket .card__photo {
    padding-top: 0;
    width: 130px;
    height: 130px;
  }
  .card-basket .card__option {
    padding: 0;
    background-color: #fff;
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .card-basket .form-number-btn,
  .card-basket .form-number {
    width: 27px;
    height: 27px;
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .card-basket .card__content {
    height: auto;
  }
  .card-basket .card__text {
    max-height: auto;
  }
}
.category__text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.777777777777778;
}
@media (max-width: 1169px) {
  .category__text {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
@media (max-width: 767px) {
  .category__text {
    font-size: 1.4rem;
    line-height: 1.571428571428571;
  }
}
.category__title {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.25;
}
.category__title span {
  font-weight: normal;
}
.category__title-sort {
  margin-right: 130px;
}
@media (max-width: 1480px) {
  .category__title-sort {
    margin-right: 100px;
  }
}
.category__link {
  color: #232323;
}
.category__link:hover {
  color: rgba(35,35,35,0.8);
}
.category__sort {
  display: block;
  margin-bottom: 15px;
  color: #232323;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.25;
}
.category__sort:hover {
  color: rgba(35,35,35,0.8);
}
@media (max-width: 1169px) {
  .category__sort {
    margin-bottom: 0;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(153,222,249,0.4);
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.category__modal {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  z-index: 10;
  visibility: hidden;
  padding: 15px;
  padding-bottom: 0;
  border: 1px solid #5eb2ff;
  background-color: #fff;
  opacity: 0;
}
.category__modal.modal-show {
  visibility: visible;
  opacity: 1;
}
.category__photo {
  display: block;
  flex-shrink: 0;
  margin-right: 100px;
  width: 430px;
  height: auto;
}
@media (max-width: 1480px) {
  .category__photo {
    margin-right: 80px;
    width: 380px;
  }
}
@media (max-width: 1169px) {
  .category__photo {
    display: none;
  }
}
@media (max-width: 1480px) {
  .category__wrap {
    padding-left: 60px;
  }
}
@media (max-width: 1169px) {
  .category__wrap {
    padding-left: 0;
  }
}
.category__border {
  padding: 2rem;
  border: 1px solid rgba(0,0,0,0.25);
}
.category__background_image {
  position: relative;
  overflow: hidden;
  background-image: var(--bg-image);
  background-position: center;
  background-size: cover;
  aspect-ratio: 1920/400;
}
.category__background_image::before {
  display: block;
  padding-top: calc(400 / 1920 * 100%);
  width: 100%;
  content: '';
}
@supports (aspect-ratio: 1) {
  .category__background_image::before {
    display: none;
  }
}
.category__background_wrapper {
  position: absolute;
  display: flex;
  padding: 3rem 0;
  inset: 0;
}
.city {
  overflow-y: scroll;
  max-height: 245px;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .city {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.city::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 3px;
  background-color: #5eb2ff;
}
.city::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .col-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .col-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .col-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .col-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .col-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .col-7 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .col-8 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .col-10 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .col-11 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .col-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1169px) {
  .col-lg-five {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.content {
  color: #404040;
  font-size: 1.8rem;
  line-height: 1.611111111111111;
  --flow-space: 1em;
}
.content > * + * {
  margin-top: 1em;
  margin-top: var(--flow-space);
}
@media (max-width: 1169px) {
  .content {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
@media (max-width: 767px) {
  .content {
    font-size: 1.4rem;
    line-height: 1.571428571428571;
  }
}
.content h2 {
  margin-top: 7.5rem;
  margin-bottom: 4rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #5eb2ff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.230769230769231;
}
@media (max-width: 1169px) {
  .content h2 {
    margin-top: 5.5rem;
    font-size: 2.2rem;
    line-height: 1.227272727272727;
  }
}
@media (max-width: 767px) {
  .content h2 {
    margin-top: 3.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.222222222222222;
  }
}
.content strong {
  font-weight: 600;
}
.content ul {
  margin: 0;
  padding: 0;
  padding-left: 4rem;
  list-style: none;
}
@media (max-width: 1169px) {
  .content ul {
    padding-left: 2.5rem;
  }
}
@media (max-width: 767px) {
  .content ul {
    padding-left: 0;
  }
}
.content ul li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .content ul li {
    padding-left: 2rem;
  }
}
.content ul li:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #004e96;
  content: '';
}
.content h6 {
  display: block;
  margin-bottom: 4rem;
  padding: 2.5rem 5rem;
  background-color: rgba(153,222,249,0.4);
  font-weight: normal;
  font-size: inherit;
}
@media (max-width: 767px) {
  .content h6 {
    margin-bottom: 2rem;
    padding: 2.5rem;
    font-size: 1.4rem;
    line-height: 1.571428571428571;
  }
}
.content-hide {
  overflow: hidden;
  height: 90px;
}
@media (max-width: 1169px) {
  .content-hide {
    height: 145px;
  }
}
@media (max-width: 767px) {
  .content-hide {
    height: 200px;
  }
}
.content-hide.content-brand {
  overflow: visible;
  height: auto;
}
@media (max-width: 1169px) {
  .content-hide.content-brand {
    overflow: hidden;
    height: 185px;
  }
}
@media (max-width: 767px) {
  .content-hide.content-brand {
    height: 155px;
  }
}
.cookie {
  position: fixed;
  bottom: 2rem;
  left: 6rem;
  right: 6rem;
  z-index: 99999999999;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  max-width: 100%;
  width: 400px;
  border: 1px solid #0062bb;
  background-color: #fff;
  gap: 1rem;
}
@media (max-width: 767px) {
  .cookie {
    bottom: 0;
    left: 0;
  }
}
.cookie__btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #0062bb;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
}
.egift__card {
  overflow: hidden;
  opacity: 0.7;
  transition: 0.3s all ease;
  transform: scale(0.8);
  transform-origin: center, center;
}
.egift__card.swiper-slide-active {
  box-shadow: 0 1rem 3rem rgba(0,98,187,0.75);
  opacity: 1;
  transform: scale(1);
}
.egift__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  width: 50%;
  transform: translate(-50%, -50%);
}
.egift__arrow {
  width: 5rem;
  height: 5rem;
  border: none;
  border: 2px solid rgba(0,98,187,0.3);
  background-color: #fff;
  transition: 0.3s all ease;
}
.egift__arrow:hover {
  color: #000;
  border: 2px solid #0062bb;
  box-shadow: 0 1rem 3rem rgba(0,98,187,0.75);
}
.filter {
  margin-bottom: 2px;
  padding: 25px 30px;
  width: 300px;
  background-color: rgba(153,222,249,0.4);
}
.filter-fixed {
  position: fixed !important;
}
.filter-static {
  position: static !important;
}
@media (max-width: 1169px) {
  .filter {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
  }
}
.filter__title {
  position: relative;
  display: flex;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.25;
  cursor: pointer;
  transition: all 0s ease;
  transition-delay: 0s;
}
@media (max-width: 1169px) {
  .filter__title {
    display: block;
    margin-bottom: 0;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(153,222,249,0.4);
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.filter__title:before,
.filter__title:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 2px;
  background-color: #004e96;
  content: '';
  transform: translateY(-50%);
}
@media (max-width: 1169px) {
  .filter__title:before,
  .filter__title:after {
    display: none;
  }
}
.filter__title-close {
  margin-bottom: 0;
  transition: all 0.2s ease;
  transition-delay: 0.3s;
}
.filter__title-close:after {
  transform: translateY(-50%) rotate(-90deg);
}
.filter__link {
  display: block;
  margin-bottom: 1.5rem;
  color: #232323;
  font-size: 1.6rem;
  line-height: 1.25;
}
.filter__link:hover {
  color: rgba(35,35,35,0.8);
}
@media (max-width: 1169px) {
  .filter__link {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(153,222,249,0.4);
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.filter__sublink {
  display: block;
  margin-bottom: 0.8rem;
  padding-left: 3.5rem;
  color: #232323;
  font-size: 1.2rem;
  line-height: 1.25;
}
.filter__sublink:hover {
  color: rgba(35,35,35,0.8);
}
@media (max-width: 1169px) {
  .filter__sublink {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-left: 3.5rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(153,222,249,0.4);
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.filter__sublink-third {
  padding-left: 5rem;
}
@media (max-width: 1169px) {
  .filter__sublink-third {
    margin-right: 5rem;
    padding-left: 0;
  }
}
.filter__btn {
  position: relative;
  display: inline-block;
  padding: 25px 90px 25px 30px;
  background-color: rgba(153,222,249,0.4);
  color: #232323;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .filter__btn {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
.filter__btn:hover {
  color: rgba(35,35,35,0.8);
}
.filter__btn:before,
.filter__btn:after {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 2px;
  border-radius: 3px;
  background-color: #004e96;
  content: '';
}
.filter__btn:before {
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 767px) {
  .filter__btn:before {
    right: 36px;
  }
}
.filter__btn:after {
  right: 22.5px;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .filter__btn:after {
    right: 28.5px;
  }
}
.filter__wrap {
  transition: all 0.3s ease;
}
.filter__wrap .modal__close {
  position: relative;
  top: 0;
  right: 0;
}
@media (max-width: 1169px) {
  .filter__wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 15px 20px;
    width: 320px;
    background-color: #fff;
  }
  .filter__wrap .btn {
    width: 240px;
    font-size: 1.2rem;
    line-height: 0.8;
  }
}
@media (max-width: 767px) {
  .filter__wrap {
    width: 100%;
  }
  .filter__wrap .btn {
    font-size: 1rem;
    line-height: 0.833333333333333;
  }
}
.filter__block {
  position: absolute;
  z-index: 100;
  overflow-y: auto;
  max-height: auto;
}
.filter__block .modal__overlay {
  display: none;
}
@media (max-width: 1169px) {
  .filter__block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
  }
  .filter__block .modal__overlay {
    display: block;
  }
}
@media (max-width: 1169px) {
  .filter__block.modal-show {
    visibility: visible;
    opacity: 1;
  }
}
.filter__head {
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.214285714285714;
}
.filter__reset {
  color: #004e96;
  font-size: 1.2rem;
  line-height: 1.25;
}
.filter__reset:hover {
  color: #003e78;
}
.filter__selected {
  text-transform: none;
  font-size: 1rem;
  line-height: 1.2;
}
@media (max-width: 1169px) {
  .filter__item {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 75px;
    left: 0;
    z-index: 200;
    display: none;
    overflow-y: scroll;
    padding: 0 15px;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.2s;
  }
  .filter__item-open {
    opacity: 1;
  }
}
.filter__input {
  display: none;
  opacity: 0;
}
@media (max-width: 1169px) {
  .filter__input {
    display: block;
    margin-right: 10px;
    width: 13px;
    height: 13px;
    outline: none;
    border: 0;
    background-color: rgba(153,222,249,0.4);
    opacity: 1;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .filter__input:checked {
    background-color: #004e96;
    background-image: url("/static/images/form/form-check.svg?e1463b0b6583");
    background-position: center;
    background-size: 7px auto;
    background-repeat: no-repeat;
  }
}
.filter__back {
  color: #7d7c7c;
  font-size: 1.2rem;
  line-height: 1.25;
}
.filter__back:hover {
  color: #646363;
}
.filter__subtitle {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.25;
}
.footer_banner {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  padding: 1.5rem;
  background-color: #004e96;
  box-shadow: 0 0 1rem rgba(0,0,0,0.3);
  color: #fff;
  gap: 3rem;
}
@media (max-width: 767px) {
  .footer_banner {
    padding: 1rem 1.5rem;
    gap: 1rem;
  }
}
.footer_banner__title {
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
}
.footer_banner__title:hover {
  font-size: 1.4rem;
  color: rgba(255,255,255,0.8);
}
.footer_banner__close {
  border: 0;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  opacity: 0.5;
}
.footer_banner__close:hover {
  opacity: 1;
}
.footer {
  border-top: 1px solid #5eb2ff;
}
.footer__link {
  display: inline-block;
  color: #404040;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.214285714285714;
}
@media (max-width: 1169px) {
  .footer__link {
    font-size: 1.2rem;
    line-height: 1.416666666666667;
  }
}
@media (max-width: 767px) {
  .footer__link {
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.footer__link:hover {
  color: rgba(64,64,64,0.8);
}
.footer__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 260px;
}
@media (max-width: 1169px) {
  .footer__block {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .footer__block {
    min-height: auto;
  }
}
.footer__block-center {
  border-right: 1px solid #5eb2ff;
  border-left: 1px solid #5eb2ff;
}
@media (max-width: 1169px) {
  .footer__block-center {
    justify-content: flex-start;
    padding-top: 35px;
    border: 0;
  }
}
@media (max-width: 767px) {
  .footer__block-center {
    padding-top: 30px;
  }
}
.footer__logo {
  display: block;
  width: 230px;
  height: 75px;
  background-image: url("/static/images/header/header__logo.svg?e1463b0b6583");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1169px) {
  .footer__logo {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    width: 90px;
    height: 30px;
  }
}
.footer__phone {
  display: inline-block;
  color: #232323;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
@media (max-width: 1169px) {
  .footer__phone {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .footer__phone {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.footer__phone:hover {
  color: rgba(35,35,35,0.8);
}
.footer__mail {
  display: inline-block;
  color: #404040;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
@media (max-width: 1169px) {
  .footer__mail {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .footer__mail {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.footer__mail:hover {
  color: rgba(64,64,64,0.8);
}
.form-control {
  padding: 1.5rem 2.5rem;
  max-height: 100%;
  width: 100%;
  border: 1px solid #5eb2ff;
  background-color: #fff;
  color: #7d7c7c;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .form-control {
    padding: 1.2rem 2rem;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.form-control:focus {
  outline: none;
  color: #232323;
}
.form-control:invalid:not(:placeholder-shown),
.form-control.is-invalid {
  outline: none;
  border-color: rgba(200,0,0,0.6);
}
.form-control:invalid:not(:placeholder-shown) + .valid-feedback,
.form-control.is-invalid + .valid-feedback {
  display: block;
}
.form-group {
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .form-group {
    margin-bottom: 1rem;
  }
}
.form-group.is-invalid .invalid-feedback {
  padding-top: 0.5rem;
  color: rgba(200,0,0,0.6);
}
.form-check {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .form-check {
    align-items: flex-start;
  }
}
.form-check-label {
  cursor: pointer;
}
@media (max-width: 767px) {
  .form-check-policy {
    align-items: center;
  }
}
@media (max-width: 1169px) {
  .form-check-filter {
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(153,222,249,0.4);
  }
}
.form-check-input {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  outline: none;
  border: 0;
  background-color: rgba(153,222,249,0.4);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 767px) {
  .form-check-input {
    width: 20px;
    height: 20px;
  }
}
.form-check-input:checked {
  background-color: #004e96;
  background-image: url("/static/images/form/form-check.svg?e1463b0b6583");
  background-position: center;
  background-size: 13px 10px;
  background-repeat: no-repeat;
}
.form-check-input-filter {
  background-color: #fff;
}
.form-check-input-filter:checked + .form-check-label-filter:before,
.form-check-input-filter:checked + .form-check-label-filter:after {
  display: block;
}
@media (max-width: 1169px) {
  .form-check-input-filter {
    display: block;
    margin-right: 10px;
    width: 13px;
    height: 13px;
    background-color: rgba(153,222,249,0.4);
  }
}
@media (max-width: 767px) {
  .form-check-input-filter {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 767px) {
  .form-check-input-policy {
    width: 13px;
    height: 13px;
  }
}
.form-check-label {
  margin-bottom: 0;
  margin-left: 3rem;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (max-width: 1169px) {
  .form-check-label {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
@media (max-width: 767px) {
  .form-check-label {
    margin-left: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.form-check-label-filter {
  position: relative;
  margin-left: 2rem;
}
.form-check-label-filter:before {
  position: absolute;
  top: 50%;
  left: -45px;
  display: none;
  width: 25px;
  height: 25px;
  background-image: url("/static/images/form/form-check.svg?e1463b0b6583");
  background-position: center;
  background-size: 13px 10px;
  background-repeat: no-repeat;
  content: '';
  transform: translateY(-50%);
}
@media (max-width: 1169px) {
  .form-check-label-filter {
    margin-bottom: 0;
    margin-left: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .form-check-label-filter {
    margin-left: 0;
  }
}
.form-check-label span {
  display: block;
  padding-top: 5px;
  color: #7d7c7c;
  font-size: 1.2rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .form-check-label span {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.form-check-policy span {
  line-height: 1.416666666666667;
}
@media (max-width: 767px) {
  .form-check-policy span {
    font-size: 0.8rem;
    line-height: 1.375;
  }
}
.form-check-policy a {
  border-bottom: 1px solid #7d7c7c;
  color: #7d7c7c;
  font-size: 1.2rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .form-check-policy a {
    font-size: 0.8rem;
    line-height: 1.375;
  }
}
.form-check-policy a:hover {
  color: #646363;
}
.form__hr {
  margin: 3rem 0;
  border-top: 1px solid #5eb2ff;
}
@media (max-width: 767px) {
  .form__hr {
    margin: 2rem 0;
  }
}
.form__link {
  display: block;
  color: #232323;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (max-width: 1169px) {
  .form__link {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
@media (max-width: 767px) {
  .form__link {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.form__link:hover {
  color: rgba(35,35,35,0.8);
}
.form-number-btn {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: rgba(153,222,249,0.4);
  cursor: pointer;
}
@media (max-width: 767px) {
  .form-number-btn {
    width: 34px;
    height: 34px;
  }
}
.form-number-btn:before,
.form-number-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color: #0062bb;
  content: '';
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .form-number-btn:before,
  .form-number-btn:after {
    width: 13px;
  }
}
.form-number-btn-plus:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.form-number {
  width: 40px;
  height: 40px;
  border: 0;
  background-color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
@media (max-width: 1169px) {
  .form-number {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .form-number {
    width: 34px;
    height: 34px;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.form__search {
  position: absolute;
  top: 100%;
  right: 10px;
  left: 10px;
  z-index: 10;
  display: none;
  padding: 1.5rem 2.5rem 0;
  border: 1px solid #5eb2ff;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.25;
}
.header {
  padding-top: 30px;
}
@media (max-width: 1169px) {
  .header {
    padding-top: 25px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    padding-top: 15px;
    height: 60px;
    background-color: #fff;
  }
}
.header__top {
  padding: 0 90px;
}
@media (max-width: 1480px) {
  .header__top {
    padding: 0 10px;
  }
}
@media (max-width: 1169px) {
  .header__top {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .header__top {
    padding: 0 5px;
  }
}
.header__link {
  position: relative;
  color: #232323;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
.header__link strong {
  font-weight: 600;
}
.header__link:hover {
  color: rgba(35,35,35,0.8);
}
.header__link-city:before,
.header__link-city:after {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 2px;
  border-radius: 3px;
  background-color: #232323;
  content: '';
}
@media (max-width: 1169px) {
  .header__link-city:before,
  .header__link-city:after {
    width: 8px;
  }
}
.header__link-city:before {
  right: -20px;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 1169px) {
  .header__link-city:before {
    right: -17px;
  }
}
.header__link-city:after {
  right: -27.5px;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 1169px) {
  .header__link-city:after {
    right: -22.5px;
  }
}
@media (max-width: 1169px) {
  .header__link-account {
    width: 28px;
    height: 28px;
    background-image: url("/static/images/header/header__account.svg?e1463b0b6583");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 0;
  }
}
@media (max-width: 1169px) {
  .header__link-menu {
    padding-left: 15px;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
@media (max-width: 1169px) {
  .header__link-phone {
    padding-left: 15px;
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
.header__social {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1169px) {
  .header__social {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .header__social {
    width: 25px;
    height: 25px;
  }
}
.header__social-whatsapp {
  background-image: url("/static/images/header/header__whatsapp.svg?e1463b0b6583");
}
@media (max-width: 1169px) {
  .header__social-whatsapp {
    width: 25px;
    height: 25px;
  }
}
.header__social-telegram {
  background-image: url("/static/images/header/header__telegram.svg?e1463b0b6583");
}
@media (max-width: 1169px) {
  .header__social-telegram {
    width: 25px;
    height: 25px;
  }
}
.header__social-search {
  background-image: url("/static/images/header/header__search.svg?e1463b0b6583");
}
.header__social-favorite {
  background-image: url("/static/images/header/header__favorite.svg?e1463b0b6583");
}
.header__social-cart {
  background-image: url("/static/images/header/header__cart.svg?e1463b0b6583");
}
.header__social-cart span {
  position: absolute;
  top: -7px;
  right: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #004e96;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .header__social-cart span {
    width: 18px;
    height: 18px;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.header__logo {
  display: block;
  margin-right: 40px;
  width: 230px;
  height: 75px;
  background-image: url("/static/images/header/header__logo.svg?e1463b0b6583");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1169px) {
  .header__logo {
    margin-right: 0;
    width: 210px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 90px;
    height: 30px;
  }
}
.header__nav {
  display: flex;
  margin: 0;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
}
@media (max-width: 1169px) {
  .header__nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 155;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: flex-start;
    padding: 50px 0;
    width: 270px;
    background-color: #fff;
    opacity: 0;
  }
}
@media (max-width: 1169px) {
  .header__nav.menu-show {
    display: flex !important;
    visibility: visible;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: scroll;
    opacity: 1;
  }
  .header__nav.menu-show + .menu__overlay {
    visibility: visible;
    opacity: 1;
  }
  .header__nav.menu-show .modal__close {
    top: 15px;
    right: auto;
    left: 15px;
  }
}
.header__menu {
  position: relative;
  display: block;
  margin: 0 2rem;
  padding: 1rem 0;
  color: #232323;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (max-width: 1480px) {
  .header__menu {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
@media (max-width: 1169px) {
  .header__menu {
    padding: 9.5px 15px;
    border-top: 1px solid rgba(153,222,249,0.4);
    border-bottom: 1px solid rgba(153,222,249,0.4);
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.header__menu:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #004e96;
  content: '';
}
@media (max-width: 1169px) {
  .header__menu:before {
    display: none;
  }
}
.header__menu:hover {
  color: #232323;
  text-decoration: none;
}
.header__menu:hover:before {
  width: 100%;
}
.header__item:hover .menu {
  display: block;
  opacity: 1;
}
.header__form {
  position: absolute;
  right: 162px;
  z-index: -1;
  flex-shrink: 0;
  overflow: hidden;
  width: 0;
  background-color: #fff;
  transition: width 0.3s ease;
}
@media (max-width: 1169px) {
  .header__form {
    right: auto;
    left: 65px;
  }
}
@media (max-width: 767px) {
  .header__form {
    left: 60px;
  }
}
.header__form .header__social {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header__form.modal-show {
  right: 130px;
  z-index: 10;
  width: 300px;
  transition: width 0.3s ease;
}
@media (max-width: 1169px) {
  .header__form.modal-show {
    right: auto;
    left: 65px;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 160px;
    height: 115px;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .header__form.modal-show {
    left: 60px;
    width: 163%;
    height: 50px;
  }
}
.header__input {
  padding: 15px 0;
  padding-left: 60px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #5eb2ff;
  color: #7d7c7c;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (max-width: 1169px) {
  .header__input {
    padding-left: 40px;
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
@media (max-width: 767px) {
  .header__input {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.header__input:focus,
.header__input:not(:placeholder-shown) {
  outline: none;
  color: #232323;
}
.invalid {
  border-color: var(--red);
}
.invalid.form-check-input {
  border: 1px solid var(--red);
}
.margin-top-10 {
  margin-top: 10px;
}
@media (max-width: 1169px) {
  .margin-top-10 {
    margin-top: 5px;
  }
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
@media (max-width: 1169px) {
  .margin-bottom-10 {
    margin-bottom: 5px;
  }
}
.margin-left-10 {
  margin-left: 10px;
}
@media (max-width: 1169px) {
  .margin-left-10 {
    margin-left: 5px;
  }
}
.margin-right-10 {
  margin-right: 10px;
}
@media (max-width: 1169px) {
  .margin-right-10 {
    margin-right: 5px;
  }
}
.margin-top-20 {
  margin-top: 20px;
}
@media (max-width: 1169px) {
  .margin-top-20 {
    margin-top: 10px;
  }
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
@media (max-width: 1169px) {
  .margin-bottom-20 {
    margin-bottom: 10px;
  }
}
.margin-left-20 {
  margin-left: 20px;
}
@media (max-width: 1169px) {
  .margin-left-20 {
    margin-left: 10px;
  }
}
.margin-right-20 {
  margin-right: 20px;
}
@media (max-width: 1169px) {
  .margin-right-20 {
    margin-right: 10px;
  }
}
.margin-top-30 {
  margin-top: 30px;
}
@media (max-width: 1169px) {
  .margin-top-30 {
    margin-top: 15px;
  }
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
@media (max-width: 1169px) {
  .margin-bottom-30 {
    margin-bottom: 15px;
  }
}
.margin-left-30 {
  margin-left: 30px;
}
@media (max-width: 1169px) {
  .margin-left-30 {
    margin-left: 15px;
  }
}
.margin-right-30 {
  margin-right: 30px;
}
@media (max-width: 1169px) {
  .margin-right-30 {
    margin-right: 15px;
  }
}
.margin-top-40 {
  margin-top: 40px;
}
@media (max-width: 1169px) {
  .margin-top-40 {
    margin-top: 20px;
  }
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
@media (max-width: 1169px) {
  .margin-bottom-40 {
    margin-bottom: 20px;
  }
}
.margin-left-40 {
  margin-left: 40px;
}
@media (max-width: 1169px) {
  .margin-left-40 {
    margin-left: 20px;
  }
}
.margin-right-40 {
  margin-right: 40px;
}
@media (max-width: 1169px) {
  .margin-right-40 {
    margin-right: 20px;
  }
}
.margin-top-50 {
  margin-top: 50px;
}
@media (max-width: 1169px) {
  .margin-top-50 {
    margin-top: 25px;
  }
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
@media (max-width: 1169px) {
  .margin-bottom-50 {
    margin-bottom: 25px;
  }
}
.margin-left-50 {
  margin-left: 50px;
}
@media (max-width: 1169px) {
  .margin-left-50 {
    margin-left: 25px;
  }
}
.margin-right-50 {
  margin-right: 50px;
}
@media (max-width: 1169px) {
  .margin-right-50 {
    margin-right: 25px;
  }
}
.margin-top-60 {
  margin-top: 60px;
}
@media (max-width: 1169px) {
  .margin-top-60 {
    margin-top: 30px;
  }
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
@media (max-width: 1169px) {
  .margin-bottom-60 {
    margin-bottom: 30px;
  }
}
.margin-left-60 {
  margin-left: 60px;
}
@media (max-width: 1169px) {
  .margin-left-60 {
    margin-left: 30px;
  }
}
.margin-right-60 {
  margin-right: 60px;
}
@media (max-width: 1169px) {
  .margin-right-60 {
    margin-right: 30px;
  }
}
.margin-top-70 {
  margin-top: 70px;
}
@media (max-width: 1169px) {
  .margin-top-70 {
    margin-top: 35px;
  }
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
@media (max-width: 1169px) {
  .margin-bottom-70 {
    margin-bottom: 35px;
  }
}
.margin-left-70 {
  margin-left: 70px;
}
@media (max-width: 1169px) {
  .margin-left-70 {
    margin-left: 35px;
  }
}
.margin-right-70 {
  margin-right: 70px;
}
@media (max-width: 1169px) {
  .margin-right-70 {
    margin-right: 35px;
  }
}
.margin-top-80 {
  margin-top: 80px;
}
@media (max-width: 1169px) {
  .margin-top-80 {
    margin-top: 40px;
  }
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
@media (max-width: 1169px) {
  .margin-bottom-80 {
    margin-bottom: 40px;
  }
}
.margin-left-80 {
  margin-left: 80px;
}
@media (max-width: 1169px) {
  .margin-left-80 {
    margin-left: 40px;
  }
}
.margin-right-80 {
  margin-right: 80px;
}
@media (max-width: 1169px) {
  .margin-right-80 {
    margin-right: 40px;
  }
}
.margin-top-90 {
  margin-top: 90px;
}
@media (max-width: 1169px) {
  .margin-top-90 {
    margin-top: 45px;
  }
}
.margin-bottom-90 {
  margin-bottom: 90px;
}
@media (max-width: 1169px) {
  .margin-bottom-90 {
    margin-bottom: 45px;
  }
}
.margin-left-90 {
  margin-left: 90px;
}
@media (max-width: 1169px) {
  .margin-left-90 {
    margin-left: 45px;
  }
}
.margin-right-90 {
  margin-right: 90px;
}
@media (max-width: 1169px) {
  .margin-right-90 {
    margin-right: 45px;
  }
}
.margin-top-100 {
  margin-top: 100px;
}
@media (max-width: 1169px) {
  .margin-top-100 {
    margin-top: 50px;
  }
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
@media (max-width: 1169px) {
  .margin-bottom-100 {
    margin-bottom: 50px;
  }
}
.margin-left-100 {
  margin-left: 100px;
}
@media (max-width: 1169px) {
  .margin-left-100 {
    margin-left: 50px;
  }
}
.margin-right-100 {
  margin-right: 100px;
}
@media (max-width: 1169px) {
  .margin-right-100 {
    margin-right: 50px;
  }
}
.margin-top-110 {
  margin-top: 110px;
}
@media (max-width: 1169px) {
  .margin-top-110 {
    margin-top: 55px;
  }
}
.margin-bottom-110 {
  margin-bottom: 110px;
}
@media (max-width: 1169px) {
  .margin-bottom-110 {
    margin-bottom: 55px;
  }
}
.margin-left-110 {
  margin-left: 110px;
}
@media (max-width: 1169px) {
  .margin-left-110 {
    margin-left: 55px;
  }
}
.margin-right-110 {
  margin-right: 110px;
}
@media (max-width: 1169px) {
  .margin-right-110 {
    margin-right: 55px;
  }
}
.margin-top-120 {
  margin-top: 120px;
}
@media (max-width: 1169px) {
  .margin-top-120 {
    margin-top: 60px;
  }
}
.margin-bottom-120 {
  margin-bottom: 120px;
}
@media (max-width: 1169px) {
  .margin-bottom-120 {
    margin-bottom: 60px;
  }
}
.margin-left-120 {
  margin-left: 120px;
}
@media (max-width: 1169px) {
  .margin-left-120 {
    margin-left: 60px;
  }
}
.margin-right-120 {
  margin-right: 120px;
}
@media (max-width: 1169px) {
  .margin-right-120 {
    margin-right: 60px;
  }
}
.margin-top-130 {
  margin-top: 130px;
}
@media (max-width: 1169px) {
  .margin-top-130 {
    margin-top: 65px;
  }
}
.margin-bottom-130 {
  margin-bottom: 130px;
}
@media (max-width: 1169px) {
  .margin-bottom-130 {
    margin-bottom: 65px;
  }
}
.margin-left-130 {
  margin-left: 130px;
}
@media (max-width: 1169px) {
  .margin-left-130 {
    margin-left: 65px;
  }
}
.margin-right-130 {
  margin-right: 130px;
}
@media (max-width: 1169px) {
  .margin-right-130 {
    margin-right: 65px;
  }
}
.margin-top-140 {
  margin-top: 140px;
}
@media (max-width: 1169px) {
  .margin-top-140 {
    margin-top: 70px;
  }
}
.margin-bottom-140 {
  margin-bottom: 140px;
}
@media (max-width: 1169px) {
  .margin-bottom-140 {
    margin-bottom: 70px;
  }
}
.margin-left-140 {
  margin-left: 140px;
}
@media (max-width: 1169px) {
  .margin-left-140 {
    margin-left: 70px;
  }
}
.margin-right-140 {
  margin-right: 140px;
}
@media (max-width: 1169px) {
  .margin-right-140 {
    margin-right: 70px;
  }
}
.margin-top-150 {
  margin-top: 150px;
}
@media (max-width: 1169px) {
  .margin-top-150 {
    margin-top: 75px;
  }
}
.margin-bottom-150 {
  margin-bottom: 150px;
}
@media (max-width: 1169px) {
  .margin-bottom-150 {
    margin-bottom: 75px;
  }
}
.margin-left-150 {
  margin-left: 150px;
}
@media (max-width: 1169px) {
  .margin-left-150 {
    margin-left: 75px;
  }
}
.margin-right-150 {
  margin-right: 150px;
}
@media (max-width: 1169px) {
  .margin-right-150 {
    margin-right: 75px;
  }
}
.menu {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 100;
  display: none;
  padding: 50px 0;
  background-color: #fff;
  opacity: 0;
}
@media (max-width: 1169px) {
  .menu {
    position: relative;
    top: 0;
    display: none !important;
    visibility: hidden;
    margin-top: -36px;
    padding: 0;
    background-color: #fff;
    opacity: 0;
  }
  .menu-show {
    display: block !important;
    visibility: visible;
    opacity: 1;
  }
}
.menu:before {
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  left: -100%;
  background-color: #fff;
  content: '';
}
@media (max-width: 1169px) {
  .menu__submenu {
    position: relative;
    z-index: 105;
    display: none;
    visibility: hidden;
    margin-top: -74px;
    padding: 0;
    background-color: #fff;
    opacity: 0;
  }
  .menu__submenu-show {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
.menu__columns {
  -moz-columns: 2;
       columns: 2;
}
@media (max-width: 1169px) {
  .menu__columns {
    -moz-columns: 1;
         columns: 1;
  }
}
.menu__link {
  display: block;
  margin-bottom: 15px;
  color: #232323;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (max-width: 1169px) {
  .menu__link {
    margin-bottom: 0;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(153,222,249,0.4);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.menu__link-sublink {
  font-weight: normal;
}
@media (max-width: 1169px) {
  .menu__link-sublink {
    text-transform: none;
    font-weight: 500;
  }
}
.menu__link:hover {
  color: rgba(35,35,35,0.8);
}
.menu__group {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.menu__photo {
  display: block;
  width: 100%;
}
.menu__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 154;
  visibility: hidden;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translateZ(-1000px);
}
.menu__back {
  position: relative;
  padding: 1rem 0;
  padding-left: 2.5rem;
  border-top: 1px solid rgba(153,222,249,0.4);
  border-bottom: 1px solid rgba(153,222,249,0.4);
  color: #232323;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.25;
}
.menu__back:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(153,222,249,0.4);
  border-left: 2px solid rgba(153,222,249,0.4);
  border-radius: 3px;
  content: '';
  transform: translateY(-50%) rotate(-45deg);
}
.menu__back:hover {
  color: rgba(35,35,35,0.8);
}
.menu__banner {
  position: relative;
}
.menu__block {
  position: absolute;
  bottom: 0;
  left: 30px;
  padding: 15px 30px;
  width: 160px;
  background-color: rgba(94,178,255,0.8);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.25;
}
.menu__buy {
  border-bottom: 2px solid rgba(0,78,150,0.5);
  color: #232323;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.214285714285714;
}
.menu__buy:hover {
  border-color: #004e96;
  color: #232323;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1250;
  visibility: hidden;
  overflow-y: auto;
  transition-delay: 0.3s;
}
@media (max-width: 767px) {
  .modal-account .modal__block {
    top: 0;
    bottom: 0;
    padding: 65px 15px 20px;
  }
  .modal-account .modal__close {
    top: 15px;
    right: auto;
    left: 15px;
  }
}
.modal-show {
  visibility: visible;
  transition: 0.3s visibility ease;
}
.modal-show .modal__overlay {
  opacity: 1;
}
.modal-show .modal__block {
  top: 10%;
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateX(-50%);
}
.modal-show .modal__block-cart {
  transform: none;
}
@media (max-width: 1169px) {
  .modal-show .modal__block-cart {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .modal-show .modal__block-cart {
    transform: none;
  }
}
.modal-cart {
  position: fixed;
  top: 90px;
  right: 10px;
  bottom: auto;
  left: auto;
  overflow: visible;
  height: -moz-max-content;
  height: max-content;
}
.modal-cart .modal__overlay {
  display: none;
}
@media (max-width: 1169px) {
  .modal-cart {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .modal-cart .modal__overlay {
    display: block;
  }
}
@media (max-width: 767px) {
  .modal-cart {
    top: auto;
    width: 100%;
  }
  .modal-cart .basket__photo {
    width: 100px;
    height: 100px;
  }
  .modal-cart .basket__text,
  .modal-cart .basket__title,
  .modal-cart .basket__price {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 154;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translateZ(-1000px);
}
.modal__block {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 155;
  padding: 35px 50px;
  width: 555px;
  background-color: #fff;
  box-shadow: 0px 4px 22px 5px rgba(0,0,0,0.1);
  opacity: 0;
  transition: all 0.3s ease;
  transform: translate(-50%, -30%);
}
@media (max-width: 767px) {
  .modal__block {
    padding: 20px 15px 30px;
    max-width: 100%;
  }
}
.modal__block-cart {
  position: relative;
  top: 0;
  left: auto;
  width: 625px;
  transform: none;
  transform: none;
}
@media (max-width: 1169px) {
  .modal__block-cart {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .modal__block-cart {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 265px;
    transform: none;
  }
}
@media (max-width: 767px) {
  .modal__block .title-h3 {
    font-size: 1.2rem;
    line-height: 1.166666666666667;
  }
}
.modal__close {
  position: absolute;
  top: 30px;
  right: 50px;
  width: 20px;
  height: 20px;
  transition: 0s;
}
@media (max-width: 767px) {
  .modal__close {
    top: 15px;
    right: 15px;
  }
}
.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  background-color: #004e96;
  content: '';
}
@media (max-width: 767px) {
  .modal__close:before,
  .modal__close:after {
    width: 20px;
  }
}
.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__nav {
  display: flex;
  border-bottom: 1px solid #5eb2ff;
}
.modal__nav .tab__link {
  margin-right: 40px;
  padding-bottom: 25px;
  color: #232323;
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .modal__nav .tab__link {
    margin: 0;
    padding-bottom: 10px;
    width: 50%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.modal__nav .tab__link-active {
  border-bottom: 2px solid #004e96;
}
.modal__link {
  color: #404040;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .modal__link {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.modal__link:hover {
  color: rgba(64,64,64,0.8);
}
.more__link {
  position: relative;
  display: inline-block;
  color: #7d7c7c;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.285714285714286;
}
@media (max-width: 1169px) {
  .more__link {
    font-size: 1.2rem;
    line-height: 2.666666666666667;
  }
}
@media (max-width: 767px) {
  .more__link {
    font-size: 1rem;
    line-height: 3.2;
  }
}
.more__link:before {
  position: absolute;
  top: 7px;
  right: -28px;
  width: 12px;
  height: 12px;
  border-color: #7d7c7c;
  border-top: 2px solid;
  border-left: 2px solid;
  border-radius: 3px;
  content: '';
  transition: transform 0.3s ease;
  transform: rotate(-135deg);
}
@media (max-width: 767px) {
  .more__link:before {
    top: 8px;
    right: -19px;
    width: 8px;
    height: 8px;
  }
}
.more__link:hover {
  color: #232323;
}
.more__link-open:before {
  top: 13px;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .more__link-open:before {
    top: 12px;
  }
}
.order {
  padding: 50px 60px;
  background-color: rgba(153,222,249,0.4);
}
@media (max-width: 1480px) {
  .order {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .order {
    padding: 30px 20px;
  }
}
.order__photo {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1480px) {
  .order__photo {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1169px) {
  .order__photo {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .order__photo {
    width: 110px;
    height: 110px;
  }
}
.order__title {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 1480px) {
  .order__title {
    font-size: 1.8rem;
    line-height: 1.222222222222222;
  }
}
@media (max-width: 1169px) {
  .order__title {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .order__title {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
@media (max-width: 1169px) {
  .order__title-total {
    font-size: 1.8rem;
    line-height: 1.222222222222222;
  }
}
@media (max-width: 767px) {
  .order__title-total {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.order__text {
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
@media (max-width: 1480px) {
  .order__text {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 1169px) {
  .order__text {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
@media (max-width: 767px) {
  .order__text {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.order__text-medium {
  font-weight: 500;
}
.order__text-large {
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 1169px) {
  .order__text-large {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .order__text-large {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
.order__text-nowrap {
  white-space: nowrap;
}
@media (max-width: 1169px) {
  .order__text-total {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .order__text-total {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
.order__price {
  text-align: right;
  white-space: nowrap;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 1480px) {
  .order__price {
    font-size: 1.8rem;
    line-height: 1.222222222222222;
  }
}
@media (max-width: 1169px) {
  .order__price {
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media (max-width: 767px) {
  .order__price {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
.order__old {
  color: #7d7c7c;
  text-align: right;
  text-decoration: line-through;
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (max-width: 1480px) {
  .order__old {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
@media (max-width: 767px) {
  .order__old {
    display: none;
  }
}
.order__hr {
  margin-top: 1rem;
  margin-bottom: 3.5rem;
  border-top: 1px solid #5eb2ff;
}
@media (max-width: 1169px) {
  .order__hr {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .order__hr {
    margin-bottom: 2.5rem;
  }
}
.order__wrap {
  padding-left: 80px;
}
@media (max-width: 1480px) {
  .order__wrap {
    margin-left: -40px;
    padding-left: 0;
  }
}
@media (max-width: 1169px) {
  .order__wrap {
    margin-left: 0;
  }
}
.order__left {
  padding-right: 80px;
}
@media (max-width: 1169px) {
  .order__left {
    padding-right: 0;
  }
}
.padding-top-10 {
  padding-top: 10px;
}
@media (max-width: 1169px) {
  .padding-top-10 {
    padding-top: 5px;
  }
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
@media (max-width: 1169px) {
  .padding-bottom-10 {
    padding-bottom: 5px;
  }
}
.padding-left-10 {
  padding-left: 10px;
}
@media (max-width: 1169px) {
  .padding-left-10 {
    padding-left: 5px;
  }
}
.padding-right-10 {
  padding-right: 10px;
}
@media (max-width: 1169px) {
  .padding-right-10 {
    padding-right: 5px;
  }
}
.padding-top-20 {
  padding-top: 20px;
}
@media (max-width: 1169px) {
  .padding-top-20 {
    padding-top: 10px;
  }
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
@media (max-width: 1169px) {
  .padding-bottom-20 {
    padding-bottom: 10px;
  }
}
.padding-left-20 {
  padding-left: 20px;
}
@media (max-width: 1169px) {
  .padding-left-20 {
    padding-left: 10px;
  }
}
.padding-right-20 {
  padding-right: 20px;
}
@media (max-width: 1169px) {
  .padding-right-20 {
    padding-right: 10px;
  }
}
.padding-top-30 {
  padding-top: 30px;
}
@media (max-width: 1169px) {
  .padding-top-30 {
    padding-top: 15px;
  }
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
@media (max-width: 1169px) {
  .padding-bottom-30 {
    padding-bottom: 15px;
  }
}
.padding-left-30 {
  padding-left: 30px;
}
@media (max-width: 1169px) {
  .padding-left-30 {
    padding-left: 15px;
  }
}
.padding-right-30 {
  padding-right: 30px;
}
@media (max-width: 1169px) {
  .padding-right-30 {
    padding-right: 15px;
  }
}
.padding-top-40 {
  padding-top: 40px;
}
@media (max-width: 1169px) {
  .padding-top-40 {
    padding-top: 20px;
  }
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
@media (max-width: 1169px) {
  .padding-bottom-40 {
    padding-bottom: 20px;
  }
}
.padding-left-40 {
  padding-left: 40px;
}
@media (max-width: 1169px) {
  .padding-left-40 {
    padding-left: 20px;
  }
}
.padding-right-40 {
  padding-right: 40px;
}
@media (max-width: 1169px) {
  .padding-right-40 {
    padding-right: 20px;
  }
}
.padding-top-50 {
  padding-top: 50px;
}
@media (max-width: 1169px) {
  .padding-top-50 {
    padding-top: 25px;
  }
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
@media (max-width: 1169px) {
  .padding-bottom-50 {
    padding-bottom: 25px;
  }
}
.padding-left-50 {
  padding-left: 50px;
}
@media (max-width: 1169px) {
  .padding-left-50 {
    padding-left: 25px;
  }
}
.padding-right-50 {
  padding-right: 50px;
}
@media (max-width: 1169px) {
  .padding-right-50 {
    padding-right: 25px;
  }
}
.padding-top-60 {
  padding-top: 60px;
}
@media (max-width: 1169px) {
  .padding-top-60 {
    padding-top: 30px;
  }
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
@media (max-width: 1169px) {
  .padding-bottom-60 {
    padding-bottom: 30px;
  }
}
.padding-left-60 {
  padding-left: 60px;
}
@media (max-width: 1169px) {
  .padding-left-60 {
    padding-left: 30px;
  }
}
.padding-right-60 {
  padding-right: 60px;
}
@media (max-width: 1169px) {
  .padding-right-60 {
    padding-right: 30px;
  }
}
.padding-top-70 {
  padding-top: 70px;
}
@media (max-width: 1169px) {
  .padding-top-70 {
    padding-top: 35px;
  }
}
.padding-bottom-70 {
  padding-bottom: 70px;
}
@media (max-width: 1169px) {
  .padding-bottom-70 {
    padding-bottom: 35px;
  }
}
.padding-left-70 {
  padding-left: 70px;
}
@media (max-width: 1169px) {
  .padding-left-70 {
    padding-left: 35px;
  }
}
.padding-right-70 {
  padding-right: 70px;
}
@media (max-width: 1169px) {
  .padding-right-70 {
    padding-right: 35px;
  }
}
.padding-top-80 {
  padding-top: 80px;
}
@media (max-width: 1169px) {
  .padding-top-80 {
    padding-top: 40px;
  }
}
.padding-bottom-80 {
  padding-bottom: 80px;
}
@media (max-width: 1169px) {
  .padding-bottom-80 {
    padding-bottom: 40px;
  }
}
.padding-left-80 {
  padding-left: 80px;
}
@media (max-width: 1169px) {
  .padding-left-80 {
    padding-left: 40px;
  }
}
.padding-right-80 {
  padding-right: 80px;
}
@media (max-width: 1169px) {
  .padding-right-80 {
    padding-right: 40px;
  }
}
.padding-top-90 {
  padding-top: 90px;
}
@media (max-width: 1169px) {
  .padding-top-90 {
    padding-top: 45px;
  }
}
.padding-bottom-90 {
  padding-bottom: 90px;
}
@media (max-width: 1169px) {
  .padding-bottom-90 {
    padding-bottom: 45px;
  }
}
.padding-left-90 {
  padding-left: 90px;
}
@media (max-width: 1169px) {
  .padding-left-90 {
    padding-left: 45px;
  }
}
.padding-right-90 {
  padding-right: 90px;
}
@media (max-width: 1169px) {
  .padding-right-90 {
    padding-right: 45px;
  }
}
.padding-top-100 {
  padding-top: 100px;
}
@media (max-width: 1169px) {
  .padding-top-100 {
    padding-top: 50px;
  }
}
.padding-bottom-100 {
  padding-bottom: 100px;
}
@media (max-width: 1169px) {
  .padding-bottom-100 {
    padding-bottom: 50px;
  }
}
.padding-left-100 {
  padding-left: 100px;
}
@media (max-width: 1169px) {
  .padding-left-100 {
    padding-left: 50px;
  }
}
.padding-right-100 {
  padding-right: 100px;
}
@media (max-width: 1169px) {
  .padding-right-100 {
    padding-right: 50px;
  }
}
.padding-top-110 {
  padding-top: 110px;
}
@media (max-width: 1169px) {
  .padding-top-110 {
    padding-top: 55px;
  }
}
.padding-bottom-110 {
  padding-bottom: 110px;
}
@media (max-width: 1169px) {
  .padding-bottom-110 {
    padding-bottom: 55px;
  }
}
.padding-left-110 {
  padding-left: 110px;
}
@media (max-width: 1169px) {
  .padding-left-110 {
    padding-left: 55px;
  }
}
.padding-right-110 {
  padding-right: 110px;
}
@media (max-width: 1169px) {
  .padding-right-110 {
    padding-right: 55px;
  }
}
.padding-top-120 {
  padding-top: 120px;
}
@media (max-width: 1169px) {
  .padding-top-120 {
    padding-top: 60px;
  }
}
.padding-bottom-120 {
  padding-bottom: 120px;
}
@media (max-width: 1169px) {
  .padding-bottom-120 {
    padding-bottom: 60px;
  }
}
.padding-left-120 {
  padding-left: 120px;
}
@media (max-width: 1169px) {
  .padding-left-120 {
    padding-left: 60px;
  }
}
.padding-right-120 {
  padding-right: 120px;
}
@media (max-width: 1169px) {
  .padding-right-120 {
    padding-right: 60px;
  }
}
.padding-top-130 {
  padding-top: 130px;
}
@media (max-width: 1169px) {
  .padding-top-130 {
    padding-top: 65px;
  }
}
.padding-bottom-130 {
  padding-bottom: 130px;
}
@media (max-width: 1169px) {
  .padding-bottom-130 {
    padding-bottom: 65px;
  }
}
.padding-left-130 {
  padding-left: 130px;
}
@media (max-width: 1169px) {
  .padding-left-130 {
    padding-left: 65px;
  }
}
.padding-right-130 {
  padding-right: 130px;
}
@media (max-width: 1169px) {
  .padding-right-130 {
    padding-right: 65px;
  }
}
.padding-top-140 {
  padding-top: 140px;
}
@media (max-width: 1169px) {
  .padding-top-140 {
    padding-top: 70px;
  }
}
.padding-bottom-140 {
  padding-bottom: 140px;
}
@media (max-width: 1169px) {
  .padding-bottom-140 {
    padding-bottom: 70px;
  }
}
.padding-left-140 {
  padding-left: 140px;
}
@media (max-width: 1169px) {
  .padding-left-140 {
    padding-left: 70px;
  }
}
.padding-right-140 {
  padding-right: 140px;
}
@media (max-width: 1169px) {
  .padding-right-140 {
    padding-right: 70px;
  }
}
.padding-top-150 {
  padding-top: 150px;
}
@media (max-width: 1169px) {
  .padding-top-150 {
    padding-top: 75px;
  }
}
.padding-bottom-150 {
  padding-bottom: 150px;
}
@media (max-width: 1169px) {
  .padding-bottom-150 {
    padding-bottom: 75px;
  }
}
.padding-left-150 {
  padding-left: 150px;
}
@media (max-width: 1169px) {
  .padding-left-150 {
    padding-left: 75px;
  }
}
.padding-right-150 {
  padding-right: 150px;
}
@media (max-width: 1169px) {
  .padding-right-150 {
    padding-right: 75px;
  }
}
.padding-top-240 {
  padding-top: 240px;
}
@media (max-width: 1169px) {
  .padding-top-240 {
    padding-top: 120px;
  }
}
.padding-bottom-240 {
  padding-bottom: 240px;
}
@media (max-width: 1169px) {
  .padding-bottom-240 {
    padding-bottom: 120px;
  }
}
.padding-left-240 {
  padding-left: 240px;
}
@media (max-width: 1169px) {
  .padding-left-240 {
    padding-left: 120px;
  }
}
.padding-right-240 {
  padding-right: 240px;
}
@media (max-width: 1169px) {
  .padding-right-240 {
    padding-right: 120px;
  }
}
.post__image {
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
}
.post__name {
  font-size: 1.6rem;
}
.post__position {
  font-size: 1.4rem;
  color: rgba(0,0,0,0.8);
}
.price__slider.noUi-horizontal {
  padding-left: 7px;
  height: 1px;
  border: none;
  background-color: #fff;
  box-shadow: none;
}
.price__slider.noUi-horizontal .noUi-connect {
  height: 1px;
  background-color: #004e96;
}
.price__slider.noUi-horizontal .noUi-target {
  height: 1px;
  background-color: #fff;
}
.price__slider.noUi-horizontal .noUi-handle-lower {
  right: -10px !important;
}
.price__slider.noUi-horizontal .noUi-handle-upper {
  right: 0 !important;
}
.price__slider.noUi-horizontal .noUi-handle {
  top: 50%;
  width: 16px;
  height: 16px;
  outline: none;
  border: none;
  border-radius: 50%;
  background: #004e96;
  box-shadow: none;
  cursor: pointer;
  transform: translateY(-50%);
}
.price__slider.noUi-horizontal .noUi-handle:before,
.price__slider.noUi-horizontal .noUi-handle:after {
  display: none;
}
.price__field {
  padding: 7px 0;
  width: 100%;
  outline: none;
  border: 0;
  background-color: #fff;
  color: #7d7c7c;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (max-width: 1169px) {
  .price__field {
    width: 100px;
    background-color: rgba(153,222,249,0.4);
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
.price__hr {
  flex-shrink: 0;
  margin: 0 10px;
  width: 15px;
  height: 1px;
  border-top: 1px solid #7d7c7c;
}
.product__photo {
  position: relative;
  padding-top: 100%;
  background-position: center;
  background-size: cover;
}
.product__info {
  padding-left: 65px;
}
@media (max-width: 1480px) {
  .product__info {
    padding-left: 0;
  }
}
.product__article {
  color: #7d7c7c;
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
@media (max-width: 1169px) {
  .product__article {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .product__article {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.product__brand {
  color: #232323;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.208333333333333;
}
@media (max-width: 1480px) {
  .product__brand {
    font-size: 2.2rem;
    line-height: 1.227272727272727;
  }
}
@media (max-width: 1169px) {
  .product__brand {
    font-size: 1.8rem;
    line-height: 1.222222222222222;
  }
}
@media (max-width: 767px) {
  .product__brand {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
.product__title {
  font-size: 2.8rem;
  line-height: 1.214285714285714;
}
@media (max-width: 1480px) {
  .product__title {
    font-size: 2.4rem;
    line-height: 1.208333333333333;
  }
}
@media (max-width: 1169px) {
  .product__title {
    font-size: 1.8rem;
    line-height: 1.388888888888889;
  }
}
@media (max-width: 767px) {
  .product__title {
    font-size: 1.4rem;
    line-height: 1.428571428571429;
  }
}
.product__input {
  position: absolute;
  display: none;
  opacity: 0;
}
.product__input:checked + .product__label {
  background-color: #5eb2ff;
}
.product__label {
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
@media (max-width: 1169px) {
  .product__label {
    padding: 8px 12px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .product__label {
    padding: 8px 15px;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.product__label-active {
  background-color: #5eb2ff;
}
.product__price {
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.222222222222222;
}
@media (max-width: 1169px) {
  .product__price {
    font-size: 2.4rem;
    line-height: 1.208333333333333;
  }
}
@media (max-width: 767px) {
  .product__price {
    font-size: 1.8rem;
    line-height: 1.222222222222222;
  }
}
.product__old {
  color: #7d7c7c;
  text-decoration: line-through;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  line-height: 1.208333333333333;
}
@media (max-width: 1169px) {
  .product__old {
    font-size: 1.8rem;
    line-height: 1.222222222222222;
  }
}
@media (max-width: 767px) {
  .product__old {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.product__favorite {
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("/static/images/card/card-favorite.svg?e1463b0b6583");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .product__favorite {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
  }
}
.product__favorite:hover,
.product__favorite-active {
  background-image: url("/static/images/card/card-favoriteHov.svg?e1463b0b6583");
}
.product__nav {
  display: flex;
  transition: all 0.3s ease;
}
.product__nav .tab__link {
  margin-right: 1rem;
  padding: 25px 40px;
  color: #232323;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (max-width: 1169px) {
  .product__nav .tab__link {
    padding: 20px 45px;
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
@media (max-width: 767px) {
  .product__nav .tab__link {
    padding: 25px 30px;
    width: 100%;
  }
  .product__nav .tab__link:first-child {
    display: none;
  }
}
.product__nav .tab__link-active,
.product__nav .tab__link:hover {
  background-color: rgba(153,222,249,0.4);
  font-weight: normal;
}
@media (max-width: 767px) {
  .product__nav {
    position: absolute;
    top: 67px;
    right: 0;
    left: 0;
    z-index: 100;
    display: block;
    visibility: hidden;
    background-color: rgba(153,222,249,0.4);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .product__nav-order {
    position: relative;
    top: 0;
    display: flex;
    visibility: visible;
    background-color: #fff;
    opacity: 1;
  }
  .product__nav-order .tab__link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    width: 50%;
    height: 45px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .product__nav-order .tab__link:first-child {
    display: flex;
  }
}
.product__nav.modal-show {
  visibility: visible;
  opacity: 1;
}
.product__not {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.208333333333333;
}
@media (max-width: 1169px) {
  .product__not {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .product__not {
    font-size: 1.8rem;
    line-height: 1.222222222222222;
  }
}
.product__text {
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
@media (max-width: 1169px) {
  .product__text {
    font-size: 1.4rem;
    line-height: 1.176470588235294;
  }
}
@media (max-width: 767px) {
  .product__text {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.product__text strong {
  font-weight: 500;
}
.product__bg {
  padding: 2.5rem 3.5rem;
  background-color: rgba(153,222,249,0.4);
}
@media (max-width: 1169px) {
  .product__bg {
    padding: 2rem;
  }
}
@media (max-width: 1169px) {
  .product__bg {
    padding: 1.5rem;
  }
}
.product__bg-bright {
  background-color: #004e96;
  color: #fff;
}
.product__city {
  position: relative;
  padding-left: 3rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
@media (max-width: 1169px) {
  .product__city {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .product__city {
    padding-left: 2rem;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.product__city:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 20px;
  background-image: url("/static/images/product/product__city.svg?e1463b0b6583");
  background-size: 100% 100%;
  content: '';
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .product__city:before {
    width: 10px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  .product__buttons {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    justify-content: center;
    margin-bottom: 0;
    padding: 15px;
    background-color: rgba(153,222,249,0.4);
  }
  .product__buttons > * {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.scroll-no {
  overflow-y: hidden;
}
.search__form {
  position: relative;
  display: flex;
}
.search__form .btn {
  flex-shrink: 0;
  width: 205px;
}
@media (max-width: 1169px) {
  .search__form .btn {
    width: 175px;
  }
}
@media (max-width: 767px) {
  .search__form .btn {
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
  }
  .search__form .btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: block;
    width: 25px;
    height: 25px;
    filter: invert(100%) sepia(3%) saturate(0) hue-rotate(359deg) brightness(100%) contrast(343%);
    background-image: url("/static/images/header/header__search.svg?e1463b0b6583");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    content: '';
    transform: translate(-50%, -50%);
  }
}
.search__input {
  margin-right: 3.5rem;
  padding: 2.5rem 3rem;
  width: 100%;
  outline: none;
  border: 0;
  background-color: rgba(153,222,249,0.4);
  color: #004e96;
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
@media (max-width: 1169px) {
  .search__input {
    margin-right: 2.5rem;
    padding: 2rem 2.5rem;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .search__input {
    margin-right: 1rem;
    padding: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
.search__input:focus ~ .search__label:before,
.search__input:not(:placeholder-shown) ~ .search__label:before {
  display: none;
}
.search__label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.search__label:before {
  position: absolute;
  top: 50%;
  left: 3rem;
  display: block;
  width: 32px;
  height: 32px;
  filter: invert(83%) sepia(5%) saturate(5710%) hue-rotate(323deg) brightness(77%) contrast(90%);
  background-image: url("/static/images/header/header__search.svg?e1463b0b6583");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  transform: translateY(-50%);
}
@media (max-width: 1169px) {
  .search__label:before {
    left: 2rem;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .search__label:before {
    display: none;
  }
}
.search__result {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.8rem;
  line-height: 1.611111111111111;
}
@media (max-width: 1169px) {
  .search__result {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
@media (max-width: 767px) {
  .search__result {
    font-size: 1.4rem;
    line-height: 1.571428571428571;
  }
}
.search__result-empty {
  margin-top: -4rem;
  margin-bottom: 6.5rem;
}
@media (max-width: 1169px) {
  .search__result-empty {
    margin-top: -1rem;
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
@media (max-width: 767px) {
  .search__result-empty {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.search__result li {
  margin-bottom: 4rem;
}
@media (max-width: 1169px) {
  .search__result li {
    margin-bottom: 3rem;
  }
}
.search__result a {
  color: #232323;
}
.search__result a span {
  display: block;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.208333333333333;
}
@media (max-width: 1169px) {
  .search__result a span {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.select {
  max-height: 52px;
}
.slider {
  position: relative;
}
.slider__slide {
  position: relative;
  overflow: hidden;
  padding-top: 33.854166666666664%;
  background-color: #5eb2ff;
}
@media (max-width: 576px) {
  .slider__slide {
    padding-top: 100%;
  }
}
.slider__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
.slider__bg-mobile {
  display: none;
}
@media (max-width: 576px) {
  .slider__bg-mobile {
    display: block;
  }
}
.slider__bg-desktop {
  display: none;
}
@media (min-width: 576px) {
  .slider__bg-desktop {
    display: block;
  }
}
.slider__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slider__video video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: 33.854166666666664vw;
  background-color: #5eb2ff;
}
@media (max-width: 576px) {
  .slider__video video {
    width: 100vw;
    height: 100vw;
  }
}
.slider__content {
  position: absolute;
  top: 47%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 1169px) {
  .slider__content {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .slider__content {
    top: 50%;
    right: 15%;
    left: 15%;
  }
}
.slider__subtitle {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
@media (max-width: 1169px) {
  .slider__subtitle {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
@media (max-width: 767px) {
  .slider__subtitle {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.slider__title {
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.4;
}
@media (max-width: 1169px) {
  .slider__title {
    font-size: 2.2rem;
    line-height: 1.227272727272727;
  }
}
@media (max-width: 767px) {
  .slider__title {
    font-size: 1.8rem;
    line-height: 1.222222222222222;
  }
}
.slider__title span {
  font-size: 4rem;
  line-height: 1.4;
}
@media (max-width: 1169px) {
  .slider__title span {
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .slider__title span {
    font-size: 2.4rem;
    line-height: 1.416666666666667;
  }
}
.slider__points {
  position: absolute;
  right: 0;
  bottom: 55px;
  left: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .slider__points {
    bottom: 25px;
  }
}
.slider__text {
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
@media (max-width: 767px) {
  .slider__text {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
@media (max-width: 1169px) {
  .slider__mobile .swiper-container {
    width: 100vw;
  }
}
@media (max-width: 767px) {
  .slider__mobile .swiper-container {
    width: 100%;
  }
}
.slider__point .arrow__point {
  background-color: rgba(153,222,249,0.4);
}
.slider__point .arrow__point-active {
  background-color: #004e96;
}
.slider__clickable {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
}
.social {
  display: block;
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1169px) {
  .social {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .social {
    width: 25px;
    height: 25px;
  }
}
.social-fb {
  background-image: url("/static/images/social/social-fb.svg?e1463b0b6583");
}
.social-yt {
  background-image: url("/static/images/social/social-yt.svg?e1463b0b6583");
}
.social-instagram {
  background-image: url("/static/images/social/social-instagram.svg?e1463b0b6583");
}
.social-telegram {
  background-image: url("/static/images/social/social-telegram.svg?e1463b0b6583");
}
.social-vkontakte {
  background-image: url("/static/images/social/social-vkontakte.svg?e1463b0b6583");
}
.subnav {
  max-width: 280px;
}
@media (max-width: 1169px) {
  .subnav {
    display: flex;
    justify-content: space-between;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .subnav {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 100;
    display: block;
    visibility: hidden;
    padding: 0 15px;
    opacity: 0;
    transition: all 0.3s ease;
  }
}
.subnav__link {
  display: block;
  margin-bottom: 2px;
  padding: 15px 20px;
  background-color: rgba(153,222,249,0.4);
  color: #232323;
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
@media (max-width: 1169px) {
  .subnav__link {
    padding: 15px 0;
    width: 32%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .subnav__link {
    padding: 15px 25px;
    width: 100%;
    text-align: left;
  }
}
.subnav__link-open {
  display: none;
}
.subnav__link-open:before,
.subnav__link-open:after {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 2px;
  border-radius: 3px;
  background-color: #7d7c7c;
  content: '';
}
.subnav__link-open:before {
  right: 36px;
  transform: translateY(-50%) rotate(45deg);
}
.subnav__link-open:after {
  right: 28.5px;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .subnav__link-open {
    position: relative;
    display: block;
  }
}
.subnav__link:hover {
  background-color: #5eb2ff;
  color: #232323;
}
@media (max-width: 767px) {
  .subnav.modal-show {
    visibility: visible;
    opacity: 1;
  }
}
.swiper-container {
  overflow: unset !important;
}
@media (max-width: 1480px) {
  .tab .card-tab:nth-child(n+9) {
    display: none;
  }
}
@media (max-width: 1169px) {
  .tab .card-tab:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 767px) {
  .tab .card-tab:nth-child(n+5) {
    display: none;
  }
}
.tab .swiper-slide {
  opacity: 0 !important;
}
.tab .swiper-slide-active {
  opacity: 1 !important;
}
.tab__nav {
  display: flex;
}
@media (max-width: 1169px) {
  .tab__nav {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .tab__nav {
    overflow-x: scroll;
    margin-bottom: 30px;
    width: calc(100% + 10px);
  }
}
.tab__link {
  margin-right: 5rem;
  color: #cfcdcd;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.230769230769231;
  cursor: pointer;
}
@media (max-width: 1480px) {
  .tab__link {
    margin-right: 4rem;
  }
}
@media (max-width: 1169px) {
  .tab__link {
    margin-right: 0;
    font-size: 2.2rem;
    line-height: 1.227272727272727;
  }
}
@media (max-width: 767px) {
  .tab__link {
    margin-right: 40px;
    font-size: 1.8rem;
    line-height: 1.222222222222222;
  }
}
.tab__link:focus {
  outline: none;
}
.tab__link:hover {
  color: #232323;
  font-weight: 600;
}
.tab__link-active {
  color: #232323;
  font-weight: 600;
}
.text {
  font-size: 1.6rem;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .text {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
.text-option {
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
@media (max-width: 1169px) {
  .text-option {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .text-option {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.text-bold {
  font-weight: 600;
}
@media (max-width: 767px) {
  .text-order {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.text__link {
  color: #7d7c7c;
  font-size: 1.6rem;
  line-height: 1.25;
}
.text__link:hover {
  color: #646363;
}
@media (max-width: 767px) {
  .text__link {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.text-uppercase {
  text-transform: uppercase;
}
.text__404 {
  background-image: linear-gradient(157.62deg, #004e96 12.98%, #1d93ff 31.29%, #004e96 68.59%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14.4rem;
  line-height: 1.222222222222222;
}
@media (max-width: 767px) {
  .text__404 {
    text-align: left;
    font-size: 10rem;
  }
}
.title-h1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.233333333333333;
}
@media (max-width: 1169px) {
  .title-h1 {
    font-size: 2.6rem;
    line-height: 1.230769230769231;
  }
}
@media (max-width: 767px) {
  .title-h1 {
    font-size: 2.2rem;
    line-height: 1.227272727272727;
  }
}
.title-h2 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.230769230769231;
}
@media (max-width: 1169px) {
  .title-h2 {
    font-size: 2.2rem;
    line-height: 1.227272727272727;
  }
}
@media (max-width: 767px) {
  .title-h2 {
    font-size: 1.8rem;
    line-height: 1.222222222222222;
  }
}
.title-h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .title-h3 {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
.title__link {
  position: relative;
  display: block;
  padding-left: 55px;
  color: #004e96;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.222222222222222;
}
@media (max-width: 1169px) {
  .title__link {
    font-size: 1.4rem;
    line-height: 1.214285714285714;
  }
}
@media (max-width: 767px) {
  .title__link {
    padding-left: 40px;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.title__link:hover {
  color: #004583;
}
.title__link-instagram:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("/static/images/social/social-instagram.svg?e1463b0b6583");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  transform: translateY(-50%);
}
@media (max-width: 1169px) {
  .title__link-instagram:before {
    left: 10px;
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .title__link-instagram:before {
    left: 0;
    width: 25px;
    height: 25px;
  }
}
.valid-feedback {
  display: none;
  margin-top: 5px;
  color: #c80000;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
}
.arrow__point {
  border-radius: 1rem;
}
.background {
  filter: hue-rotate(180deg);
}
.basket {
  border-radius: 1rem;
}
.btn {
  padding: 12px 25px;
  border-radius: 1rem;
  font-size: 1.4rem;
}
@media (max-width: 1169px) {
  .btn {
    padding: 10px 25px;
    font-size: 1.3rem;
    line-height: 1.214285714285714;
  }
}
@media (max-width: 767px) {
  .btn {
    padding: 8px 20px;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.btn-primary {
  border: 1px solid #004583;
  -o-border-image: none;
     border-image: none;
  border-image-slice: 0;
}
.btn:before {
  border-radius: 1rem;
}
.card {
  border-radius: 1rem;
}
.card-product .card__photo:before {
  background-color: rgba(153,222,249,0.2);
}
.card-product .card__favorite {
  filter: hue-rotate(180deg);
}
.card-product .card__favorite:hover,
.card-product .card__favorite-active {
  filter: hue-rotate(180deg);
}
.card-product .card__buttons .btn {
  padding: 12px 0;
}
.card__sticker {
  border-radius: 1rem;
}
.filter__wrap {
  border-radius: 1rem;
  overflow: hidden;
}
.footer__logo {
  background-image: url("/static/images/header/header__logo-neo.svg?e1463b0b6583");
  width: 90px;
  height: 90px;
}
.form-control {
  border-radius: 1rem;
}
.form-number-btn {
  border-radius: 1rem;
}
.header__logo {
  margin-right: 0;
  width: 90px;
  height: 90px;
  background-image: url("/static/images/header/header__logo-neo.svg?e1463b0b6583");
  transform: scale(1.3);
}
@media (max-width: 1169px) {
  .header__logo {
    margin-right: 0;
    width: 70px;
    height: 70px;
    transform: scale(1.25);
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 30px;
    height: 30px;
    transform: scale(1.5);
  }
}
.product__favorite {
  filter: hue-rotate(180deg);
}
.social {
  filter: hue-rotate(180deg);
}
.tab__link {
  border-radius: 1rem;
}
.title__link-instagram:before {
  filter: hue-rotate(180deg);
}
