@font-face {
  font-family: Mulish;
  src: url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: Mulish;
  src: url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: Mulish;
  src: url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: Mulish;
  src: url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: Calibri;
  src: url("../fonts/calibri.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: Calibri;
  src: url("../fonts/calibrib.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}



/* End */
/* Start:/local/templates/discoverynn/assets/css/style.css?1718891681385063*/
:root {
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 27, 32, 45;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: -apple-system, Mulish, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #1B202D;
  --bs-body-bg: #fff
}

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

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

hr {
  margin: 8px 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25
}

hr:not([size]) {
  height: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 1.2
}

h1 {
  font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem
  }
}

h2 {
  font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem
  }
}

h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem
  }
}

h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem
  }
}

h5 {
  font-size: 1.25rem
}

h6 {
  font-size: 1rem
}

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

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

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

ol,
ul {
  padding-left: 2rem
}

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

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

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: .875em
}

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

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #1b202d;
  text-decoration: none
}

a:hover {
  color: #16779b;
  text-decoration: none
}

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

code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: .875em;
  color: #fff;
  background-color: #212529
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700
}

figure {
  margin: 0 0 1rem
}

img,
svg {
  vertical-align: middle
}

table {
  caption-side: bottom;
  border-collapse: collapse
}

caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

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

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

select:disabled {
  opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
  display: none
}

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

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

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

textarea {
  resize: vertical
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem
  }
}

legend+* {
  clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

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

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::file-selector-button {
  font: inherit
}

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

output {
  display: inline-block
}

iframe {
  border: 0
}

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

progress {
  vertical-align: baseline
}

[hidden] {
  display: none !important
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 100%
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 100%
  }
}

@media (min-width: 1024px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%
  }
}

@media (min-width: 1240px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1304px
  }
}

.row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}

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

.row-cols-auto>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto
}

.row-cols-1>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%
}

.row-cols-2>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%
}

.row-cols-3>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%
}

.row-cols-4>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%
}

.row-cols-5>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%
}

.row-cols-6>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0
}

.g-8,
.gx-8 {
  --bs-gutter-x: 8px
}

.g-8,
.gy-8 {
  --bs-gutter-y: 8px
}

.g-12,
.gx-12 {
  --bs-gutter-x: 12px
}

.g-12,
.gy-12 {
  --bs-gutter-y: 12px
}

.g-16,
.gx-16 {
  --bs-gutter-x: 16px
}

.g-16,
.gy-16 {
  --bs-gutter-y: 16px
}

.g-24,
.gx-24 {
  --bs-gutter-x: 24px
}

.g-24,
.gy-24 {
  --bs-gutter-y: 24px
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .row-cols-sm-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-sm-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-sm-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-sm-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-sm-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-sm-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-sm-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0
  }

  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 8px
  }

  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 8px
  }

  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 12px
  }

  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 12px
  }

  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 16px
  }

  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 16px
  }

  .g-sm-24,
  .gx-sm-24 {
    --bs-gutter-x: 24px
  }

  .g-sm-24,
  .gy-sm-24 {
    --bs-gutter-y: 24px
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .row-cols-md-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-md-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-md-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-md-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-md-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-md-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-md-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0
  }

  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 8px
  }

  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 8px
  }

  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 12px
  }

  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 12px
  }

  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 16px
  }

  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 16px
  }

  .g-md-24,
  .gx-md-24 {
    --bs-gutter-x: 24px
  }

  .g-md-24,
  .gy-md-24 {
    --bs-gutter-y: 24px
  }
}

@media (min-width: 1024px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .row-cols-lg-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-lg-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-lg-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-lg-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-lg-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-lg-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-lg-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0
  }

  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 8px
  }

  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 8px
  }

  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 12px
  }

  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 12px
  }

  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 16px
  }

  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 16px
  }

  .g-lg-24,
  .gx-lg-24 {
    --bs-gutter-x: 24px
  }

  .g-lg-24,
  .gy-lg-24 {
    --bs-gutter-y: 24px
  }
}

@media (min-width: 1240px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .row-cols-xl-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xl-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xl-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-xl-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xl-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0
  }

  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 8px
  }

  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 8px
  }

  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 12px
  }

  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 12px
  }

  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 16px
  }

  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 16px
  }

  .g-xl-24,
  .gx-xl-24 {
    --bs-gutter-x: 24px
  }

  .g-xl-24,
  .gy-xl-24 {
    --bs-gutter-y: 24px
  }
}

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

@media (prefers-reduced-motion:reduce) {
  .fade {
    -webkit-transition: none;
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

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

@media (prefers-reduced-motion:reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width .35s ease;
  transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none
  }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: .125rem
}

.dropdown-menu-start {
  --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0
}

.dropdown-menu-end {
  --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-sm-end {
    --bs-position: end
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-md-end {
    --bs-position: end
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width: 1024px) {
  .dropdown-menu-lg-start {
    --bs-position: start
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-lg-end {
    --bs-position: end
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width: 1240px) {
  .dropdown-menu-xl-start {
    --bs-position: start
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-xl-end {
    --bs-position: end
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}

.dropend .dropdown-toggle::after {
  vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0
}

.dropdown-divider {
  height: 0;
  margin: 4px 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 2px 8px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: .5rem 8px;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: 2px 8px;
  color: #212529
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: -apple-system, Mulish, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, .2)
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
  bottom: -.5rem
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
  left: -.5rem;
  width: .5rem;
  height: 1rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
  top: -.5rem
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 0 solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
  right: -.5rem;
  width: .5rem;
  height: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}

.popover-header {
  padding: .5rem 8px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 0 solid rgba(0, 0, 0, .2)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: 8px 8px;
  color: #212529
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #0d6efd;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none
  }
}

.nav-link:focus,
.nav-link:hover {
  color: #0a58ca
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
  margin-top: -1px
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0d6efd
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

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

.float-start {
  float: left !important
}

.float-end {
  float: right !important
}

.float-none {
  float: none !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.overflow-visible {
  overflow: visible !important
}

.overflow-scroll {
  overflow: scroll !important
}

.d-inline {
  display: inline !important
}

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

.d-block {
  display: block !important
}

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

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

.d-none {
  display: none !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
}

.top-0 {
  top: 0 !important
}

.top-50 {
  top: 50% !important
}

.top-100 {
  top: 100% !important
}

.bottom-0 {
  bottom: 0 !important
}

.bottom-50 {
  bottom: 50% !important
}

.bottom-100 {
  bottom: 100% !important
}

.start-0 {
  left: 0 !important
}

.start-50 {
  left: 50% !important
}

.start-100 {
  left: 100% !important
}

.end-0 {
  right: 0 !important
}

.end-50 {
  right: 50% !important
}

.end-100 {
  right: 100% !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
}

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

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

.min-vw-100 {
  min-width: 100vw !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
}

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

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

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

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

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important
}

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

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

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

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

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

.gap-0 {
  gap: 0 !important
}

.gap-4 {
  gap: 4px !important
}

.gap-8 {
  gap: 8px !important
}

.gap-12 {
  gap: 12px !important
}

.gap-16 {
  gap: 16px !important
}

.gap-20 {
  gap: 20px !important
}

.gap-24 {
  gap: 24px !important
}

.gap-28 {
  gap: 28px !important
}

.gap-32 {
  gap: 32px !important
}

.gap-36 {
  gap: 36px !important
}

.gap-40 {
  gap: 40px !important
}

.gap-44 {
  gap: 44px !important
}

.gap-48 {
  gap: 48px !important
}

.gap-52 {
  gap: 52px !important
}

.gap-56 {
  gap: 56px !important
}

.gap-60 {
  gap: 60px !important
}

.gap-64 {
  gap: 64px !important
}

.gap-68 {
  gap: 68px !important
}

.gap-72 {
  gap: 72px !important
}

.gap-76 {
  gap: 76px !important
}

.gap-80 {
  gap: 80px !important
}

.gap-84 {
  gap: 84px !important
}

.gap-88 {
  gap: 88px !important
}

.gap-92 {
  gap: 92px !important
}

.gap-96 {
  gap: 96px !important
}

.gap-100 {
  gap: 100px !important
}

.gap-104 {
  gap: 104px !important
}

.gap-108 {
  gap: 108px !important
}

.gap-112 {
  gap: 112px !important
}

.gap-116 {
  gap: 116px !important
}

.gap-120 {
  gap: 120px !important
}

.gap-128 {
  gap: 128px !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important
}

.m-0 {
  margin: 0 !important
}

.m-4 {
  margin: 4px !important
}

.m-8 {
  margin: 8px !important
}

.m-12 {
  margin: 12px !important
}

.m-16 {
  margin: 16px !important
}

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

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

.m-28 {
  margin: 28px !important
}

.m-32 {
  margin: 32px !important
}

.m-36 {
  margin: 36px !important
}

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

.m-44 {
  margin: 44px !important
}

.m-48 {
  margin: 48px !important
}

.m-52 {
  margin: 52px !important
}

.m-56 {
  margin: 56px !important
}

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

.m-64 {
  margin: 64px !important
}

.m-68 {
  margin: 68px !important
}

.m-72 {
  margin: 72px !important
}

.m-76 {
  margin: 76px !important
}

.m-80 {
  margin: 80px !important
}

.m-84 {
  margin: 84px !important
}

.m-88 {
  margin: 88px !important
}

.m-92 {
  margin: 92px !important
}

.m-96 {
  margin: 96px !important
}

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

.m-104 {
  margin: 104px !important
}

.m-108 {
  margin: 108px !important
}

.m-112 {
  margin: 112px !important
}

.m-116 {
  margin: 116px !important
}

.m-120 {
  margin: 120px !important
}

.m-128 {
  margin: 128px !important
}

.m-auto {
  margin: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-4 {
  margin-top: 4px !important
}

.mt-8 {
  margin-top: 8px !important
}

.mt-12 {
  margin-top: 12px !important
}

.mt-16 {
  margin-top: 16px !important
}

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

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

.mt-28 {
  margin-top: 28px !important
}

.mt-32 {
  margin-top: 32px !important
}

.mt-36 {
  margin-top: 36px !important
}

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

.mt-44 {
  margin-top: 44px !important
}

.mt-48 {
  margin-top: 48px !important
}

.mt-52 {
  margin-top: 52px !important
}

.mt-56 {
  margin-top: 56px !important
}

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

.mt-64 {
  margin-top: 64px !important
}

.mt-68 {
  margin-top: 68px !important
}

.mt-72 {
  margin-top: 72px !important
}

.mt-76 {
  margin-top: 76px !important
}

.mt-80 {
  margin-top: 80px !important
}

.mt-84 {
  margin-top: 84px !important
}

.mt-88 {
  margin-top: 88px !important
}

.mt-92 {
  margin-top: 92px !important
}

.mt-96 {
  margin-top: 96px !important
}

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

.mt-104 {
  margin-top: 104px !important
}

.mt-108 {
  margin-top: 108px !important
}

.mt-112 {
  margin-top: 112px !important
}

.mt-116 {
  margin-top: 116px !important
}

.mt-120 {
  margin-top: 120px !important
}

.mt-128 {
  margin-top: 128px !important
}

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

.me-0 {
  margin-right: 0 !important
}

.me-4 {
  margin-right: 4px !important
}

.me-8 {
  margin-right: 8px !important
}

.me-12 {
  margin-right: 12px !important
}

.me-16 {
  margin-right: 16px !important
}

.me-20 {
  margin-right: 20px !important
}

.me-24 {
  margin-right: 24px !important
}

.me-28 {
  margin-right: 28px !important
}

.me-32 {
  margin-right: 32px !important
}

.me-36 {
  margin-right: 36px !important
}

.me-40 {
  margin-right: 40px !important
}

.me-44 {
  margin-right: 44px !important
}

.me-48 {
  margin-right: 48px !important
}

.me-52 {
  margin-right: 52px !important
}

.me-56 {
  margin-right: 56px !important
}

.me-60 {
  margin-right: 60px !important
}

.me-64 {
  margin-right: 64px !important
}

.me-68 {
  margin-right: 68px !important
}

.me-72 {
  margin-right: 72px !important
}

.me-76 {
  margin-right: 76px !important
}

.me-80 {
  margin-right: 80px !important
}

.me-84 {
  margin-right: 84px !important
}

.me-88 {
  margin-right: 88px !important
}

.me-92 {
  margin-right: 92px !important
}

.me-96 {
  margin-right: 96px !important
}

.me-100 {
  margin-right: 100px !important
}

.me-104 {
  margin-right: 104px !important
}

.me-108 {
  margin-right: 108px !important
}

.me-112 {
  margin-right: 112px !important
}

.me-116 {
  margin-right: 116px !important
}

.me-120 {
  margin-right: 120px !important
}

.me-128 {
  margin-right: 128px !important
}

.me-auto {
  margin-right: auto !important
}

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

.mb-4 {
  margin-bottom: 4px !important
}

.mb-8 {
  margin-bottom: 8px !important
}

.mb-12 {
  margin-bottom: 12px !important
}

.mb-16 {
  margin-bottom: 16px !important
}

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

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

.mb-28 {
  margin-bottom: 28px !important
}

.mb-32 {
  margin-bottom: 32px !important
}

.mb-36 {
  margin-bottom: 36px !important
}

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

.mb-44 {
  margin-bottom: 44px !important
}

.mb-48 {
  margin-bottom: 48px !important
}

.mb-52 {
  margin-bottom: 52px !important
}

.mb-56 {
  margin-bottom: 56px !important
}

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

.mb-64 {
  margin-bottom: 64px !important
}

.mb-68 {
  margin-bottom: 68px !important
}

.mb-72 {
  margin-bottom: 72px !important
}

.mb-76 {
  margin-bottom: 76px !important
}

.mb-80 {
  margin-bottom: 80px !important
}

.mb-84 {
  margin-bottom: 84px !important
}

.mb-88 {
  margin-bottom: 88px !important
}

.mb-92 {
  margin-bottom: 92px !important
}

.mb-96 {
  margin-bottom: 96px !important
}

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

.mb-104 {
  margin-bottom: 104px !important
}

.mb-108 {
  margin-bottom: 108px !important
}

.mb-112 {
  margin-bottom: 112px !important
}

.mb-116 {
  margin-bottom: 116px !important
}

.mb-120 {
  margin-bottom: 120px !important
}

.mb-128 {
  margin-bottom: 128px !important
}

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

.ms-0 {
  margin-left: 0 !important
}

.ms-4 {
  margin-left: 4px !important
}

.ms-8 {
  margin-left: 8px !important
}

.ms-12 {
  margin-left: 12px !important
}

.ms-16 {
  margin-left: 16px !important
}

.ms-20 {
  margin-left: 20px !important
}

.ms-24 {
  margin-left: 24px !important
}

.ms-28 {
  margin-left: 28px !important
}

.ms-32 {
  margin-left: 32px !important
}

.ms-36 {
  margin-left: 36px !important
}

.ms-40 {
  margin-left: 40px !important
}

.ms-44 {
  margin-left: 44px !important
}

.ms-48 {
  margin-left: 48px !important
}

.ms-52 {
  margin-left: 52px !important
}

.ms-56 {
  margin-left: 56px !important
}

.ms-60 {
  margin-left: 60px !important
}

.ms-64 {
  margin-left: 64px !important
}

.ms-68 {
  margin-left: 68px !important
}

.ms-72 {
  margin-left: 72px !important
}

.ms-76 {
  margin-left: 76px !important
}

.ms-80 {
  margin-left: 80px !important
}

.ms-84 {
  margin-left: 84px !important
}

.ms-88 {
  margin-left: 88px !important
}

.ms-92 {
  margin-left: 92px !important
}

.ms-96 {
  margin-left: 96px !important
}

.ms-100 {
  margin-left: 100px !important
}

.ms-104 {
  margin-left: 104px !important
}

.ms-108 {
  margin-left: 108px !important
}

.ms-112 {
  margin-left: 112px !important
}

.ms-116 {
  margin-left: 116px !important
}

.ms-120 {
  margin-left: 120px !important
}

.ms-128 {
  margin-left: 128px !important
}

.ms-auto {
  margin-left: auto !important
}

.m-n4 {
  margin: -4px !important
}

.m-n8 {
  margin: -8px !important
}

.m-n12 {
  margin: -12px !important
}

.m-n16 {
  margin: -16px !important
}

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

.m-n24 {
  margin: -24px !important
}

.m-n28 {
  margin: -28px !important
}

.m-n32 {
  margin: -32px !important
}

.m-n36 {
  margin: -36px !important
}

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

.m-n44 {
  margin: -44px !important
}

.m-n48 {
  margin: -48px !important
}

.m-n52 {
  margin: -52px !important
}

.m-n56 {
  margin: -56px !important
}

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

.m-n64 {
  margin: -64px !important
}

.m-n68 {
  margin: -68px !important
}

.m-n72 {
  margin: -72px !important
}

.m-n76 {
  margin: -76px !important
}

.m-n80 {
  margin: -80px !important
}

.m-n84 {
  margin: -84px !important
}

.m-n88 {
  margin: -88px !important
}

.m-n92 {
  margin: -92px !important
}

.m-n96 {
  margin: -96px !important
}

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

.m-n104 {
  margin: -104px !important
}

.m-n108 {
  margin: -108px !important
}

.m-n112 {
  margin: -112px !important
}

.m-n116 {
  margin: -116px !important
}

.m-n120 {
  margin: -120px !important
}

.m-n128 {
  margin: -128px !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n4 {
  margin-top: -4px !important
}

.mt-n8 {
  margin-top: -8px !important
}

.mt-n12 {
  margin-top: -12px !important
}

.mt-n16 {
  margin-top: -16px !important
}

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

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

.mt-n28 {
  margin-top: -28px !important
}

.mt-n32 {
  margin-top: -32px !important
}

.mt-n36 {
  margin-top: -36px !important
}

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

.mt-n44 {
  margin-top: -44px !important
}

.mt-n48 {
  margin-top: -48px !important
}

.mt-n52 {
  margin-top: -52px !important
}

.mt-n56 {
  margin-top: -56px !important
}

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

.mt-n64 {
  margin-top: -64px !important
}

.mt-n68 {
  margin-top: -68px !important
}

.mt-n72 {
  margin-top: -72px !important
}

.mt-n76 {
  margin-top: -76px !important
}

.mt-n80 {
  margin-top: -80px !important
}

.mt-n84 {
  margin-top: -84px !important
}

.mt-n88 {
  margin-top: -88px !important
}

.mt-n92 {
  margin-top: -92px !important
}

.mt-n96 {
  margin-top: -96px !important
}

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

.mt-n104 {
  margin-top: -104px !important
}

.mt-n108 {
  margin-top: -108px !important
}

.mt-n112 {
  margin-top: -112px !important
}

.mt-n116 {
  margin-top: -116px !important
}

.mt-n120 {
  margin-top: -120px !important
}

.mt-n128 {
  margin-top: -128px !important
}

.me-n4 {
  margin-right: -4px !important
}

.me-n8 {
  margin-right: -8px !important
}

.me-n12 {
  margin-right: -12px !important
}

.me-n16 {
  margin-right: -16px !important
}

.me-n20 {
  margin-right: -20px !important
}

.me-n24 {
  margin-right: -24px !important
}

.me-n28 {
  margin-right: -28px !important
}

.me-n32 {
  margin-right: -32px !important
}

.me-n36 {
  margin-right: -36px !important
}

.me-n40 {
  margin-right: -40px !important
}

.me-n44 {
  margin-right: -44px !important
}

.me-n48 {
  margin-right: -48px !important
}

.me-n52 {
  margin-right: -52px !important
}

.me-n56 {
  margin-right: -56px !important
}

.me-n60 {
  margin-right: -60px !important
}

.me-n64 {
  margin-right: -64px !important
}

.me-n68 {
  margin-right: -68px !important
}

.me-n72 {
  margin-right: -72px !important
}

.me-n76 {
  margin-right: -76px !important
}

.me-n80 {
  margin-right: -80px !important
}

.me-n84 {
  margin-right: -84px !important
}

.me-n88 {
  margin-right: -88px !important
}

.me-n92 {
  margin-right: -92px !important
}

.me-n96 {
  margin-right: -96px !important
}

.me-n100 {
  margin-right: -100px !important
}

.me-n104 {
  margin-right: -104px !important
}

.me-n108 {
  margin-right: -108px !important
}

.me-n112 {
  margin-right: -112px !important
}

.me-n116 {
  margin-right: -116px !important
}

.me-n120 {
  margin-right: -120px !important
}

.me-n128 {
  margin-right: -128px !important
}

.mb-n4 {
  margin-bottom: -4px !important
}

.mb-n8 {
  margin-bottom: -8px !important
}

.mb-n12 {
  margin-bottom: -12px !important
}

.mb-n16 {
  margin-bottom: -16px !important
}

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

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

.mb-n28 {
  margin-bottom: -28px !important
}

.mb-n32 {
  margin-bottom: -32px !important
}

.mb-n36 {
  margin-bottom: -36px !important
}

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

.mb-n44 {
  margin-bottom: -44px !important
}

.mb-n48 {
  margin-bottom: -48px !important
}

.mb-n52 {
  margin-bottom: -52px !important
}

.mb-n56 {
  margin-bottom: -56px !important
}

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

.mb-n64 {
  margin-bottom: -64px !important
}

.mb-n68 {
  margin-bottom: -68px !important
}

.mb-n72 {
  margin-bottom: -72px !important
}

.mb-n76 {
  margin-bottom: -76px !important
}

.mb-n80 {
  margin-bottom: -80px !important
}

.mb-n84 {
  margin-bottom: -84px !important
}

.mb-n88 {
  margin-bottom: -88px !important
}

.mb-n92 {
  margin-bottom: -92px !important
}

.mb-n96 {
  margin-bottom: -96px !important
}

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

.mb-n104 {
  margin-bottom: -104px !important
}

.mb-n108 {
  margin-bottom: -108px !important
}

.mb-n112 {
  margin-bottom: -112px !important
}

.mb-n116 {
  margin-bottom: -116px !important
}

.mb-n120 {
  margin-bottom: -120px !important
}

.mb-n128 {
  margin-bottom: -128px !important
}

.ms-n4 {
  margin-left: -4px !important
}

.ms-n8 {
  margin-left: -8px !important
}

.ms-n12 {
  margin-left: -12px !important
}

.ms-n16 {
  margin-left: -16px !important
}

.ms-n20 {
  margin-left: -20px !important
}

.ms-n24 {
  margin-left: -24px !important
}

.ms-n28 {
  margin-left: -28px !important
}

.ms-n32 {
  margin-left: -32px !important
}

.ms-n36 {
  margin-left: -36px !important
}

.ms-n40 {
  margin-left: -40px !important
}

.ms-n44 {
  margin-left: -44px !important
}

.ms-n48 {
  margin-left: -48px !important
}

.ms-n52 {
  margin-left: -52px !important
}

.ms-n56 {
  margin-left: -56px !important
}

.ms-n60 {
  margin-left: -60px !important
}

.ms-n64 {
  margin-left: -64px !important
}

.ms-n68 {
  margin-left: -68px !important
}

.ms-n72 {
  margin-left: -72px !important
}

.ms-n76 {
  margin-left: -76px !important
}

.ms-n80 {
  margin-left: -80px !important
}

.ms-n84 {
  margin-left: -84px !important
}

.ms-n88 {
  margin-left: -88px !important
}

.ms-n92 {
  margin-left: -92px !important
}

.ms-n96 {
  margin-left: -96px !important
}

.ms-n100 {
  margin-left: -100px !important
}

.ms-n104 {
  margin-left: -104px !important
}

.ms-n108 {
  margin-left: -108px !important
}

.ms-n112 {
  margin-left: -112px !important
}

.ms-n116 {
  margin-left: -116px !important
}

.ms-n120 {
  margin-left: -120px !important
}

.ms-n128 {
  margin-left: -128px !important
}

.p-0 {
  padding: 0 !important
}

.p-4 {
  padding: 4px !important
}

.p-8 {
  padding: 8px !important
}

.p-12 {
  padding: 12px !important
}

.p-16 {
  padding: 16px !important
}

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

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

.p-28 {
  padding: 28px !important
}

.p-32 {
  padding: 32px !important
}

.p-36 {
  padding: 36px !important
}

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

.p-44 {
  padding: 44px !important
}

.p-48 {
  padding: 48px !important
}

.p-52 {
  padding: 52px !important
}

.p-56 {
  padding: 56px !important
}

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

.p-64 {
  padding: 64px !important
}

.p-68 {
  padding: 68px !important
}

.p-72 {
  padding: 72px !important
}

.p-76 {
  padding: 76px !important
}

.p-80 {
  padding: 80px !important
}

.p-84 {
  padding: 84px !important
}

.p-88 {
  padding: 88px !important
}

.p-92 {
  padding: 92px !important
}

.p-96 {
  padding: 96px !important
}

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

.p-104 {
  padding: 104px !important
}

.p-108 {
  padding: 108px !important
}

.p-112 {
  padding: 112px !important
}

.p-116 {
  padding: 116px !important
}

.p-120 {
  padding: 120px !important
}

.p-128 {
  padding: 128px !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-4 {
  padding-top: 4px !important
}

.pt-8 {
  padding-top: 8px !important
}

.pt-12 {
  padding-top: 12px !important
}

.pt-16 {
  padding-top: 16px !important
}

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

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

.pt-28 {
  padding-top: 28px !important
}

.pt-32 {
  padding-top: 32px !important
}

.pt-36 {
  padding-top: 36px !important
}

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

.pt-44 {
  padding-top: 44px !important
}

.pt-48 {
  padding-top: 48px !important
}

.pt-52 {
  padding-top: 52px !important
}

.pt-56 {
  padding-top: 56px !important
}

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

.pt-64 {
  padding-top: 64px !important
}

.pt-68 {
  padding-top: 68px !important
}

.pt-72 {
  padding-top: 72px !important
}

.pt-76 {
  padding-top: 76px !important
}

.pt-80 {
  padding-top: 80px !important
}

.pt-84 {
  padding-top: 84px !important
}

.pt-88 {
  padding-top: 88px !important
}

.pt-92 {
  padding-top: 92px !important
}

.pt-96 {
  padding-top: 96px !important
}

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

.pt-104 {
  padding-top: 104px !important
}

.pt-108 {
  padding-top: 108px !important
}

.pt-112 {
  padding-top: 112px !important
}

.pt-116 {
  padding-top: 116px !important
}

.pt-120 {
  padding-top: 120px !important
}

.pt-128 {
  padding-top: 128px !important
}

.pe-0 {
  padding-right: 0 !important
}

.pe-4 {
  padding-right: 4px !important
}

.pe-8 {
  padding-right: 8px !important
}

.pe-12 {
  padding-right: 12px !important
}

.pe-16 {
  padding-right: 16px !important
}

.pe-20 {
  padding-right: 20px !important
}

.pe-24 {
  padding-right: 24px !important
}

.pe-28 {
  padding-right: 28px !important
}

.pe-32 {
  padding-right: 32px !important
}

.pe-36 {
  padding-right: 36px !important
}

.pe-40 {
  padding-right: 40px !important
}

.pe-44 {
  padding-right: 44px !important
}

.pe-48 {
  padding-right: 48px !important
}

.pe-52 {
  padding-right: 52px !important
}

.pe-56 {
  padding-right: 56px !important
}

.pe-60 {
  padding-right: 60px !important
}

.pe-64 {
  padding-right: 64px !important
}

.pe-68 {
  padding-right: 68px !important
}

.pe-72 {
  padding-right: 72px !important
}

.pe-76 {
  padding-right: 76px !important
}

.pe-80 {
  padding-right: 80px !important
}

.pe-84 {
  padding-right: 84px !important
}

.pe-88 {
  padding-right: 88px !important
}

.pe-92 {
  padding-right: 92px !important
}

.pe-96 {
  padding-right: 96px !important
}

.pe-100 {
  padding-right: 100px !important
}

.pe-104 {
  padding-right: 104px !important
}

.pe-108 {
  padding-right: 108px !important
}

.pe-112 {
  padding-right: 112px !important
}

.pe-116 {
  padding-right: 116px !important
}

.pe-120 {
  padding-right: 120px !important
}

.pe-128 {
  padding-right: 128px !important
}

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

.pb-4 {
  padding-bottom: 4px !important
}

.pb-8 {
  padding-bottom: 8px !important
}

.pb-12 {
  padding-bottom: 12px !important
}

.pb-16 {
  padding-bottom: 16px !important
}

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

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

.pb-28 {
  padding-bottom: 28px !important
}

.pb-32 {
  padding-bottom: 32px !important
}

.pb-36 {
  padding-bottom: 36px !important
}

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

.pb-44 {
  padding-bottom: 44px !important
}

.pb-48 {
  padding-bottom: 48px !important
}

.pb-52 {
  padding-bottom: 52px !important
}

.pb-56 {
  padding-bottom: 56px !important
}

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

.pb-64 {
  padding-bottom: 64px !important
}

.pb-68 {
  padding-bottom: 68px !important
}

.pb-72 {
  padding-bottom: 72px !important
}

.pb-76 {
  padding-bottom: 76px !important
}

.pb-80 {
  padding-bottom: 80px !important
}

.pb-84 {
  padding-bottom: 84px !important
}

.pb-88 {
  padding-bottom: 88px !important
}

.pb-92 {
  padding-bottom: 92px !important
}

.pb-96 {
  padding-bottom: 96px !important
}

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

.pb-104 {
  padding-bottom: 104px !important
}

.pb-108 {
  padding-bottom: 108px !important
}

.pb-112 {
  padding-bottom: 112px !important
}

.pb-116 {
  padding-bottom: 116px !important
}

.pb-120 {
  padding-bottom: 120px !important
}

.pb-128 {
  padding-bottom: 128px !important
}

.ps-0 {
  padding-left: 0 !important
}

.ps-4 {
  padding-left: 4px !important
}

.ps-8 {
  padding-left: 8px !important
}

.ps-12 {
  padding-left: 12px !important
}

.ps-16 {
  padding-left: 16px !important
}

.ps-20 {
  padding-left: 20px !important
}

.ps-24 {
  padding-left: 24px !important
}

.ps-28 {
  padding-left: 28px !important
}

.ps-32 {
  padding-left: 32px !important
}

.ps-36 {
  padding-left: 36px !important
}

.ps-40 {
  padding-left: 40px !important
}

.ps-44 {
  padding-left: 44px !important
}

.ps-48 {
  padding-left: 48px !important
}

.ps-52 {
  padding-left: 52px !important
}

.ps-56 {
  padding-left: 56px !important
}

.ps-60 {
  padding-left: 60px !important
}

.ps-64 {
  padding-left: 64px !important
}

.ps-68 {
  padding-left: 68px !important
}

.ps-72 {
  padding-left: 72px !important
}

.ps-76 {
  padding-left: 76px !important
}

.ps-80 {
  padding-left: 80px !important
}

.ps-84 {
  padding-left: 84px !important
}

.ps-88 {
  padding-left: 88px !important
}

.ps-92 {
  padding-left: 92px !important
}

.ps-96 {
  padding-left: 96px !important
}

.ps-100 {
  padding-left: 100px !important
}

.ps-104 {
  padding-left: 104px !important
}

.ps-108 {
  padding-left: 108px !important
}

.ps-112 {
  padding-left: 112px !important
}

.ps-116 {
  padding-left: 116px !important
}

.ps-120 {
  padding-left: 120px !important
}

.ps-128 {
  padding-left: 128px !important
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important
}

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

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

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

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

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

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

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

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

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

.text-decoration-underline {
  text-decoration: underline !important
}

.text-decoration-line-through {
  text-decoration: line-through !important
}

.text-lowercase {
  text-transform: lowercase !important
}

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

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

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

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

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

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, .5) !important
}

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

.text-opacity-25 {
  --bs-text-opacity: 0.25
}

.text-opacity-50 {
  --bs-text-opacity: 0.5
}

.text-opacity-75 {
  --bs-text-opacity: 0.75
}

.text-opacity-100 {
  --bs-text-opacity: 1
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
  --bs-bg-opacity: 1
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important
}

.pe-none {
  pointer-events: none !important
}

.pe-auto {
  pointer-events: auto !important
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important
  }

  .float-sm-end {
    float: right !important
  }

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

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

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

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

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

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

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

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

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

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

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

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

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

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

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

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

  .gap-sm-0 {
    gap: 0 !important
  }

  .gap-sm-4 {
    gap: 4px !important
  }

  .gap-sm-8 {
    gap: 8px !important
  }

  .gap-sm-12 {
    gap: 12px !important
  }

  .gap-sm-16 {
    gap: 16px !important
  }

  .gap-sm-20 {
    gap: 20px !important
  }

  .gap-sm-24 {
    gap: 24px !important
  }

  .gap-sm-28 {
    gap: 28px !important
  }

  .gap-sm-32 {
    gap: 32px !important
  }

  .gap-sm-36 {
    gap: 36px !important
  }

  .gap-sm-40 {
    gap: 40px !important
  }

  .gap-sm-44 {
    gap: 44px !important
  }

  .gap-sm-48 {
    gap: 48px !important
  }

  .gap-sm-52 {
    gap: 52px !important
  }

  .gap-sm-56 {
    gap: 56px !important
  }

  .gap-sm-60 {
    gap: 60px !important
  }

  .gap-sm-64 {
    gap: 64px !important
  }

  .gap-sm-68 {
    gap: 68px !important
  }

  .gap-sm-72 {
    gap: 72px !important
  }

  .gap-sm-76 {
    gap: 76px !important
  }

  .gap-sm-80 {
    gap: 80px !important
  }

  .gap-sm-84 {
    gap: 84px !important
  }

  .gap-sm-88 {
    gap: 88px !important
  }

  .gap-sm-92 {
    gap: 92px !important
  }

  .gap-sm-96 {
    gap: 96px !important
  }

  .gap-sm-100 {
    gap: 100px !important
  }

  .gap-sm-104 {
    gap: 104px !important
  }

  .gap-sm-108 {
    gap: 108px !important
  }

  .gap-sm-112 {
    gap: 112px !important
  }

  .gap-sm-116 {
    gap: 116px !important
  }

  .gap-sm-120 {
    gap: 120px !important
  }

  .gap-sm-128 {
    gap: 128px !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
  }

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

  .m-sm-4 {
    margin: 4px !important
  }

  .m-sm-8 {
    margin: 8px !important
  }

  .m-sm-12 {
    margin: 12px !important
  }

  .m-sm-16 {
    margin: 16px !important
  }

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

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

  .m-sm-28 {
    margin: 28px !important
  }

  .m-sm-32 {
    margin: 32px !important
  }

  .m-sm-36 {
    margin: 36px !important
  }

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

  .m-sm-44 {
    margin: 44px !important
  }

  .m-sm-48 {
    margin: 48px !important
  }

  .m-sm-52 {
    margin: 52px !important
  }

  .m-sm-56 {
    margin: 56px !important
  }

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

  .m-sm-64 {
    margin: 64px !important
  }

  .m-sm-68 {
    margin: 68px !important
  }

  .m-sm-72 {
    margin: 72px !important
  }

  .m-sm-76 {
    margin: 76px !important
  }

  .m-sm-80 {
    margin: 80px !important
  }

  .m-sm-84 {
    margin: 84px !important
  }

  .m-sm-88 {
    margin: 88px !important
  }

  .m-sm-92 {
    margin: 92px !important
  }

  .m-sm-96 {
    margin: 96px !important
  }

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

  .m-sm-104 {
    margin: 104px !important
  }

  .m-sm-108 {
    margin: 108px !important
  }

  .m-sm-112 {
    margin: 112px !important
  }

  .m-sm-116 {
    margin: 116px !important
  }

  .m-sm-120 {
    margin: 120px !important
  }

  .m-sm-128 {
    margin: 128px !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .me-sm-0 {
    margin-right: 0 !important
  }

  .me-sm-4 {
    margin-right: 4px !important
  }

  .me-sm-8 {
    margin-right: 8px !important
  }

  .me-sm-12 {
    margin-right: 12px !important
  }

  .me-sm-16 {
    margin-right: 16px !important
  }

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

  .me-sm-24 {
    margin-right: 24px !important
  }

  .me-sm-28 {
    margin-right: 28px !important
  }

  .me-sm-32 {
    margin-right: 32px !important
  }

  .me-sm-36 {
    margin-right: 36px !important
  }

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

  .me-sm-44 {
    margin-right: 44px !important
  }

  .me-sm-48 {
    margin-right: 48px !important
  }

  .me-sm-52 {
    margin-right: 52px !important
  }

  .me-sm-56 {
    margin-right: 56px !important
  }

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

  .me-sm-64 {
    margin-right: 64px !important
  }

  .me-sm-68 {
    margin-right: 68px !important
  }

  .me-sm-72 {
    margin-right: 72px !important
  }

  .me-sm-76 {
    margin-right: 76px !important
  }

  .me-sm-80 {
    margin-right: 80px !important
  }

  .me-sm-84 {
    margin-right: 84px !important
  }

  .me-sm-88 {
    margin-right: 88px !important
  }

  .me-sm-92 {
    margin-right: 92px !important
  }

  .me-sm-96 {
    margin-right: 96px !important
  }

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

  .me-sm-104 {
    margin-right: 104px !important
  }

  .me-sm-108 {
    margin-right: 108px !important
  }

  .me-sm-112 {
    margin-right: 112px !important
  }

  .me-sm-116 {
    margin-right: 116px !important
  }

  .me-sm-120 {
    margin-right: 120px !important
  }

  .me-sm-128 {
    margin-right: 128px !important
  }

  .me-sm-auto {
    margin-right: auto !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ms-sm-0 {
    margin-left: 0 !important
  }

  .ms-sm-4 {
    margin-left: 4px !important
  }

  .ms-sm-8 {
    margin-left: 8px !important
  }

  .ms-sm-12 {
    margin-left: 12px !important
  }

  .ms-sm-16 {
    margin-left: 16px !important
  }

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

  .ms-sm-24 {
    margin-left: 24px !important
  }

  .ms-sm-28 {
    margin-left: 28px !important
  }

  .ms-sm-32 {
    margin-left: 32px !important
  }

  .ms-sm-36 {
    margin-left: 36px !important
  }

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

  .ms-sm-44 {
    margin-left: 44px !important
  }

  .ms-sm-48 {
    margin-left: 48px !important
  }

  .ms-sm-52 {
    margin-left: 52px !important
  }

  .ms-sm-56 {
    margin-left: 56px !important
  }

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

  .ms-sm-64 {
    margin-left: 64px !important
  }

  .ms-sm-68 {
    margin-left: 68px !important
  }

  .ms-sm-72 {
    margin-left: 72px !important
  }

  .ms-sm-76 {
    margin-left: 76px !important
  }

  .ms-sm-80 {
    margin-left: 80px !important
  }

  .ms-sm-84 {
    margin-left: 84px !important
  }

  .ms-sm-88 {
    margin-left: 88px !important
  }

  .ms-sm-92 {
    margin-left: 92px !important
  }

  .ms-sm-96 {
    margin-left: 96px !important
  }

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

  .ms-sm-104 {
    margin-left: 104px !important
  }

  .ms-sm-108 {
    margin-left: 108px !important
  }

  .ms-sm-112 {
    margin-left: 112px !important
  }

  .ms-sm-116 {
    margin-left: 116px !important
  }

  .ms-sm-120 {
    margin-left: 120px !important
  }

  .ms-sm-128 {
    margin-left: 128px !important
  }

  .ms-sm-auto {
    margin-left: auto !important
  }

  .m-sm-n4 {
    margin: -4px !important
  }

  .m-sm-n8 {
    margin: -8px !important
  }

  .m-sm-n12 {
    margin: -12px !important
  }

  .m-sm-n16 {
    margin: -16px !important
  }

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

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

  .m-sm-n28 {
    margin: -28px !important
  }

  .m-sm-n32 {
    margin: -32px !important
  }

  .m-sm-n36 {
    margin: -36px !important
  }

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

  .m-sm-n44 {
    margin: -44px !important
  }

  .m-sm-n48 {
    margin: -48px !important
  }

  .m-sm-n52 {
    margin: -52px !important
  }

  .m-sm-n56 {
    margin: -56px !important
  }

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

  .m-sm-n64 {
    margin: -64px !important
  }

  .m-sm-n68 {
    margin: -68px !important
  }

  .m-sm-n72 {
    margin: -72px !important
  }

  .m-sm-n76 {
    margin: -76px !important
  }

  .m-sm-n80 {
    margin: -80px !important
  }

  .m-sm-n84 {
    margin: -84px !important
  }

  .m-sm-n88 {
    margin: -88px !important
  }

  .m-sm-n92 {
    margin: -92px !important
  }

  .m-sm-n96 {
    margin: -96px !important
  }

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

  .m-sm-n104 {
    margin: -104px !important
  }

  .m-sm-n108 {
    margin: -108px !important
  }

  .m-sm-n112 {
    margin: -112px !important
  }

  .m-sm-n116 {
    margin: -116px !important
  }

  .m-sm-n120 {
    margin: -120px !important
  }

  .m-sm-n128 {
    margin: -128px !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-n4 {
    margin-top: -4px !important
  }

  .mt-sm-n8 {
    margin-top: -8px !important
  }

  .mt-sm-n12 {
    margin-top: -12px !important
  }

  .mt-sm-n16 {
    margin-top: -16px !important
  }

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

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

  .mt-sm-n28 {
    margin-top: -28px !important
  }

  .mt-sm-n32 {
    margin-top: -32px !important
  }

  .mt-sm-n36 {
    margin-top: -36px !important
  }

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

  .mt-sm-n44 {
    margin-top: -44px !important
  }

  .mt-sm-n48 {
    margin-top: -48px !important
  }

  .mt-sm-n52 {
    margin-top: -52px !important
  }

  .mt-sm-n56 {
    margin-top: -56px !important
  }

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

  .mt-sm-n64 {
    margin-top: -64px !important
  }

  .mt-sm-n68 {
    margin-top: -68px !important
  }

  .mt-sm-n72 {
    margin-top: -72px !important
  }

  .mt-sm-n76 {
    margin-top: -76px !important
  }

  .mt-sm-n80 {
    margin-top: -80px !important
  }

  .mt-sm-n84 {
    margin-top: -84px !important
  }

  .mt-sm-n88 {
    margin-top: -88px !important
  }

  .mt-sm-n92 {
    margin-top: -92px !important
  }

  .mt-sm-n96 {
    margin-top: -96px !important
  }

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

  .mt-sm-n104 {
    margin-top: -104px !important
  }

  .mt-sm-n108 {
    margin-top: -108px !important
  }

  .mt-sm-n112 {
    margin-top: -112px !important
  }

  .mt-sm-n116 {
    margin-top: -116px !important
  }

  .mt-sm-n120 {
    margin-top: -120px !important
  }

  .mt-sm-n128 {
    margin-top: -128px !important
  }

  .me-sm-n4 {
    margin-right: -4px !important
  }

  .me-sm-n8 {
    margin-right: -8px !important
  }

  .me-sm-n12 {
    margin-right: -12px !important
  }

  .me-sm-n16 {
    margin-right: -16px !important
  }

  .me-sm-n20 {
    margin-right: -20px !important
  }

  .me-sm-n24 {
    margin-right: -24px !important
  }

  .me-sm-n28 {
    margin-right: -28px !important
  }

  .me-sm-n32 {
    margin-right: -32px !important
  }

  .me-sm-n36 {
    margin-right: -36px !important
  }

  .me-sm-n40 {
    margin-right: -40px !important
  }

  .me-sm-n44 {
    margin-right: -44px !important
  }

  .me-sm-n48 {
    margin-right: -48px !important
  }

  .me-sm-n52 {
    margin-right: -52px !important
  }

  .me-sm-n56 {
    margin-right: -56px !important
  }

  .me-sm-n60 {
    margin-right: -60px !important
  }

  .me-sm-n64 {
    margin-right: -64px !important
  }

  .me-sm-n68 {
    margin-right: -68px !important
  }

  .me-sm-n72 {
    margin-right: -72px !important
  }

  .me-sm-n76 {
    margin-right: -76px !important
  }

  .me-sm-n80 {
    margin-right: -80px !important
  }

  .me-sm-n84 {
    margin-right: -84px !important
  }

  .me-sm-n88 {
    margin-right: -88px !important
  }

  .me-sm-n92 {
    margin-right: -92px !important
  }

  .me-sm-n96 {
    margin-right: -96px !important
  }

  .me-sm-n100 {
    margin-right: -100px !important
  }

  .me-sm-n104 {
    margin-right: -104px !important
  }

  .me-sm-n108 {
    margin-right: -108px !important
  }

  .me-sm-n112 {
    margin-right: -112px !important
  }

  .me-sm-n116 {
    margin-right: -116px !important
  }

  .me-sm-n120 {
    margin-right: -120px !important
  }

  .me-sm-n128 {
    margin-right: -128px !important
  }

  .mb-sm-n4 {
    margin-bottom: -4px !important
  }

  .mb-sm-n8 {
    margin-bottom: -8px !important
  }

  .mb-sm-n12 {
    margin-bottom: -12px !important
  }

  .mb-sm-n16 {
    margin-bottom: -16px !important
  }

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

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

  .mb-sm-n28 {
    margin-bottom: -28px !important
  }

  .mb-sm-n32 {
    margin-bottom: -32px !important
  }

  .mb-sm-n36 {
    margin-bottom: -36px !important
  }

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

  .mb-sm-n44 {
    margin-bottom: -44px !important
  }

  .mb-sm-n48 {
    margin-bottom: -48px !important
  }

  .mb-sm-n52 {
    margin-bottom: -52px !important
  }

  .mb-sm-n56 {
    margin-bottom: -56px !important
  }

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

  .mb-sm-n64 {
    margin-bottom: -64px !important
  }

  .mb-sm-n68 {
    margin-bottom: -68px !important
  }

  .mb-sm-n72 {
    margin-bottom: -72px !important
  }

  .mb-sm-n76 {
    margin-bottom: -76px !important
  }

  .mb-sm-n80 {
    margin-bottom: -80px !important
  }

  .mb-sm-n84 {
    margin-bottom: -84px !important
  }

  .mb-sm-n88 {
    margin-bottom: -88px !important
  }

  .mb-sm-n92 {
    margin-bottom: -92px !important
  }

  .mb-sm-n96 {
    margin-bottom: -96px !important
  }

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

  .mb-sm-n104 {
    margin-bottom: -104px !important
  }

  .mb-sm-n108 {
    margin-bottom: -108px !important
  }

  .mb-sm-n112 {
    margin-bottom: -112px !important
  }

  .mb-sm-n116 {
    margin-bottom: -116px !important
  }

  .mb-sm-n120 {
    margin-bottom: -120px !important
  }

  .mb-sm-n128 {
    margin-bottom: -128px !important
  }

  .ms-sm-n4 {
    margin-left: -4px !important
  }

  .ms-sm-n8 {
    margin-left: -8px !important
  }

  .ms-sm-n12 {
    margin-left: -12px !important
  }

  .ms-sm-n16 {
    margin-left: -16px !important
  }

  .ms-sm-n20 {
    margin-left: -20px !important
  }

  .ms-sm-n24 {
    margin-left: -24px !important
  }

  .ms-sm-n28 {
    margin-left: -28px !important
  }

  .ms-sm-n32 {
    margin-left: -32px !important
  }

  .ms-sm-n36 {
    margin-left: -36px !important
  }

  .ms-sm-n40 {
    margin-left: -40px !important
  }

  .ms-sm-n44 {
    margin-left: -44px !important
  }

  .ms-sm-n48 {
    margin-left: -48px !important
  }

  .ms-sm-n52 {
    margin-left: -52px !important
  }

  .ms-sm-n56 {
    margin-left: -56px !important
  }

  .ms-sm-n60 {
    margin-left: -60px !important
  }

  .ms-sm-n64 {
    margin-left: -64px !important
  }

  .ms-sm-n68 {
    margin-left: -68px !important
  }

  .ms-sm-n72 {
    margin-left: -72px !important
  }

  .ms-sm-n76 {
    margin-left: -76px !important
  }

  .ms-sm-n80 {
    margin-left: -80px !important
  }

  .ms-sm-n84 {
    margin-left: -84px !important
  }

  .ms-sm-n88 {
    margin-left: -88px !important
  }

  .ms-sm-n92 {
    margin-left: -92px !important
  }

  .ms-sm-n96 {
    margin-left: -96px !important
  }

  .ms-sm-n100 {
    margin-left: -100px !important
  }

  .ms-sm-n104 {
    margin-left: -104px !important
  }

  .ms-sm-n108 {
    margin-left: -108px !important
  }

  .ms-sm-n112 {
    margin-left: -112px !important
  }

  .ms-sm-n116 {
    margin-left: -116px !important
  }

  .ms-sm-n120 {
    margin-left: -120px !important
  }

  .ms-sm-n128 {
    margin-left: -128px !important
  }

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

  .p-sm-4 {
    padding: 4px !important
  }

  .p-sm-8 {
    padding: 8px !important
  }

  .p-sm-12 {
    padding: 12px !important
  }

  .p-sm-16 {
    padding: 16px !important
  }

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

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

  .p-sm-28 {
    padding: 28px !important
  }

  .p-sm-32 {
    padding: 32px !important
  }

  .p-sm-36 {
    padding: 36px !important
  }

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

  .p-sm-44 {
    padding: 44px !important
  }

  .p-sm-48 {
    padding: 48px !important
  }

  .p-sm-52 {
    padding: 52px !important
  }

  .p-sm-56 {
    padding: 56px !important
  }

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

  .p-sm-64 {
    padding: 64px !important
  }

  .p-sm-68 {
    padding: 68px !important
  }

  .p-sm-72 {
    padding: 72px !important
  }

  .p-sm-76 {
    padding: 76px !important
  }

  .p-sm-80 {
    padding: 80px !important
  }

  .p-sm-84 {
    padding: 84px !important
  }

  .p-sm-88 {
    padding: 88px !important
  }

  .p-sm-92 {
    padding: 92px !important
  }

  .p-sm-96 {
    padding: 96px !important
  }

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

  .p-sm-104 {
    padding: 104px !important
  }

  .p-sm-108 {
    padding: 108px !important
  }

  .p-sm-112 {
    padding: 112px !important
  }

  .p-sm-116 {
    padding: 116px !important
  }

  .p-sm-120 {
    padding: 120px !important
  }

  .p-sm-128 {
    padding: 128px !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-sm-80 {
    padding-top: 80px !important
  }

  .pt-sm-84 {
    padding-top: 84px !important
  }

  .pt-sm-88 {
    padding-top: 88px !important
  }

  .pt-sm-92 {
    padding-top: 92px !important
  }

  .pt-sm-96 {
    padding-top: 96px !important
  }

  .pt-sm-100 {
    padding-top: 100px !important
  }

  .pt-sm-104 {
    padding-top: 104px !important
  }

  .pt-sm-108 {
    padding-top: 108px !important
  }

  .pt-sm-112 {
    padding-top: 112px !important
  }

  .pt-sm-116 {
    padding-top: 116px !important
  }

  .pt-sm-120 {
    padding-top: 120px !important
  }

  .pt-sm-128 {
    padding-top: 128px !important
  }

  .pe-sm-0 {
    padding-right: 0 !important
  }

  .pe-sm-4 {
    padding-right: 4px !important
  }

  .pe-sm-8 {
    padding-right: 8px !important
  }

  .pe-sm-12 {
    padding-right: 12px !important
  }

  .pe-sm-16 {
    padding-right: 16px !important
  }

  .pe-sm-20 {
    padding-right: 20px !important
  }

  .pe-sm-24 {
    padding-right: 24px !important
  }

  .pe-sm-28 {
    padding-right: 28px !important
  }

  .pe-sm-32 {
    padding-right: 32px !important
  }

  .pe-sm-36 {
    padding-right: 36px !important
  }

  .pe-sm-40 {
    padding-right: 40px !important
  }

  .pe-sm-44 {
    padding-right: 44px !important
  }

  .pe-sm-48 {
    padding-right: 48px !important
  }

  .pe-sm-52 {
    padding-right: 52px !important
  }

  .pe-sm-56 {
    padding-right: 56px !important
  }

  .pe-sm-60 {
    padding-right: 60px !important
  }

  .pe-sm-64 {
    padding-right: 64px !important
  }

  .pe-sm-68 {
    padding-right: 68px !important
  }

  .pe-sm-72 {
    padding-right: 72px !important
  }

  .pe-sm-76 {
    padding-right: 76px !important
  }

  .pe-sm-80 {
    padding-right: 80px !important
  }

  .pe-sm-84 {
    padding-right: 84px !important
  }

  .pe-sm-88 {
    padding-right: 88px !important
  }

  .pe-sm-92 {
    padding-right: 92px !important
  }

  .pe-sm-96 {
    padding-right: 96px !important
  }

  .pe-sm-100 {
    padding-right: 100px !important
  }

  .pe-sm-104 {
    padding-right: 104px !important
  }

  .pe-sm-108 {
    padding-right: 108px !important
  }

  .pe-sm-112 {
    padding-right: 112px !important
  }

  .pe-sm-116 {
    padding-right: 116px !important
  }

  .pe-sm-120 {
    padding-right: 120px !important
  }

  .pe-sm-128 {
    padding-right: 128px !important
  }

  .pb-sm-0 {
    padding-bottom: 0 !important
  }

  .pb-sm-4 {
    padding-bottom: 4px !important
  }

  .pb-sm-8 {
    padding-bottom: 8px !important
  }

  .pb-sm-12 {
    padding-bottom: 12px !important
  }

  .pb-sm-16 {
    padding-bottom: 16px !important
  }

  .pb-sm-20 {
    padding-bottom: 20px !important
  }

  .pb-sm-24 {
    padding-bottom: 24px !important
  }

  .pb-sm-28 {
    padding-bottom: 28px !important
  }

  .pb-sm-32 {
    padding-bottom: 32px !important
  }

  .pb-sm-36 {
    padding-bottom: 36px !important
  }

  .pb-sm-40 {
    padding-bottom: 40px !important
  }

  .pb-sm-44 {
    padding-bottom: 44px !important
  }

  .pb-sm-48 {
    padding-bottom: 48px !important
  }

  .pb-sm-52 {
    padding-bottom: 52px !important
  }

  .pb-sm-56 {
    padding-bottom: 56px !important
  }

  .pb-sm-60 {
    padding-bottom: 60px !important
  }

  .pb-sm-64 {
    padding-bottom: 64px !important
  }

  .pb-sm-68 {
    padding-bottom: 68px !important
  }

  .pb-sm-72 {
    padding-bottom: 72px !important
  }

  .pb-sm-76 {
    padding-bottom: 76px !important
  }

  .pb-sm-80 {
    padding-bottom: 80px !important
  }

  .pb-sm-84 {
    padding-bottom: 84px !important
  }

  .pb-sm-88 {
    padding-bottom: 88px !important
  }

  .pb-sm-92 {
    padding-bottom: 92px !important
  }

  .pb-sm-96 {
    padding-bottom: 96px !important
  }

  .pb-sm-100 {
    padding-bottom: 100px !important
  }

  .pb-sm-104 {
    padding-bottom: 104px !important
  }

  .pb-sm-108 {
    padding-bottom: 108px !important
  }

  .pb-sm-112 {
    padding-bottom: 112px !important
  }

  .pb-sm-116 {
    padding-bottom: 116px !important
  }

  .pb-sm-120 {
    padding-bottom: 120px !important
  }

  .pb-sm-128 {
    padding-bottom: 128px !important
  }

  .ps-sm-0 {
    padding-left: 0 !important
  }

  .ps-sm-4 {
    padding-left: 4px !important
  }

  .ps-sm-8 {
    padding-left: 8px !important
  }

  .ps-sm-12 {
    padding-left: 12px !important
  }

  .ps-sm-16 {
    padding-left: 16px !important
  }

  .ps-sm-20 {
    padding-left: 20px !important
  }

  .ps-sm-24 {
    padding-left: 24px !important
  }

  .ps-sm-28 {
    padding-left: 28px !important
  }

  .ps-sm-32 {
    padding-left: 32px !important
  }

  .ps-sm-36 {
    padding-left: 36px !important
  }

  .ps-sm-40 {
    padding-left: 40px !important
  }

  .ps-sm-44 {
    padding-left: 44px !important
  }

  .ps-sm-48 {
    padding-left: 48px !important
  }

  .ps-sm-52 {
    padding-left: 52px !important
  }

  .ps-sm-56 {
    padding-left: 56px !important
  }

  .ps-sm-60 {
    padding-left: 60px !important
  }

  .ps-sm-64 {
    padding-left: 64px !important
  }

  .ps-sm-68 {
    padding-left: 68px !important
  }

  .ps-sm-72 {
    padding-left: 72px !important
  }

  .ps-sm-76 {
    padding-left: 76px !important
  }

  .ps-sm-80 {
    padding-left: 80px !important
  }

  .ps-sm-84 {
    padding-left: 84px !important
  }

  .ps-sm-88 {
    padding-left: 88px !important
  }

  .ps-sm-92 {
    padding-left: 92px !important
  }

  .ps-sm-96 {
    padding-left: 96px !important
  }

  .ps-sm-100 {
    padding-left: 100px !important
  }

  .ps-sm-104 {
    padding-left: 104px !important
  }

  .ps-sm-108 {
    padding-left: 108px !important
  }

  .ps-sm-112 {
    padding-left: 112px !important
  }

  .ps-sm-116 {
    padding-left: 116px !important
  }

  .ps-sm-120 {
    padding-left: 120px !important
  }

  .ps-sm-128 {
    padding-left: 128px !important
  }

  .text-sm-start {
    text-align: left !important
  }

  .text-sm-end {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important
  }

  .float-md-end {
    float: right !important
  }

  .float-md-none {
    float: none !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .d-md-none {
    display: none !important
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .gap-md-0 {
    gap: 0 !important
  }

  .gap-md-4 {
    gap: 4px !important
  }

  .gap-md-8 {
    gap: 8px !important
  }

  .gap-md-12 {
    gap: 12px !important
  }

  .gap-md-16 {
    gap: 16px !important
  }

  .gap-md-20 {
    gap: 20px !important
  }

  .gap-md-24 {
    gap: 24px !important
  }

  .gap-md-28 {
    gap: 28px !important
  }

  .gap-md-32 {
    gap: 32px !important
  }

  .gap-md-36 {
    gap: 36px !important
  }

  .gap-md-40 {
    gap: 40px !important
  }

  .gap-md-44 {
    gap: 44px !important
  }

  .gap-md-48 {
    gap: 48px !important
  }

  .gap-md-52 {
    gap: 52px !important
  }

  .gap-md-56 {
    gap: 56px !important
  }

  .gap-md-60 {
    gap: 60px !important
  }

  .gap-md-64 {
    gap: 64px !important
  }

  .gap-md-68 {
    gap: 68px !important
  }

  .gap-md-72 {
    gap: 72px !important
  }

  .gap-md-76 {
    gap: 76px !important
  }

  .gap-md-80 {
    gap: 80px !important
  }

  .gap-md-84 {
    gap: 84px !important
  }

  .gap-md-88 {
    gap: 88px !important
  }

  .gap-md-92 {
    gap: 92px !important
  }

  .gap-md-96 {
    gap: 96px !important
  }

  .gap-md-100 {
    gap: 100px !important
  }

  .gap-md-104 {
    gap: 104px !important
  }

  .gap-md-108 {
    gap: 108px !important
  }

  .gap-md-112 {
    gap: 112px !important
  }

  .gap-md-116 {
    gap: 116px !important
  }

  .gap-md-120 {
    gap: 120px !important
  }

  .gap-md-128 {
    gap: 128px !important
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
  }

  .m-md-0 {
    margin: 0 !important
  }

  .m-md-4 {
    margin: 4px !important
  }

  .m-md-8 {
    margin: 8px !important
  }

  .m-md-12 {
    margin: 12px !important
  }

  .m-md-16 {
    margin: 16px !important
  }

  .m-md-20 {
    margin: 20px !important
  }

  .m-md-24 {
    margin: 24px !important
  }

  .m-md-28 {
    margin: 28px !important
  }

  .m-md-32 {
    margin: 32px !important
  }

  .m-md-36 {
    margin: 36px !important
  }

  .m-md-40 {
    margin: 40px !important
  }

  .m-md-44 {
    margin: 44px !important
  }

  .m-md-48 {
    margin: 48px !important
  }

  .m-md-52 {
    margin: 52px !important
  }

  .m-md-56 {
    margin: 56px !important
  }

  .m-md-60 {
    margin: 60px !important
  }

  .m-md-64 {
    margin: 64px !important
  }

  .m-md-68 {
    margin: 68px !important
  }

  .m-md-72 {
    margin: 72px !important
  }

  .m-md-76 {
    margin: 76px !important
  }

  .m-md-80 {
    margin: 80px !important
  }

  .m-md-84 {
    margin: 84px !important
  }

  .m-md-88 {
    margin: 88px !important
  }

  .m-md-92 {
    margin: 92px !important
  }

  .m-md-96 {
    margin: 96px !important
  }

  .m-md-100 {
    margin: 100px !important
  }

  .m-md-104 {
    margin: 104px !important
  }

  .m-md-108 {
    margin: 108px !important
  }

  .m-md-112 {
    margin: 112px !important
  }

  .m-md-116 {
    margin: 116px !important
  }

  .m-md-120 {
    margin: 120px !important
  }

  .m-md-128 {
    margin: 128px !important
  }

  .m-md-auto {
    margin: auto !important
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-md-4 {
    margin-right: 4px !important;
    margin-left: 4px !important
  }

  .mx-md-8 {
    margin-right: 8px !important;
    margin-left: 8px !important
  }

  .mx-md-12 {
    margin-right: 12px !important;
    margin-left: 12px !important
  }

  .mx-md-16 {
    margin-right: 16px !important;
    margin-left: 16px !important
  }

  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important
  }

  .mx-md-24 {
    margin-right: 24px !important;
    margin-left: 24px !important
  }

  .mx-md-28 {
    margin-right: 28px !important;
    margin-left: 28px !important
  }

  .mx-md-32 {
    margin-right: 32px !important;
    margin-left: 32px !important
  }

  .mx-md-36 {
    margin-right: 36px !important;
    margin-left: 36px !important
  }

  .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important
  }

  .mx-md-44 {
    margin-right: 44px !important;
    margin-left: 44px !important
  }

  .mx-md-48 {
    margin-right: 48px !important;
    margin-left: 48px !important
  }

  .mx-md-52 {
    margin-right: 52px !important;
    margin-left: 52px !important
  }

  .mx-md-56 {
    margin-right: 56px !important;
    margin-left: 56px !important
  }

  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important
  }

  .mx-md-64 {
    margin-right: 64px !important;
    margin-left: 64px !important
  }

  .mx-md-68 {
    margin-right: 68px !important;
    margin-left: 68px !important
  }

  .mx-md-72 {
    margin-right: 72px !important;
    margin-left: 72px !important
  }

  .mx-md-76 {
    margin-right: 76px !important;
    margin-left: 76px !important
  }

  .mx-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important
  }

  .mx-md-84 {
    margin-right: 84px !important;
    margin-left: 84px !important
  }

  .mx-md-88 {
    margin-right: 88px !important;
    margin-left: 88px !important
  }

  .mx-md-92 {
    margin-right: 92px !important;
    margin-left: 92px !important
  }

  .mx-md-96 {
    margin-right: 96px !important;
    margin-left: 96px !important
  }

  .mx-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important
  }

  .mx-md-104 {
    margin-right: 104px !important;
    margin-left: 104px !important
  }

  .mx-md-108 {
    margin-right: 108px !important;
    margin-left: 108px !important
  }

  .mx-md-112 {
    margin-right: 112px !important;
    margin-left: 112px !important
  }

  .mx-md-116 {
    margin-right: 116px !important;
    margin-left: 116px !important
  }

  .mx-md-120 {
    margin-right: 120px !important;
    margin-left: 120px !important
  }

  .mx-md-128 {
    margin-right: 128px !important;
    margin-left: 128px !important
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-md-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important
  }

  .my-md-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important
  }

  .my-md-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important
  }

  .my-md-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important
  }

  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
  }

  .my-md-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important
  }

  .my-md-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important
  }

  .my-md-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important
  }

  .my-md-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important
  }

  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
  }

  .my-md-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important
  }

  .my-md-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important
  }

  .my-md-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important
  }

  .my-md-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important
  }

  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
  }

  .my-md-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important
  }

  .my-md-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important
  }

  .my-md-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important
  }

  .my-md-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important
  }

  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
  }

  .my-md-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important
  }

  .my-md-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important
  }

  .my-md-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important
  }

  .my-md-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important
  }

  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
  }

  .my-md-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important
  }

  .my-md-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important
  }

  .my-md-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important
  }

  .my-md-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important
  }

  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important
  }

  .my-md-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-md-0 {
    margin-top: 0 !important
  }

  .mt-md-4 {
    margin-top: 4px !important
  }

  .mt-md-8 {
    margin-top: 8px !important
  }

  .mt-md-12 {
    margin-top: 12px !important
  }

  .mt-md-16 {
    margin-top: 16px !important
  }

  .mt-md-20 {
    margin-top: 20px !important
  }

  .mt-md-24 {
    margin-top: 24px !important
  }

  .mt-md-28 {
    margin-top: 28px !important
  }

  .mt-md-32 {
    margin-top: 32px !important
  }

  .mt-md-36 {
    margin-top: 36px !important
  }

  .mt-md-40 {
    margin-top: 40px !important
  }

  .mt-md-44 {
    margin-top: 44px !important
  }

  .mt-md-48 {
    margin-top: 48px !important
  }

  .mt-md-52 {
    margin-top: 52px !important
  }

  .mt-md-56 {
    margin-top: 56px !important
  }

  .mt-md-60 {
    margin-top: 60px !important
  }

  .mt-md-64 {
    margin-top: 64px !important
  }

  .mt-md-68 {
    margin-top: 68px !important
  }

  .mt-md-72 {
    margin-top: 72px !important
  }

  .mt-md-76 {
    margin-top: 76px !important
  }

  .mt-md-80 {
    margin-top: 80px !important
  }

  .mt-md-84 {
    margin-top: 84px !important
  }

  .mt-md-88 {
    margin-top: 88px !important
  }

  .mt-md-92 {
    margin-top: 92px !important
  }

  .mt-md-96 {
    margin-top: 96px !important
  }

  .mt-md-100 {
    margin-top: 100px !important
  }

  .mt-md-104 {
    margin-top: 104px !important
  }

  .mt-md-108 {
    margin-top: 108px !important
  }

  .mt-md-112 {
    margin-top: 112px !important
  }

  .mt-md-116 {
    margin-top: 116px !important
  }

  .mt-md-120 {
    margin-top: 120px !important
  }

  .mt-md-128 {
    margin-top: 128px !important
  }

  .mt-md-auto {
    margin-top: auto !important
  }

  .me-md-0 {
    margin-right: 0 !important
  }

  .me-md-4 {
    margin-right: 4px !important
  }

  .me-md-8 {
    margin-right: 8px !important
  }

  .me-md-12 {
    margin-right: 12px !important
  }

  .me-md-16 {
    margin-right: 16px !important
  }

  .me-md-20 {
    margin-right: 20px !important
  }

  .me-md-24 {
    margin-right: 24px !important
  }

  .me-md-28 {
    margin-right: 28px !important
  }

  .me-md-32 {
    margin-right: 32px !important
  }

  .me-md-36 {
    margin-right: 36px !important
  }

  .me-md-40 {
    margin-right: 40px !important
  }

  .me-md-44 {
    margin-right: 44px !important
  }

  .me-md-48 {
    margin-right: 48px !important
  }

  .me-md-52 {
    margin-right: 52px !important
  }

  .me-md-56 {
    margin-right: 56px !important
  }

  .me-md-60 {
    margin-right: 60px !important
  }

  .me-md-64 {
    margin-right: 64px !important
  }

  .me-md-68 {
    margin-right: 68px !important
  }

  .me-md-72 {
    margin-right: 72px !important
  }

  .me-md-76 {
    margin-right: 76px !important
  }

  .me-md-80 {
    margin-right: 80px !important
  }

  .me-md-84 {
    margin-right: 84px !important
  }

  .me-md-88 {
    margin-right: 88px !important
  }

  .me-md-92 {
    margin-right: 92px !important
  }

  .me-md-96 {
    margin-right: 96px !important
  }

  .me-md-100 {
    margin-right: 100px !important
  }

  .me-md-104 {
    margin-right: 104px !important
  }

  .me-md-108 {
    margin-right: 108px !important
  }

  .me-md-112 {
    margin-right: 112px !important
  }

  .me-md-116 {
    margin-right: 116px !important
  }

  .me-md-120 {
    margin-right: 120px !important
  }

  .me-md-128 {
    margin-right: 128px !important
  }

  .me-md-auto {
    margin-right: auto !important
  }

  .mb-md-0 {
    margin-bottom: 0 !important
  }

  .mb-md-4 {
    margin-bottom: 4px !important
  }

  .mb-md-8 {
    margin-bottom: 8px !important
  }

  .mb-md-12 {
    margin-bottom: 12px !important
  }

  .mb-md-16 {
    margin-bottom: 16px !important
  }

  .mb-md-20 {
    margin-bottom: 20px !important
  }

  .mb-md-24 {
    margin-bottom: 24px !important
  }

  .mb-md-28 {
    margin-bottom: 28px !important
  }

  .mb-md-32 {
    margin-bottom: 32px !important
  }

  .mb-md-36 {
    margin-bottom: 36px !important
  }

  .mb-md-40 {
    margin-bottom: 40px !important
  }

  .mb-md-44 {
    margin-bottom: 44px !important
  }

  .mb-md-48 {
    margin-bottom: 48px !important
  }

  .mb-md-52 {
    margin-bottom: 52px !important
  }

  .mb-md-56 {
    margin-bottom: 56px !important
  }

  .mb-md-60 {
    margin-bottom: 60px !important
  }

  .mb-md-64 {
    margin-bottom: 64px !important
  }

  .mb-md-68 {
    margin-bottom: 68px !important
  }

  .mb-md-72 {
    margin-bottom: 72px !important
  }

  .mb-md-76 {
    margin-bottom: 76px !important
  }

  .mb-md-80 {
    margin-bottom: 80px !important
  }

  .mb-md-84 {
    margin-bottom: 84px !important
  }

  .mb-md-88 {
    margin-bottom: 88px !important
  }

  .mb-md-92 {
    margin-bottom: 92px !important
  }

  .mb-md-96 {
    margin-bottom: 96px !important
  }

  .mb-md-100 {
    margin-bottom: 100px !important
  }

  .mb-md-104 {
    margin-bottom: 104px !important
  }

  .mb-md-108 {
    margin-bottom: 108px !important
  }

  .mb-md-112 {
    margin-bottom: 112px !important
  }

  .mb-md-116 {
    margin-bottom: 116px !important
  }

  .mb-md-120 {
    margin-bottom: 120px !important
  }

  .mb-md-128 {
    margin-bottom: 128px !important
  }

  .mb-md-auto {
    margin-bottom: auto !important
  }

  .ms-md-0 {
    margin-left: 0 !important
  }

  .ms-md-4 {
    margin-left: 4px !important
  }

  .ms-md-8 {
    margin-left: 8px !important
  }

  .ms-md-12 {
    margin-left: 12px !important
  }

  .ms-md-16 {
    margin-left: 16px !important
  }

  .ms-md-20 {
    margin-left: 20px !important
  }

  .ms-md-24 {
    margin-left: 24px !important
  }

  .ms-md-28 {
    margin-left: 28px !important
  }

  .ms-md-32 {
    margin-left: 32px !important
  }

  .ms-md-36 {
    margin-left: 36px !important
  }

  .ms-md-40 {
    margin-left: 40px !important
  }

  .ms-md-44 {
    margin-left: 44px !important
  }

  .ms-md-48 {
    margin-left: 48px !important
  }

  .ms-md-52 {
    margin-left: 52px !important
  }

  .ms-md-56 {
    margin-left: 56px !important
  }

  .ms-md-60 {
    margin-left: 60px !important
  }

  .ms-md-64 {
    margin-left: 64px !important
  }

  .ms-md-68 {
    margin-left: 68px !important
  }

  .ms-md-72 {
    margin-left: 72px !important
  }

  .ms-md-76 {
    margin-left: 76px !important
  }

  .ms-md-80 {
    margin-left: 80px !important
  }

  .ms-md-84 {
    margin-left: 84px !important
  }

  .ms-md-88 {
    margin-left: 88px !important
  }

  .ms-md-92 {
    margin-left: 92px !important
  }

  .ms-md-96 {
    margin-left: 96px !important
  }

  .ms-md-100 {
    margin-left: 100px !important
  }

  .ms-md-104 {
    margin-left: 104px !important
  }

  .ms-md-108 {
    margin-left: 108px !important
  }

  .ms-md-112 {
    margin-left: 112px !important
  }

  .ms-md-116 {
    margin-left: 116px !important
  }

  .ms-md-120 {
    margin-left: 120px !important
  }

  .ms-md-128 {
    margin-left: 128px !important
  }

  .ms-md-auto {
    margin-left: auto !important
  }

  .m-md-n4 {
    margin: -4px !important
  }

  .m-md-n8 {
    margin: -8px !important
  }

  .m-md-n12 {
    margin: -12px !important
  }

  .m-md-n16 {
    margin: -16px !important
  }

  .m-md-n20 {
    margin: -20px !important
  }

  .m-md-n24 {
    margin: -24px !important
  }

  .m-md-n28 {
    margin: -28px !important
  }

  .m-md-n32 {
    margin: -32px !important
  }

  .m-md-n36 {
    margin: -36px !important
  }

  .m-md-n40 {
    margin: -40px !important
  }

  .m-md-n44 {
    margin: -44px !important
  }

  .m-md-n48 {
    margin: -48px !important
  }

  .m-md-n52 {
    margin: -52px !important
  }

  .m-md-n56 {
    margin: -56px !important
  }

  .m-md-n60 {
    margin: -60px !important
  }

  .m-md-n64 {
    margin: -64px !important
  }

  .m-md-n68 {
    margin: -68px !important
  }

  .m-md-n72 {
    margin: -72px !important
  }

  .m-md-n76 {
    margin: -76px !important
  }

  .m-md-n80 {
    margin: -80px !important
  }

  .m-md-n84 {
    margin: -84px !important
  }

  .m-md-n88 {
    margin: -88px !important
  }

  .m-md-n92 {
    margin: -92px !important
  }

  .m-md-n96 {
    margin: -96px !important
  }

  .m-md-n100 {
    margin: -100px !important
  }

  .m-md-n104 {
    margin: -104px !important
  }

  .m-md-n108 {
    margin: -108px !important
  }

  .m-md-n112 {
    margin: -112px !important
  }

  .m-md-n116 {
    margin: -116px !important
  }

  .m-md-n120 {
    margin: -120px !important
  }

  .m-md-n128 {
    margin: -128px !important
  }

  .mx-md-n4 {
    margin-right: -4px !important;
    margin-left: -4px !important
  }

  .mx-md-n8 {
    margin-right: -8px !important;
    margin-left: -8px !important
  }

  .mx-md-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important
  }

  .mx-md-n16 {
    margin-right: -16px !important;
    margin-left: -16px !important
  }

  .mx-md-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important
  }

  .mx-md-n24 {
    margin-right: -24px !important;
    margin-left: -24px !important
  }

  .mx-md-n28 {
    margin-right: -28px !important;
    margin-left: -28px !important
  }

  .mx-md-n32 {
    margin-right: -32px !important;
    margin-left: -32px !important
  }

  .mx-md-n36 {
    margin-right: -36px !important;
    margin-left: -36px !important
  }

  .mx-md-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important
  }

  .mx-md-n44 {
    margin-right: -44px !important;
    margin-left: -44px !important
  }

  .mx-md-n48 {
    margin-right: -48px !important;
    margin-left: -48px !important
  }

  .mx-md-n52 {
    margin-right: -52px !important;
    margin-left: -52px !important
  }

  .mx-md-n56 {
    margin-right: -56px !important;
    margin-left: -56px !important
  }

  .mx-md-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important
  }

  .mx-md-n64 {
    margin-right: -64px !important;
    margin-left: -64px !important
  }

  .mx-md-n68 {
    margin-right: -68px !important;
    margin-left: -68px !important
  }

  .mx-md-n72 {
    margin-right: -72px !important;
    margin-left: -72px !important
  }

  .mx-md-n76 {
    margin-right: -76px !important;
    margin-left: -76px !important
  }

  .mx-md-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important
  }

  .mx-md-n84 {
    margin-right: -84px !important;
    margin-left: -84px !important
  }

  .mx-md-n88 {
    margin-right: -88px !important;
    margin-left: -88px !important
  }

  .mx-md-n92 {
    margin-right: -92px !important;
    margin-left: -92px !important
  }

  .mx-md-n96 {
    margin-right: -96px !important;
    margin-left: -96px !important
  }

  .mx-md-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important
  }

  .mx-md-n104 {
    margin-right: -104px !important;
    margin-left: -104px !important
  }

  .mx-md-n108 {
    margin-right: -108px !important;
    margin-left: -108px !important
  }

  .mx-md-n112 {
    margin-right: -112px !important;
    margin-left: -112px !important
  }

  .mx-md-n116 {
    margin-right: -116px !important;
    margin-left: -116px !important
  }

  .mx-md-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important
  }

  .mx-md-n128 {
    margin-right: -128px !important;
    margin-left: -128px !important
  }

  .my-md-n4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important
  }

  .my-md-n8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important
  }

  .my-md-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important
  }

  .my-md-n16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important
  }

  .my-md-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important
  }

  .my-md-n24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important
  }

  .my-md-n28 {
    margin-top: -28px !important;
    margin-bottom: -28px !important
  }

  .my-md-n32 {
    margin-top: -32px !important;
    margin-bottom: -32px !important
  }

  .my-md-n36 {
    margin-top: -36px !important;
    margin-bottom: -36px !important
  }

  .my-md-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important
  }

  .my-md-n44 {
    margin-top: -44px !important;
    margin-bottom: -44px !important
  }

  .my-md-n48 {
    margin-top: -48px !important;
    margin-bottom: -48px !important
  }

  .my-md-n52 {
    margin-top: -52px !important;
    margin-bottom: -52px !important
  }

  .my-md-n56 {
    margin-top: -56px !important;
    margin-bottom: -56px !important
  }

  .my-md-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important
  }

  .my-md-n64 {
    margin-top: -64px !important;
    margin-bottom: -64px !important
  }

  .my-md-n68 {
    margin-top: -68px !important;
    margin-bottom: -68px !important
  }

  .my-md-n72 {
    margin-top: -72px !important;
    margin-bottom: -72px !important
  }

  .my-md-n76 {
    margin-top: -76px !important;
    margin-bottom: -76px !important
  }

  .my-md-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important
  }

  .my-md-n84 {
    margin-top: -84px !important;
    margin-bottom: -84px !important
  }

  .my-md-n88 {
    margin-top: -88px !important;
    margin-bottom: -88px !important
  }

  .my-md-n92 {
    margin-top: -92px !important;
    margin-bottom: -92px !important
  }

  .my-md-n96 {
    margin-top: -96px !important;
    margin-bottom: -96px !important
  }

  .my-md-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important
  }

  .my-md-n104 {
    margin-top: -104px !important;
    margin-bottom: -104px !important
  }

  .my-md-n108 {
    margin-top: -108px !important;
    margin-bottom: -108px !important
  }

  .my-md-n112 {
    margin-top: -112px !important;
    margin-bottom: -112px !important
  }

  .my-md-n116 {
    margin-top: -116px !important;
    margin-bottom: -116px !important
  }

  .my-md-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important
  }

  .my-md-n128 {
    margin-top: -128px !important;
    margin-bottom: -128px !important
  }

  .mt-md-n4 {
    margin-top: -4px !important
  }

  .mt-md-n8 {
    margin-top: -8px !important
  }

  .mt-md-n12 {
    margin-top: -12px !important
  }

  .mt-md-n16 {
    margin-top: -16px !important
  }

  .mt-md-n20 {
    margin-top: -20px !important
  }

  .mt-md-n24 {
    margin-top: -24px !important
  }

  .mt-md-n28 {
    margin-top: -28px !important
  }

  .mt-md-n32 {
    margin-top: -32px !important
  }

  .mt-md-n36 {
    margin-top: -36px !important
  }

  .mt-md-n40 {
    margin-top: -40px !important
  }

  .mt-md-n44 {
    margin-top: -44px !important
  }

  .mt-md-n48 {
    margin-top: -48px !important
  }

  .mt-md-n52 {
    margin-top: -52px !important
  }

  .mt-md-n56 {
    margin-top: -56px !important
  }

  .mt-md-n60 {
    margin-top: -60px !important
  }

  .mt-md-n64 {
    margin-top: -64px !important
  }

  .mt-md-n68 {
    margin-top: -68px !important
  }

  .mt-md-n72 {
    margin-top: -72px !important
  }

  .mt-md-n76 {
    margin-top: -76px !important
  }

  .mt-md-n80 {
    margin-top: -80px !important
  }

  .mt-md-n84 {
    margin-top: -84px !important
  }

  .mt-md-n88 {
    margin-top: -88px !important
  }

  .mt-md-n92 {
    margin-top: -92px !important
  }

  .mt-md-n96 {
    margin-top: -96px !important
  }

  .mt-md-n100 {
    margin-top: -100px !important
  }

  .mt-md-n104 {
    margin-top: -104px !important
  }

  .mt-md-n108 {
    margin-top: -108px !important
  }

  .mt-md-n112 {
    margin-top: -112px !important
  }

  .mt-md-n116 {
    margin-top: -116px !important
  }

  .mt-md-n120 {
    margin-top: -120px !important
  }

  .mt-md-n128 {
    margin-top: -128px !important
  }

  .me-md-n4 {
    margin-right: -4px !important
  }

  .me-md-n8 {
    margin-right: -8px !important
  }

  .me-md-n12 {
    margin-right: -12px !important
  }

  .me-md-n16 {
    margin-right: -16px !important
  }

  .me-md-n20 {
    margin-right: -20px !important
  }

  .me-md-n24 {
    margin-right: -24px !important
  }

  .me-md-n28 {
    margin-right: -28px !important
  }

  .me-md-n32 {
    margin-right: -32px !important
  }

  .me-md-n36 {
    margin-right: -36px !important
  }

  .me-md-n40 {
    margin-right: -40px !important
  }

  .me-md-n44 {
    margin-right: -44px !important
  }

  .me-md-n48 {
    margin-right: -48px !important
  }

  .me-md-n52 {
    margin-right: -52px !important
  }

  .me-md-n56 {
    margin-right: -56px !important
  }

  .me-md-n60 {
    margin-right: -60px !important
  }

  .me-md-n64 {
    margin-right: -64px !important
  }

  .me-md-n68 {
    margin-right: -68px !important
  }

  .me-md-n72 {
    margin-right: -72px !important
  }

  .me-md-n76 {
    margin-right: -76px !important
  }

  .me-md-n80 {
    margin-right: -80px !important
  }

  .me-md-n84 {
    margin-right: -84px !important
  }

  .me-md-n88 {
    margin-right: -88px !important
  }

  .me-md-n92 {
    margin-right: -92px !important
  }

  .me-md-n96 {
    margin-right: -96px !important
  }

  .me-md-n100 {
    margin-right: -100px !important
  }

  .me-md-n104 {
    margin-right: -104px !important
  }

  .me-md-n108 {
    margin-right: -108px !important
  }

  .me-md-n112 {
    margin-right: -112px !important
  }

  .me-md-n116 {
    margin-right: -116px !important
  }

  .me-md-n120 {
    margin-right: -120px !important
  }

  .me-md-n128 {
    margin-right: -128px !important
  }

  .mb-md-n4 {
    margin-bottom: -4px !important
  }

  .mb-md-n8 {
    margin-bottom: -8px !important
  }

  .mb-md-n12 {
    margin-bottom: -12px !important
  }

  .mb-md-n16 {
    margin-bottom: -16px !important
  }

  .mb-md-n20 {
    margin-bottom: -20px !important
  }

  .mb-md-n24 {
    margin-bottom: -24px !important
  }

  .mb-md-n28 {
    margin-bottom: -28px !important
  }

  .mb-md-n32 {
    margin-bottom: -32px !important
  }

  .mb-md-n36 {
    margin-bottom: -36px !important
  }

  .mb-md-n40 {
    margin-bottom: -40px !important
  }

  .mb-md-n44 {
    margin-bottom: -44px !important
  }

  .mb-md-n48 {
    margin-bottom: -48px !important
  }

  .mb-md-n52 {
    margin-bottom: -52px !important
  }

  .mb-md-n56 {
    margin-bottom: -56px !important
  }

  .mb-md-n60 {
    margin-bottom: -60px !important
  }

  .mb-md-n64 {
    margin-bottom: -64px !important
  }

  .mb-md-n68 {
    margin-bottom: -68px !important
  }

  .mb-md-n72 {
    margin-bottom: -72px !important
  }

  .mb-md-n76 {
    margin-bottom: -76px !important
  }

  .mb-md-n80 {
    margin-bottom: -80px !important
  }

  .mb-md-n84 {
    margin-bottom: -84px !important
  }

  .mb-md-n88 {
    margin-bottom: -88px !important
  }

  .mb-md-n92 {
    margin-bottom: -92px !important
  }

  .mb-md-n96 {
    margin-bottom: -96px !important
  }

  .mb-md-n100 {
    margin-bottom: -100px !important
  }

  .mb-md-n104 {
    margin-bottom: -104px !important
  }

  .mb-md-n108 {
    margin-bottom: -108px !important
  }

  .mb-md-n112 {
    margin-bottom: -112px !important
  }

  .mb-md-n116 {
    margin-bottom: -116px !important
  }

  .mb-md-n120 {
    margin-bottom: -120px !important
  }

  .mb-md-n128 {
    margin-bottom: -128px !important
  }

  .ms-md-n4 {
    margin-left: -4px !important
  }

  .ms-md-n8 {
    margin-left: -8px !important
  }

  .ms-md-n12 {
    margin-left: -12px !important
  }

  .ms-md-n16 {
    margin-left: -16px !important
  }

  .ms-md-n20 {
    margin-left: -20px !important
  }

  .ms-md-n24 {
    margin-left: -24px !important
  }

  .ms-md-n28 {
    margin-left: -28px !important
  }

  .ms-md-n32 {
    margin-left: -32px !important
  }

  .ms-md-n36 {
    margin-left: -36px !important
  }

  .ms-md-n40 {
    margin-left: -40px !important
  }

  .ms-md-n44 {
    margin-left: -44px !important
  }

  .ms-md-n48 {
    margin-left: -48px !important
  }

  .ms-md-n52 {
    margin-left: -52px !important
  }

  .ms-md-n56 {
    margin-left: -56px !important
  }

  .ms-md-n60 {
    margin-left: -60px !important
  }

  .ms-md-n64 {
    margin-left: -64px !important
  }

  .ms-md-n68 {
    margin-left: -68px !important
  }

  .ms-md-n72 {
    margin-left: -72px !important
  }

  .ms-md-n76 {
    margin-left: -76px !important
  }

  .ms-md-n80 {
    margin-left: -80px !important
  }

  .ms-md-n84 {
    margin-left: -84px !important
  }

  .ms-md-n88 {
    margin-left: -88px !important
  }

  .ms-md-n92 {
    margin-left: -92px !important
  }

  .ms-md-n96 {
    margin-left: -96px !important
  }

  .ms-md-n100 {
    margin-left: -100px !important
  }

  .ms-md-n104 {
    margin-left: -104px !important
  }

  .ms-md-n108 {
    margin-left: -108px !important
  }

  .ms-md-n112 {
    margin-left: -112px !important
  }

  .ms-md-n116 {
    margin-left: -116px !important
  }

  .ms-md-n120 {
    margin-left: -120px !important
  }

  .ms-md-n128 {
    margin-left: -128px !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .p-md-4 {
    padding: 4px !important
  }

  .p-md-8 {
    padding: 8px !important
  }

  .p-md-12 {
    padding: 12px !important
  }

  .p-md-16 {
    padding: 16px !important
  }

  .p-md-20 {
    padding: 20px !important
  }

  .p-md-24 {
    padding: 24px !important
  }

  .p-md-28 {
    padding: 28px !important
  }

  .p-md-32 {
    padding: 32px !important
  }

  .p-md-36 {
    padding: 36px !important
  }

  .p-md-40 {
    padding: 40px !important
  }

  .p-md-44 {
    padding: 44px !important
  }

  .p-md-48 {
    padding: 48px !important
  }

  .p-md-52 {
    padding: 52px !important
  }

  .p-md-56 {
    padding: 56px !important
  }

  .p-md-60 {
    padding: 60px !important
  }

  .p-md-64 {
    padding: 64px !important
  }

  .p-md-68 {
    padding: 68px !important
  }

  .p-md-72 {
    padding: 72px !important
  }

  .p-md-76 {
    padding: 76px !important
  }

  .p-md-80 {
    padding: 80px !important
  }

  .p-md-84 {
    padding: 84px !important
  }

  .p-md-88 {
    padding: 88px !important
  }

  .p-md-92 {
    padding: 92px !important
  }

  .p-md-96 {
    padding: 96px !important
  }

  .p-md-100 {
    padding: 100px !important
  }

  .p-md-104 {
    padding: 104px !important
  }

  .p-md-108 {
    padding: 108px !important
  }

  .p-md-112 {
    padding: 112px !important
  }

  .p-md-116 {
    padding: 116px !important
  }

  .p-md-120 {
    padding: 120px !important
  }

  .p-md-128 {
    padding: 128px !important
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-md-4 {
    padding-right: 4px !important;
    padding-left: 4px !important
  }

  .px-md-8 {
    padding-right: 8px !important;
    padding-left: 8px !important
  }

  .px-md-12 {
    padding-right: 12px !important;
    padding-left: 12px !important
  }

  .px-md-16 {
    padding-right: 16px !important;
    padding-left: 16px !important
  }

  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important
  }

  .px-md-24 {
    padding-right: 24px !important;
    padding-left: 24px !important
  }

  .px-md-28 {
    padding-right: 28px !important;
    padding-left: 28px !important
  }

  .px-md-32 {
    padding-right: 32px !important;
    padding-left: 32px !important
  }

  .px-md-36 {
    padding-right: 36px !important;
    padding-left: 36px !important
  }

  .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important
  }

  .px-md-44 {
    padding-right: 44px !important;
    padding-left: 44px !important
  }

  .px-md-48 {
    padding-right: 48px !important;
    padding-left: 48px !important
  }

  .px-md-52 {
    padding-right: 52px !important;
    padding-left: 52px !important
  }

  .px-md-56 {
    padding-right: 56px !important;
    padding-left: 56px !important
  }

  .px-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important
  }

  .px-md-64 {
    padding-right: 64px !important;
    padding-left: 64px !important
  }

  .px-md-68 {
    padding-right: 68px !important;
    padding-left: 68px !important
  }

  .px-md-72 {
    padding-right: 72px !important;
    padding-left: 72px !important
  }

  .px-md-76 {
    padding-right: 76px !important;
    padding-left: 76px !important
  }

  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important
  }

  .px-md-84 {
    padding-right: 84px !important;
    padding-left: 84px !important
  }

  .px-md-88 {
    padding-right: 88px !important;
    padding-left: 88px !important
  }

  .px-md-92 {
    padding-right: 92px !important;
    padding-left: 92px !important
  }

  .px-md-96 {
    padding-right: 96px !important;
    padding-left: 96px !important
  }

  .px-md-100 {
    padding-right: 100px !important;
    padding-left: 100px !important
  }

  .px-md-104 {
    padding-right: 104px !important;
    padding-left: 104px !important
  }

  .px-md-108 {
    padding-right: 108px !important;
    padding-left: 108px !important
  }

  .px-md-112 {
    padding-right: 112px !important;
    padding-left: 112px !important
  }

  .px-md-116 {
    padding-right: 116px !important;
    padding-left: 116px !important
  }

  .px-md-120 {
    padding-right: 120px !important;
    padding-left: 120px !important
  }

  .px-md-128 {
    padding-right: 128px !important;
    padding-left: 128px !important
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-md-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important
  }

  .py-md-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
  }

  .py-md-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important
  }

  .py-md-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
  }

  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
  }

  .py-md-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
  }

  .py-md-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important
  }

  .py-md-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
  }

  .py-md-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important
  }

  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
  }

  .py-md-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important
  }

  .py-md-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
  }

  .py-md-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important
  }

  .py-md-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important
  }

  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
  }

  .py-md-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
  }

  .py-md-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important
  }

  .py-md-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important
  }

  .py-md-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important
  }

  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
  }

  .py-md-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important
  }

  .py-md-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important
  }

  .py-md-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important
  }

  .py-md-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important
  }

  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
  }

  .py-md-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important
  }

  .py-md-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important
  }

  .py-md-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important
  }

  .py-md-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important
  }

  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important
  }

  .py-md-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important
  }

  .pt-md-0 {
    padding-top: 0 !important
  }

  .pt-md-4 {
    padding-top: 4px !important
  }

  .pt-md-8 {
    padding-top: 8px !important
  }

  .pt-md-12 {
    padding-top: 12px !important
  }

  .pt-md-16 {
    padding-top: 16px !important
  }

  .pt-md-20 {
    padding-top: 20px !important
  }

  .pt-md-24 {
    padding-top: 24px !important
  }

  .pt-md-28 {
    padding-top: 28px !important
  }

  .pt-md-32 {
    padding-top: 32px !important
  }

  .pt-md-36 {
    padding-top: 36px !important
  }

  .pt-md-40 {
    padding-top: 40px !important
  }

  .pt-md-44 {
    padding-top: 44px !important
  }

  .pt-md-48 {
    padding-top: 48px !important
  }

  .pt-md-52 {
    padding-top: 52px !important
  }

  .pt-md-56 {
    padding-top: 56px !important
  }

  .pt-md-60 {
    padding-top: 60px !important
  }

  .pt-md-64 {
    padding-top: 64px !important
  }

  .pt-md-68 {
    padding-top: 68px !important
  }

  .pt-md-72 {
    padding-top: 72px !important
  }

  .pt-md-76 {
    padding-top: 76px !important
  }

  .pt-md-80 {
    padding-top: 80px !important
  }

  .pt-md-84 {
    padding-top: 84px !important
  }

  .pt-md-88 {
    padding-top: 88px !important
  }

  .pt-md-92 {
    padding-top: 92px !important
  }

  .pt-md-96 {
    padding-top: 96px !important
  }

  .pt-md-100 {
    padding-top: 100px !important
  }

  .pt-md-104 {
    padding-top: 104px !important
  }

  .pt-md-108 {
    padding-top: 108px !important
  }

  .pt-md-112 {
    padding-top: 112px !important
  }

  .pt-md-116 {
    padding-top: 116px !important
  }

  .pt-md-120 {
    padding-top: 120px !important
  }

  .pt-md-128 {
    padding-top: 128px !important
  }

  .pe-md-0 {
    padding-right: 0 !important
  }

  .pe-md-4 {
    padding-right: 4px !important
  }

  .pe-md-8 {
    padding-right: 8px !important
  }

  .pe-md-12 {
    padding-right: 12px !important
  }

  .pe-md-16 {
    padding-right: 16px !important
  }

  .pe-md-20 {
    padding-right: 20px !important
  }

  .pe-md-24 {
    padding-right: 24px !important
  }

  .pe-md-28 {
    padding-right: 28px !important
  }

  .pe-md-32 {
    padding-right: 32px !important
  }

  .pe-md-36 {
    padding-right: 36px !important
  }

  .pe-md-40 {
    padding-right: 40px !important
  }

  .pe-md-44 {
    padding-right: 44px !important
  }

  .pe-md-48 {
    padding-right: 48px !important
  }

  .pe-md-52 {
    padding-right: 52px !important
  }

  .pe-md-56 {
    padding-right: 56px !important
  }

  .pe-md-60 {
    padding-right: 60px !important
  }

  .pe-md-64 {
    padding-right: 64px !important
  }

  .pe-md-68 {
    padding-right: 68px !important
  }

  .pe-md-72 {
    padding-right: 72px !important
  }

  .pe-md-76 {
    padding-right: 76px !important
  }

  .pe-md-80 {
    padding-right: 80px !important
  }

  .pe-md-84 {
    padding-right: 84px !important
  }

  .pe-md-88 {
    padding-right: 88px !important
  }

  .pe-md-92 {
    padding-right: 92px !important
  }

  .pe-md-96 {
    padding-right: 96px !important
  }

  .pe-md-100 {
    padding-right: 100px !important
  }

  .pe-md-104 {
    padding-right: 104px !important
  }

  .pe-md-108 {
    padding-right: 108px !important
  }

  .pe-md-112 {
    padding-right: 112px !important
  }

  .pe-md-116 {
    padding-right: 116px !important
  }

  .pe-md-120 {
    padding-right: 120px !important
  }

  .pe-md-128 {
    padding-right: 128px !important
  }

  .pb-md-0 {
    padding-bottom: 0 !important
  }

  .pb-md-4 {
    padding-bottom: 4px !important
  }

  .pb-md-8 {
    padding-bottom: 8px !important
  }

  .pb-md-12 {
    padding-bottom: 12px !important
  }

  .pb-md-16 {
    padding-bottom: 16px !important
  }

  .pb-md-20 {
    padding-bottom: 20px !important
  }

  .pb-md-24 {
    padding-bottom: 24px !important
  }

  .pb-md-28 {
    padding-bottom: 28px !important
  }

  .pb-md-32 {
    padding-bottom: 32px !important
  }

  .pb-md-36 {
    padding-bottom: 36px !important
  }

  .pb-md-40 {
    padding-bottom: 40px !important
  }

  .pb-md-44 {
    padding-bottom: 44px !important
  }

  .pb-md-48 {
    padding-bottom: 48px !important
  }

  .pb-md-52 {
    padding-bottom: 52px !important
  }

  .pb-md-56 {
    padding-bottom: 56px !important
  }

  .pb-md-60 {
    padding-bottom: 60px !important
  }

  .pb-md-64 {
    padding-bottom: 64px !important
  }

  .pb-md-68 {
    padding-bottom: 68px !important
  }

  .pb-md-72 {
    padding-bottom: 72px !important
  }

  .pb-md-76 {
    padding-bottom: 76px !important
  }

  .pb-md-80 {
    padding-bottom: 80px !important
  }

  .pb-md-84 {
    padding-bottom: 84px !important
  }

  .pb-md-88 {
    padding-bottom: 88px !important
  }

  .pb-md-92 {
    padding-bottom: 92px !important
  }

  .pb-md-96 {
    padding-bottom: 96px !important
  }

  .pb-md-100 {
    padding-bottom: 100px !important
  }

  .pb-md-104 {
    padding-bottom: 104px !important
  }

  .pb-md-108 {
    padding-bottom: 108px !important
  }

  .pb-md-112 {
    padding-bottom: 112px !important
  }

  .pb-md-116 {
    padding-bottom: 116px !important
  }

  .pb-md-120 {
    padding-bottom: 120px !important
  }

  .pb-md-128 {
    padding-bottom: 128px !important
  }

  .ps-md-0 {
    padding-left: 0 !important
  }

  .ps-md-4 {
    padding-left: 4px !important
  }

  .ps-md-8 {
    padding-left: 8px !important
  }

  .ps-md-12 {
    padding-left: 12px !important
  }

  .ps-md-16 {
    padding-left: 16px !important
  }

  .ps-md-20 {
    padding-left: 20px !important
  }

  .ps-md-24 {
    padding-left: 24px !important
  }

  .ps-md-28 {
    padding-left: 28px !important
  }

  .ps-md-32 {
    padding-left: 32px !important
  }

  .ps-md-36 {
    padding-left: 36px !important
  }

  .ps-md-40 {
    padding-left: 40px !important
  }

  .ps-md-44 {
    padding-left: 44px !important
  }

  .ps-md-48 {
    padding-left: 48px !important
  }

  .ps-md-52 {
    padding-left: 52px !important
  }

  .ps-md-56 {
    padding-left: 56px !important
  }

  .ps-md-60 {
    padding-left: 60px !important
  }

  .ps-md-64 {
    padding-left: 64px !important
  }

  .ps-md-68 {
    padding-left: 68px !important
  }

  .ps-md-72 {
    padding-left: 72px !important
  }

  .ps-md-76 {
    padding-left: 76px !important
  }

  .ps-md-80 {
    padding-left: 80px !important
  }

  .ps-md-84 {
    padding-left: 84px !important
  }

  .ps-md-88 {
    padding-left: 88px !important
  }

  .ps-md-92 {
    padding-left: 92px !important
  }

  .ps-md-96 {
    padding-left: 96px !important
  }

  .ps-md-100 {
    padding-left: 100px !important
  }

  .ps-md-104 {
    padding-left: 104px !important
  }

  .ps-md-108 {
    padding-left: 108px !important
  }

  .ps-md-112 {
    padding-left: 112px !important
  }

  .ps-md-116 {
    padding-left: 116px !important
  }

  .ps-md-120 {
    padding-left: 120px !important
  }

  .ps-md-128 {
    padding-left: 128px !important
  }

  .text-md-start {
    text-align: left !important
  }

  .text-md-end {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }
}

@media (min-width: 1024px) {
  .float-lg-start {
    float: left !important
  }

  .float-lg-end {
    float: right !important
  }

  .float-lg-none {
    float: none !important
  }

  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .d-lg-none {
    display: none !important
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .gap-lg-0 {
    gap: 0 !important
  }

  .gap-lg-4 {
    gap: 4px !important
  }

  .gap-lg-8 {
    gap: 8px !important
  }

  .gap-lg-12 {
    gap: 12px !important
  }

  .gap-lg-16 {
    gap: 16px !important
  }

  .gap-lg-20 {
    gap: 20px !important
  }

  .gap-lg-24 {
    gap: 24px !important
  }

  .gap-lg-28 {
    gap: 28px !important
  }

  .gap-lg-32 {
    gap: 32px !important
  }

  .gap-lg-36 {
    gap: 36px !important
  }

  .gap-lg-40 {
    gap: 40px !important
  }

  .gap-lg-44 {
    gap: 44px !important
  }

  .gap-lg-48 {
    gap: 48px !important
  }

  .gap-lg-52 {
    gap: 52px !important
  }

  .gap-lg-56 {
    gap: 56px !important
  }

  .gap-lg-60 {
    gap: 60px !important
  }

  .gap-lg-64 {
    gap: 64px !important
  }

  .gap-lg-68 {
    gap: 68px !important
  }

  .gap-lg-72 {
    gap: 72px !important
  }

  .gap-lg-76 {
    gap: 76px !important
  }

  .gap-lg-80 {
    gap: 80px !important
  }

  .gap-lg-84 {
    gap: 84px !important
  }

  .gap-lg-88 {
    gap: 88px !important
  }

  .gap-lg-92 {
    gap: 92px !important
  }

  .gap-lg-96 {
    gap: 96px !important
  }

  .gap-lg-100 {
    gap: 100px !important
  }

  .gap-lg-104 {
    gap: 104px !important
  }

  .gap-lg-108 {
    gap: 108px !important
  }

  .gap-lg-112 {
    gap: 112px !important
  }

  .gap-lg-116 {
    gap: 116px !important
  }

  .gap-lg-120 {
    gap: 120px !important
  }

  .gap-lg-128 {
    gap: 128px !important
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
  }

  .m-lg-0 {
    margin: 0 !important
  }

  .m-lg-4 {
    margin: 4px !important
  }

  .m-lg-8 {
    margin: 8px !important
  }

  .m-lg-12 {
    margin: 12px !important
  }

  .m-lg-16 {
    margin: 16px !important
  }

  .m-lg-20 {
    margin: 20px !important
  }

  .m-lg-24 {
    margin: 24px !important
  }

  .m-lg-28 {
    margin: 28px !important
  }

  .m-lg-32 {
    margin: 32px !important
  }

  .m-lg-36 {
    margin: 36px !important
  }

  .m-lg-40 {
    margin: 40px !important
  }

  .m-lg-44 {
    margin: 44px !important
  }

  .m-lg-48 {
    margin: 48px !important
  }

  .m-lg-52 {
    margin: 52px !important
  }

  .m-lg-56 {
    margin: 56px !important
  }

  .m-lg-60 {
    margin: 60px !important
  }

  .m-lg-64 {
    margin: 64px !important
  }

  .m-lg-68 {
    margin: 68px !important
  }

  .m-lg-72 {
    margin: 72px !important
  }

  .m-lg-76 {
    margin: 76px !important
  }

  .m-lg-80 {
    margin: 80px !important
  }

  .m-lg-84 {
    margin: 84px !important
  }

  .m-lg-88 {
    margin: 88px !important
  }

  .m-lg-92 {
    margin: 92px !important
  }

  .m-lg-96 {
    margin: 96px !important
  }

  .m-lg-100 {
    margin: 100px !important
  }

  .m-lg-104 {
    margin: 104px !important
  }

  .m-lg-108 {
    margin: 108px !important
  }

  .m-lg-112 {
    margin: 112px !important
  }

  .m-lg-116 {
    margin: 116px !important
  }

  .m-lg-120 {
    margin: 120px !important
  }

  .m-lg-128 {
    margin: 128px !important
  }

  .m-lg-auto {
    margin: auto !important
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-lg-4 {
    margin-right: 4px !important;
    margin-left: 4px !important
  }

  .mx-lg-8 {
    margin-right: 8px !important;
    margin-left: 8px !important
  }

  .mx-lg-12 {
    margin-right: 12px !important;
    margin-left: 12px !important
  }

  .mx-lg-16 {
    margin-right: 16px !important;
    margin-left: 16px !important
  }

  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important
  }

  .mx-lg-24 {
    margin-right: 24px !important;
    margin-left: 24px !important
  }

  .mx-lg-28 {
    margin-right: 28px !important;
    margin-left: 28px !important
  }

  .mx-lg-32 {
    margin-right: 32px !important;
    margin-left: 32px !important
  }

  .mx-lg-36 {
    margin-right: 36px !important;
    margin-left: 36px !important
  }

  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important
  }

  .mx-lg-44 {
    margin-right: 44px !important;
    margin-left: 44px !important
  }

  .mx-lg-48 {
    margin-right: 48px !important;
    margin-left: 48px !important
  }

  .mx-lg-52 {
    margin-right: 52px !important;
    margin-left: 52px !important
  }

  .mx-lg-56 {
    margin-right: 56px !important;
    margin-left: 56px !important
  }

  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important
  }

  .mx-lg-64 {
    margin-right: 64px !important;
    margin-left: 64px !important
  }

  .mx-lg-68 {
    margin-right: 68px !important;
    margin-left: 68px !important
  }

  .mx-lg-72 {
    margin-right: 72px !important;
    margin-left: 72px !important
  }

  .mx-lg-76 {
    margin-right: 76px !important;
    margin-left: 76px !important
  }

  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important
  }

  .mx-lg-84 {
    margin-right: 84px !important;
    margin-left: 84px !important
  }

  .mx-lg-88 {
    margin-right: 88px !important;
    margin-left: 88px !important
  }

  .mx-lg-92 {
    margin-right: 92px !important;
    margin-left: 92px !important
  }

  .mx-lg-96 {
    margin-right: 96px !important;
    margin-left: 96px !important
  }

  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important
  }

  .mx-lg-104 {
    margin-right: 104px !important;
    margin-left: 104px !important
  }

  .mx-lg-108 {
    margin-right: 108px !important;
    margin-left: 108px !important
  }

  .mx-lg-112 {
    margin-right: 112px !important;
    margin-left: 112px !important
  }

  .mx-lg-116 {
    margin-right: 116px !important;
    margin-left: 116px !important
  }

  .mx-lg-120 {
    margin-right: 120px !important;
    margin-left: 120px !important
  }

  .mx-lg-128 {
    margin-right: 128px !important;
    margin-left: 128px !important
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-lg-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important
  }

  .my-lg-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important
  }

  .my-lg-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important
  }

  .my-lg-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important
  }

  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
  }

  .my-lg-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important
  }

  .my-lg-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important
  }

  .my-lg-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important
  }

  .my-lg-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important
  }

  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
  }

  .my-lg-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important
  }

  .my-lg-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important
  }

  .my-lg-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important
  }

  .my-lg-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important
  }

  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
  }

  .my-lg-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important
  }

  .my-lg-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important
  }

  .my-lg-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important
  }

  .my-lg-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important
  }

  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
  }

  .my-lg-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important
  }

  .my-lg-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important
  }

  .my-lg-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important
  }

  .my-lg-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important
  }

  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
  }

  .my-lg-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important
  }

  .my-lg-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important
  }

  .my-lg-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important
  }

  .my-lg-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important
  }

  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important
  }

  .my-lg-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-lg-0 {
    margin-top: 0 !important
  }

  .mt-lg-4 {
    margin-top: 4px !important
  }

  .mt-lg-8 {
    margin-top: 8px !important
  }

  .mt-lg-12 {
    margin-top: 12px !important
  }

  .mt-lg-16 {
    margin-top: 16px !important
  }

  .mt-lg-20 {
    margin-top: 20px !important
  }

  .mt-lg-24 {
    margin-top: 24px !important
  }

  .mt-lg-28 {
    margin-top: 28px !important
  }

  .mt-lg-32 {
    margin-top: 32px !important
  }

  .mt-lg-36 {
    margin-top: 36px !important
  }

  .mt-lg-40 {
    margin-top: 40px !important
  }

  .mt-lg-44 {
    margin-top: 44px !important
  }

  .mt-lg-48 {
    margin-top: 48px !important
  }

  .mt-lg-52 {
    margin-top: 52px !important
  }

  .mt-lg-56 {
    margin-top: 56px !important
  }

  .mt-lg-60 {
    margin-top: 60px !important
  }

  .mt-lg-64 {
    margin-top: 64px !important
  }

  .mt-lg-68 {
    margin-top: 68px !important
  }

  .mt-lg-72 {
    margin-top: 72px !important
  }

  .mt-lg-76 {
    margin-top: 76px !important
  }

  .mt-lg-80 {
    margin-top: 80px !important
  }

  .mt-lg-84 {
    margin-top: 84px !important
  }

  .mt-lg-88 {
    margin-top: 88px !important
  }

  .mt-lg-92 {
    margin-top: 92px !important
  }

  .mt-lg-96 {
    margin-top: 96px !important
  }

  .mt-lg-100 {
    margin-top: 100px !important
  }

  .mt-lg-104 {
    margin-top: 104px !important
  }

  .mt-lg-108 {
    margin-top: 108px !important
  }

  .mt-lg-112 {
    margin-top: 112px !important
  }

  .mt-lg-116 {
    margin-top: 116px !important
  }

  .mt-lg-120 {
    margin-top: 120px !important
  }

  .mt-lg-128 {
    margin-top: 128px !important
  }

  .mt-lg-auto {
    margin-top: auto !important
  }

  .me-lg-0 {
    margin-right: 0 !important
  }

  .me-lg-4 {
    margin-right: 4px !important
  }

  .me-lg-8 {
    margin-right: 8px !important
  }

  .me-lg-12 {
    margin-right: 12px !important
  }

  .me-lg-16 {
    margin-right: 16px !important
  }

  .me-lg-20 {
    margin-right: 20px !important
  }

  .me-lg-24 {
    margin-right: 24px !important
  }

  .me-lg-28 {
    margin-right: 28px !important
  }

  .me-lg-32 {
    margin-right: 32px !important
  }

  .me-lg-36 {
    margin-right: 36px !important
  }

  .me-lg-40 {
    margin-right: 40px !important
  }

  .me-lg-44 {
    margin-right: 44px !important
  }

  .me-lg-48 {
    margin-right: 48px !important
  }

  .me-lg-52 {
    margin-right: 52px !important
  }

  .me-lg-56 {
    margin-right: 56px !important
  }

  .me-lg-60 {
    margin-right: 60px !important
  }

  .me-lg-64 {
    margin-right: 64px !important
  }

  .me-lg-68 {
    margin-right: 68px !important
  }

  .me-lg-72 {
    margin-right: 72px !important
  }

  .me-lg-76 {
    margin-right: 76px !important
  }

  .me-lg-80 {
    margin-right: 80px !important
  }

  .me-lg-84 {
    margin-right: 84px !important
  }

  .me-lg-88 {
    margin-right: 88px !important
  }

  .me-lg-92 {
    margin-right: 92px !important
  }

  .me-lg-96 {
    margin-right: 96px !important
  }

  .me-lg-100 {
    margin-right: 100px !important
  }

  .me-lg-104 {
    margin-right: 104px !important
  }

  .me-lg-108 {
    margin-right: 108px !important
  }

  .me-lg-112 {
    margin-right: 112px !important
  }

  .me-lg-116 {
    margin-right: 116px !important
  }

  .me-lg-120 {
    margin-right: 120px !important
  }

  .me-lg-128 {
    margin-right: 128px !important
  }

  .me-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-0 {
    margin-bottom: 0 !important
  }

  .mb-lg-4 {
    margin-bottom: 4px !important
  }

  .mb-lg-8 {
    margin-bottom: 8px !important
  }

  .mb-lg-12 {
    margin-bottom: 12px !important
  }

  .mb-lg-16 {
    margin-bottom: 16px !important
  }

  .mb-lg-20 {
    margin-bottom: 20px !important
  }

  .mb-lg-24 {
    margin-bottom: 24px !important
  }

  .mb-lg-28 {
    margin-bottom: 28px !important
  }

  .mb-lg-32 {
    margin-bottom: 32px !important
  }

  .mb-lg-36 {
    margin-bottom: 36px !important
  }

  .mb-lg-40 {
    margin-bottom: 40px !important
  }

  .mb-lg-44 {
    margin-bottom: 44px !important
  }

  .mb-lg-48 {
    margin-bottom: 48px !important
  }

  .mb-lg-52 {
    margin-bottom: 52px !important
  }

  .mb-lg-56 {
    margin-bottom: 56px !important
  }

  .mb-lg-60 {
    margin-bottom: 60px !important
  }

  .mb-lg-64 {
    margin-bottom: 64px !important
  }

  .mb-lg-68 {
    margin-bottom: 68px !important
  }

  .mb-lg-72 {
    margin-bottom: 72px !important
  }

  .mb-lg-76 {
    margin-bottom: 76px !important
  }

  .mb-lg-80 {
    margin-bottom: 80px !important
  }

  .mb-lg-84 {
    margin-bottom: 84px !important
  }

  .mb-lg-88 {
    margin-bottom: 88px !important
  }

  .mb-lg-92 {
    margin-bottom: 92px !important
  }

  .mb-lg-96 {
    margin-bottom: 96px !important
  }

  .mb-lg-100 {
    margin-bottom: 100px !important
  }

  .mb-lg-104 {
    margin-bottom: 104px !important
  }

  .mb-lg-108 {
    margin-bottom: 108px !important
  }

  .mb-lg-112 {
    margin-bottom: 112px !important
  }

  .mb-lg-116 {
    margin-bottom: 116px !important
  }

  .mb-lg-120 {
    margin-bottom: 120px !important
  }

  .mb-lg-128 {
    margin-bottom: 128px !important
  }

  .mb-lg-auto {
    margin-bottom: auto !important
  }

  .ms-lg-0 {
    margin-left: 0 !important
  }

  .ms-lg-4 {
    margin-left: 4px !important
  }

  .ms-lg-8 {
    margin-left: 8px !important
  }

  .ms-lg-12 {
    margin-left: 12px !important
  }

  .ms-lg-16 {
    margin-left: 16px !important
  }

  .ms-lg-20 {
    margin-left: 20px !important
  }

  .ms-lg-24 {
    margin-left: 24px !important
  }

  .ms-lg-28 {
    margin-left: 28px !important
  }

  .ms-lg-32 {
    margin-left: 32px !important
  }

  .ms-lg-36 {
    margin-left: 36px !important
  }

  .ms-lg-40 {
    margin-left: 40px !important
  }

  .ms-lg-44 {
    margin-left: 44px !important
  }

  .ms-lg-48 {
    margin-left: 48px !important
  }

  .ms-lg-52 {
    margin-left: 52px !important
  }

  .ms-lg-56 {
    margin-left: 56px !important
  }

  .ms-lg-60 {
    margin-left: 60px !important
  }

  .ms-lg-64 {
    margin-left: 64px !important
  }

  .ms-lg-68 {
    margin-left: 68px !important
  }

  .ms-lg-72 {
    margin-left: 72px !important
  }

  .ms-lg-76 {
    margin-left: 76px !important
  }

  .ms-lg-80 {
    margin-left: 80px !important
  }

  .ms-lg-84 {
    margin-left: 84px !important
  }

  .ms-lg-88 {
    margin-left: 88px !important
  }

  .ms-lg-92 {
    margin-left: 92px !important
  }

  .ms-lg-96 {
    margin-left: 96px !important
  }

  .ms-lg-100 {
    margin-left: 100px !important
  }

  .ms-lg-104 {
    margin-left: 104px !important
  }

  .ms-lg-108 {
    margin-left: 108px !important
  }

  .ms-lg-112 {
    margin-left: 112px !important
  }

  .ms-lg-116 {
    margin-left: 116px !important
  }

  .ms-lg-120 {
    margin-left: 120px !important
  }

  .ms-lg-128 {
    margin-left: 128px !important
  }

  .ms-lg-auto {
    margin-left: auto !important
  }

  .m-lg-n4 {
    margin: -4px !important
  }

  .m-lg-n8 {
    margin: -8px !important
  }

  .m-lg-n12 {
    margin: -12px !important
  }

  .m-lg-n16 {
    margin: -16px !important
  }

  .m-lg-n20 {
    margin: -20px !important
  }

  .m-lg-n24 {
    margin: -24px !important
  }

  .m-lg-n28 {
    margin: -28px !important
  }

  .m-lg-n32 {
    margin: -32px !important
  }

  .m-lg-n36 {
    margin: -36px !important
  }

  .m-lg-n40 {
    margin: -40px !important
  }

  .m-lg-n44 {
    margin: -44px !important
  }

  .m-lg-n48 {
    margin: -48px !important
  }

  .m-lg-n52 {
    margin: -52px !important
  }

  .m-lg-n56 {
    margin: -56px !important
  }

  .m-lg-n60 {
    margin: -60px !important
  }

  .m-lg-n64 {
    margin: -64px !important
  }

  .m-lg-n68 {
    margin: -68px !important
  }

  .m-lg-n72 {
    margin: -72px !important
  }

  .m-lg-n76 {
    margin: -76px !important
  }

  .m-lg-n80 {
    margin: -80px !important
  }

  .m-lg-n84 {
    margin: -84px !important
  }

  .m-lg-n88 {
    margin: -88px !important
  }

  .m-lg-n92 {
    margin: -92px !important
  }

  .m-lg-n96 {
    margin: -96px !important
  }

  .m-lg-n100 {
    margin: -100px !important
  }

  .m-lg-n104 {
    margin: -104px !important
  }

  .m-lg-n108 {
    margin: -108px !important
  }

  .m-lg-n112 {
    margin: -112px !important
  }

  .m-lg-n116 {
    margin: -116px !important
  }

  .m-lg-n120 {
    margin: -120px !important
  }

  .m-lg-n128 {
    margin: -128px !important
  }

  .mx-lg-n4 {
    margin-right: -4px !important;
    margin-left: -4px !important
  }

  .mx-lg-n8 {
    margin-right: -8px !important;
    margin-left: -8px !important
  }

  .mx-lg-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important
  }

  .mx-lg-n16 {
    margin-right: -16px !important;
    margin-left: -16px !important
  }

  .mx-lg-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important
  }

  .mx-lg-n24 {
    margin-right: -24px !important;
    margin-left: -24px !important
  }

  .mx-lg-n28 {
    margin-right: -28px !important;
    margin-left: -28px !important
  }

  .mx-lg-n32 {
    margin-right: -32px !important;
    margin-left: -32px !important
  }

  .mx-lg-n36 {
    margin-right: -36px !important;
    margin-left: -36px !important
  }

  .mx-lg-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important
  }

  .mx-lg-n44 {
    margin-right: -44px !important;
    margin-left: -44px !important
  }

  .mx-lg-n48 {
    margin-right: -48px !important;
    margin-left: -48px !important
  }

  .mx-lg-n52 {
    margin-right: -52px !important;
    margin-left: -52px !important
  }

  .mx-lg-n56 {
    margin-right: -56px !important;
    margin-left: -56px !important
  }

  .mx-lg-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important
  }

  .mx-lg-n64 {
    margin-right: -64px !important;
    margin-left: -64px !important
  }

  .mx-lg-n68 {
    margin-right: -68px !important;
    margin-left: -68px !important
  }

  .mx-lg-n72 {
    margin-right: -72px !important;
    margin-left: -72px !important
  }

  .mx-lg-n76 {
    margin-right: -76px !important;
    margin-left: -76px !important
  }

  .mx-lg-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important
  }

  .mx-lg-n84 {
    margin-right: -84px !important;
    margin-left: -84px !important
  }

  .mx-lg-n88 {
    margin-right: -88px !important;
    margin-left: -88px !important
  }

  .mx-lg-n92 {
    margin-right: -92px !important;
    margin-left: -92px !important
  }

  .mx-lg-n96 {
    margin-right: -96px !important;
    margin-left: -96px !important
  }

  .mx-lg-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important
  }

  .mx-lg-n104 {
    margin-right: -104px !important;
    margin-left: -104px !important
  }

  .mx-lg-n108 {
    margin-right: -108px !important;
    margin-left: -108px !important
  }

  .mx-lg-n112 {
    margin-right: -112px !important;
    margin-left: -112px !important
  }

  .mx-lg-n116 {
    margin-right: -116px !important;
    margin-left: -116px !important
  }

  .mx-lg-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important
  }

  .mx-lg-n128 {
    margin-right: -128px !important;
    margin-left: -128px !important
  }

  .my-lg-n4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important
  }

  .my-lg-n8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important
  }

  .my-lg-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important
  }

  .my-lg-n16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important
  }

  .my-lg-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important
  }

  .my-lg-n24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important
  }

  .my-lg-n28 {
    margin-top: -28px !important;
    margin-bottom: -28px !important
  }

  .my-lg-n32 {
    margin-top: -32px !important;
    margin-bottom: -32px !important
  }

  .my-lg-n36 {
    margin-top: -36px !important;
    margin-bottom: -36px !important
  }

  .my-lg-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important
  }

  .my-lg-n44 {
    margin-top: -44px !important;
    margin-bottom: -44px !important
  }

  .my-lg-n48 {
    margin-top: -48px !important;
    margin-bottom: -48px !important
  }

  .my-lg-n52 {
    margin-top: -52px !important;
    margin-bottom: -52px !important
  }

  .my-lg-n56 {
    margin-top: -56px !important;
    margin-bottom: -56px !important
  }

  .my-lg-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important
  }

  .my-lg-n64 {
    margin-top: -64px !important;
    margin-bottom: -64px !important
  }

  .my-lg-n68 {
    margin-top: -68px !important;
    margin-bottom: -68px !important
  }

  .my-lg-n72 {
    margin-top: -72px !important;
    margin-bottom: -72px !important
  }

  .my-lg-n76 {
    margin-top: -76px !important;
    margin-bottom: -76px !important
  }

  .my-lg-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important
  }

  .my-lg-n84 {
    margin-top: -84px !important;
    margin-bottom: -84px !important
  }

  .my-lg-n88 {
    margin-top: -88px !important;
    margin-bottom: -88px !important
  }

  .my-lg-n92 {
    margin-top: -92px !important;
    margin-bottom: -92px !important
  }

  .my-lg-n96 {
    margin-top: -96px !important;
    margin-bottom: -96px !important
  }

  .my-lg-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important
  }

  .my-lg-n104 {
    margin-top: -104px !important;
    margin-bottom: -104px !important
  }

  .my-lg-n108 {
    margin-top: -108px !important;
    margin-bottom: -108px !important
  }

  .my-lg-n112 {
    margin-top: -112px !important;
    margin-bottom: -112px !important
  }

  .my-lg-n116 {
    margin-top: -116px !important;
    margin-bottom: -116px !important
  }

  .my-lg-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important
  }

  .my-lg-n128 {
    margin-top: -128px !important;
    margin-bottom: -128px !important
  }

  .mt-lg-n4 {
    margin-top: -4px !important
  }

  .mt-lg-n8 {
    margin-top: -8px !important
  }

  .mt-lg-n12 {
    margin-top: -12px !important
  }

  .mt-lg-n16 {
    margin-top: -16px !important
  }

  .mt-lg-n20 {
    margin-top: -20px !important
  }

  .mt-lg-n24 {
    margin-top: -24px !important
  }

  .mt-lg-n28 {
    margin-top: -28px !important
  }

  .mt-lg-n32 {
    margin-top: -32px !important
  }

  .mt-lg-n36 {
    margin-top: -36px !important
  }

  .mt-lg-n40 {
    margin-top: -40px !important
  }

  .mt-lg-n44 {
    margin-top: -44px !important
  }

  .mt-lg-n48 {
    margin-top: -48px !important
  }

  .mt-lg-n52 {
    margin-top: -52px !important
  }

  .mt-lg-n56 {
    margin-top: -56px !important
  }

  .mt-lg-n60 {
    margin-top: -60px !important
  }

  .mt-lg-n64 {
    margin-top: -64px !important
  }

  .mt-lg-n68 {
    margin-top: -68px !important
  }

  .mt-lg-n72 {
    margin-top: -72px !important
  }

  .mt-lg-n76 {
    margin-top: -76px !important
  }

  .mt-lg-n80 {
    margin-top: -80px !important
  }

  .mt-lg-n84 {
    margin-top: -84px !important
  }

  .mt-lg-n88 {
    margin-top: -88px !important
  }

  .mt-lg-n92 {
    margin-top: -92px !important
  }

  .mt-lg-n96 {
    margin-top: -96px !important
  }

  .mt-lg-n100 {
    margin-top: -100px !important
  }

  .mt-lg-n104 {
    margin-top: -104px !important
  }

  .mt-lg-n108 {
    margin-top: -108px !important
  }

  .mt-lg-n112 {
    margin-top: -112px !important
  }

  .mt-lg-n116 {
    margin-top: -116px !important
  }

  .mt-lg-n120 {
    margin-top: -120px !important
  }

  .mt-lg-n128 {
    margin-top: -128px !important
  }

  .me-lg-n4 {
    margin-right: -4px !important
  }

  .me-lg-n8 {
    margin-right: -8px !important
  }

  .me-lg-n12 {
    margin-right: -12px !important
  }

  .me-lg-n16 {
    margin-right: -16px !important
  }

  .me-lg-n20 {
    margin-right: -20px !important
  }

  .me-lg-n24 {
    margin-right: -24px !important
  }

  .me-lg-n28 {
    margin-right: -28px !important
  }

  .me-lg-n32 {
    margin-right: -32px !important
  }

  .me-lg-n36 {
    margin-right: -36px !important
  }

  .me-lg-n40 {
    margin-right: -40px !important
  }

  .me-lg-n44 {
    margin-right: -44px !important
  }

  .me-lg-n48 {
    margin-right: -48px !important
  }

  .me-lg-n52 {
    margin-right: -52px !important
  }

  .me-lg-n56 {
    margin-right: -56px !important
  }

  .me-lg-n60 {
    margin-right: -60px !important
  }

  .me-lg-n64 {
    margin-right: -64px !important
  }

  .me-lg-n68 {
    margin-right: -68px !important
  }

  .me-lg-n72 {
    margin-right: -72px !important
  }

  .me-lg-n76 {
    margin-right: -76px !important
  }

  .me-lg-n80 {
    margin-right: -80px !important
  }

  .me-lg-n84 {
    margin-right: -84px !important
  }

  .me-lg-n88 {
    margin-right: -88px !important
  }

  .me-lg-n92 {
    margin-right: -92px !important
  }

  .me-lg-n96 {
    margin-right: -96px !important
  }

  .me-lg-n100 {
    margin-right: -100px !important
  }

  .me-lg-n104 {
    margin-right: -104px !important
  }

  .me-lg-n108 {
    margin-right: -108px !important
  }

  .me-lg-n112 {
    margin-right: -112px !important
  }

  .me-lg-n116 {
    margin-right: -116px !important
  }

  .me-lg-n120 {
    margin-right: -120px !important
  }

  .me-lg-n128 {
    margin-right: -128px !important
  }

  .mb-lg-n4 {
    margin-bottom: -4px !important
  }

  .mb-lg-n8 {
    margin-bottom: -8px !important
  }

  .mb-lg-n12 {
    margin-bottom: -12px !important
  }

  .mb-lg-n16 {
    margin-bottom: -16px !important
  }

  .mb-lg-n20 {
    margin-bottom: -20px !important
  }

  .mb-lg-n24 {
    margin-bottom: -24px !important
  }

  .mb-lg-n28 {
    margin-bottom: -28px !important
  }

  .mb-lg-n32 {
    margin-bottom: -32px !important
  }

  .mb-lg-n36 {
    margin-bottom: -36px !important
  }

  .mb-lg-n40 {
    margin-bottom: -40px !important
  }

  .mb-lg-n44 {
    margin-bottom: -44px !important
  }

  .mb-lg-n48 {
    margin-bottom: -48px !important
  }

  .mb-lg-n52 {
    margin-bottom: -52px !important
  }

  .mb-lg-n56 {
    margin-bottom: -56px !important
  }

  .mb-lg-n60 {
    margin-bottom: -60px !important
  }

  .mb-lg-n64 {
    margin-bottom: -64px !important
  }

  .mb-lg-n68 {
    margin-bottom: -68px !important
  }

  .mb-lg-n72 {
    margin-bottom: -72px !important
  }

  .mb-lg-n76 {
    margin-bottom: -76px !important
  }

  .mb-lg-n80 {
    margin-bottom: -80px !important
  }

  .mb-lg-n84 {
    margin-bottom: -84px !important
  }

  .mb-lg-n88 {
    margin-bottom: -88px !important
  }

  .mb-lg-n92 {
    margin-bottom: -92px !important
  }

  .mb-lg-n96 {
    margin-bottom: -96px !important
  }

  .mb-lg-n100 {
    margin-bottom: -100px !important
  }

  .mb-lg-n104 {
    margin-bottom: -104px !important
  }

  .mb-lg-n108 {
    margin-bottom: -108px !important
  }

  .mb-lg-n112 {
    margin-bottom: -112px !important
  }

  .mb-lg-n116 {
    margin-bottom: -116px !important
  }

  .mb-lg-n120 {
    margin-bottom: -120px !important
  }

  .mb-lg-n128 {
    margin-bottom: -128px !important
  }

  .ms-lg-n4 {
    margin-left: -4px !important
  }

  .ms-lg-n8 {
    margin-left: -8px !important
  }

  .ms-lg-n12 {
    margin-left: -12px !important
  }

  .ms-lg-n16 {
    margin-left: -16px !important
  }

  .ms-lg-n20 {
    margin-left: -20px !important
  }

  .ms-lg-n24 {
    margin-left: -24px !important
  }

  .ms-lg-n28 {
    margin-left: -28px !important
  }

  .ms-lg-n32 {
    margin-left: -32px !important
  }

  .ms-lg-n36 {
    margin-left: -36px !important
  }

  .ms-lg-n40 {
    margin-left: -40px !important
  }

  .ms-lg-n44 {
    margin-left: -44px !important
  }

  .ms-lg-n48 {
    margin-left: -48px !important
  }

  .ms-lg-n52 {
    margin-left: -52px !important
  }

  .ms-lg-n56 {
    margin-left: -56px !important
  }

  .ms-lg-n60 {
    margin-left: -60px !important
  }

  .ms-lg-n64 {
    margin-left: -64px !important
  }

  .ms-lg-n68 {
    margin-left: -68px !important
  }

  .ms-lg-n72 {
    margin-left: -72px !important
  }

  .ms-lg-n76 {
    margin-left: -76px !important
  }

  .ms-lg-n80 {
    margin-left: -80px !important
  }

  .ms-lg-n84 {
    margin-left: -84px !important
  }

  .ms-lg-n88 {
    margin-left: -88px !important
  }

  .ms-lg-n92 {
    margin-left: -92px !important
  }

  .ms-lg-n96 {
    margin-left: -96px !important
  }

  .ms-lg-n100 {
    margin-left: -100px !important
  }

  .ms-lg-n104 {
    margin-left: -104px !important
  }

  .ms-lg-n108 {
    margin-left: -108px !important
  }

  .ms-lg-n112 {
    margin-left: -112px !important
  }

  .ms-lg-n116 {
    margin-left: -116px !important
  }

  .ms-lg-n120 {
    margin-left: -120px !important
  }

  .ms-lg-n128 {
    margin-left: -128px !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .p-lg-4 {
    padding: 4px !important
  }

  .p-lg-8 {
    padding: 8px !important
  }

  .p-lg-12 {
    padding: 12px !important
  }

  .p-lg-16 {
    padding: 16px !important
  }

  .p-lg-20 {
    padding: 20px !important
  }

  .p-lg-24 {
    padding: 24px !important
  }

  .p-lg-28 {
    padding: 28px !important
  }

  .p-lg-32 {
    padding: 32px !important
  }

  .p-lg-36 {
    padding: 36px !important
  }

  .p-lg-40 {
    padding: 40px !important
  }

  .p-lg-44 {
    padding: 44px !important
  }

  .p-lg-48 {
    padding: 48px !important
  }

  .p-lg-52 {
    padding: 52px !important
  }

  .p-lg-56 {
    padding: 56px !important
  }

  .p-lg-60 {
    padding: 60px !important
  }

  .p-lg-64 {
    padding: 64px !important
  }

  .p-lg-68 {
    padding: 68px !important
  }

  .p-lg-72 {
    padding: 72px !important
  }

  .p-lg-76 {
    padding: 76px !important
  }

  .p-lg-80 {
    padding: 80px !important
  }

  .p-lg-84 {
    padding: 84px !important
  }

  .p-lg-88 {
    padding: 88px !important
  }

  .p-lg-92 {
    padding: 92px !important
  }

  .p-lg-96 {
    padding: 96px !important
  }

  .p-lg-100 {
    padding: 100px !important
  }

  .p-lg-104 {
    padding: 104px !important
  }

  .p-lg-108 {
    padding: 108px !important
  }

  .p-lg-112 {
    padding: 112px !important
  }

  .p-lg-116 {
    padding: 116px !important
  }

  .p-lg-120 {
    padding: 120px !important
  }

  .p-lg-128 {
    padding: 128px !important
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-lg-4 {
    padding-right: 4px !important;
    padding-left: 4px !important
  }

  .px-lg-8 {
    padding-right: 8px !important;
    padding-left: 8px !important
  }

  .px-lg-12 {
    padding-right: 12px !important;
    padding-left: 12px !important
  }

  .px-lg-16 {
    padding-right: 16px !important;
    padding-left: 16px !important
  }

  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important
  }

  .px-lg-24 {
    padding-right: 24px !important;
    padding-left: 24px !important
  }

  .px-lg-28 {
    padding-right: 28px !important;
    padding-left: 28px !important
  }

  .px-lg-32 {
    padding-right: 32px !important;
    padding-left: 32px !important
  }

  .px-lg-36 {
    padding-right: 36px !important;
    padding-left: 36px !important
  }

  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important
  }

  .px-lg-44 {
    padding-right: 44px !important;
    padding-left: 44px !important
  }

  .px-lg-48 {
    padding-right: 48px !important;
    padding-left: 48px !important
  }

  .px-lg-52 {
    padding-right: 52px !important;
    padding-left: 52px !important
  }

  .px-lg-56 {
    padding-right: 56px !important;
    padding-left: 56px !important
  }

  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important
  }

  .px-lg-64 {
    padding-right: 64px !important;
    padding-left: 64px !important
  }

  .px-lg-68 {
    padding-right: 68px !important;
    padding-left: 68px !important
  }

  .px-lg-72 {
    padding-right: 72px !important;
    padding-left: 72px !important
  }

  .px-lg-76 {
    padding-right: 76px !important;
    padding-left: 76px !important
  }

  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important
  }

  .px-lg-84 {
    padding-right: 84px !important;
    padding-left: 84px !important
  }

  .px-lg-88 {
    padding-right: 88px !important;
    padding-left: 88px !important
  }

  .px-lg-92 {
    padding-right: 92px !important;
    padding-left: 92px !important
  }

  .px-lg-96 {
    padding-right: 96px !important;
    padding-left: 96px !important
  }

  .px-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important
  }

  .px-lg-104 {
    padding-right: 104px !important;
    padding-left: 104px !important
  }

  .px-lg-108 {
    padding-right: 108px !important;
    padding-left: 108px !important
  }

  .px-lg-112 {
    padding-right: 112px !important;
    padding-left: 112px !important
  }

  .px-lg-116 {
    padding-right: 116px !important;
    padding-left: 116px !important
  }

  .px-lg-120 {
    padding-right: 120px !important;
    padding-left: 120px !important
  }

  .px-lg-128 {
    padding-right: 128px !important;
    padding-left: 128px !important
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-lg-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important
  }

  .py-lg-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
  }

  .py-lg-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important
  }

  .py-lg-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
  }

  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
  }

  .py-lg-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
  }

  .py-lg-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important
  }

  .py-lg-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
  }

  .py-lg-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important
  }

  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
  }

  .py-lg-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important
  }

  .py-lg-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
  }

  .py-lg-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important
  }

  .py-lg-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important
  }

  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
  }

  .py-lg-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
  }

  .py-lg-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important
  }

  .py-lg-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important
  }

  .py-lg-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important
  }

  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
  }

  .py-lg-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important
  }

  .py-lg-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important
  }

  .py-lg-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important
  }

  .py-lg-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important
  }

  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
  }

  .py-lg-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important
  }

  .py-lg-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important
  }

  .py-lg-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important
  }

  .py-lg-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important
  }

  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important
  }

  .py-lg-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important
  }

  .pt-lg-0 {
    padding-top: 0 !important
  }

  .pt-lg-4 {
    padding-top: 4px !important
  }

  .pt-lg-8 {
    padding-top: 8px !important
  }

  .pt-lg-12 {
    padding-top: 12px !important
  }

  .pt-lg-16 {
    padding-top: 16px !important
  }

  .pt-lg-20 {
    padding-top: 20px !important
  }

  .pt-lg-24 {
    padding-top: 24px !important
  }

  .pt-lg-28 {
    padding-top: 28px !important
  }

  .pt-lg-32 {
    padding-top: 32px !important
  }

  .pt-lg-36 {
    padding-top: 36px !important
  }

  .pt-lg-40 {
    padding-top: 40px !important
  }

  .pt-lg-44 {
    padding-top: 44px !important
  }

  .pt-lg-48 {
    padding-top: 48px !important
  }

  .pt-lg-52 {
    padding-top: 52px !important
  }

  .pt-lg-56 {
    padding-top: 56px !important
  }

  .pt-lg-60 {
    padding-top: 60px !important
  }

  .pt-lg-64 {
    padding-top: 64px !important
  }

  .pt-lg-68 {
    padding-top: 68px !important
  }

  .pt-lg-72 {
    padding-top: 72px !important
  }

  .pt-lg-76 {
    padding-top: 76px !important
  }

  .pt-lg-80 {
    padding-top: 80px !important
  }

  .pt-lg-84 {
    padding-top: 84px !important
  }

  .pt-lg-88 {
    padding-top: 88px !important
  }

  .pt-lg-92 {
    padding-top: 92px !important
  }

  .pt-lg-96 {
    padding-top: 96px !important
  }

  .pt-lg-100 {
    padding-top: 100px !important
  }

  .pt-lg-104 {
    padding-top: 104px !important
  }

  .pt-lg-108 {
    padding-top: 108px !important
  }

  .pt-lg-112 {
    padding-top: 112px !important
  }

  .pt-lg-116 {
    padding-top: 116px !important
  }

  .pt-lg-120 {
    padding-top: 120px !important
  }

  .pt-lg-128 {
    padding-top: 128px !important
  }

  .pe-lg-0 {
    padding-right: 0 !important
  }

  .pe-lg-4 {
    padding-right: 4px !important
  }

  .pe-lg-8 {
    padding-right: 8px !important
  }

  .pe-lg-12 {
    padding-right: 12px !important
  }

  .pe-lg-16 {
    padding-right: 16px !important
  }

  .pe-lg-20 {
    padding-right: 20px !important
  }

  .pe-lg-24 {
    padding-right: 24px !important
  }

  .pe-lg-28 {
    padding-right: 28px !important
  }

  .pe-lg-32 {
    padding-right: 32px !important
  }

  .pe-lg-36 {
    padding-right: 36px !important
  }

  .pe-lg-40 {
    padding-right: 40px !important
  }

  .pe-lg-44 {
    padding-right: 44px !important
  }

  .pe-lg-48 {
    padding-right: 48px !important
  }

  .pe-lg-52 {
    padding-right: 52px !important
  }

  .pe-lg-56 {
    padding-right: 56px !important
  }

  .pe-lg-60 {
    padding-right: 60px !important
  }

  .pe-lg-64 {
    padding-right: 64px !important
  }

  .pe-lg-68 {
    padding-right: 68px !important
  }

  .pe-lg-72 {
    padding-right: 72px !important
  }

  .pe-lg-76 {
    padding-right: 76px !important
  }

  .pe-lg-80 {
    padding-right: 80px !important
  }

  .pe-lg-84 {
    padding-right: 84px !important
  }

  .pe-lg-88 {
    padding-right: 88px !important
  }

  .pe-lg-92 {
    padding-right: 92px !important
  }

  .pe-lg-96 {
    padding-right: 96px !important
  }

  .pe-lg-100 {
    padding-right: 100px !important
  }

  .pe-lg-104 {
    padding-right: 104px !important
  }

  .pe-lg-108 {
    padding-right: 108px !important
  }

  .pe-lg-112 {
    padding-right: 112px !important
  }

  .pe-lg-116 {
    padding-right: 116px !important
  }

  .pe-lg-120 {
    padding-right: 120px !important
  }

  .pe-lg-128 {
    padding-right: 128px !important
  }

  .pb-lg-0 {
    padding-bottom: 0 !important
  }

  .pb-lg-4 {
    padding-bottom: 4px !important
  }

  .pb-lg-8 {
    padding-bottom: 8px !important
  }

  .pb-lg-12 {
    padding-bottom: 12px !important
  }

  .pb-lg-16 {
    padding-bottom: 16px !important
  }

  .pb-lg-20 {
    padding-bottom: 20px !important
  }

  .pb-lg-24 {
    padding-bottom: 24px !important
  }

  .pb-lg-28 {
    padding-bottom: 28px !important
  }

  .pb-lg-32 {
    padding-bottom: 32px !important
  }

  .pb-lg-36 {
    padding-bottom: 36px !important
  }

  .pb-lg-40 {
    padding-bottom: 40px !important
  }

  .pb-lg-44 {
    padding-bottom: 44px !important
  }

  .pb-lg-48 {
    padding-bottom: 48px !important
  }

  .pb-lg-52 {
    padding-bottom: 52px !important
  }

  .pb-lg-56 {
    padding-bottom: 56px !important
  }

  .pb-lg-60 {
    padding-bottom: 60px !important
  }

  .pb-lg-64 {
    padding-bottom: 64px !important
  }

  .pb-lg-68 {
    padding-bottom: 68px !important
  }

  .pb-lg-72 {
    padding-bottom: 72px !important
  }

  .pb-lg-76 {
    padding-bottom: 76px !important
  }

  .pb-lg-80 {
    padding-bottom: 80px !important
  }

  .pb-lg-84 {
    padding-bottom: 84px !important
  }

  .pb-lg-88 {
    padding-bottom: 88px !important
  }

  .pb-lg-92 {
    padding-bottom: 92px !important
  }

  .pb-lg-96 {
    padding-bottom: 96px !important
  }

  .pb-lg-100 {
    padding-bottom: 100px !important
  }

  .pb-lg-104 {
    padding-bottom: 104px !important
  }

  .pb-lg-108 {
    padding-bottom: 108px !important
  }

  .pb-lg-112 {
    padding-bottom: 112px !important
  }

  .pb-lg-116 {
    padding-bottom: 116px !important
  }

  .pb-lg-120 {
    padding-bottom: 120px !important
  }

  .pb-lg-128 {
    padding-bottom: 128px !important
  }

  .ps-lg-0 {
    padding-left: 0 !important
  }

  .ps-lg-4 {
    padding-left: 4px !important
  }

  .ps-lg-8 {
    padding-left: 8px !important
  }

  .ps-lg-12 {
    padding-left: 12px !important
  }

  .ps-lg-16 {
    padding-left: 16px !important
  }

  .ps-lg-20 {
    padding-left: 20px !important
  }

  .ps-lg-24 {
    padding-left: 24px !important
  }

  .ps-lg-28 {
    padding-left: 28px !important
  }

  .ps-lg-32 {
    padding-left: 32px !important
  }

  .ps-lg-36 {
    padding-left: 36px !important
  }

  .ps-lg-40 {
    padding-left: 40px !important
  }

  .ps-lg-44 {
    padding-left: 44px !important
  }

  .ps-lg-48 {
    padding-left: 48px !important
  }

  .ps-lg-52 {
    padding-left: 52px !important
  }

  .ps-lg-56 {
    padding-left: 56px !important
  }

  .ps-lg-60 {
    padding-left: 60px !important
  }

  .ps-lg-64 {
    padding-left: 64px !important
  }

  .ps-lg-68 {
    padding-left: 68px !important
  }

  .ps-lg-72 {
    padding-left: 72px !important
  }

  .ps-lg-76 {
    padding-left: 76px !important
  }

  .ps-lg-80 {
    padding-left: 80px !important
  }

  .ps-lg-84 {
    padding-left: 84px !important
  }

  .ps-lg-88 {
    padding-left: 88px !important
  }

  .ps-lg-92 {
    padding-left: 92px !important
  }

  .ps-lg-96 {
    padding-left: 96px !important
  }

  .ps-lg-100 {
    padding-left: 100px !important
  }

  .ps-lg-104 {
    padding-left: 104px !important
  }

  .ps-lg-108 {
    padding-left: 108px !important
  }

  .ps-lg-112 {
    padding-left: 112px !important
  }

  .ps-lg-116 {
    padding-left: 116px !important
  }

  .ps-lg-120 {
    padding-left: 120px !important
  }

  .ps-lg-128 {
    padding-left: 128px !important
  }

  .text-lg-start {
    text-align: left !important
  }

  .text-lg-end {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

@media (min-width: 1240px) {
  .float-xl-start {
    float: left !important
  }

  .float-xl-end {
    float: right !important
  }

  .float-xl-none {
    float: none !important
  }

  .d-xl-inline {
    display: inline !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .d-xl-none {
    display: none !important
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .gap-xl-0 {
    gap: 0 !important
  }

  .gap-xl-4 {
    gap: 4px !important
  }

  .gap-xl-8 {
    gap: 8px !important
  }

  .gap-xl-12 {
    gap: 12px !important
  }

  .gap-xl-16 {
    gap: 16px !important
  }

  .gap-xl-20 {
    gap: 20px !important
  }

  .gap-xl-24 {
    gap: 24px !important
  }

  .gap-xl-28 {
    gap: 28px !important
  }

  .gap-xl-32 {
    gap: 32px !important
  }

  .gap-xl-36 {
    gap: 36px !important
  }

  .gap-xl-40 {
    gap: 40px !important
  }

  .gap-xl-44 {
    gap: 44px !important
  }

  .gap-xl-48 {
    gap: 48px !important
  }

  .gap-xl-52 {
    gap: 52px !important
  }

  .gap-xl-56 {
    gap: 56px !important
  }

  .gap-xl-60 {
    gap: 60px !important
  }

  .gap-xl-64 {
    gap: 64px !important
  }

  .gap-xl-68 {
    gap: 68px !important
  }

  .gap-xl-72 {
    gap: 72px !important
  }

  .gap-xl-76 {
    gap: 76px !important
  }

  .gap-xl-80 {
    gap: 80px !important
  }

  .gap-xl-84 {
    gap: 84px !important
  }

  .gap-xl-88 {
    gap: 88px !important
  }

  .gap-xl-92 {
    gap: 92px !important
  }

  .gap-xl-96 {
    gap: 96px !important
  }

  .gap-xl-100 {
    gap: 100px !important
  }

  .gap-xl-104 {
    gap: 104px !important
  }

  .gap-xl-108 {
    gap: 108px !important
  }

  .gap-xl-112 {
    gap: 112px !important
  }

  .gap-xl-116 {
    gap: 116px !important
  }

  .gap-xl-120 {
    gap: 120px !important
  }

  .gap-xl-128 {
    gap: 128px !important
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
  }

  .m-xl-0 {
    margin: 0 !important
  }

  .m-xl-4 {
    margin: 4px !important
  }

  .m-xl-8 {
    margin: 8px !important
  }

  .m-xl-12 {
    margin: 12px !important
  }

  .m-xl-16 {
    margin: 16px !important
  }

  .m-xl-20 {
    margin: 20px !important
  }

  .m-xl-24 {
    margin: 24px !important
  }

  .m-xl-28 {
    margin: 28px !important
  }

  .m-xl-32 {
    margin: 32px !important
  }

  .m-xl-36 {
    margin: 36px !important
  }

  .m-xl-40 {
    margin: 40px !important
  }

  .m-xl-44 {
    margin: 44px !important
  }

  .m-xl-48 {
    margin: 48px !important
  }

  .m-xl-52 {
    margin: 52px !important
  }

  .m-xl-56 {
    margin: 56px !important
  }

  .m-xl-60 {
    margin: 60px !important
  }

  .m-xl-64 {
    margin: 64px !important
  }

  .m-xl-68 {
    margin: 68px !important
  }

  .m-xl-72 {
    margin: 72px !important
  }

  .m-xl-76 {
    margin: 76px !important
  }

  .m-xl-80 {
    margin: 80px !important
  }

  .m-xl-84 {
    margin: 84px !important
  }

  .m-xl-88 {
    margin: 88px !important
  }

  .m-xl-92 {
    margin: 92px !important
  }

  .m-xl-96 {
    margin: 96px !important
  }

  .m-xl-100 {
    margin: 100px !important
  }

  .m-xl-104 {
    margin: 104px !important
  }

  .m-xl-108 {
    margin: 108px !important
  }

  .m-xl-112 {
    margin: 112px !important
  }

  .m-xl-116 {
    margin: 116px !important
  }

  .m-xl-120 {
    margin: 120px !important
  }

  .m-xl-128 {
    margin: 128px !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-xl-4 {
    margin-right: 4px !important;
    margin-left: 4px !important
  }

  .mx-xl-8 {
    margin-right: 8px !important;
    margin-left: 8px !important
  }

  .mx-xl-12 {
    margin-right: 12px !important;
    margin-left: 12px !important
  }

  .mx-xl-16 {
    margin-right: 16px !important;
    margin-left: 16px !important
  }

  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important
  }

  .mx-xl-24 {
    margin-right: 24px !important;
    margin-left: 24px !important
  }

  .mx-xl-28 {
    margin-right: 28px !important;
    margin-left: 28px !important
  }

  .mx-xl-32 {
    margin-right: 32px !important;
    margin-left: 32px !important
  }

  .mx-xl-36 {
    margin-right: 36px !important;
    margin-left: 36px !important
  }

  .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important
  }

  .mx-xl-44 {
    margin-right: 44px !important;
    margin-left: 44px !important
  }

  .mx-xl-48 {
    margin-right: 48px !important;
    margin-left: 48px !important
  }

  .mx-xl-52 {
    margin-right: 52px !important;
    margin-left: 52px !important
  }

  .mx-xl-56 {
    margin-right: 56px !important;
    margin-left: 56px !important
  }

  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important
  }

  .mx-xl-64 {
    margin-right: 64px !important;
    margin-left: 64px !important
  }

  .mx-xl-68 {
    margin-right: 68px !important;
    margin-left: 68px !important
  }

  .mx-xl-72 {
    margin-right: 72px !important;
    margin-left: 72px !important
  }

  .mx-xl-76 {
    margin-right: 76px !important;
    margin-left: 76px !important
  }

  .mx-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important
  }

  .mx-xl-84 {
    margin-right: 84px !important;
    margin-left: 84px !important
  }

  .mx-xl-88 {
    margin-right: 88px !important;
    margin-left: 88px !important
  }

  .mx-xl-92 {
    margin-right: 92px !important;
    margin-left: 92px !important
  }

  .mx-xl-96 {
    margin-right: 96px !important;
    margin-left: 96px !important
  }

  .mx-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important
  }

  .mx-xl-104 {
    margin-right: 104px !important;
    margin-left: 104px !important
  }

  .mx-xl-108 {
    margin-right: 108px !important;
    margin-left: 108px !important
  }

  .mx-xl-112 {
    margin-right: 112px !important;
    margin-left: 112px !important
  }

  .mx-xl-116 {
    margin-right: 116px !important;
    margin-left: 116px !important
  }

  .mx-xl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important
  }

  .mx-xl-128 {
    margin-right: 128px !important;
    margin-left: 128px !important
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-xl-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important
  }

  .my-xl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important
  }

  .my-xl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important
  }

  .my-xl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important
  }

  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
  }

  .my-xl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important
  }

  .my-xl-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important
  }

  .my-xl-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important
  }

  .my-xl-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important
  }

  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
  }

  .my-xl-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important
  }

  .my-xl-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important
  }

  .my-xl-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important
  }

  .my-xl-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important
  }

  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
  }

  .my-xl-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important
  }

  .my-xl-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important
  }

  .my-xl-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important
  }

  .my-xl-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important
  }

  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
  }

  .my-xl-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important
  }

  .my-xl-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important
  }

  .my-xl-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important
  }

  .my-xl-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important
  }

  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
  }

  .my-xl-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important
  }

  .my-xl-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important
  }

  .my-xl-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important
  }

  .my-xl-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important
  }

  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important
  }

  .my-xl-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-xl-0 {
    margin-top: 0 !important
  }

  .mt-xl-4 {
    margin-top: 4px !important
  }

  .mt-xl-8 {
    margin-top: 8px !important
  }

  .mt-xl-12 {
    margin-top: 12px !important
  }

  .mt-xl-16 {
    margin-top: 16px !important
  }

  .mt-xl-20 {
    margin-top: 20px !important
  }

  .mt-xl-24 {
    margin-top: 24px !important
  }

  .mt-xl-28 {
    margin-top: 28px !important
  }

  .mt-xl-32 {
    margin-top: 32px !important
  }

  .mt-xl-36 {
    margin-top: 36px !important
  }

  .mt-xl-40 {
    margin-top: 40px !important
  }

  .mt-xl-44 {
    margin-top: 44px !important
  }

  .mt-xl-48 {
    margin-top: 48px !important
  }

  .mt-xl-52 {
    margin-top: 52px !important
  }

  .mt-xl-56 {
    margin-top: 56px !important
  }

  .mt-xl-60 {
    margin-top: 60px !important
  }

  .mt-xl-64 {
    margin-top: 64px !important
  }

  .mt-xl-68 {
    margin-top: 68px !important
  }

  .mt-xl-72 {
    margin-top: 72px !important
  }

  .mt-xl-76 {
    margin-top: 76px !important
  }

  .mt-xl-80 {
    margin-top: 80px !important
  }

  .mt-xl-84 {
    margin-top: 84px !important
  }

  .mt-xl-88 {
    margin-top: 88px !important
  }

  .mt-xl-92 {
    margin-top: 92px !important
  }

  .mt-xl-96 {
    margin-top: 96px !important
  }

  .mt-xl-100 {
    margin-top: 100px !important
  }

  .mt-xl-104 {
    margin-top: 104px !important
  }

  .mt-xl-108 {
    margin-top: 108px !important
  }

  .mt-xl-112 {
    margin-top: 112px !important
  }

  .mt-xl-116 {
    margin-top: 116px !important
  }

  .mt-xl-120 {
    margin-top: 120px !important
  }

  .mt-xl-128 {
    margin-top: 128px !important
  }

  .mt-xl-auto {
    margin-top: auto !important
  }

  .me-xl-0 {
    margin-right: 0 !important
  }

  .me-xl-4 {
    margin-right: 4px !important
  }

  .me-xl-8 {
    margin-right: 8px !important
  }

  .me-xl-12 {
    margin-right: 12px !important
  }

  .me-xl-16 {
    margin-right: 16px !important
  }

  .me-xl-20 {
    margin-right: 20px !important
  }

  .me-xl-24 {
    margin-right: 24px !important
  }

  .me-xl-28 {
    margin-right: 28px !important
  }

  .me-xl-32 {
    margin-right: 32px !important
  }

  .me-xl-36 {
    margin-right: 36px !important
  }

  .me-xl-40 {
    margin-right: 40px !important
  }

  .me-xl-44 {
    margin-right: 44px !important
  }

  .me-xl-48 {
    margin-right: 48px !important
  }

  .me-xl-52 {
    margin-right: 52px !important
  }

  .me-xl-56 {
    margin-right: 56px !important
  }

  .me-xl-60 {
    margin-right: 60px !important
  }

  .me-xl-64 {
    margin-right: 64px !important
  }

  .me-xl-68 {
    margin-right: 68px !important
  }

  .me-xl-72 {
    margin-right: 72px !important
  }

  .me-xl-76 {
    margin-right: 76px !important
  }

  .me-xl-80 {
    margin-right: 80px !important
  }

  .me-xl-84 {
    margin-right: 84px !important
  }

  .me-xl-88 {
    margin-right: 88px !important
  }

  .me-xl-92 {
    margin-right: 92px !important
  }

  .me-xl-96 {
    margin-right: 96px !important
  }

  .me-xl-100 {
    margin-right: 100px !important
  }

  .me-xl-104 {
    margin-right: 104px !important
  }

  .me-xl-108 {
    margin-right: 108px !important
  }

  .me-xl-112 {
    margin-right: 112px !important
  }

  .me-xl-116 {
    margin-right: 116px !important
  }

  .me-xl-120 {
    margin-right: 120px !important
  }

  .me-xl-128 {
    margin-right: 128px !important
  }

  .me-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-0 {
    margin-bottom: 0 !important
  }

  .mb-xl-4 {
    margin-bottom: 4px !important
  }

  .mb-xl-8 {
    margin-bottom: 8px !important
  }

  .mb-xl-12 {
    margin-bottom: 12px !important
  }

  .mb-xl-16 {
    margin-bottom: 16px !important
  }

  .mb-xl-20 {
    margin-bottom: 20px !important
  }

  .mb-xl-24 {
    margin-bottom: 24px !important
  }

  .mb-xl-28 {
    margin-bottom: 28px !important
  }

  .mb-xl-32 {
    margin-bottom: 32px !important
  }

  .mb-xl-36 {
    margin-bottom: 36px !important
  }

  .mb-xl-40 {
    margin-bottom: 40px !important
  }

  .mb-xl-44 {
    margin-bottom: 44px !important
  }

  .mb-xl-48 {
    margin-bottom: 48px !important
  }

  .mb-xl-52 {
    margin-bottom: 52px !important
  }

  .mb-xl-56 {
    margin-bottom: 56px !important
  }

  .mb-xl-60 {
    margin-bottom: 60px !important
  }

  .mb-xl-64 {
    margin-bottom: 64px !important
  }

  .mb-xl-68 {
    margin-bottom: 68px !important
  }

  .mb-xl-72 {
    margin-bottom: 72px !important
  }

  .mb-xl-76 {
    margin-bottom: 76px !important
  }

  .mb-xl-80 {
    margin-bottom: 80px !important
  }

  .mb-xl-84 {
    margin-bottom: 84px !important
  }

  .mb-xl-88 {
    margin-bottom: 88px !important
  }

  .mb-xl-92 {
    margin-bottom: 92px !important
  }

  .mb-xl-96 {
    margin-bottom: 96px !important
  }

  .mb-xl-100 {
    margin-bottom: 100px !important
  }

  .mb-xl-104 {
    margin-bottom: 104px !important
  }

  .mb-xl-108 {
    margin-bottom: 108px !important
  }

  .mb-xl-112 {
    margin-bottom: 112px !important
  }

  .mb-xl-116 {
    margin-bottom: 116px !important
  }

  .mb-xl-120 {
    margin-bottom: 120px !important
  }

  .mb-xl-128 {
    margin-bottom: 128px !important
  }

  .mb-xl-auto {
    margin-bottom: auto !important
  }

  .ms-xl-0 {
    margin-left: 0 !important
  }

  .ms-xl-4 {
    margin-left: 4px !important
  }

  .ms-xl-8 {
    margin-left: 8px !important
  }

  .ms-xl-12 {
    margin-left: 12px !important
  }

  .ms-xl-16 {
    margin-left: 16px !important
  }

  .ms-xl-20 {
    margin-left: 20px !important
  }

  .ms-xl-24 {
    margin-left: 24px !important
  }

  .ms-xl-28 {
    margin-left: 28px !important
  }

  .ms-xl-32 {
    margin-left: 32px !important
  }

  .ms-xl-36 {
    margin-left: 36px !important
  }

  .ms-xl-40 {
    margin-left: 40px !important
  }

  .ms-xl-44 {
    margin-left: 44px !important
  }

  .ms-xl-48 {
    margin-left: 48px !important
  }

  .ms-xl-52 {
    margin-left: 52px !important
  }

  .ms-xl-56 {
    margin-left: 56px !important
  }

  .ms-xl-60 {
    margin-left: 60px !important
  }

  .ms-xl-64 {
    margin-left: 64px !important
  }

  .ms-xl-68 {
    margin-left: 68px !important
  }

  .ms-xl-72 {
    margin-left: 72px !important
  }

  .ms-xl-76 {
    margin-left: 76px !important
  }

  .ms-xl-80 {
    margin-left: 80px !important
  }

  .ms-xl-84 {
    margin-left: 84px !important
  }

  .ms-xl-88 {
    margin-left: 88px !important
  }

  .ms-xl-92 {
    margin-left: 92px !important
  }

  .ms-xl-96 {
    margin-left: 96px !important
  }

  .ms-xl-100 {
    margin-left: 100px !important
  }

  .ms-xl-104 {
    margin-left: 104px !important
  }

  .ms-xl-108 {
    margin-left: 108px !important
  }

  .ms-xl-112 {
    margin-left: 112px !important
  }

  .ms-xl-116 {
    margin-left: 116px !important
  }

  .ms-xl-120 {
    margin-left: 120px !important
  }

  .ms-xl-128 {
    margin-left: 128px !important
  }

  .ms-xl-auto {
    margin-left: auto !important
  }

  .m-xl-n4 {
    margin: -4px !important
  }

  .m-xl-n8 {
    margin: -8px !important
  }

  .m-xl-n12 {
    margin: -12px !important
  }

  .m-xl-n16 {
    margin: -16px !important
  }

  .m-xl-n20 {
    margin: -20px !important
  }

  .m-xl-n24 {
    margin: -24px !important
  }

  .m-xl-n28 {
    margin: -28px !important
  }

  .m-xl-n32 {
    margin: -32px !important
  }

  .m-xl-n36 {
    margin: -36px !important
  }

  .m-xl-n40 {
    margin: -40px !important
  }

  .m-xl-n44 {
    margin: -44px !important
  }

  .m-xl-n48 {
    margin: -48px !important
  }

  .m-xl-n52 {
    margin: -52px !important
  }

  .m-xl-n56 {
    margin: -56px !important
  }

  .m-xl-n60 {
    margin: -60px !important
  }

  .m-xl-n64 {
    margin: -64px !important
  }

  .m-xl-n68 {
    margin: -68px !important
  }

  .m-xl-n72 {
    margin: -72px !important
  }

  .m-xl-n76 {
    margin: -76px !important
  }

  .m-xl-n80 {
    margin: -80px !important
  }

  .m-xl-n84 {
    margin: -84px !important
  }

  .m-xl-n88 {
    margin: -88px !important
  }

  .m-xl-n92 {
    margin: -92px !important
  }

  .m-xl-n96 {
    margin: -96px !important
  }

  .m-xl-n100 {
    margin: -100px !important
  }

  .m-xl-n104 {
    margin: -104px !important
  }

  .m-xl-n108 {
    margin: -108px !important
  }

  .m-xl-n112 {
    margin: -112px !important
  }

  .m-xl-n116 {
    margin: -116px !important
  }

  .m-xl-n120 {
    margin: -120px !important
  }

  .m-xl-n128 {
    margin: -128px !important
  }

  .mx-xl-n4 {
    margin-right: -4px !important;
    margin-left: -4px !important
  }

  .mx-xl-n8 {
    margin-right: -8px !important;
    margin-left: -8px !important
  }

  .mx-xl-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important
  }

  .mx-xl-n16 {
    margin-right: -16px !important;
    margin-left: -16px !important
  }

  .mx-xl-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important
  }

  .mx-xl-n24 {
    margin-right: -24px !important;
    margin-left: -24px !important
  }

  .mx-xl-n28 {
    margin-right: -28px !important;
    margin-left: -28px !important
  }

  .mx-xl-n32 {
    margin-right: -32px !important;
    margin-left: -32px !important
  }

  .mx-xl-n36 {
    margin-right: -36px !important;
    margin-left: -36px !important
  }

  .mx-xl-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important
  }

  .mx-xl-n44 {
    margin-right: -44px !important;
    margin-left: -44px !important
  }

  .mx-xl-n48 {
    margin-right: -48px !important;
    margin-left: -48px !important
  }

  .mx-xl-n52 {
    margin-right: -52px !important;
    margin-left: -52px !important
  }

  .mx-xl-n56 {
    margin-right: -56px !important;
    margin-left: -56px !important
  }

  .mx-xl-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important
  }

  .mx-xl-n64 {
    margin-right: -64px !important;
    margin-left: -64px !important
  }

  .mx-xl-n68 {
    margin-right: -68px !important;
    margin-left: -68px !important
  }

  .mx-xl-n72 {
    margin-right: -72px !important;
    margin-left: -72px !important
  }

  .mx-xl-n76 {
    margin-right: -76px !important;
    margin-left: -76px !important
  }

  .mx-xl-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important
  }

  .mx-xl-n84 {
    margin-right: -84px !important;
    margin-left: -84px !important
  }

  .mx-xl-n88 {
    margin-right: -88px !important;
    margin-left: -88px !important
  }

  .mx-xl-n92 {
    margin-right: -92px !important;
    margin-left: -92px !important
  }

  .mx-xl-n96 {
    margin-right: -96px !important;
    margin-left: -96px !important
  }

  .mx-xl-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important
  }

  .mx-xl-n104 {
    margin-right: -104px !important;
    margin-left: -104px !important
  }

  .mx-xl-n108 {
    margin-right: -108px !important;
    margin-left: -108px !important
  }

  .mx-xl-n112 {
    margin-right: -112px !important;
    margin-left: -112px !important
  }

  .mx-xl-n116 {
    margin-right: -116px !important;
    margin-left: -116px !important
  }

  .mx-xl-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important
  }

  .mx-xl-n128 {
    margin-right: -128px !important;
    margin-left: -128px !important
  }

  .my-xl-n4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important
  }

  .my-xl-n8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important
  }

  .my-xl-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important
  }

  .my-xl-n16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important
  }

  .my-xl-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important
  }

  .my-xl-n24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important
  }

  .my-xl-n28 {
    margin-top: -28px !important;
    margin-bottom: -28px !important
  }

  .my-xl-n32 {
    margin-top: -32px !important;
    margin-bottom: -32px !important
  }

  .my-xl-n36 {
    margin-top: -36px !important;
    margin-bottom: -36px !important
  }

  .my-xl-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important
  }

  .my-xl-n44 {
    margin-top: -44px !important;
    margin-bottom: -44px !important
  }

  .my-xl-n48 {
    margin-top: -48px !important;
    margin-bottom: -48px !important
  }

  .my-xl-n52 {
    margin-top: -52px !important;
    margin-bottom: -52px !important
  }

  .my-xl-n56 {
    margin-top: -56px !important;
    margin-bottom: -56px !important
  }

  .my-xl-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important
  }

  .my-xl-n64 {
    margin-top: -64px !important;
    margin-bottom: -64px !important
  }

  .my-xl-n68 {
    margin-top: -68px !important;
    margin-bottom: -68px !important
  }

  .my-xl-n72 {
    margin-top: -72px !important;
    margin-bottom: -72px !important
  }

  .my-xl-n76 {
    margin-top: -76px !important;
    margin-bottom: -76px !important
  }

  .my-xl-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important
  }

  .my-xl-n84 {
    margin-top: -84px !important;
    margin-bottom: -84px !important
  }

  .my-xl-n88 {
    margin-top: -88px !important;
    margin-bottom: -88px !important
  }

  .my-xl-n92 {
    margin-top: -92px !important;
    margin-bottom: -92px !important
  }

  .my-xl-n96 {
    margin-top: -96px !important;
    margin-bottom: -96px !important
  }

  .my-xl-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important
  }

  .my-xl-n104 {
    margin-top: -104px !important;
    margin-bottom: -104px !important
  }

  .my-xl-n108 {
    margin-top: -108px !important;
    margin-bottom: -108px !important
  }

  .my-xl-n112 {
    margin-top: -112px !important;
    margin-bottom: -112px !important
  }

  .my-xl-n116 {
    margin-top: -116px !important;
    margin-bottom: -116px !important
  }

  .my-xl-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important
  }

  .my-xl-n128 {
    margin-top: -128px !important;
    margin-bottom: -128px !important
  }

  .mt-xl-n4 {
    margin-top: -4px !important
  }

  .mt-xl-n8 {
    margin-top: -8px !important
  }

  .mt-xl-n12 {
    margin-top: -12px !important
  }

  .mt-xl-n16 {
    margin-top: -16px !important
  }

  .mt-xl-n20 {
    margin-top: -20px !important
  }

  .mt-xl-n24 {
    margin-top: -24px !important
  }

  .mt-xl-n28 {
    margin-top: -28px !important
  }

  .mt-xl-n32 {
    margin-top: -32px !important
  }

  .mt-xl-n36 {
    margin-top: -36px !important
  }

  .mt-xl-n40 {
    margin-top: -40px !important
  }

  .mt-xl-n44 {
    margin-top: -44px !important
  }

  .mt-xl-n48 {
    margin-top: -48px !important
  }

  .mt-xl-n52 {
    margin-top: -52px !important
  }

  .mt-xl-n56 {
    margin-top: -56px !important
  }

  .mt-xl-n60 {
    margin-top: -60px !important
  }

  .mt-xl-n64 {
    margin-top: -64px !important
  }

  .mt-xl-n68 {
    margin-top: -68px !important
  }

  .mt-xl-n72 {
    margin-top: -72px !important
  }

  .mt-xl-n76 {
    margin-top: -76px !important
  }

  .mt-xl-n80 {
    margin-top: -80px !important
  }

  .mt-xl-n84 {
    margin-top: -84px !important
  }

  .mt-xl-n88 {
    margin-top: -88px !important
  }

  .mt-xl-n92 {
    margin-top: -92px !important
  }

  .mt-xl-n96 {
    margin-top: -96px !important
  }

  .mt-xl-n100 {
    margin-top: -100px !important
  }

  .mt-xl-n104 {
    margin-top: -104px !important
  }

  .mt-xl-n108 {
    margin-top: -108px !important
  }

  .mt-xl-n112 {
    margin-top: -112px !important
  }

  .mt-xl-n116 {
    margin-top: -116px !important
  }

  .mt-xl-n120 {
    margin-top: -120px !important
  }

  .mt-xl-n128 {
    margin-top: -128px !important
  }

  .me-xl-n4 {
    margin-right: -4px !important
  }

  .me-xl-n8 {
    margin-right: -8px !important
  }

  .me-xl-n12 {
    margin-right: -12px !important
  }

  .me-xl-n16 {
    margin-right: -16px !important
  }

  .me-xl-n20 {
    margin-right: -20px !important
  }

  .me-xl-n24 {
    margin-right: -24px !important
  }

  .me-xl-n28 {
    margin-right: -28px !important
  }

  .me-xl-n32 {
    margin-right: -32px !important
  }

  .me-xl-n36 {
    margin-right: -36px !important
  }

  .me-xl-n40 {
    margin-right: -40px !important
  }

  .me-xl-n44 {
    margin-right: -44px !important
  }

  .me-xl-n48 {
    margin-right: -48px !important
  }

  .me-xl-n52 {
    margin-right: -52px !important
  }

  .me-xl-n56 {
    margin-right: -56px !important
  }

  .me-xl-n60 {
    margin-right: -60px !important
  }

  .me-xl-n64 {
    margin-right: -64px !important
  }

  .me-xl-n68 {
    margin-right: -68px !important
  }

  .me-xl-n72 {
    margin-right: -72px !important
  }

  .me-xl-n76 {
    margin-right: -76px !important
  }

  .me-xl-n80 {
    margin-right: -80px !important
  }

  .me-xl-n84 {
    margin-right: -84px !important
  }

  .me-xl-n88 {
    margin-right: -88px !important
  }

  .me-xl-n92 {
    margin-right: -92px !important
  }

  .me-xl-n96 {
    margin-right: -96px !important
  }

  .me-xl-n100 {
    margin-right: -100px !important
  }

  .me-xl-n104 {
    margin-right: -104px !important
  }

  .me-xl-n108 {
    margin-right: -108px !important
  }

  .me-xl-n112 {
    margin-right: -112px !important
  }

  .me-xl-n116 {
    margin-right: -116px !important
  }

  .me-xl-n120 {
    margin-right: -120px !important
  }

  .me-xl-n128 {
    margin-right: -128px !important
  }

  .mb-xl-n4 {
    margin-bottom: -4px !important
  }

  .mb-xl-n8 {
    margin-bottom: -8px !important
  }

  .mb-xl-n12 {
    margin-bottom: -12px !important
  }

  .mb-xl-n16 {
    margin-bottom: -16px !important
  }

  .mb-xl-n20 {
    margin-bottom: -20px !important
  }

  .mb-xl-n24 {
    margin-bottom: -24px !important
  }

  .mb-xl-n28 {
    margin-bottom: -28px !important
  }

  .mb-xl-n32 {
    margin-bottom: -32px !important
  }

  .mb-xl-n36 {
    margin-bottom: -36px !important
  }

  .mb-xl-n40 {
    margin-bottom: -40px !important
  }

  .mb-xl-n44 {
    margin-bottom: -44px !important
  }

  .mb-xl-n48 {
    margin-bottom: -48px !important
  }

  .mb-xl-n52 {
    margin-bottom: -52px !important
  }

  .mb-xl-n56 {
    margin-bottom: -56px !important
  }

  .mb-xl-n60 {
    margin-bottom: -60px !important
  }

  .mb-xl-n64 {
    margin-bottom: -64px !important
  }

  .mb-xl-n68 {
    margin-bottom: -68px !important
  }

  .mb-xl-n72 {
    margin-bottom: -72px !important
  }

  .mb-xl-n76 {
    margin-bottom: -76px !important
  }

  .mb-xl-n80 {
    margin-bottom: -80px !important
  }

  .mb-xl-n84 {
    margin-bottom: -84px !important
  }

  .mb-xl-n88 {
    margin-bottom: -88px !important
  }

  .mb-xl-n92 {
    margin-bottom: -92px !important
  }

  .mb-xl-n96 {
    margin-bottom: -96px !important
  }

  .mb-xl-n100 {
    margin-bottom: -100px !important
  }

  .mb-xl-n104 {
    margin-bottom: -104px !important
  }

  .mb-xl-n108 {
    margin-bottom: -108px !important
  }

  .mb-xl-n112 {
    margin-bottom: -112px !important
  }

  .mb-xl-n116 {
    margin-bottom: -116px !important
  }

  .mb-xl-n120 {
    margin-bottom: -120px !important
  }

  .mb-xl-n128 {
    margin-bottom: -128px !important
  }

  .ms-xl-n4 {
    margin-left: -4px !important
  }

  .ms-xl-n8 {
    margin-left: -8px !important
  }

  .ms-xl-n12 {
    margin-left: -12px !important
  }

  .ms-xl-n16 {
    margin-left: -16px !important
  }

  .ms-xl-n20 {
    margin-left: -20px !important
  }

  .ms-xl-n24 {
    margin-left: -24px !important
  }

  .ms-xl-n28 {
    margin-left: -28px !important
  }

  .ms-xl-n32 {
    margin-left: -32px !important
  }

  .ms-xl-n36 {
    margin-left: -36px !important
  }

  .ms-xl-n40 {
    margin-left: -40px !important
  }

  .ms-xl-n44 {
    margin-left: -44px !important
  }

  .ms-xl-n48 {
    margin-left: -48px !important
  }

  .ms-xl-n52 {
    margin-left: -52px !important
  }

  .ms-xl-n56 {
    margin-left: -56px !important
  }

  .ms-xl-n60 {
    margin-left: -60px !important
  }

  .ms-xl-n64 {
    margin-left: -64px !important
  }

  .ms-xl-n68 {
    margin-left: -68px !important
  }

  .ms-xl-n72 {
    margin-left: -72px !important
  }

  .ms-xl-n76 {
    margin-left: -76px !important
  }

  .ms-xl-n80 {
    margin-left: -80px !important
  }

  .ms-xl-n84 {
    margin-left: -84px !important
  }

  .ms-xl-n88 {
    margin-left: -88px !important
  }

  .ms-xl-n92 {
    margin-left: -92px !important
  }

  .ms-xl-n96 {
    margin-left: -96px !important
  }

  .ms-xl-n100 {
    margin-left: -100px !important
  }

  .ms-xl-n104 {
    margin-left: -104px !important
  }

  .ms-xl-n108 {
    margin-left: -108px !important
  }

  .ms-xl-n112 {
    margin-left: -112px !important
  }

  .ms-xl-n116 {
    margin-left: -116px !important
  }

  .ms-xl-n120 {
    margin-left: -120px !important
  }

  .ms-xl-n128 {
    margin-left: -128px !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .p-xl-4 {
    padding: 4px !important
  }

  .p-xl-8 {
    padding: 8px !important
  }

  .p-xl-12 {
    padding: 12px !important
  }

  .p-xl-16 {
    padding: 16px !important
  }

  .p-xl-20 {
    padding: 20px !important
  }

  .p-xl-24 {
    padding: 24px !important
  }

  .p-xl-28 {
    padding: 28px !important
  }

  .p-xl-32 {
    padding: 32px !important
  }

  .p-xl-36 {
    padding: 36px !important
  }

  .p-xl-40 {
    padding: 40px !important
  }

  .p-xl-44 {
    padding: 44px !important
  }

  .p-xl-48 {
    padding: 48px !important
  }

  .p-xl-52 {
    padding: 52px !important
  }

  .p-xl-56 {
    padding: 56px !important
  }

  .p-xl-60 {
    padding: 60px !important
  }

  .p-xl-64 {
    padding: 64px !important
  }

  .p-xl-68 {
    padding: 68px !important
  }

  .p-xl-72 {
    padding: 72px !important
  }

  .p-xl-76 {
    padding: 76px !important
  }

  .p-xl-80 {
    padding: 80px !important
  }

  .p-xl-84 {
    padding: 84px !important
  }

  .p-xl-88 {
    padding: 88px !important
  }

  .p-xl-92 {
    padding: 92px !important
  }

  .p-xl-96 {
    padding: 96px !important
  }

  .p-xl-100 {
    padding: 100px !important
  }

  .p-xl-104 {
    padding: 104px !important
  }

  .p-xl-108 {
    padding: 108px !important
  }

  .p-xl-112 {
    padding: 112px !important
  }

  .p-xl-116 {
    padding: 116px !important
  }

  .p-xl-120 {
    padding: 120px !important
  }

  .p-xl-128 {
    padding: 128px !important
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-xl-4 {
    padding-right: 4px !important;
    padding-left: 4px !important
  }

  .px-xl-8 {
    padding-right: 8px !important;
    padding-left: 8px !important
  }

  .px-xl-12 {
    padding-right: 12px !important;
    padding-left: 12px !important
  }

  .px-xl-16 {
    padding-right: 16px !important;
    padding-left: 16px !important
  }

  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important
  }

  .px-xl-24 {
    padding-right: 24px !important;
    padding-left: 24px !important
  }

  .px-xl-28 {
    padding-right: 28px !important;
    padding-left: 28px !important
  }

  .px-xl-32 {
    padding-right: 32px !important;
    padding-left: 32px !important
  }

  .px-xl-36 {
    padding-right: 36px !important;
    padding-left: 36px !important
  }

  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important
  }

  .px-xl-44 {
    padding-right: 44px !important;
    padding-left: 44px !important
  }

  .px-xl-48 {
    padding-right: 48px !important;
    padding-left: 48px !important
  }

  .px-xl-52 {
    padding-right: 52px !important;
    padding-left: 52px !important
  }

  .px-xl-56 {
    padding-right: 56px !important;
    padding-left: 56px !important
  }

  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important
  }

  .px-xl-64 {
    padding-right: 64px !important;
    padding-left: 64px !important
  }

  .px-xl-68 {
    padding-right: 68px !important;
    padding-left: 68px !important
  }

  .px-xl-72 {
    padding-right: 72px !important;
    padding-left: 72px !important
  }

  .px-xl-76 {
    padding-right: 76px !important;
    padding-left: 76px !important
  }

  .px-xl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important
  }

  .px-xl-84 {
    padding-right: 84px !important;
    padding-left: 84px !important
  }

  .px-xl-88 {
    padding-right: 88px !important;
    padding-left: 88px !important
  }

  .px-xl-92 {
    padding-right: 92px !important;
    padding-left: 92px !important
  }

  .px-xl-96 {
    padding-right: 96px !important;
    padding-left: 96px !important
  }

  .px-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important
  }

  .px-xl-104 {
    padding-right: 104px !important;
    padding-left: 104px !important
  }

  .px-xl-108 {
    padding-right: 108px !important;
    padding-left: 108px !important
  }

  .px-xl-112 {
    padding-right: 112px !important;
    padding-left: 112px !important
  }

  .px-xl-116 {
    padding-right: 116px !important;
    padding-left: 116px !important
  }

  .px-xl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important
  }

  .px-xl-128 {
    padding-right: 128px !important;
    padding-left: 128px !important
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-xl-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important
  }

  .py-xl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
  }

  .py-xl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important
  }

  .py-xl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
  }

  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
  }

  .py-xl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
  }

  .py-xl-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important
  }

  .py-xl-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
  }

  .py-xl-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important
  }

  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
  }

  .py-xl-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important
  }

  .py-xl-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
  }

  .py-xl-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important
  }

  .py-xl-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important
  }

  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
  }

  .py-xl-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
  }

  .py-xl-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important
  }

  .py-xl-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important
  }

  .py-xl-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important
  }

  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
  }

  .py-xl-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important
  }

  .py-xl-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important
  }

  .py-xl-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important
  }

  .py-xl-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important
  }

  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
  }

  .py-xl-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important
  }

  .py-xl-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important
  }

  .py-xl-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important
  }

  .py-xl-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important
  }

  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important
  }

  .py-xl-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important
  }

  .pt-xl-0 {
    padding-top: 0 !important
  }

  .pt-xl-4 {
    padding-top: 4px !important
  }

  .pt-xl-8 {
    padding-top: 8px !important
  }

  .pt-xl-12 {
    padding-top: 12px !important
  }

  .pt-xl-16 {
    padding-top: 16px !important
  }

  .pt-xl-20 {
    padding-top: 20px !important
  }

  .pt-xl-24 {
    padding-top: 24px !important
  }

  .pt-xl-28 {
    padding-top: 28px !important
  }

  .pt-xl-32 {
    padding-top: 32px !important
  }

  .pt-xl-36 {
    padding-top: 36px !important
  }

  .pt-xl-40 {
    padding-top: 40px !important
  }

  .pt-xl-44 {
    padding-top: 44px !important
  }

  .pt-xl-48 {
    padding-top: 48px !important
  }

  .pt-xl-52 {
    padding-top: 52px !important
  }

  .pt-xl-56 {
    padding-top: 56px !important
  }

  .pt-xl-60 {
    padding-top: 60px !important
  }

  .pt-xl-64 {
    padding-top: 64px !important
  }

  .pt-xl-68 {
    padding-top: 68px !important
  }

  .pt-xl-72 {
    padding-top: 72px !important
  }

  .pt-xl-76 {
    padding-top: 76px !important
  }

  .pt-xl-80 {
    padding-top: 80px !important
  }

  .pt-xl-84 {
    padding-top: 84px !important
  }

  .pt-xl-88 {
    padding-top: 88px !important
  }

  .pt-xl-92 {
    padding-top: 92px !important
  }

  .pt-xl-96 {
    padding-top: 96px !important
  }

  .pt-xl-100 {
    padding-top: 100px !important
  }

  .pt-xl-104 {
    padding-top: 104px !important
  }

  .pt-xl-108 {
    padding-top: 108px !important
  }

  .pt-xl-112 {
    padding-top: 112px !important
  }

  .pt-xl-116 {
    padding-top: 116px !important
  }

  .pt-xl-120 {
    padding-top: 120px !important
  }

  .pt-xl-128 {
    padding-top: 128px !important
  }

  .pe-xl-0 {
    padding-right: 0 !important
  }

  .pe-xl-4 {
    padding-right: 4px !important
  }

  .pe-xl-8 {
    padding-right: 8px !important
  }

  .pe-xl-12 {
    padding-right: 12px !important
  }

  .pe-xl-16 {
    padding-right: 16px !important
  }

  .pe-xl-20 {
    padding-right: 20px !important
  }

  .pe-xl-24 {
    padding-right: 24px !important
  }

  .pe-xl-28 {
    padding-right: 28px !important
  }

  .pe-xl-32 {
    padding-right: 32px !important
  }

  .pe-xl-36 {
    padding-right: 36px !important
  }

  .pe-xl-40 {
    padding-right: 40px !important
  }

  .pe-xl-44 {
    padding-right: 44px !important
  }

  .pe-xl-48 {
    padding-right: 48px !important
  }

  .pe-xl-52 {
    padding-right: 52px !important
  }

  .pe-xl-56 {
    padding-right: 56px !important
  }

  .pe-xl-60 {
    padding-right: 60px !important
  }

  .pe-xl-64 {
    padding-right: 64px !important
  }

  .pe-xl-68 {
    padding-right: 68px !important
  }

  .pe-xl-72 {
    padding-right: 72px !important
  }

  .pe-xl-76 {
    padding-right: 76px !important
  }

  .pe-xl-80 {
    padding-right: 80px !important
  }

  .pe-xl-84 {
    padding-right: 84px !important
  }

  .pe-xl-88 {
    padding-right: 88px !important
  }

  .pe-xl-92 {
    padding-right: 92px !important
  }

  .pe-xl-96 {
    padding-right: 96px !important
  }

  .pe-xl-100 {
    padding-right: 100px !important
  }

  .pe-xl-104 {
    padding-right: 104px !important
  }

  .pe-xl-108 {
    padding-right: 108px !important
  }

  .pe-xl-112 {
    padding-right: 112px !important
  }

  .pe-xl-116 {
    padding-right: 116px !important
  }

  .pe-xl-120 {
    padding-right: 120px !important
  }

  .pe-xl-128 {
    padding-right: 128px !important
  }

  .pb-xl-0 {
    padding-bottom: 0 !important
  }

  .pb-xl-4 {
    padding-bottom: 4px !important
  }

  .pb-xl-8 {
    padding-bottom: 8px !important
  }

  .pb-xl-12 {
    padding-bottom: 12px !important
  }

  .pb-xl-16 {
    padding-bottom: 16px !important
  }

  .pb-xl-20 {
    padding-bottom: 20px !important
  }

  .pb-xl-24 {
    padding-bottom: 24px !important
  }

  .pb-xl-28 {
    padding-bottom: 28px !important
  }

  .pb-xl-32 {
    padding-bottom: 32px !important
  }

  .pb-xl-36 {
    padding-bottom: 36px !important
  }

  .pb-xl-40 {
    padding-bottom: 40px !important
  }

  .pb-xl-44 {
    padding-bottom: 44px !important
  }

  .pb-xl-48 {
    padding-bottom: 48px !important
  }

  .pb-xl-52 {
    padding-bottom: 52px !important
  }

  .pb-xl-56 {
    padding-bottom: 56px !important
  }

  .pb-xl-60 {
    padding-bottom: 60px !important
  }

  .pb-xl-64 {
    padding-bottom: 64px !important
  }

  .pb-xl-68 {
    padding-bottom: 68px !important
  }

  .pb-xl-72 {
    padding-bottom: 72px !important
  }

  .pb-xl-76 {
    padding-bottom: 76px !important
  }

  .pb-xl-80 {
    padding-bottom: 80px !important
  }

  .pb-xl-84 {
    padding-bottom: 84px !important
  }

  .pb-xl-88 {
    padding-bottom: 88px !important
  }

  .pb-xl-92 {
    padding-bottom: 92px !important
  }

  .pb-xl-96 {
    padding-bottom: 96px !important
  }

  .pb-xl-100 {
    padding-bottom: 100px !important
  }

  .pb-xl-104 {
    padding-bottom: 104px !important
  }

  .pb-xl-108 {
    padding-bottom: 108px !important
  }

  .pb-xl-112 {
    padding-bottom: 112px !important
  }

  .pb-xl-116 {
    padding-bottom: 116px !important
  }

  .pb-xl-120 {
    padding-bottom: 120px !important
  }

  .pb-xl-128 {
    padding-bottom: 128px !important
  }

  .ps-xl-0 {
    padding-left: 0 !important
  }

  .ps-xl-4 {
    padding-left: 4px !important
  }

  .ps-xl-8 {
    padding-left: 8px !important
  }

  .ps-xl-12 {
    padding-left: 12px !important
  }

  .ps-xl-16 {
    padding-left: 16px !important
  }

  .ps-xl-20 {
    padding-left: 20px !important
  }

  .ps-xl-24 {
    padding-left: 24px !important
  }

  .ps-xl-28 {
    padding-left: 28px !important
  }

  .ps-xl-32 {
    padding-left: 32px !important
  }

  .ps-xl-36 {
    padding-left: 36px !important
  }

  .ps-xl-40 {
    padding-left: 40px !important
  }

  .ps-xl-44 {
    padding-left: 44px !important
  }

  .ps-xl-48 {
    padding-left: 48px !important
  }

  .ps-xl-52 {
    padding-left: 52px !important
  }

  .ps-xl-56 {
    padding-left: 56px !important
  }

  .ps-xl-60 {
    padding-left: 60px !important
  }

  .ps-xl-64 {
    padding-left: 64px !important
  }

  .ps-xl-68 {
    padding-left: 68px !important
  }

  .ps-xl-72 {
    padding-left: 72px !important
  }

  .ps-xl-76 {
    padding-left: 76px !important
  }

  .ps-xl-80 {
    padding-left: 80px !important
  }

  .ps-xl-84 {
    padding-left: 84px !important
  }

  .ps-xl-88 {
    padding-left: 88px !important
  }

  .ps-xl-92 {
    padding-left: 92px !important
  }

  .ps-xl-96 {
    padding-left: 96px !important
  }

  .ps-xl-100 {
    padding-left: 100px !important
  }

  .ps-xl-104 {
    padding-left: 104px !important
  }

  .ps-xl-108 {
    padding-left: 108px !important
  }

  .ps-xl-112 {
    padding-left: 112px !important
  }

  .ps-xl-116 {
    padding-left: 116px !important
  }

  .ps-xl-120 {
    padding-left: 120px !important
  }

  .ps-xl-128 {
    padding-left: 128px !important
  }

  .text-xl-start {
    text-align: left !important
  }

  .text-xl-end {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

@media print {
  .d-print-inline {
    display: inline !important
  }

  .d-print-inline-block {
    display: inline-block !important
  }

  .d-print-block {
    display: block !important
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .d-print-none {
    display: none !important
  }
}

* {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  color: inherit
}

img {
  max-width: 100%
}

button {
  background: 0 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
  border: none;
  cursor: pointer
}

button:active,
button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0
}

table {
  border-collapse: collapse
}

.popover {
  -webkit-filter: drop-shadow(0 4px 18px rgba(27, 32, 45, .14));
  filter: drop-shadow(0 4px 18px rgba(27, 32, 45, .14));
  border-radius: 12px
}

.popover .popover-body {
  font-size: 15px;
  padding: 16px;
  border-radius: 16px;
  background: #fff
}

.popover-pin {
  border: none;
  -webkit-filter: drop-shadow(0 4px 8px rgba(11, 14, 21, .12));
  filter: drop-shadow(0 4px 8px rgba(11, 14, 21, .12));
  border-radius: 16px;
  padding: 0;
  font-size: inherit;
  max-width: none;
  width: 330px;
  left: -142px !important;
  bottom: 6px !important
}

.popover-pin .popover-body {
  font-size: inherit
}

.popover-pin .popover-arrow:before {
  display: none;
  bottom: 2px
}

.popover-pin.show {
  -webkit-animation: k-pin .5s ease both;
  animation: k-pin .5s ease both
}

@-webkit-keyframes k-pin {
  from {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scale(0) translateY(100%);
    transform: scale(0) translateY(100%)
  }

  to {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
  }
}

@keyframes k-pin {
  from {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scale(0) translateY(100%);
    transform: scale(0) translateY(100%)
  }

  to {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
  }
}

.dropdown-menu {
  border: none;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 18px rgba(27, 32, 45, .05);
  box-shadow: 0 4px 18px rgba(27, 32, 45, .05)
}

.dropdown-menu__scroll {
  max-height: 226px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #d7ddea #a6adbc;
  overflow: auto;
  width: calc(100% - 4px)
}

.dropdown-menu__scroll::-webkit-scrollbar {
  width: 3px
}

.dropdown-menu__scroll::-webkit-scrollbar-track {
  background: #d7ddea;
  border-radius: 2px
}

.dropdown-menu__scroll::-webkit-scrollbar-thumb {
  background-color: #a6adbc;
  border-radius: 2px
}

.dropdown-item {
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1);
  font-size: 15px;
  line-height: 22px
}

.dropdown-item:hover {
  background: #eff7ff;
  color: #266cba
}

.nav-pills {
  gap: 24px 40px
}

@media (max-width: 1239.98px) {
  .nav-pills {
    gap: 24px
  }
}

@media (max-width: 767.98px) {
  .nav-pills {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    padding-bottom: 8px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px
  }

  .nav-pills:focus,
  .nav-pills:hover {
    overflow: auto
  }
}

@media (max-width: 575.98px) {
  .nav-pills {
    gap: 32px
  }
}

.nav-pills .nav-item {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.nav-pills .nav-link {
  padding: 0 0 4px;
  border-bottom: 2px solid transparent;
  font-weight: 700;
  color: #5f657a;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.nav-pills .nav-link:hover {
  color: #266cba
}

.nav-pills .nav-link.active {
  background: 0 0;
  color: #1b202d;
  border-color: #266cba
}

html {
  font-size: 16px
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  min-height: 100vh;
  min-width: 320px;
  font-family: -apple-system, Mulish, sans-serif
}

@media (max-width: 767.98px) {
  body {
    font-size: 15px;
    line-height: 1.47
  }
}

body .footer {
  margin-top: auto
}

@media (max-width: 767.98px) {
  body.is-menu-show {
    overflow: hidden !important
  }

  body.is-menu-show .header__btn-menu--catalog {
    display: none
  }

  body.is-menu-show .header__phone-link {
    margin-left: auto
  }
}

.bg-light {
  background-color: #fbfbfe
}

.r16 {
  border-radius: 16px
}

img:not([src]):not([srcset]) {
  visibility: hidden
}

.display-1 {
  font-family: -apple-system, Calibri, sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: .9;
  margin-bottom: 0
}

@media (max-width: 1239.98px) {
  .display-1 {
    font-size: 60px
  }
}

@media (max-width: 767.98px) {
  .display-1 {
    font-size: 34px;
    line-height: 1.08
  }
}

.h1,
h1 {
  font-family: -apple-system, Calibri, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.08;
  margin-bottom: 0
}

@media (max-width: 1023.98px) {

  .h1,
  h1 {
    font-size: 40px
  }
}

@media (max-width: 767.98px) {

  .h1,
  h1 {
    font-size: 26px;
    line-height: 1.15
  }
}

.h2,
h2 {
  font-family: -apple-system, Calibri, sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.22;
  margin-bottom: 0
}

@media (max-width: 767.98px) {

  .h2,
  h2 {
    font-size: 22px;
    line-height: 1.18
  }
}

.h3,
h3 {
  font-family: -apple-system, Calibri, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0
}

@media (max-width: 767.98px) {

  .h3,
  h3 {
    font-size: 19px;
    line-height: 1.16
  }
}

.h4,
h4 {
  font-weight: 700;
  margin-bottom: 0
}

.font-default {
  font-family: -apple-system, Mulish, sans-serif
}

.font-second {
  font-family: -apple-system, Calibri, sans-serif
}

.fw-500 {
  font-weight: 500 !important
}

.fw-600 {
  font-weight: 600 !important
}

.fw-800 {
  font-weight: 800 !important
}

.fw-900 {
  font-weight: 900 !important
}

.text-big {
  font-size: 20px;
  line-height: 26px
}

@media (max-width: 767.98px) {
  .text-big {
    font-size: 17px;
    line-height: 24px
  }
}

.text-sm {
  font-size: 15px;
  line-height: 22px
}

@media (max-width: 767.98px) {
  .text-sm {
    font-size: 13px;
    line-height: 18px
  }
}

.text-caption {
  font-size: 12px;
  line-height: 20px
}

@media (max-width: 767.98px) {
  .text-caption {
    font-size: 11px;
    line-height: 18px
  }
}

.text-truncate {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-secondary {
  color: #5f657a !important
}

.text-main {
  color: #f6a117 !important
}

.text-main2 {
  color: #266cba !important
}

.text-icon {
  color: #a6adbc !important
}

.text-color {
  color: #b97a14 !important
}

.text-date {
  color: #c67a00 !important
}

.beer-slider {
  display: inline-block;
  overflow: hidden;
  position: relative
}

.beer-slider *,
.beer-slider :after,
.beer-slider :before,
.beer-slider:after,
.beer-slider:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.beer-slider img,
.beer-slider svg {
  vertical-align: bottom
}

.beer-slider>* {
  height: 100%
}

.beer-slider>img {
  height: auto;
  max-width: 100%
}

.beer-reveal {
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 50%;
  top: 0;
  -webkit-transition: opacity .35s;
  transition: opacity .35s;
  z-index: 1
}

.beer-reveal>:first-child {
  height: 100%;
  max-width: none;
  width: 200%
}

.beer-reveal>img:first-child {
  height: auto
}

.beer-range {
  -moz-appearance: none;
  -ms-touch-action: auto;
  -webkit-appearance: slider-horizontal !important;
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: -1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  touch-action: auto;
  width: calc(100% + 2px);
  z-index: 2
}

.beer-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 300vh
}

.beer-range::-moz-range-thumb {
  -webkit-appearance: none;
  height: 300vh
}

.beer-range::-ms-tooltip {
  display: none
}

.beer-handle {
  background: hsla(0, 0%, 100%, .5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px transparent;
  box-shadow: 0 0 6px transparent;
  color: #000;
  height: 48px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: background .3s, opacity .5s .25s, -webkit-box-shadow .3s;
  transition: background .3s, opacity .5s .25s, -webkit-box-shadow .3s;
  transition: background .3s, box-shadow .3s, opacity .5s .25s;
  transition: background .3s, box-shadow .3s, opacity .5s .25s, -webkit-box-shadow .3s;
  width: 48px;
  z-index: 2
}

.beer-handle:after,
.beer-handle:before {
  border-left: 2px solid;
  border-top: 2px solid;
  content: "";
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 10px
}

.beer-handle:before {
  left: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.beer-handle:after {
  right: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.beer-range:focus~.beer-handle {
  background: hsla(0, 0%, 100%, .85);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
  box-shadow: 0 0 3px rgba(0, 0, 0, .4)
}

.beer-reveal[data-beer-label]:after,
.beer-slider[data-beer-label]:after {
  background: hsla(0, 0%, 100%, .75);
  border-radius: .125rem;
  content: attr(data-beer-label);
  line-height: 1;
  padding: .5rem;
  position: absolute;
  top: 1.5rem
}

.beer-slider[data-beer-label]:after {
  right: 1.5rem
}

.beer-reveal[data-beer-label]:after {
  left: 1.5rem
}

.beer-reveal[data-beer-label=""]:after,
.beer-slider[data-beer-label=""]:after {
  content: none
}

.beer-ready .beer-handle,
.beer-ready .beer-reveal {
  opacity: 1
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px)
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}

.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px
}

.choices:focus {
  outline: 0
}

.choices:last-child {
  margin-bottom: 0
}

.choices.is-open {
  overflow: initial
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.choices.is-disabled .choices__item {
  cursor: not-allowed
}

.choices [hidden] {
  display: none !important
}

.choices[data-type*=select-one] {
  cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .25
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
  opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00bcd4;
  box-shadow: 0 0 0 2px #00bcd4
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none
}

.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none
}

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
  opacity: 1
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px
}

.choices__list--single .choices__item {
  width: 100%
}

.choices__list--multiple {
  display: inline
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191
}

.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility
}

.choices__list--dropdown.is-active {
  visibility: visible
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px
}

[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px
  }

  .choices__list--dropdown .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after {
    right: auto;
    left: 10px
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after {
  opacity: .5
}

.choices__item {
  cursor: default
}

.choices__item--selectable {
  cursor: pointer
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .5
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer
}

.choices__button:focus,
.choices__input:focus {
  outline: 0
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0
}

.choices__placeholder {
  opacity: .5
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .4s;
  transition-duration: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: 450ms;
  transition-duration: 450ms
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: 550ms;
  transition-duration: 550ms
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: .6s;
  transition-duration: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: 650ms;
  transition-duration: 650ms
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: .7s;
  transition-duration: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: 750ms;
  transition-duration: 750ms
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: .8s;
  transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(.25, .25, .75, .75);
  transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
  transition-timing-function: cubic-bezier(.25, .1, .25, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(.42, 0, 1, 1);
  transition-timing-function: cubic-bezier(.42, 0, 1, 1)
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, .58, 1);
  transition-timing-function: cubic-bezier(0, 0, .58, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
  transition-timing-function: cubic-bezier(.42, 0, .58, 1)
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 150px, 0);
  transform: translate3d(0, 150px, 0)
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -150px, 0);
  transform: translate3d(0, -150px, 0)
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-150px, 0, 0);
  transform: translate3d(-150px, 0, 0)
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(150px, 0, 0);
  transform: translate3d(150px, 0, 0)
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-150px, 150px, 0);
  transform: translate3d(-150px, 150px, 0)
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(150px, 150px, 0);
  transform: translate3d(150px, 150px, 0)
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-150px, -150px, 0);
  transform: translate3d(-150px, -150px, 0)
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(150px, -150px, 0);
  transform: translate3d(150px, -150px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1)
}

[data-aos=zoom-in] {
  -webkit-transform: scale(.6);
  transform: scale(.6)
}

[data-aos=zoom-in-zero] {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0)
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

/*! nouislider - 14.6.1 - 8/17/2020 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-target {
  position: relative
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.noUi-connects {
  overflow: hidden;
  z-index: 0
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat
}

.noUi-connect {
  height: 100%;
  width: 100%
}

.noUi-origin {
  height: 10%;
  width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto
}

.noUi-vertical .noUi-origin {
  width: 0
}

.noUi-horizontal .noUi-origin {
  height: 0
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute
}

.noUi-touch-area {
  height: 100%;
  width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
  cursor: inherit !important
}

.noUi-horizontal {
  height: 18px
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px
}

.noUi-vertical {
  width: 18px
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
  border-radius: 3px
}

.noUi-connect {
  background: #3fb8af
}

.noUi-draggable {
  cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px
}

.noUi-handle:after {
  left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px
}

.noUi-vertical .noUi-handle:after {
  top: 17px
}

[disabled] .noUi-connect {
  background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-pips {
  position: absolute;
  color: #999
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}

.noUi-marker {
  position: absolute;
  background: #ccc
}

.noUi-marker-sub {
  background: #aaa
}

.noUi-marker-large {
  background: #aaa
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px
}

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.carousel *,
.carousel :after,
.carousel :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%
}

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain
}

.has-dots {
  margin-bottom: calc(.5rem + 22px)
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + .5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: .25;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
  box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease
}

.carousel__button.is-next,
.carousel__button.is-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.carousel__button.is-prev {
  left: 10px
}

.carousel__button.is-next {
  right: 10px
}

.carousel__button[disabled] {
  cursor: default;
  opacity: .3
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none
}

html.with-fancybox {
  scroll-behavior: auto
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
  touch-action: none
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}

.fancybox__container *,
.fancybox__container ::after,
.fancybox__container ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

.fancybox__container :focus {
  outline: 0
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, .94));
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, .94))
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px
  }
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, .92))
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(.5rem + 22px)
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

.fancybox__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px
}

.fancybox__slide::after,
.fancybox__slide::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px
  }
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
  box-shadow: none
}

.fancybox__caption {
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow-wrap: anywhere
}

.is-loading .fancybox__caption {
  visibility: hidden
}

.fancybox__container>.carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button {
  z-index: 40
}

.fancybox__nav .carousel__button.is-next {
  right: 8px
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px
  }
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px
  }
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px
  }
}

.fancybox__content>.carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff)
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor)
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px
  }
}

.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
  opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
  -webkit-animation: .15s ease backwards fancybox-fadeIn;
  animation: .15s ease backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
  -webkit-animation: .15s ease both fancybox-fadeOut;
  animation: .15s ease both fancybox-fadeOut
}

.fancybox-fadeIn {
  -webkit-animation: .15s ease both fancybox-fadeIn;
  animation: .15s ease both fancybox-fadeIn
}

.fancybox-fadeOut {
  -webkit-animation: .1s ease both fancybox-fadeOut;
  animation: .1s ease both fancybox-fadeOut
}

.fancybox-zoomInUp {
  -webkit-animation: .2s ease both fancybox-zoomInUp;
  animation: .2s ease both fancybox-zoomInUp
}

.fancybox-zoomOutDown {
  -webkit-animation: .15s ease both fancybox-zoomOutDown;
  animation: .15s ease both fancybox-zoomOutDown
}

.fancybox-throwOutUp {
  -webkit-animation: .15s ease both fancybox-throwOutUp;
  animation: .15s ease both fancybox-throwOutUp
}

.fancybox-throwOutDown {
  -webkit-animation: .15s ease both fancybox-throwOutDown;
  animation: .15s ease both fancybox-throwOutDown
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0
  }
}

@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(.97) translate3d(0, 16px, 0);
    transform: scale(.97) translate3d(0, 16px, 0);
    opacity: 0
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(.97) translate3d(0, 16px, 0);
    transform: scale(.97) translate3d(0, 16px, 0);
    opacity: 0
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1
  }
}

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(.97) translate3d(0, 16px, 0);
    transform: scale(.97) translate3d(0, 16px, 0);
    opacity: 0
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(.97) translate3d(0, 16px, 0);
    transform: scale(.97) translate3d(0, 16px, 0);
    opacity: 0
  }
}

@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0
  }
}

@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0
  }
}

@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0
  }
}

@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0
  }
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: none;
  transition: none
}

.has-image .fancybox__content {
  padding: 0;
  background: 0 0;
  min-height: 1px
}

.is-closing .has-image .fancybox__content {
  overflow: visible
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, .9);
  color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: 0 0
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding: 0 3px;
  opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
  animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, .96));
  opacity: 0;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92
}

.fancybox__thumbs .carousel__slide>* {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, .1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, .006)), color-stop(15.5%, rgba(0, 0, 0, .021)), color-stop(22.5%, rgba(0, 0, 0, .046)), color-stop(29%, rgba(0, 0, 0, .077)), color-stop(35.3%, rgba(0, 0, 0, .114)), color-stop(41.2%, rgba(0, 0, 0, .155)), color-stop(47.1%, rgba(0, 0, 0, .198)), color-stop(52.9%, rgba(0, 0, 0, .242)), color-stop(58.8%, rgba(0, 0, 0, .285)), color-stop(64.7%, rgba(0, 0, 0, .326)), color-stop(71%, rgba(0, 0, 0, .363)), color-stop(77.5%, rgba(0, 0, 0, .394)), color-stop(84.5%, rgba(0, 0, 0, .419)), color-stop(91.9%, rgba(0, 0, 0, .434)), to(rgba(0, 0, 0, .44)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .006) 8.1%, rgba(0, 0, 0, .021) 15.5%, rgba(0, 0, 0, .046) 22.5%, rgba(0, 0, 0, .077) 29%, rgba(0, 0, 0, .114) 35.3%, rgba(0, 0, 0, .155) 41.2%, rgba(0, 0, 0, .198) 47.1%, rgba(0, 0, 0, .242) 52.9%, rgba(0, 0, 0, .285) 58.8%, rgba(0, 0, 0, .326) 64.7%, rgba(0, 0, 0, .363) 71%, rgba(0, 0, 0, .394) 77.5%, rgba(0, 0, 0, .419) 84.5%, rgba(0, 0, 0, .434) 91.9%, rgba(0, 0, 0, .44) 100%);
  padding: 0;
  -ms-touch-action: none;
  touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .4))
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px
  }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
  animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0
}

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.fancybox__toolbar__items--left {
  margin-right: auto
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
  margin-left: auto
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none
  }
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, .96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block
}

.beer-slider {
  border-radius: 16px
}

.beer-reveal>img {
  border-radius: 16px;
  overflow: hidden
}

.beer-reveal[data-beer-label]:after,
.beer-slider[data-beer-label]:after {
  font-size: 20px;
  line-height: 24px;
  border-radius: 16px;
  padding: 16px;
  background-color: rgba(255, 255, 255, .1);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  top: auto;
  bottom: 16px;
  white-space: nowrap;
  width: auto;
  color: #fff;
  left: 16px
}

@media (max-width: 1023.98px) {

  .beer-reveal[data-beer-label]:after,
  .beer-slider[data-beer-label]:after {
    font-size: 16px;
    line-height: 2px;
    border-radius: 12px
  }
}

@media (max-width: 767.98px) {

  .beer-reveal[data-beer-label]:after,
  .beer-slider[data-beer-label]:after {
    font-size: 13px;
    line-height: 18px;
    padding: 12px;
    bottom: 8px;
    left: 8px;
    max-width: calc(50vw - 32px);
    white-space: normal
  }
}

@media (max-width: 575.98px) {

  .beer-reveal[data-beer-label]:after,
  .beer-slider[data-beer-label]:after {
    padding: 8px
  }
}

.beer-slider[data-beer-label]:after {
  left: auto;
  right: 16px
}

@media (max-width: 767.98px) {
  .beer-slider[data-beer-label]:after {
    right: 8px
  }
}

.beer-handle {
  width: 2px;
  height: 100%;
  background-color: #fff
}

.beer-handle:after,
.beer-handle:before {
  display: none;
  border: none
}

.beer-handle:after {
  display: block;
  width: 64px;
  height: 76px;
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='76' viewBox='0 0 64 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='28' width='8' height='76' rx='4' fill='white'/%3E%3Cpath d='M15 32L9 38L15 44' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M49 44L55 38L49 32' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (max-width: 767.98px) {
  .beer-handle:after {
    height: 48px;
    width: 58px
  }
}

.swiper {
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s
}

.swiper-initialized {
  opacity: 1
}

.swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.swiper-slide>* {
  width: 100%
}

.swiper-horizontal .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  margin-top: 16px;
  bottom: 0
}

.swiper-horizontal .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: 0 0;
  border: 1px solid;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f6a117
}

.swiper-horizontal .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1);
  opacity: 0
}

.swiper-horizontal .swiper-pagination .swiper-pagination-bullet-active:after {
  opacity: 1
}

.swiper-horizontal .swiper-pagination--light .swiper-pagination-bullet {
  color: #fff;
  border-color: rgba(255, 255, 255, .4)
}

.swiper-horizontal .swiper-pagination--gray .swiper-pagination-bullet {
  color: #a6adbc;
  border-color: #a6adbc
}

.swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .1);
  color: #fff;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.swiper-button:hover {
  color: #f6a117
}

.swiper-button:after {
  display: none
}

.swiper-button .icon {
  width: 32px;
  height: 32px
}

.swiper-button--white {
  z-index: 10;
  background: #fff;
  color: #266cba
}

.swiper-button--white:hover {
  color: #f6a117
}

.swiper-button--gray {
  z-index: 3;
  border: 1px solid #d7ddea;
  color: #a6adbc;
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(27, 32, 45, .12);
  box-shadow: 0 0 12px rgba(27, 32, 45, .12)
}

.swiper-button--static {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: none;
  transform: none;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

@media (max-width: 575.98px) {
  .swiper-button--static {
    width: 36px;
    height: 36px;
    -webkit-box-shadow: 0 0 12px rgba(27, 32, 45, .12);
    box-shadow: 0 0 12px rgba(27, 32, 45, .12)
  }

  .swiper-button--static .icon {
    width: 24px;
    height: 24px
  }
}

.swiper-arrow-wrap {
  max-width: 1416px;
  padding-left: 72px;
  padding-right: 72px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%
}

@media (max-width: 767px) {
  .swiper-arrow-wrap .swiper-pagination {
    display: none
  }
}

@media (max-width: 767.98px) {
  .swiper-arrow-wrap {
    padding-left: 16px;
    padding-right: 16px
  }

  .swiper-arrow-wrap>.swiper {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px
  }
}

.swiper-arrow-wrap .swiper-button {
  margin-top: -37px
}

.swiper-arrow-wrap .swiper-button-prev {
  left: 6px
}

.swiper-arrow-wrap .swiper-button-next {
  right: 6px
}

.choices {
  font-size: inherit;
  overflow: visible
}

.choices:after {
  border: none !important;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23A6ADBC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 10px !important;
  height: 6px !important;
  margin: -3px 0 0 !important;
  background-repeat: no-repeat
}

.choices.is-open:after {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1)
}

.choices.is-open .choices__list--dropdown {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.choices__inner {
  background-color: #fff;
  border-radius: 8px !important;
  border: 1px solid #d7ddea !important;
  padding: 0 16px !important;
  outline: 0 !important;
  height: 52px;
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.choices__inner .choices__list--single {
  padding: 0;
  white-space: nowrap
}

.choices__inner .choices__list--single .choices__placeholder {
  color: #a6adbc;
  opacity: 1
}

.choices__list--dropdown {
  -webkit-box-shadow: 0 4px 18px rgba(27, 32, 45, .14);
  box-shadow: 0 4px 18px rgba(27, 32, 45, .14);
  border-radius: 12px;
  padding: 8px;
  border: none;
  font-size: 15px;
  line-height: 20px;
  margin-top: 6px;
  pointer-events: none;
  -webkit-transition: .25s;
  transition: .25s;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.choices__list--dropdown .choices__placeholder {
  display: none
}

.choices__list--dropdown .choices__item {
  padding: 8px;
  border-radius: 8px;
  white-space: normal
}

.choices__list--dropdown .choices__item:after {
  display: none
}

.choices__list--dropdown .choices__item.is-highlighted {
  background: #fbfbfe
}

.choices__list--dropdown .choices__item.is-selected {
  background: #fbfbfe;
  color: #266cba
}

.choices__list--dropdown .choices__list {
  scrollbar-width: thin;
  scrollbar-color: #d7ddea #a6adbc;
  overflow: auto;
  padding-right: 11px
}

.choices__list--dropdown .choices__list::-webkit-scrollbar {
  width: 3px
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-track {
  background: #d7ddea;
  border-radius: 8px
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
  background-color: #a6adbc;
  border-radius: 8px
}

.litepicker {
  font-family: -apple-system, Mulish, sans-serif;
  color: #1b202d;
  -webkit-box-shadow: 0 4px 18px rgba(27, 32, 45, .14);
  box-shadow: 0 4px 18px rgba(27, 32, 45, .14);
  border-radius: 16px;
  background: #fff;
  padding: 0 11px 11px
}

.litepicker .container__main {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0
}

.litepicker .container__months {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none
}

.litepicker .container__months .month-item-header {
  border-bottom: 1px solid #d7ddea;
  padding-bottom: 3px;
  padding-top: 3px;
  margin-bottom: 10px
}

.litepicker .container__months .month-item-header .month-item-name {
  text-transform: capitalize;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700
}

.litepicker .container__months .month-item-header .month-item-year {
  font-weight: 700
}

.litepicker .container__months .month-item-header button {
  cursor: pointer !important;
  color: #a6adbc
}

.litepicker .container__months .month-item-header button svg {
  fill: none !important
}

.litepicker .container__months .month-item-header button:hover {
  color: #f6a117 !important
}

.litepicker .container__months .month-item-weekdays-row {
  text-transform: uppercase;
  font-size: 11px;
  color: #1b202d;
  opacity: 1;
  font-weight: 500
}

.litepicker .container__days .day-item {
  border-radius: 8px;
  letter-spacing: .02em;
  cursor: pointer;
  padding: 7px 0
}

.litepicker .container__days .day-item.is-locked {
  color: #a6adbc;
  pointer-events: none
}

.litepicker .container__days .day-item.is-in-range {
  background: #fbfbfe
}

.litepicker .container__footer {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 0
}

.litepicker .container__footer .preview-date-range {
  display: none
}

.litepicker .container__footer button {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  border-radius: 8px !important;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  width: 148px;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.litepicker .container__footer button.button-apply {
  margin: 0;
  background: #266cba
}

.litepicker .container__footer button.button-apply:hover {
  background: #1f5898
}

.litepicker .container__footer button.button-apply:disabled {
  opacity: .5;
  pointer-events: none;
  -webkit-filter: grayscale(1);
  filter: grayscale(1)
}

.litepicker .container__footer button.button-cancel {
  color: #266cba;
  background: 0 0;
  border: 1px solid #d7ddea
}

.litepicker .container__footer button.button-cancel:hover {
  border-color: #266cba
}

.noUi-target {
  border: none;
  height: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #d7ddea;
  border-radius: 2px;
  margin-bottom: 22px
}

.noUi-connect {
  background: #f6a117;
  border-radius: 2px
}

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  right: -8px;
  top: -6px;
  cursor: -webkit-grab;
  cursor: grab;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C3.58143 0 0 3.58143 0 8C0 12.4186 3.58143 16 8 16C12.4186 16 16 12.4186 16 8C15.9982 3.58143 12.4168 0 8 0ZM8 13.4086C8 10.4208 5.57743 8 2.59142 8C5.57921 8 8 5.57743 8 2.59142C8 5.57921 10.4226 8 13.4086 8C10.4208 8 8 10.4208 8 13.4086Z' fill='%23F6A117'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center
}

.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
  display: none
}

.noUi-touch-area {
  width: 150%;
  height: 150%;
  top: -25%;
  left: -25%;
  opacity: 0;
  position: absolute
}

.fancybox__backdrop {
  background: rgba(44, 58, 95, .8)
}

.fancybox__content {
  border-radius: 16px;
  padding: 60px 80px
}

@media (max-width: 767.98px) {
  .fancybox__content {
    padding: 40px 16px
  }
}

.fancybox__content>.carousel__button.is-close {
  top: 9px;
  color: #a6adbc;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 9px;
  right: 8px
}

.fancybox__content>.carousel__button.is-close svg {
  -webkit-filter: none;
  filter: none
}

.fancybox__content>.carousel__button.is-close:hover {
  color: #1b202d
}

@media (max-width: 1023.98px) {
  .fancybox__slide {
    padding: 8px
  }
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: 0
}

.footer {
  background: #fff
}

.footer--border {
  border-top: 1px solid #d7ddea
}

.footer__logo {
  margin-bottom: 16px
}

@media (max-width: 1023.98px) {
  .footer__logo {
    margin-bottom: 0;
    margin-right: auto
  }
}

.footer__contacts {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px
}

@media (max-width: 1023.98px) {
  .footer__contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (max-width: 767.98px) {
  .footer__contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.footer__contacts>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px
}

@media (max-width: 1023.98px) {
  .footer__contacts>div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media (max-width: 767.98px) {
  .footer__contacts>div {
    width: 100%
  }

  .footer__contacts>div .link-contact {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media (max-width: 575.98px) {
  .footer__contacts>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
  }

  .footer__contacts>div .link-contact {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.footer__main {
  padding-top: 56px;
  margin-bottom: 56px
}

@media (max-width: 767.98px) {
  .footer__main {
    padding-top: 16px
  }
}

@media (max-width: 575.98px) {
  .footer__main {
    margin-bottom: 20px
  }
}

.footer__border {
  border-left: 1px solid #d7ddea;
  padding-left: 88px
}

@media (max-width: 1239.98px) {
  .footer__border {
    padding-left: 32px
  }
}

@media (max-width: 575.98px) {
  .footer__border {
    border: none;
    padding-left: 0
  }
}

.footer__bottom {
  border-top: 1px solid #e3e5f0;
  padding: 16px 0 24px
}

.footer__hr {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto !important;
  max-width: none !important;
  min-width: 100%;
  margin-left: -4px;
  margin-right: -4px;
  height: 1px;
  background: #e3e5f0
}

.footer__socials {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (max-width: 767.98px) {
  .footer__socials {
    position: static;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none
  }
}

@media (max-width: 575.98px) {
  .footer__socials {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.footer__bottom-row {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width: 767.98px) {
  .footer__bottom-row {
    height: auto
  }
}

.footer__menu ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.footer__menu ul>li {
  padding-top: 12px
}

@media (max-width: 767.98px) {
  .footer__menu ul>li {
    padding-top: 8px
  }
}

.footer__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #5f657a;
  font-weight: 500;
  text-transform: uppercase
}

@media (max-width: 767px) {
  .footer__toggle {
    font-size: 11px
  }
}

.header {
  background: #fff;
  border-bottom: 1px solid #d7ddea;
  z-index: 100;
  position: relative
}

@media (min-width: 767px) {
  .header.header--light .nav-icon2 span {
    background: #fff
  }

  .header.header--light .header__logo path:not(:last-child) {
    fill: #fff
  }
}

.header__row {
  max-width: 1920px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  position: relative
}

@media (max-width: 767.98px) {
  .header__row {
    height: 56px
  }
}

@media (max-width: 575.98px) {
  .header__row {
    gap: 8px
  }
}

.header__logo {
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1);
  flex-shrink: 0;
}

.header__logo svg {
  max-width: 100%;
  display: block
}

@media (max-width: 767.98px) {
  .header__logo {
    width: 194px
  }
}

.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (min-width: 1400px) {
  .header__socials {
    margin-right: 42px
  }
}

.header__phone-link {
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1);
  font-weight: 700;
  white-space: nowrap;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px dashed rgba(166, 173, 188, .5)
}

@media (min-width: 1400px) {
  .header__phone-link {
    margin-right: 16px
  }
}

.header__phone-link:hover {
  color: #f6a117
}

.header__btn-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #d7ddea;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1);
  font-size: 15px;
  line-height: 22px
}

@media (max-width: 767.98px) {
  .header__btn-menu {
    width: 32px;
    height: 32px;
    border: none
  }
}

.header__btn-menu .icon-close {
  display: none
}

.header__btn-menu--catalog {
  border-radius: 8px;
  color: #266cba;
  background: #fbfbfe;
  border: none
}

@media (min-width: 1024px) {
  .header__btn-menu:hover {
    color: #f6a117;
    border-color: #f6a117
  }
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 17px;
  line-height: 24px;
  margin: 0 auto;
  white-space: nowrap;
  font-weight: 700
}

.header__menu ul {
  gap: 20px;
  margin-bottom: 0;
}

@media (min-width: 1400px) {
  .header__menu ul {
    gap: 40px
  }
}

.header__menu a {
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.header__menu a:hover {
  color: #16779b;
}

@media (min-width: 768px) {
  .header--light {
    border: none;
    background: 0 0
  }

  .header--light .header__logo:not(:hover) {
    color: #fff
  }

  .header--light .header__phone-link:not(:hover) {
    color: #fff
  }

  .header--light .header__menu a:not(:hover) {
    color: #fff
  }

  .header--light .header__row .btn-menu {
    background: 0 0;
    border: 1px solid;
    color: #fff !important
  }

  .header--light .header__row .btn-menu:hover {
    color: #f6a117 !important
  }

  .header--light .header__socials .link-soc {
    color: #fff
  }

  .header--light .header__socials .link-soc:hover {
    color: #f6a117;
    background: 0 0
  }
}

.nav-icon2 {
  width: 16px;
  height: 12px;
  position: relative;
  margin: 12px auto;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer
}

.nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

.nav-icon2 span:nth-child(1) {
  top: 0
}

.nav-icon2 span:nth-child(2) {
  top: 5px
}

.nav-icon2 span:nth-child(3) {
  top: 10px
}

.is-menu-show .nav-icon2 span:nth-child(1),
.overflow-hidden .nav-icon2 span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.is-menu-show .nav-icon2 span:nth-child(2),
.overflow-hidden .nav-icon2 span:nth-child(2) {
  opacity: 0;
  left: -60px
}

.is-menu-show .nav-icon2 span:nth-child(3),
.overflow-hidden .nav-icon2 span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  height: 52px;
  color: #fff;
  background-color: #266cba;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1);
  padding: 0 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  gap: 10px;
  white-space: nowrap;
  font-weight: 700
}

.btn:before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #0d7ccc;
  width: 0;
  -webkit-transition: width .3s;
  transition: width .3s
}

.btn:hover {
  color: #fff
}

.btn:hover:before {
  left: 0;
  width: 100%
}

@media (min-width: 1024px) {
  .btn:hover {
    background-color: #1f5898
  }
}

.btn--outline {
  border: 1px solid #d7ddea;
  background-color: transparent;
  color: #266cba
}

.btn--outline:hover {
  color: #266cba
}

@media (min-width: 1024px) {
  .btn--outline:hover {
    background-color: #266cba;
    color: #fff
  }
}

.btn--main {
  color: #fff;
  background-color: #f6a117
}

.btn--main:hover {
  color: #fff
}

@media (min-width: 1024px) {
  .btn--main:hover {
    background-color: #dc8b09
  }
}

.btn--light {
  color: #266cba;
  background-color: #eff7ff
}

@media (max-width: 575.98px) {
  .btn--filters {
    height: auto;
    padding: 0;
    background: 0 0;
    color: #5f657a
  }

  .btn--filters .icon {
    color: #a6adbc
  }
}

.btn .icon-search {
  width: 40px;
  height: 40px
}

.btn--quard {
  width: 52px;
  padding-left: 0;
  padding-right: 0
}

.btn--sm {
  height: 40px;
  font-size: 15px;
  padding-left: 16px;
  padding-right: 16px
}

.btn--sm.btn--quard {
  width: 40px;
  padding: 0
}

.btn--instagram {
  -webkit-box-shadow: inset 0 0 20px 5px rgba(255, 255, 255, .15);
  box-shadow: inset 0 0 20px 5px rgba(255, 255, 255, .15);
  -webkit-filter: drop-shadow(0 3px 0 rgba(0, 0, 0, .15));
  filter: drop-shadow(0 3px 0 rgba(0, 0, 0, .15));
  background: url(/local/templates/discoverynn/assets/css/../img/btn-bg.png);
  background-size: 100% 100%;
  font-weight: 700
}

@media (max-width: 575.98px) {
  .btn--instagram {
    width: 100%;
    background-size: 130% 100%;
    background-position: 10% center
  }
}

.btn--instagram:hover {
  background-size: 150% 100%
}

.btn-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #d7ddea;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1);
  font-size: 15px;
  line-height: 22px;
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .btn-menu {
    width: 32px;
    height: 32px;
    border: none
  }
}

.btn-menu .icon-close {
  display: none
}

.btn-menu--catalog {
  border-radius: 8px;
  color: #266cba;
  background: #fbfbfe;
  border: none
}

@media (min-width: 1024px) {
  .btn-menu:hover {
    color: #f6a117;
    border-color: #f6a117
  }
}

.btn-menu[aria-expanded=true] .icon {
  display: none
}

.btn-menu[aria-expanded=true] .icon-close {
  display: block
}

.btn-toggle {
  font-weight: 700;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.link {
  display: inline-block;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.link--secondary {
  color: #5f657a
}

.link--secondary:hover {
  color: #1b202d
}

.link--main {
  color: #f6a117
}

.link--main:hover {
  color: #dc8b09
}

.link--main2 {
  color: #266cba
}

.link--main2:hover {
  color: #f6a117
}

.link--icon {
  color: #a6adbc
}

.link--icon:hover {
  color: #266cba
}

.link--icon.is-active {
  color: #266cba
}

.link[data-show]:before {
  content: attr(data-show)
}

.link[data-show][aria-expanded=true]:before {
  content: attr(data-close)
}

.link-stretch:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.link-contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 52px;
  gap: 12px;
  border: 1px solid #d7ddea;
  border-radius: 12px;
  padding: 0 24px;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

@media (max-width: 1023.98px) {
  .link-contact {
    padding: 0 16px
  }
}

@media (max-width: 767.98px) {
  .link-contact {
    height: 48px
  }
}

.link-contact i {
  color: #266cba
}

@media (min-width: 1024px) {
  .link-contact:hover {
    color: #266cba
  }
}

.link-contact:active {
  color: #266cba
}

.link-soc {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1);
  color: #266cba;
  position: relative
}

@media (max-width: 575.98px) {
  .link-soc {
    width: 32px;
    height: 32px
  }
}

.link-soc__tooltip {
  position: absolute;
  top: 0;
  font-size: 15px;
  line-height: 22px;
  background-color: #eff7ff;
  color: #266cba;
  padding: 4px 8px;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s cubic-bezier(.68, -.55, .265, 1.55);
  transition: all .3s cubic-bezier(.68, -.55, .265, 1.55)
}

@media (max-width: 1023.98px) {
  .link-soc__tooltip {
    width: 0;
    height: 0;
    overflow: hidden
  }
}

.link-soc__tooltip:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #eff7ff;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(45deg);
  transform: translate(-50%) rotate(45deg);
  -webkit-transition: all .3s cubic-bezier(.68, -.55, .265, 1.55);
  transition: all .3s cubic-bezier(.68, -.55, .265, 1.55)
}

.link-soc:hover {
  color: #266cba
}

@media (min-width: 1024px) {
  .link-soc:hover {
    background: #fbfbfe
  }

  .link-soc:hover .link-soc__tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
  }
}

.link-soc:active {
  background: #fbfbfe
}

.link-inherit {
  color: inherit;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.link-inherit:hover {
  color: #1b202d;
  text-decoration: underline
}

.link-play {
  position: absolute;
  border-radius: 50%;
  background: #f6a117;
  color: #fff;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1
}

@media (max-width: 767.98px) {
  .link-play {
    width: 32px;
    height: 32px
  }
}

.icon {
  color: currentColor;
  width: 24px;
  height: 24px;
  fill: none;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.icon-chevron.right {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.icon-chevron.left {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.icon-16 {
  width: 16px;
  height: 16px
}

.icon-20 {
  width: 20px;
  height: 20px
}

.icon-32 {
  width: 32px;
  height: 32px
}

.icon-cards {
  width: 18px;
  height: 18px
}

.icon-close {
  width: 16px;
  height: 16px
}

.icon-play {
  width: 12px;
  height: 12px
}

[aria-expanded=true] .icon-chevron {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1)
}

.subscription {
  background: #fbfbfe;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 101%;
  margin-top: auto;
  padding: 60px 0
}

@media (max-width: 1023.98px) {
  .subscription {
    position: relative;
    z-index: 1
  }

  .subscription:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: .5;
    z-index: -1
  }
}

@media (max-width: 767.98px) {
  .subscription {
    background-image: none !important;
    padding: 20px 0
  }
}

.input {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #d7ddea;
  padding: 13px 16px;
  outline: 0 !important;
  height: 52px
}

.input:focus {
  background: #fff
}

.input.placeholder {
  opacity: 1;
  color: #5f657a
}

.input:-moz-placeholder {
  opacity: 1;
  color: #5f657a
}

.input::-moz-placeholder {
  opacity: 1;
  color: #5f657a
}

.input:-ms-input-placeholder {
  opacity: 1;
  color: #5f657a
}

.input::-webkit-input-placeholder {
  opacity: 1;
  color: #5f657a
}

.input--textarea {
  resize: none;
  height: 80px
}

.input--textarea+.input-group__label {
  top: 25px
}

.input-group {
  position: relative
}

.input-group__label {
  position: absolute;
  z-index: 1;
  line-height: 1;
  color: #5f657a;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.input-group .input:not(:-moz-placeholder-shown)+.input-group__label {
  margin-top: -16px;
  font-size: 11px
}

.input-group .input:not(:-ms-input-placeholder)+.input-group__label {
  margin-top: -16px;
  font-size: 11px
}

.input-group .input:focus+.input-group__label,
.input-group .input:not(:placeholder-shown)+.input-group__label {
  margin-top: -16px;
  font-size: 11px
}

.emotion {
  overflow: hidden;
  position: relative
}

.emotion__arrow {
  position: absolute;
  left: 0;
  top: 0
}

.emotion__controls {
  position: absolute;
  bottom: 90px;
  width: 100%;
  left: 0
}

.emotion__comment-wrap {
  left: 180px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11
}

@media (max-width: 1900px) {
  .emotion__comment-wrap {
    left: 80px
  }
}

@media (max-width: 1500px) {
  .emotion__comment-wrap {
    width: 600px;
    height: 400px;
    left: 40px
  }
}

.emotion__comment-box {
  position: relative;
  z-index: 1;
  width: 793px;
  height: 514px
}

@media (max-width: 1239.98px) {
  .emotion__comment-box {
    width: 500px;
    height: 400px
  }
}

.emotion__comment-box>svg {
  display: block;
  width: 100%;
  height: 100%
}

@media (max-width: 1239.98px) {
  .emotion__comment-box .text-big {
    font-size: 15px;
    line-height: 20px
  }
}

.emotion__comment {
  position: absolute;
  width: 603px;
  left: 70px;
  top: 96px;
  height: 284px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1
}

@media (max-width: 1500px) {
  .emotion__comment {
    width: 85%;
    left: 0;
    padding: 0 40px;
    top: 120px;
    height: 240px
  }
}

@media (max-width: 1239.98px) {
  .emotion__comment {
    top: 80px;
    height: 232px
  }
}

.emotion .swiper-slide {
  position: relative;
  min-height: 680px
}

.emotion .swiper-slide>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.vacancy-number {
  width: 44px;
  height: 44px;
  background: #fff3df;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  color: #f6a117;
  font-weight: 700;
  margin-bottom: 24px
}

@media (max-width: 767.98px) {
  .vacancy-number {
    margin-bottom: 14px
  }
}

.text-secondary {
  display: block
}

.compare {
  padding-top: 92px;
  padding-bottom: 84px
}

.compare .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 1239.98px) {
  .compare {
    padding: 60px 0;
    height: auto
  }
}

@media (max-width: 575.98px) {
  .compare {
    padding: 0 0 40px
  }
}

.compare__wrap .compare__img {
  width: 100%;
  min-width: 1272px;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width: 1239.98px) {
  .compare__wrap .compare__img {
    min-width: 100%;
    height: 48.4vw
  }
}

.map-slide {
  background: #fbfbfe;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.map-slide__map-wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto
}

.map-slide__map-wrap[data-aos] .pin__block {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .8s;
  transition: .8s
}

.map-slide__map-wrap.aos-animate .pin__block {
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

.map-slide__img-map {
  max-height: 100%;
  display: block
}

.pin {
  position: absolute;
  width: 48px;
  height: 62px;
  z-index: 1;
  margin-top: -62px;
  cursor: pointer
}

.pin.pin-left .popover-pin {
  left: 0 !important
}

.pin.pin-right .popover-pin {
  left: auto !important;
  right: 0 !important
}

.pin:hover {
  z-index: 2
}

.pin__block {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out
}

.pin__bg {
  position: absolute;
  width: 72px;
  left: -12px;
  top: -6px;
  max-width: none;
  z-index: -1
}

.pin__drop {
  display: none
}

.pin__img-drop {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 16px
}

.pin__place {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff
}

.pin__place>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.pin__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.pin__text {
  font-size: inherit
}

.pin__link {
  display: inline-block;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1);
  font-weight: 700
}

.pin__link:hover {
  color: #1b202d
}

.travel-look {
  background-color: #fbfbfe;
  background-size: 100% 100%
}

.travel-look>.container {
  padding-top: 40px;
  padding-bottom: 40px
}

@media (min-width: 1240px) {
  .travel-look>.container {
    padding-top: 90px;
    padding-bottom: 90px
  }
}

@media (max-width: 575.98px) {
  .travel-look>.container {
    padding-top: 30px;
    padding-bottom: 5px
  }
}

.travels-popular>.container {
  padding-top: 40px;
  padding-bottom: 40px
}

@media (min-width: 1240px) {
  .travels-popular>.container {
    padding-top: 56px;
    padding-bottom: 56px
  }
}

@media (max-width: 767.98px) {
  .travels-popular>.container {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  grid-gap: 24px;
  grid-template-areas: "i1 i1 i2 i2""i1 i1 i3 i4""i5 i6 i7 i7"
}

@media (max-width: 1239.98px) {
  .gallery-grid {
    grid-gap: 16px
  }
}

@media (max-width: 1023.98px) {
  .gallery-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    gap: 16px;
    margin: 0 -16px;
    padding: 0 16px 8px
  }
}

.gallery-grid__item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block
}

@media (max-width: 1023.98px) {
  .gallery-grid__item {
    border-radius: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 240px;
    max-width: 340px
  }
}

@media (max-width: 575.98px) {
  .gallery-grid__item {
    height: 180px;
    width: 265px
  }
}

@media (min-width: 1024px) {
  .gallery-grid__item:hover .gallery-grid__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.gallery-grid__item:nth-child(1) {
  grid-area: i1
}

.gallery-grid__item:nth-child(2) {
  grid-area: i2
}

.gallery-grid__item:nth-child(3) {
  grid-area: i3
}

.gallery-grid__item:nth-child(4) {
  grid-area: i4
}

.gallery-grid__item:nth-child(5) {
  grid-area: i5
}

.gallery-grid__item:nth-child(6) {
  grid-area: i6
}

.gallery-grid__item:nth-child(7) {
  grid-area: i7
}

.gallery-grid__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  z-index: -1;
  -webkit-transition: .5s ease;
  transition: .5s ease
}

.gallery-grid__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px
}

.gallery-grid__text {
  border-radius: 16px;
  max-width: 432px;
  margin-top: auto;
  color: #fff;
  padding: 16px;
  background-color: rgba(0, 0, 0, .1);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  width: calc(100% - 16px);
  position: absolute;
  bottom: 8px;
  left: 8px
}

@media (max-width: 767.98px) {
  .gallery-grid__text {
    bottom: 4px;
    left: 4px;
    padding: 12px;
    width: calc(100% - 8px)
  }
}

@media (max-width: 575.98px) {

  .gallery-grid__text .h3,
  .gallery-grid__text h3 {
    font-size: 17px;
    line-height: 20px
  }
}

.look-gallery__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  height: 76vh;
  max-height: 654px
}

@media (max-width: 1239.98px) {
  .look-gallery__col {
    height: auto;
    max-height: none;
    gap: 16px
  }
}

.look-gallery__img {
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 30%;
  width: 64%
}

.look-gallery__img--large {
  width: 100%;
  height: 51%
}

.impressions {
  padding-top: 40px;
  padding-bottom: 40px
}

@media (max-width: 575.98px) {
  .impressions {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

.impressions-gallery {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 24px;
  grid-template-rows: repeat(3, 1fr)
}

@media (max-width: 1239.98px) {
  .impressions-gallery {
    grid-gap: 16px
  }
}

@media (max-width: 1023.98px) {
  .impressions-gallery {
    grid-gap: 8px
  }
}

@media (max-width: 575.98px) {
  .impressions-gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px
  }
}

.impressions-gallery__item {
  position: relative;
  padding-top: 100%
}

@media (max-width: 575.98px) {

  .impressions-gallery__item:nth-child(1),
  .impressions-gallery__item:nth-child(13),
  .impressions-gallery__item:nth-child(14),
  .impressions-gallery__item:nth-child(15),
  .impressions-gallery__item:nth-child(16),
  .impressions-gallery__item:nth-child(2),
  .impressions-gallery__item:nth-child(20),
  .impressions-gallery__item:nth-child(21),
  .impressions-gallery__item:nth-child(6),
  .impressions-gallery__item:nth-child(7),
  .impressions-gallery__item:nth-child(8),
  .impressions-gallery__item:nth-child(9) {
    display: none
  }
}

.impressions-gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -o-object-position: center top;
  object-position: center top;
  border-radius: 16px
}

@media (max-width: 1023.98px) {
  .impressions-gallery__item img {
    border-radius: 12px
  }
}

@media (min-width: 1240px) {
  [data-aos] .impressions-gallery__item {
    -webkit-transition: .8s ease;
    transition: .8s ease
  }

  [data-aos] .impressions-gallery__item:nth-child(1),
  [data-aos] .impressions-gallery__item:nth-child(14),
  [data-aos] .impressions-gallery__item:nth-child(15),
  [data-aos] .impressions-gallery__item:nth-child(21),
  [data-aos] .impressions-gallery__item:nth-child(6) {
    -webkit-filter: blur(10px);
    filter: blur(10px)
  }

  [data-aos].aos-animate .impressions-gallery__item:nth-child(1),
  [data-aos].aos-animate .impressions-gallery__item:nth-child(14),
  [data-aos].aos-animate .impressions-gallery__item:nth-child(15),
  [data-aos].aos-animate .impressions-gallery__item:nth-child(21),
  [data-aos].aos-animate .impressions-gallery__item:nth-child(6) {
    -webkit-filter: none;
    filter: none;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
  }

  [data-aos].aos-animate .impressions-gallery__item:nth-child(13),
  [data-aos].aos-animate .impressions-gallery__item:nth-child(18),
  [data-aos].aos-animate .impressions-gallery__item:nth-child(19),
  [data-aos].aos-animate .impressions-gallery__item:nth-child(3) {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: .6;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
  }
}

.front {
  color: #fff;
  padding-bottom: 28px;
  padding-top: 180px;
  position: relative;
  z-index: 1
}

@media (min-width: 768px) {
  .front {
    margin-top: -144px
  }
}

@media (min-width: 1240px) {
  .front {
    min-height: 100vh;
    max-height: 940px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 156px;
    overflow: hidden
  }
}

@media (max-width: 1023.98px) {
  .front {
    padding-top: 80px
  }
}

@media (max-width: 767.98px) {
  .front {
    padding-top: 37px;
    padding-bottom: 16px
  }
}

.front__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  z-index: -10
}

@media (max-width: 767.98px) {
  .front__bg {
    background-position: 70% center
  }
}

.front__center {
  padding-top: 90px;
  margin-bottom: auto;
  padding-bottom: 24px
}

.front__center .display-1 span {
  color: #f6a117
}

@media (max-width: 1239.98px) {
  .front__center {
    padding-bottom: 100px
  }
}

@media (max-width: 767.98px) {
  .front__center {
    padding-bottom: 50px
  }
}

@media (max-width: 575.98px) {
  .front__center {
    padding-bottom: 76px;
    padding-top: 0
  }
}

@media (min-width: 1240px) {
  .front__center .display-1 span {
    position: relative;
    display: inline-block;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #f6a117), color-stop(50%, #fff));
    background-image: linear-gradient(to left, #f6a117 50%, #fff 50%);
    background-size: 200% 100%;
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
  }

  .front__center .display-1.aos-animate span {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    background-position: -100% 0
  }
}

@media (max-width: 575.98px) {
  .front .h3 {
    font-size: 15px;
    line-height: 20px
  }
}

@media (min-width: 1240px) and (max-height:760px) {
  .front .display-1 {
    font-size: 48px
  }

  .front .h3 {
    font-size: 20px
  }
}

.front__mouse-icon {
  position: absolute;
  z-index: 2;
  right: -100px;
  bottom: 15px;
  cursor: pointer
}

.card-tour {
  background: #fff;
  border-radius: 16px;
  color: #1b202d;
  width: 408px;
  position: relative
}

@media (max-width: 767.98px) {
  .card-tour {
    width: calc(100vw - 44px);
    max-width: 408px
  }
}

@media (max-width: 575.98px) {
  .card-tour {
    min-width: 260px
  }
}

.card-tour__pad {
  padding: 16px
}

@media (max-width: 575.98px) {
  .card-tour__pad {
    padding: 8px
  }
}

.card-tour__img {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px
}

@media (max-width: 575.98px) {
  .card-tour__img {
    width: 60px;
    height: 60px;
    margin-right: 8px
  }
}

.card-tour__img:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9996 39.525C19.9996 28.7391 11.2541 20.0001 0.474609 20.0001C11.2605 20.0001 19.9996 11.2546 19.9996 0.475098C19.9996 11.261 28.7451 20.0001 39.5245 20.0001C28.7386 20.0001 19.9996 28.7391 19.9996 39.525Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.card-tour__img>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.card-tour__content {
  max-width: calc(100% - 100px)
}

@media (max-width: 575.98px) {
  .card-tour__content {
    max-width: calc(100% - 68px)
  }
}

.card-tour__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d7ddea
}

.card-tour__title {
  font-weight: 700;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1);
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 24px
}

@media (max-width: 575.98px) {
  .card-tour__title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 4px
  }
}

.card-tour__title:hover {
  color: #266cba
}

.card-tour__date {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700
}

@media (max-width: 575.98px) {
  .card-tour__date {
    font-size: 9px;
    line-height: 18px
  }
}

.card-tour .swiper:after {
  content: "";
  z-index: 2;
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff
}

@media (max-width: 575.98px) {
  .card-tour .swiper:after {
    width: 24px
  }
}

.card-tour .swiper-slide {
  width: auto
}

.card-tour .swiper-button-next {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fbfbfe;
  color: #a6adbc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  margin-top: 0;
  right: 0;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.card-tour .swiper-button-next:after {
  display: none
}

@media (max-width: 575.98px) {
  .card-tour .swiper-button-next {
    width: 20px;
    height: 20px
  }
}

.card-tour .swiper-button-next:hover {
  color: #f6a117
}

.card-tour--blog {
  border-radius: 16px;
  border: 1px solid #d7ddea
}

.label-tour {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  height: 28px;
  padding: 0 8px;
  text-transform: uppercase;
  color: #5f657a;
  gap: 2px;
  background: #f3f3f7;
  border-radius: 14px;
  line-height: 1;
  position: relative
}

.label-tour:hover .label-tour__popup {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 1
}

@media (max-width: 575.98px) {
  .label-tour {
    font-size: 9px;
    height: 20px;
    border-radius: 10px
  }

  .label-tour>img {
    width: 18px
  }
}

.label-tour__level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-right: 6px
}

.label-tour__level span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d7ddea;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width: 575.98px) {
  .label-tour__level span {
    width: 4px;
    height: 4px
  }
}

.label-tour__level.is-active-1 span:nth-child(1) {
  background: #f6a117
}

.label-tour__level.is-active-2 span:nth-child(1),
.label-tour__level.is-active-2 span:nth-child(2) {
  background: #f6a117
}

.label-tour__level.is-active-3 span:nth-child(1),
.label-tour__level.is-active-3 span:nth-child(2),
.label-tour__level.is-active-3 span:nth-child(3) {
  background: #f6a117
}

.label-tour__level.is-active-4 span:nth-child(1),
.label-tour__level.is-active-4 span:nth-child(2),
.label-tour__level.is-active-4 span:nth-child(3),
.label-tour__level.is-active-4 span:nth-child(4) {
  background: #f6a117
}

.label-tour__level.is-active-5 span {
  background: #f6a117
}

.label-tour--transparent-bg {
  background: 0 0;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
  line-height: 22px;
  color: inherit;
  padding: 0
}

.label-tour__popup {
  position: absolute;
  padding: 16px;
  background: #fff;
  width: 282px;
  border-radius: 12px;
  left: 50%;
  margin-left: -141px;
  bottom: calc(100% + 10px);
  -webkit-filter: drop-shadow(0 4px 18px rgba(27, 32, 45, .14));
  filter: drop-shadow(0 4px 18px rgba(27, 32, 45, .14));
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: .25s;
  transition: .25s
}

.label-tour__popup:before {
  content: "";
  border: 15px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  bottom: -28px;
  z-index: 1;
  left: 50%;
  margin-left: -7px
}

.label-tour__popup_title {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.label-tour__popup_title img {
  margin-right: 10px
}

.label-tour__popup_description {
  font-size: 15px;
  line-height: 22px;
  margin-top: 8px;
  font-weight: 400;
  text-transform: none
}

.card__line .label-tour:hover .label-tour__popup {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.search {
  background: #fbfbfe;
  border-bottom: 1px solid #d7ddea;
  font-size: 15px;
  position: relative;
  z-index: 5
}

.search__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

@media (max-width: 1239.98px) {
  .search__label {
    font-size: 13px;
    margin-bottom: 4px
  }
}

.search__row {
  padding: 8px 0;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.search__row .btn {
  height: auto
}

.search__item {
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 16px;
  padding-top: 8px
}

@media (min-width: 1240px) {
  .search__item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(25% - 14px)
  }

  .search__item:first-child {
    width: calc(25% - 31px)
  }
}

@media (max-width: 1239.98px) {
  .search__item {
    padding-right: 8px
  }
}

.search__item:not(:first-child) {
  padding-left: 16px;
  border-left: 1px solid rgba(166, 173, 188, .2)
}

@media (max-width: 1239.98px) {
  .search__item:not(:first-child) {
    padding-left: 8px
  }
}

.search__item .choices__inner {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  padding: 0 !important;
  outline: 0 !important;
  height: 22px;
  min-height: 0
}

.search__item .choices__inner .choices__list--single {
  padding: 0
}

.search__item .choices:after {
  display: none
}

.search__input {
  background: 0 0 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0;
  display: block;
  width: 100%;
  color: #1b202d;
  border: none !important;
  height: 22px;
  cursor: pointer
}

.search__input.placeholder {
  opacity: 1;
  color: #a6adbc
}

.search__input:-moz-placeholder {
  opacity: 1;
  color: #a6adbc
}

.search__input::-moz-placeholder {
  opacity: 1;
  color: #a6adbc
}

.search__input:-ms-input-placeholder {
  opacity: 1;
  color: #a6adbc
}

.search__input::-webkit-input-placeholder {
  opacity: 1;
  color: #a6adbc
}

.search--light {
  background: 0 0;
  border: none
}

.search--light .search__label {
  color: #fff
}

.search--light .search__row {
  background: rgba(255, 255, 255, .2);
  border-radius: 12px;
  padding-right: 8px
}

.search--light .search__input {
  color: #fff
}

.search--light .search__input.placeholder {
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.search--light .search__input:-moz-placeholder {
  -moz-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.search--light .search__input::-moz-placeholder {
  -moz-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.search--light .search__input:-ms-input-placeholder {
  -ms-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.search--light .search__input::-webkit-input-placeholder {
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.search--light .search__input:hover.placeholder {
  color: #fff
}

.search--light .search__input:hover:-moz-placeholder {
  color: #fff
}

.search--light .search__input:hover::-moz-placeholder {
  color: #fff
}

.search--light .search__input:hover:-ms-input-placeholder {
  color: #fff
}

.search--light .search__input:hover::-webkit-input-placeholder {
  color: #fff
}

.search--light .search__item:first-child {
  padding-left: 16px
}

@media (max-width: 1239.98px) {
  .search--light .search__item:first-child {
    padding-left: 8px
  }
}

@media (min-width: 1240px) {
  .search--light .search__item:first-child {
    width: calc(25% - 14px)
  }
}

.search--light .choices__inner .choices__list--single {
  color: #fff
}

.search--light .choices__inner .choices__list--single .choices__placeholder {
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.search--light .choices__inner .choices__list--single .choices__placeholder:hover {
  color: #fff
}

.search--front {
  z-index: 10;
  margin-bottom: -72px;
  position: relative;
  top: 72px
}

@media (min-width: 1200px) {
  .search .container {
    max-width: 1318px
  }
}

.menu-mob {
  border-radius: 16px;
  padding: 16px;
  border: none;
  z-index: 100;
  width: 320px;
  gap: 24px;
  -webkit-box-shadow: 0 4px 8px rgba(11, 14, 21, .12);
  box-shadow: 0 4px 8px rgba(11, 14, 21, .12);
  margin-top: 8px !important;
  overflow: auto
}

@media (max-width: 767.98px) {
  .menu-mob {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    margin-top: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    position: fixed !important;
    top: 70px !important;
    left: 0 !important;
    height: calc(100vh - 56px)
  }
}

.menu-mob.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-animation: k-menu .5s ease both;
  animation: k-menu .5s ease both
}

@media (max-width: 575.98px) {
  .menu-mob.show {
    -webkit-animation-name: k-menu-mob;
    animation-name: k-menu-mob
  }
}

.menu-mob__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 13px;
  line-height: 18px;
  gap: 16px;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.menu-mob__links .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.menu-mob__links .link .icon {
  color: #266cba
}

.menu-mob__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px
}

.menu-mob__socials .link-soc {
  width: 36px;
  height: 36px
}

.menu-mob__link-catalog {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 48px;
  color: #266cba;
  background: #eff7ff;
  border-radius: 12px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0 24px;
  gap: 12px;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.menu-mob__footer {
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px 16px 0;
  border-top: 1px solid #d7ddea;
  margin-top: auto
}

.menu-mob__footer .text-sm {
  font-size: 13px
}

@-webkit-keyframes k-menu-mob {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes k-menu-mob {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes k-menu {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes k-menu {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.scroll-slide {
  height: auto;
  overflow: auto;
  width: 100%;
  margin: 0
}

@media (min-width: 1240px) {
  .scroll-slide {
    height: 100vh;
    width: 100%;
    margin: 0;
    overflow: hidden
  }

  .scroll-slide__item {
    height: 100vh;
    position: relative;
    overflow: hidden
  }
}

@media (max-width: 1239.98px) {
  .scroll-slide {
    height: auto !important;
    overflow: visible !important
  }
}

@media (max-width: 1239.98px) {
  .scroll-slide__wrapper {
    -webkit-transform: none !important;
    transform: none !important;
    height: auto !important
  }

  .scroll-slide__slide {
    height: auto !important
  }
}

.menu {
  position: fixed;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 1000;
  -webkit-clip-path: circle(18px at calc(100% - 34px) 36px);
  clip-path: circle(18px at calc(100% - 34px) 36px);
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  visibility: hidden
}

@media (min-width: 1920px) {
  .menu {
    -webkit-clip-path: circle(18px at calc(100% - 50vw + 926px) 36px);
    clip-path: circle(18px at calc(100% - 50vw + 926px) 36px)
  }
}

.menu__wrap {
  width: 100vw;
  height: 100vh;
  background-image: url(/local/templates/discoverynn/assets/css/../img/map-bg.svg), -webkit-gradient(linear, left top, right top, color-stop(39%, #fbfbfe), color-stop(39%, #fff));
  background-image: url(/local/templates/discoverynn/assets/css/../img/map-bg.svg), linear-gradient(90deg, #fbfbfe 39%, #fff 39%);
  background-repeat: no-repeat;
  background-position: calc(100% - 50px) 127px, left top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.menu__container {
  margin: auto
}

@media (min-width: 2000px) {
  .menu__container {
    max-width: 1504px
  }
}

.menu__list ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.menu__list ul li {
  margin-bottom: 20px
}

.menu__list a:hover {
  color: #266cba
}

.menu__form {
  max-width: 348px
}

.menu__form .h2,
.menu__form h2 {
  font-size: 32px
}

.menu__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 16px
}

@media (min-width: 2000px) {
  .menu__footer .container {
    max-width: 1504px
  }
}

.menu__border {
  border-top: 1px solid #d7ddea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 52px
}

.menu .header {
  background-color: transparent;
  border: none
}

.menu .header__logo {
  margin-right: auto
}

.menu .btn-menu {
  opacity: 0;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out
}

.menu.is-show {
  -webkit-clip-path: circle(75%);
  clip-path: circle(75%);
  visibility: visible
}

.menu.is-show .btn-menu {
  opacity: 1
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 24px
}

@media (max-width: 767.98px) {
  .breadcrumbs {
    margin-bottom: 16px
  }
}

.breadcrumbs a {
  color: #a6adbc;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.breadcrumbs a:hover {
  color: #1b202d
}

.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.breadcrumbs__item:not(:last-child):after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 16L14 12L10 8' stroke='%23A6ADBC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat
}

.filters {
  display: none
}

@media (min-width: 1240px) {
  .filters {
    padding-right: 24px
  }
}

@media (max-width: 1239.98px) {
  .filters {
    width: 100%;
    max-width: 590px
  }
}

@media (max-width: 575.98px) {
  .filters {
    position: fixed;
    border-radius: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    padding-top: 0
  }
}

.filters__item {
  border-bottom: 1px solid #d7ddea
}

.filters__item--no-border {
  border: none
}

@media (max-width: 575.98px) {
  .filters__head {
    height: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d7ddea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px
  }
}

.checkbox {
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  text-align: left
}

.checkbox__label {
  padding-left: 28px;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1);
  display: inline-block
}

.checkbox__label:before {
  content: "";
  display: block;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #d7ddea;
  position: absolute;
  left: 0;
  top: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.checkbox__label:hover:before {
  border-color: #266cba
}

.checkbox input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0
}

.checkbox input:checked~.checkbox__label {
  color: #266cba
}

.checkbox input:checked~.checkbox__label:before {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.00001 6L8 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  border-color: #266cba;
  background-color: #266cba
}

.checkbox input:disabled {
  pointer-events: none
}

.checkbox input:disabled~.checkbox__label {
  opacity: .6;
  pointer-events: none
}

.range {
  padding-bottom: 20px;
  padding-top: 20px
}

.range__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d7ddea;
  border-radius: 12px;
  width: 100%;
  position: relative
}

.range__inputs input {
  background: 0 0 !important;
  display: block;
  width: 50%;
  padding-left: 34px;
  font-size: 15px;
  border: none;
  outline: 0 !important;
  height: 48px
}

.range__inputs input:first-of-type {
  border-right: 1px solid #d7ddea
}

.range__inputs label {
  font-size: 15px;
  color: #a6adbc;
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 48px
}

.range__inputs label:last-of-type {
  left: calc(50% + 10px)
}

.view-change {
  display: block;
  margin: 0;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #d7ddea;
  width: 232px;
  position: relative
}

@media (max-width: 575.98px) {
  .view-change {
    width: 100%
  }
}

.view-change__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  z-index: 1
}

.view-change__label:before {
  content: "";
  z-index: -1;
  display: block;
  border-radius: 10px;
  background: #266cba;
  width: 50%;
  left: 2px;
  top: 2px;
  height: 34px;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s
}

.view-change__text {
  cursor: pointer;
  font-size: 15px;
  line-height: 36px;
  color: #266cba;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.view-change input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0
}

.view-change input:not(:checked)+.view-change__label .view-change__text:first-child {
  color: #fff
}

.view-change input:checked+.view-change__label:before {
  left: calc(50% - 2px)
}

.view-change input:checked+.view-change__label .view-change__text:last-child {
  color: #fff
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 1px solid #d7ddea;
  padding: 6px;
  border-radius: 16px;
  font-size: 15px;
  width: 100%
}

.card__img-link {
  position: relative;
  display: block;
  width: 246px;
  border-radius: 12px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.card__img-link>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.card__location {
  position: absolute;
  width: calc(100% - 16px);
  left: 8px;
  bottom: 8px;
  color: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  background: linear-gradient(92.36deg, rgba(255, 255, 255, .2) 5.89%, rgba(255, 255, 255, 0) 49.56%), rgba(255, 255, 255, .2);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  padding: 8px
}

.card__location .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1);
  font-family: -apple-system, Calibri, sans-serif;
  display: inline-block;
  margin-bottom: 20px
}

.card__info {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.card__full-info {
  font-size: 15px;
  line-height: 22px;
  margin-top: auto
}

.card__full-info>table td {
  padding-bottom: 8px
}

.card__full-info>table td:first-child {
  padding-right: 16px
}

.card__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.card__btns .btn--outline {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.card__price {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 12px
}

.card__price span {
  font-weight: 400
}

.card__bottom {
  width: 245px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-left: 1px solid #d7ddea;
  padding-top: 6px;
  padding-left: 16px;
  padding-right: 8px;
  padding-bottom: 16px;
  margin: -6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.card__bottom .link--secondary {
  margin-bottom: 16px
}

.card__bottom .label-tour {
  margin-bottom: 20px;
  -ms-flex-item-align: start;
  align-self: flex-start
}

@media (max-width: 1023.98px) {
  .card__bottom .label-tour {
    font-size: 11px
  }
}

@media (max-width: 1023.98px) {
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .card__bottom {
    border: none;
    margin: auto 0 0;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px
  }
}

@media (max-width: 1023.98px) and (max-width:1023.98px) {
  .card__bottom {
    padding-left: 0;
    padding-right: 0
  }
}

@media (max-width: 1023.98px) {
  .card__bottom .link--secondary {
    font-weight: 700;
    margin-bottom: 0
  }
}

@media (max-width: 1023.98px) {
  .card__bottom .label-tour {
    margin-bottom: 0;
    padding-left: 2px;
    padding-right: 2px
  }
}

@media (max-width: 1023.98px) and (max-width:1023.98px) {
  .card__bottom .label-tour {
    padding-left: 6px;
    padding-right: 6px
  }
}

@media (max-width: 1023.98px) {
  .card__bottom .label-tour span {
    display: none
  }
}

@media (max-width: 1023.98px) and (max-width:1023.98px) {
  .card__bottom .label-tour span {
    display: inline-block
  }
}

@media (max-width: 1023.98px) {
  .card__info {
    padding-left: 8px;
    padding-right: 8px
  }
}

@media (max-width: 1023.98px) and (max-width:1023.98px) {
  .card__info {
    padding-left: 0;
    padding-right: 0
  }
}

@media (max-width: 1023.98px) {
  .card__img-link {
    width: 100%;
    padding-top: 80.2817%;
    margin-bottom: 12px
  }
}

@media (max-width: 1023.98px) and (max-width:1023.98px) {
  .card__img-link {
    padding-top: 61.7647%
  }
}

@media (max-width: 1023.98px) {
  .card__title {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 4px
  }
}

@media (max-width: 1023.98px) and (max-width:1023.98px) {
  .card__title {
    margin-bottom: 8px
  }
}

@media (max-width: 1023.98px) {
  .card__full-info {
    display: none !important
  }
}

@media (max-width: 1023.98px) {
  .card__location {
    font-size: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px
  }
}

@media (max-width: 1023.98px) and (max-width:575.98px) {
  .card__location {
    font-size: 15px;
    padding: 6px
  }
}

@media (max-width: 1023.98px) {
  .card__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .card__line--date {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 12px
  }
}

@media (max-width: 1023.98px) and (max-width:1023.98px) {
  .card__line--date {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 0
  }
}

@media (max-width: 1023.98px) {
  .card__line--price {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 12px;
    border-top: 1px solid #d7ddea
  }
}

@media (max-width: 1023.98px) and (max-width:1023.98px) {
  .card__line--price {
    border: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 8px
  }
}

@media (max-width: 1023.98px) {
  .card .variant {
    display: none
  }
}

@media (max-width: 1023.98px) {
  .card__btns {
    padding-top: 8px
  }
}

@media (max-width: 1023.98px) {
  .card__price {
    margin-bottom: 4px;
    font-weight: 600
  }
}

@media (max-width: 1023.98px) and (max-width:1023.98px) {
  .card__price {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0
  }
}

.card-date-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.card-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px
}

@media (max-width: 1023.98px) {
  .card-list {
    grid-gap: 16px;
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width: 767.98px) {
  .card-list {
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden
  }
}

@media (max-width: 575.98px) {
  .card-list {
    grid-template-columns: 1fr
  }
}

@media (min-width: 1024px) {
  .card-list--plitka {
    grid-template-columns: repeat(3, 1fr)
  }

  .card-list--plitka .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: .3s;
  }
  .card-list--plitka .card:hover{
    box-shadow: 0 4px 10px rgba(0,0,0,.3);
  }
  .card-list--plitka .card__bottom {
    border: none;
    margin: auto 0 0;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px
  }
}

@media (min-width: 1024px) and (max-width:1023.98px) {
  .card-list--plitka .card__bottom {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width: 1024px) {
  .card-list--plitka .card__bottom .link--secondary {
    font-weight: 700;
    margin-bottom: 0
  }
}

@media (min-width: 1024px) {
  .card-list--plitka .card__bottom .label-tour {
    margin-bottom: 0;
    padding-left: 2px;
    padding-right: 2px
  }
}

@media (min-width: 1024px) and (max-width:1023.98px) {
  .card-list--plitka .card__bottom .label-tour {
    padding-left: 6px;
    padding-right: 6px
  }
}

@media (min-width: 1024px) {
  .card-list--plitka .card__bottom .label-tour span {
    display: none
  }
}

@media (min-width: 1024px) and (max-width:1023.98px) {
  .card-list--plitka .card__bottom .label-tour span {
    display: inline-block
  }
}

@media (min-width: 1024px) {
  .card-list--plitka .card__info {
    padding-left: 8px;
    padding-right: 8px
  }
}

@media (min-width: 1024px) and (max-width:1023.98px) {
  .card-list--plitka .card__info {
    padding-left: 0;
    padding-right: 0
  }
}

@media (min-width: 1024px) {
  .card-list--plitka .card__img-link {
    width: 100%;
    padding-top: 80.2817%;
    margin-bottom: 12px
  }
}

@media (min-width: 1024px) and (max-width:1023.98px) {
  .card-list--plitka .card__img-link {
    padding-top: 61.7647%
  }
}

@media (min-width: 1024px) {
  .card-list--plitka .card__title {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 4px
  }
}

@media (min-width: 1024px) and (max-width:1023.98px) {
  .card-list--plitka .card__title {
    margin-bottom: 8px
  }
}

@media (min-width: 1024px) {
  .card-list--plitka .card__full-info {
    display: none !important
  }
}

@media (min-width: 1024px) {
  .card-list--plitka .card__location {
    font-size: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px
  }
}

@media (min-width: 1024px) and (max-width:575.98px) {
  .card-list--plitka .card__location {
    font-size: 15px;
    padding: 6px
  }
}

@media (min-width: 1024px) {
  .card-list--plitka .card__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .card-list--plitka .card__line--date {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 12px
  }
}

@media (min-width: 1024px) and (max-width:1023.98px) {
  .card-list--plitka .card__line--date {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 0
  }
}

@media (min-width: 1024px) {
  .card-list--plitka .card__line--price {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 12px;
    border-top: 1px solid #d7ddea
  }
}

@media (min-width: 1024px) and (max-width:1023.98px) {
  .card-list--plitka .card__line--price {
    border: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 8px
  }
}

@media (min-width: 1024px) {
  .card-list--plitka .card .variant {
    display: none
  }
}

@media (min-width: 1024px) {
  .card-list--plitka .card__btns {
    padding-top: 8px
  }
}

@media (min-width: 1024px) {
  .card-list--plitka .card__price {
    margin-bottom: 4px;
    font-weight: 600
  }
}

@media (min-width: 1024px) and (max-width:1023.98px) {
  .card-list--plitka .card__price {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0
  }
}

.list-change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0;
  color: #a6adbc;
  gap: 8px
}

.list-change .icon {
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1);
  cursor: pointer
}

.list-change .icon:hover {
  color: #266cba
}

.list-change input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -10
}

.list-change input:checked+label {
  color: #266cba
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  color: #a6adbc;
  font-size: 15px;
  font-weight: 700
}

@media (max-width: 575.98px) {
  .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a6adbc;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pagination__link.is-active {
  border: 1px solid #266cba
}

.pagination a.pagination__link:hover {
  color: #266cba
}

.pagination__arrow {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a6adbc;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.pagination__arrow:hover {
  color: #266cba
}

.map {
  height: 600px;
  overflow: hidden;
  border-radius: 16px
}

.tour-map {
  height: 500px;
  margin-top: 32px;
  border-radius: 16px;
  overflow: hidden
}

.tour-map>iframe {
  height: 100% !important;
  width: 100% !important
}

.map-flex {
  background: #fff;
  padding: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 318px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: drop-shadow(0 4px 8px rgba(11, 14, 21, .12));
  filter: drop-shadow(0 4px 8px rgba(11, 14, 21, .12))
}

.map-pic {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  overflow: hidden
}

.map-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.map-item__title {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 8px;
  display: block;
  font-weight: 700
}

.map-price {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700
}

.map-date {
  font-size: 15px;
  line-height: 22px;
  color: #5f657a
}

@media (max-width: 768px) {
  .map {
    height: 380px
  }

  .tour-map {
    height: 400px;
    margin-top: 20px
  }
}

@media (max-width: 1023.98px) {
  .sidebar {
    border-bottom: 1px solid #d7ddea
  }
}

@media (min-width: 1024px) {
  .sidebar {
    background: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    border-radius: 16px
  }
}

.sidebar__price {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px
}

@media (max-width: 1023.98px) {
  .sidebar__item {
    padding-bottom: 16px
  }
}

@media (min-width: 1024px) {
  .sidebar__item {
    padding: 16px;
    border-bottom: 1px solid #d7ddea
  }
}

.sidebar__item:last-child {
  border: none
}

.sidebar__item .btn-toggle {
  padding: 0
}

.sidebar__item p {
  margin: 0
}

.sidebar__line {
  border-top: 1px solid #d7ddea
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.flex-container .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.flex-container .flex:first-child {
  min-width: 137px;
  margin-right: 10px
}

@media (max-width: 991px) {
  .flex-container .flex:first-child {
    min-width: auto
  }
}

@media (max-width: 575px) {
  .flex-container .flex:first-child {
    min-width: 118px
  }
}

.instagram {
  overflow: hidden;
  background: #fbfbfe
}

@media (max-width: 767.98px) {
  .instagram {
    background: #fff !important
  }
}

.instagram__title span {
  color: #e84471
}

.instagram__row {
  height: 860px
}

@media (max-width: 1239.98px) {
  .instagram__row {
    height: 69.3548vw
  }
}

@media (max-width: 767.98px) {
  .instagram__row {
    height: auto
  }
}

.instagram__phones {
  margin-left: -102px;
  margin-top: 31px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width: 1239.98px) {
  .instagram__phones {
    margin-left: -72px
  }
}

@media (min-width: 1240px) {
  .instagram__phones>img {
    max-width: none
  }
}

.icon-inst__elem {
  position: relative
}

.icon-inst:nth-child(1) {
  position: relative;
  z-index: 1
}

.tour-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px
}

@media (max-width: 1023.98px) {
  .tour-gallery {
    grid-gap: 16px
  }
}

@media (max-width: 767.98px) {
  .tour-gallery {
    grid-gap: 8px;
    grid-template-columns: repeat(3, 1fr)
  }
}

.tour-gallery__more {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (max-width: 767.98px) {
  .tour-gallery__more {
    font-size: 15px
  }
}

.tour-gallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 200px
}

.tour-gallery__item:nth-child(1),
.tour-gallery__item:nth-child(2),
.tour-gallery__item:nth-child(3) {
  height: 308px
}

@media (max-width: 767.98px) {

  .tour-gallery__item:nth-child(1),
  .tour-gallery__item:nth-child(2),
  .tour-gallery__item:nth-child(3) {
    height: 21.25vw
  }
}

@media (max-width: 767.98px) {
  .tour-gallery__item {
    height: 21.25vw;
    min-height: 68px
  }
}

.tour-gallery__item:nth-child(2) {
  grid-column: span 2
}

@media (max-width: 767.98px) {
  .tour-gallery__item:nth-child(2) {
    grid-column: span 3;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    height: 45.9375vw;
    min-height: 147px
  }
}

.tour-gallery__item>a {
  display: block;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  border-radius: 16px
}

.tour-gallery__item>a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: .5s;
  transition: .5s
}

@media (min-width: 1024px) {
  .tour-gallery__item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.tour-gallery__item--last img {
  -webkit-filter: blur(5px);
  filter: blur(5px)
}

.tour-gallery__item--last:hover img {
  -webkit-transform: none;
  transform: none
}

.base-option {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #d7ddea
}

@media (max-width: 767.98px) {
  .base-option {
    padding: 0
  }
}

@media (max-width: 767.98px) {
  .program__head {
    padding-left: 32px
  }
}

.program__item {
  padding-left: 32px;
  position: relative
}

@media (max-width: 575.98px) {
  .program__item {
    padding-left: 0
  }
}

.program__item:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.3' cx='10' cy='10' r='10' fill='%23F6A117'/%3E%3Ccircle opacity='0.5' cx='10' cy='10' r='6' fill='%23F6A117'/%3E%3Ccircle cx='10' cy='10' r='4' fill='%23F6A117'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  left: 0;
  top: 3px
}

.program__item:not(:last-child):after {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 9px;
  left: 9px;
  border-left: 2px dashed #d7ddea
}

@media (max-width: 575.98px) {
  .program__item:not(:last-child):after {
    display: none
  }
}

.program__gallery {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(5, 1fr)
}

@media (max-width: 767.98px) {
  .program__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-right: -16px;
    padding-right: 16px;
    overflow: auto;
    padding-bottom: 8px
  }
}

@media (max-width: 575.98px) {
  .program__gallery {
    margin-left: -16px;
    padding-left: 16px
  }
}

.program__gallery a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 16px
}

@media (max-width: 767.98px) {
  .program__gallery a {
    width: 122px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 80px
  }
}

.program__gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.program__gallery a.is-more {
  position: relative
}

.program__gallery a.is-more img {
  -webkit-filter: blur(3px);
  filter: blur(3px)
}

.program__gallery a.is-more>span {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
  color: #fff
}

.review {
  border-bottom: 1px solid #d7ddea
}

.review__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  position: relative
}

.review__photo {
  overflow: hidden;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px
}

@media (max-width: 575.98px) {
  .review__photo {
    width: 52px;
    height: 52px;
    margin-right: 16px
  }
}

.review__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.review__name {
  padding-top: 5px
}

@media (max-width: 575.98px) {
  .review__name {
    padding-top: 0
  }
}

.review__rate {
  margin-left: auto;
  padding-top: 8px
}

@media (max-width: 575.98px) {
  .review__rate {
    padding-top: 0;
    position: absolute;
    bottom: 0;
    right: 0
  }
}

.review__gallery {
  padding-top: 24px;
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(6, 1fr)
}

@media (max-width: 767.98px) {
  .review__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-right: -16px;
    padding-right: 16px;
    overflow: auto;
    padding-bottom: 8px
  }
}

@media (max-width: 575.98px) {
  .review__gallery {
    margin-left: -16px;
    padding-left: 16px
  }
}

.review__gallery a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 16px
}

@media (max-width: 767.98px) {
  .review__gallery a {
    width: 122px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 80px
  }
}

.review__gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.review__gallery a.is-more {
  position: relative
}

.review__gallery a.is-more img {
  -webkit-filter: blur(3px);
  filter: blur(3px)
}

.review__gallery a.is-more>span {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
  color: #fff
}

.rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  color: #6c757d
}

@media (max-width: 575.98px) {
  .rate {
    gap: 0
  }
}

.rate .icon {
  color: #a6adbc
}

@media (max-width: 575.98px) {
  .rate .icon {
    width: 20px;
    height: 20px
  }
}

.rate--5 i {
  color: #f6a117
}

.rate--4 .icon:not(:last-child) {
  color: #f6a117
}

.rate--3 .icon:nth-last-child(n+3) {
  color: #f6a117
}

.rate--2 .icon:nth-last-child(n+4) {
  color: #f6a117
}

.rate--1 .icon:nth-last-child(5) {
  color: #f6a117
}

.tags-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px
}

@media (max-width: 767.98px) {
  .tags-sort {
    gap: 8px
  }
}

.tags-sort__item {
  height: 32px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eff7ff;
  color: #266cba;
  gap: 4px;
  padding: 0 8px 0 12px
}

.tags-sort__item button {
  color: #266cba;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.tags-sort__item button:hover {
  opacity: .8
}

.review-block {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d7ddea
}

.review-block:last-child {
  border-bottom: none;
  margin-bottom: 0
}

.review-block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  position: relative
}

.review-block__user {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis
}

.review-block__photo {
  overflow: hidden;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px
}

@media (max-width: 575.98px) {
  .review-block__photo {
    width: 52px;
    height: 52px;
    margin-right: 16px
  }
}

.review-block__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.review-block__rate {
  margin-left: auto
}

@media (max-width: 575.98px) {
  .review-block__rate {
    padding-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 70px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.review-block__rate .rate {
  margin-bottom: 12px
}

@media (max-width: 767.98px) {
  .review-block__rate .rate {
    margin-bottom: 8px
  }
}

@media (max-width: 575.98px) {
  .review-block__rate .rate {
    margin-bottom: 0
  }
}

.review-block__scroll {
  max-height: 283px;
  scrollbar-width: thin;
  scrollbar-color: #d7ddea #a6adbc;
  overflow: auto;
  padding-right: 16px
}

.review-block__scroll::-webkit-scrollbar {
  width: 3px
}

.review-block__scroll::-webkit-scrollbar-track {
  background: #d7ddea;
  border-radius: 2px
}

.review-block__scroll::-webkit-scrollbar-thumb {
  background-color: #a6adbc;
  border-radius: 2px
}

@media (max-width: 1239.98px) {
  .review-block__scroll {
    max-height: 23.0645vw
  }
}

@media (max-width: 1023.98px) {
  .review-block__scroll {
    max-height: 240px
  }
}

@media (max-width: 767px) {
  .review-block__scroll {
    overflow: visible;
    max-height: initial
  }
}

@media (min-width: 767px) {
  .review-block__scroll {
    overflow: auto
  }

  .review-block__scroll .collapse {
    display: block
  }

  .review-block__scroll .link {
    display: none
  }
}

.review-block__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 24px;
  width: 100%
}

@media (max-width: 1023.98px) {
  .review-block__gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 12px
  }
}

@media (max-width: 575.98px) {
  .review-block__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    grid-gap: 0;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
    width: auto
  }
}

.review-block__gallery a {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  position: relative
}

@media (max-width: 575.98px) {
  .review-block__gallery a {
    width: 122px;
    height: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px
  }
}

.review-block__gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.review-block__gallery a.is-more img {
  -webkit-filter: blur(5px);
  filter: blur(5px)
}

.review-block__gallery a span {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  display: block
}

.review-block__tour {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.partners-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 575.98px) {
  .partners-slide {
    display: block
  }
}

.partners-slide__head {
  width: 274px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
  border-radius: 16px;
  border: 1px solid #d7ddea;
  position: relative;
  padding: 20px 40px
}

@media (max-width: 767.98px) {
  .partners-slide__head {
    padding: 20px;
    width: 214px
  }
}

@media (max-width: 575.98px) {
  .partners-slide__head {
    width: 100%;
    margin-bottom: 16px;
    padding: 15px
  }
}

.partners-slide__head .h2 {
  font-size: 32px
}

.partners-slide__next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: -24px;
  top: 50%;
  margin-top: -24px;
  background-color: #fff;
  border: 1px solid #d7ddea;
  -webkit-box-shadow: 0 0 12px rgba(27, 32, 45, .12);
  box-shadow: 0 0 12px rgba(27, 32, 45, .12);
  color: #a6adbc;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.partners-slide__next svg {
  -webkit-animation: anim-arrow .8s linear infinite alternate;
  animation: anim-arrow .8s linear infinite alternate;
  margin-bottom: -1px
}

.partners-slide__next:hover {
  color: #266cba
}

.partners-slide__next:hover svg {
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}

@-webkit-keyframes anim-arrow {
  from {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
  }

  to {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
  }
}

@keyframes anim-arrow {
  from {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
  }

  to {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
  }
}

.partners-slide__logo {
  height: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width: 575.98px) {
  .partners-slide__logo {
    height: 80px
  }
}

.partners-slide__logo img {
  max-height: 100%;
  padding: 16px
}

.partners-slide__slide-wrap {
  width: calc(100% - 298px)
}

@media (max-width: 767.98px) {
  .partners-slide__slide-wrap {
    width: calc(100% - 228px)
  }
}

@media (max-width: 575.98px) {
  .partners-slide__slide-wrap {
    width: 100%
  }
}

@media (max-width: 575.98px) {
  .partners-slide__slide-wrap .swiper {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px
  }
}

@media (max-width: 575.98px) {
  .partners-slide__slide-wrap .swiper-slide {
    width: 166px
  }
}

.partners-subs {
  padding-left: 32px
}

@media (max-width: 1023.98px) {
  .partners-subs {
    padding-right: 32px
  }
}

@media (max-width: 767.98px) {
  .partners-subs {
    padding-left: 16px;
    padding-right: 16px
  }
}

.partners-subs__img {
  margin-top: -24px
}

@media (max-width: 1023.98px) {
  .partners-subs__img {
    margin-top: 0
  }
}

@media (max-width: 1023.98px) {
  .partners-subs__img img {
    max-width: 80%
  }
}

.partners-subs__width {
  position: relative
}

@media (min-width: 1024px) {
  .partners-subs__width {
    max-width: 515px
  }
}

.partners-subs__form {
  position: relative
}

@media (min-width: 576px) {
  .partners-subs__form .input {
    height: 60px;
    padding-right: 170px
  }
}

@media (min-width: 576px) {
  .partners-subs__btn-wrap {
    position: absolute;
    right: -4px;
    top: 4px
  }
}

.t-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1);
  border-bottom: 1px solid #d7ddea;
  border-top: 1px solid #d7ddea;
  margin-top: -1px
}

@media (max-width: 1023.98px) {
  .t-item {
    font-size: 15px;
    line-height: 20px;
    padding-left: 0;
    padding-right: 0
  }
}

@media (max-width: 767.98px) {
  .t-item {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #d7ddea;
    border-radius: 0;
    margin-bottom: 0
  }
}

.t-item__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 12px;
  width: 64px;
  height: 56px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 1023.98px) {
  .t-item__img {
    width: 60px;
    height: 48px;
    margin-right: 12px
  }
}

.t-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.t-item__name {
  width: 37%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1);
  padding-right: 24px
}

@media (max-width: 767.98px) {
  .t-item__name {
    width: 100%;
    padding-right: 0
  }
}

@media (min-width: 768px) {
  .t-item .collapse {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.t-item__region {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.t-item__date {
  width: 220px;
  padding-left: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width: 1239.98px) {
  .t-item__date {
    width: 126px
  }
}

.t-item__date span {
  display: inline-block
}

.t-item__days {
  width: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center
}

@media (max-width: 1023.98px) {
  .t-item__days {
    width: 60px
  }
}

.t-item__btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.t-item__price {
  width: 154px;
  font-weight: 700;
  padding-left: 24px;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width: 1023.98px) {
  .t-item__price {
    width: 124px
  }
}

.t-item a.t-item__name:hover {
  color: #266cba
}

.t-item__caption {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 72px;
  font-weight: 700
}

@media (max-width: 767.98px) {
  .t-item .t-item__collapse>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    margin-bottom: 8px
  }

  .t-item .t-item__collapse>div:first-child {
    padding-top: 8px
  }
}

@media (min-width: 1024px) {
  .t-item:not(.t-item--header):hover {
    background: #fbfbfe
  }

  .t-item:not(.t-item--header):hover .t-item__name {
    color: #266cba
  }

  .t-item:not(.t-item--header):hover .t-item__btn {
    background: #266cba;
    color: #fff
  }
}

.t-item--header {
  height: 65px;
  padding: 16px;
  background: #fbfbfe;
  border-radius: 12px;
  font-weight: 700;
  border: none
}

.t-item--header .t-item__btn {
  width: 52px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.t-item--header .t-item__btn:after {
  display: none
}

.t-block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  margin-bottom: 16px;
  padding-left: 12px
}

@media (max-width: 1023.98px) {
  .t-block__title {
    padding-left: 0
  }
}

@media (max-width: 767.98px) {
  .t-block__title {
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #d7ddea
  }
}

.t-block__item {
  margin-bottom: 32px
}

@media (max-width: 767.98px) {
  .t-block__item {
    margin-bottom: 24px
  }
}

.gallery-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px
}

@media (max-width: 1239.98px) {
  .gallery-list {
    grid-gap: 0 32px
  }
}

@media (max-width: 1023.98px) {
  .gallery-list {
    grid-gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);

  }
}

@media (max-width: 767.98px) {
  .gallery-list {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 575.98px) {
  .gallery-list {
    display: block;
    grid-gap: 0
  }
}

.gallery-item {
  position: relative;
  margin-bottom: 32px
}

@media (max-width: 1023.98px) {
  .gallery-item {
    margin-bottom: 24px
  }
}

.gallery-item__img {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 16px;
  position: relative;
  padding-top: 62.766%
}

@media (max-width: 1023.98px) {
  .gallery-item__img {
    margin-bottom: 12px
  }
}

.gallery-item__img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  transition: .5s
}

.gallery-item__count {
  width: 66px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  position: absolute;
  left: 8px;
  top: 8px;
  background: linear-gradient(92.36deg, rgba(255, 255, 255, .2) 5.89%, rgba(255, 255, 255, 0) 49.56%), rgba(255, 255, 255, .2);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  gap: 2px
}

@media (max-width: 1023.98px) {
  .gallery-item__count {
    font-size: 13px;
    width: 52px;
    height: 28px
  }

  .gallery-item__count .icon {
    width: 20px;
    height: 20px
  }
}

.gallery-item__link {
  display: block;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1);
  font-size: 20px;
  font-weight: 700
}

@media (max-width: 1023.98px) {
  .gallery-item__link {
    font-size: 17px
  }
}

.gallery-item__link:hover {
  color: #266cba
}

@media (min-width: 1024px) {
  .gallery-item__link:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
}

.blog-head {
  border-radius: 16px;
  color: #fff;
  padding: 48px;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width: 1239.98px) {
  .blog-head {
    min-height: 40.3226vw
  }
}

@media (max-width: 767.98px) {
  .blog-head {
    padding: 24px 16px
  }
}

.blog-head__title {
  max-width: 800px
}

.blog-head__container--sm {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto
}

.blog-head__container--sm .blog-head__title {
  max-width: none
}

.tags-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px
}

@media (max-width: 1023.98px) {
  .tags-collapse {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px
  }
}

.tags-collapse a {
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  border: 1px solid #d7ddea;
  -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
  transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.tags-collapse a:hover {
  border-color: #266cba;
  color: #1b202d
}

.tags-collapse a.is-active {
  color: #266cba;
  border-color: #266cba
}

.tags-collapse a[data-bs-toggle] {
  padding-left: 0;
  padding-right: 0;
  width: 40px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.tags-collapse a[data-bs-toggle]:before {
  content: "...";
  font-size: 20px
}

.tags-collapse a[data-bs-toggle][aria-expanded=true] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.tags-collapse a[data-bs-toggle][aria-expanded=true]:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 14L12 10L8 14' stroke='%23266CBA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  display: block
}

.tags-collapse .collapsing {
  display: inline;
  height: auto !important
}

.tags-collapse .collapsing a {
  margin-right: 10px
}

.tags-collapse .collapsing a:last-child {
  margin-right: 0
}

@media (max-width: 1023.98px) {
  .tags-collapse .collapse {
    display: inline !important
  }
}

.tags-collapse .collapse a {
  margin-right: 10px
}

.tags-collapse .collapse a:last-child {
  margin-right: 0
}

.tags-collapse .collapse.show {
  display: inline;
  height: auto !important
}

.blog-text {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto
}

.blog-text__img2 {
  display: grid;
  grid-gap: 24px
}

@media (max-width: 767.98px) {
  .blog-text .position-relative>.swiper {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px
  }
}

.blog-text .position-relative>div>.swiper-button {
  right: -24px
}

@media (max-width: 1023.98px) {
  .blog-text .position-relative>div>.swiper-button {
    right: -16px
  }
}

.blog-text .position-relative>div>.swiper-button.swiper-button-prev {
  right: auto;
  left: -24px
}

@media (max-width: 1023.98px) {
  .blog-text .position-relative>div>.swiper-button.swiper-button-prev {
    left: -16px
  }
}

.share {
  position: relative;
  border-top: 1px solid #d7ddea;
  border-bottom: 1px solid #d7ddea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  gap: 8px;
  margin: 40px 0
}

@media (max-width: 575.98px) {
  .share {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin: 24px 0;
    padding: 12px 0
  }
}

.share__text {
  color: #5f657a
}

@media (min-width: 576px) {
  .share__text {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media (max-width: 575.98px) {
  .share__text {
    width: 100%;
    text-align: center
  }
}

.form-contact {
  max-width: 515px;
  width: 100vw;
  border-radius: 16px;
  background: #fbfbfe;
  padding: 40px
}

@media (max-width: 1239.98px) {
  .form-contact {
    width: 100%;
    max-width: none
  }
}

@media (max-width: 767.98px) {
  .form-contact {
    padding: 16px
  }
}

.form-contact--transparent {
  background: 0 0;
  padding: 0
}

.reestr {
  padding: 52px;
  border-radius: 16px;
  border: 2px dashed #d7ddea
}

@media (max-width: 1023.98px) {
  .reestr {
    padding: 24px
  }
}

@media (max-width: 575.98px) {
  .reestr {
    padding: 24px 16px;
    margin-top: 20px
  }
}

.num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f6a117;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width: 575.98px) {
  .num {
    width: 28px;
    height: 28px;
    font-size: 16px
  }
}

.faq-collapse {
  border-radius: 8px;
  border: 1px solid #d7ddea;
  margin-bottom: 4px
}

.faq-collapse__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 16px;
  font-weight: 700;
  width: 100%
}

@media (max-width: 575.98px) {
  .faq-collapse__btn {
    padding: 12px;
    text-align: left
  }
}

.faq-collapse__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid #d7ddea;
  margin-left: 5px
}

.faq-collapse__icon .icon {
  width: 20px;
  height: 20px;
  color: #266cba
}

.popup {
  width: 100%;
  max-width: 656px;
  padding: 60px 16px;
  border-radius: 16px
}

@media (max-width: 767.98px) {
  .popup {
    padding: 36px 16px
  }
}

.popup__inner {
  width: 100%;
  max-width: 496px;
  margin-left: auto;
  margin-right: auto
}

.popup--sm {
  max-width: 395px
}

.popup--cv {
  max-width: 720px
}

.popup--cv .popup__inner {
  max-width: 556px
}

.popup--cv .nav-pills {
  gap: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

@media (max-width: 575.98px) {
  .popup--cv .nav-pills {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.popup--cv .nav-pills:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3
}

.popup--cv .nav-pills .nav-link {
  font-size: 15px;
  color: #266cba;
  border-bottom-color: #266cba
}

.popup--cv .nav-pills .nav-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

@media (max-width: 575.98px) {
  .popup--cv .nav-pills .nav-item {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
  }
}

.popup--cv .nav-pills .nav-item.is-active {
  display: block
}

.popup--cv .nav-pills .nav-item.is-active .nav-link {
  color: #266cba;
  border-bottom-color: #266cba
}

.popup--cv .nav-pills .nav-item.is-active~.nav-item .nav-link {
  color: #5f657a;
  border-bottom-color: #d7ddea
}

.file-input {
  position: relative
}

.file-input__label {
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  color: #266cba
}

.file-input input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 30px
}

.about-item {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.about-item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.about-item:nth-child(2) .about-item__content {
  -webkit-transform: translateX(20px);
  transform: translateX(20px)
}

.about-item__pic {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.about-item__pic img {
  border-radius: 16px
}

.about-item__content {
  -ms-flex-preferred-size: calc(50% + 32px);
  flex-basis: calc(50% + 32px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  padding: 48px;
  -webkit-box-shadow: 0 15px 25px rgba(0, 82, 255, .07);
  box-shadow: 0 15px 25px rgba(0, 82, 255, .07);
  border-radius: 16px
}

.about-item__content p {
  color: #5f657a
}

.about-item__content p:last-child {
  margin-bottom: 0
}

.about-item__title {
  font-weight: 700;
  margin-bottom: 4px;
  font-family: Calibri
}

.about-item__position {
  color: #5f657a;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 24px
}

.color-orange {
  color: #f6a117
}

.about-priorities {
  margin-top: 72px
}

.about-priorities__items {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.about-priorities__item {
  margin-top: 20px;
  -ms-flex-preferred-size: calc(25% - 10px);
  flex-basis: calc(25% - 10px)
}

.about-priorities__item p {
  color: #5f657a
}

.about-priorities__pic {
  border: 1px solid #d7ddea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 60px;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px
}

.about-priorities__title {
  margin-bottom: 16px
}

.about-bg {
  margin-top: 72px
}

.about-bg__items {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.about-bg__column {
  -ms-flex-preferred-size: 74.5%;
  flex-basis: 74.5%
}

.about-bg__column:first-child {
  -ms-flex-preferred-size: 25.5%;
  flex-basis: 25.5%
}

.about-bg__item {
  position: relative;
  color: #fff;
  font-family: Calibri;
  font-size: 24px;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden
}

.about-bg__item span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 28px 46px;
  font-weight: 700;
  z-index: 1;
  color: #fff !important
}

.about-bg__item:hover .about-bg__item_pic {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.about-bg__item__mobile {
  display: none
}

.about-bg__item_pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: .25s;
  transition: .25s
}

.about-bg__item__one {
  height: 580px
}

.about-bg__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.about-bg__item__two {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  height: 290px
}

.about-bg__item__three {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  height: 290px
}

.about-bg__item__four {
  height: 290px;
  width: 100%
}

.about-history {
  margin-top: 72px;
  margin-bottom: 72px
}

.about-history__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative
}

.about-history__items__three {
  margin-right: 25%
}

.about-history__items__three .about-history__item {
  -ms-flex-preferred-size: calc(33.3% - 14px);
  flex-basis: calc(33.3% - 14px)
}

.about-history__items__three .about-history__line {
  width: calc(66% + 24px)
}

.about-history__item {
  -ms-flex-preferred-size: calc(25% - 14px);
  flex-basis: calc(25% - 14px);
  position: relative;
  z-index: 1;
  margin-right: 18px;
  margin-top: 44px
}

.about-history__item:before {
  content: "";
  position: absolute;
  left: 0;
  width: calc(100% + 18px);
  top: 12px;
  height: 2px;
  border-bottom: 2px dashed #d7ddea
}

.about-history__item:nth-child(4) {
  margin-right: 0
}

.about-history__item:last-child:before,
.about-history__item:nth-child(4):before {
  display: none
}

.about-history__item__circle {
  margin-bottom: 12px;
  position: relative;
  z-index: 1
}

.about-history__item__date {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 16px
}

.about-history__line {
  width: calc(75% + 24px);
  position: absolute;
  left: 0;
  top: 12px;
  height: 2px;
  border-bottom: 2px dashed #d7ddea
}

@media (max-width: 991px) {
  .about-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin-top: 36px
  }

  .about-item__content {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    margin-top: -16px
  }

  .about-priorities__item {
    -ms-flex-preferred-size: calc(50% - 14px);
    flex-basis: calc(50% - 14px)
  }

  .about-history__item {
    -ms-flex-preferred-size: calc(50% - 18px);
    flex-basis: calc(50% - 18px)
  }

  .about-history__item:nth-child(2n):before {
    display: none
  }
}

@media (max-width: 767px) {
  .about-item__pic {
    margin: 0 -16px;
    width: calc(100% + 32px)
  }

  .about-item__content {
    padding: 16px
  }

  .about-priorities__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .about-priorities .h2 {
    display: none
  }

  .about-priorities__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .about-priorities__item:first-child {
    margin-top: 0
  }

  .about-priorities__item p {
    margin-bottom: 0
  }

  .about-priorities {
    margin-top: 48px
  }

  .about-priorities__pic {
    margin-bottom: 16px;
    width: 44px;
    padding: 12px;
    height: 44px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px
  }

  .about-bg__item_pic {
    display: none
  }

  .about-bg__item__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
  }

  .about-bg__line {
    display: block
  }

  .about-bg__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .about-bg__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .about-bg__item {
    margin: 0 -16px;
    width: calc(100% + 32px);
    height: 208px
  }

  .about-bg__item span {
    font-size: 19px;
    line-height: 20px;
    padding: 32px 41px
  }

  .about-bg {
    margin-top: 48px
  }

  .about-bg .h2 {
    display: none
  }

  .about-bg__items {
    margin-top: 0
  }

  .about-history__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .about-history__line {
    display: none
  }

  .about-history {
    margin-top: 48px;
    margin-bottom: 0
  }

  .about-history__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 6px
  }

  .about-history__item:before {
    display: none
  }

  .about-history__item__circle {
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px
  }

  .about-history__item__date {
    -ms-flex-preferred-size: calc(100% - 32px);
    flex-basis: calc(100% - 32px);
    font-size: 17px
  }

  .about-history__items {
    margin-top: 26px
  }
}

/* End */
/* Start:/local/templates/discoverynn/assets/css/custom.css?171984328068226*/
.h1,
h1 {
  font-weight: 500;
}

.map-pic img {
  height: 100%;
}

#swiper-blogs .swiper-wrapper,
#swiper-theme .swiper-wrapper {
  height: auto;
}

.nav-pills {
  overflow: auto;
}

.about-history__items {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.about-history__item p {
  width: 97%;
}

.link--main2:hover {
  color: #266cba
}

.popup {
  padding: 0;
}

.review-block__tour .text-secondary {
  display: block;
}

.div[id^="wait_"] {
  display: none !important;
  background: none !important;
  border: 0 !important;
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal;
  letter-spacing: normal !important;
  line-height: normal;
  padding: 0 !important;
  position: absolute;
  text-align: center !important;
  text-indent: 0 !important;
  width: 0px !important;
  height: 0px !important;
  word-spacing: normal !important;
  z-index: 0;
  content: "";
}

.blog-text img {
  border-radius: 16px !important;
}

.intro_filter__block {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 47px 20px;
  margin-bottom: 30px;
  border-radius: 20px;
  flex-direction: column;
  gap: 30px;
  background-color: #000;
  background-repeat: no-repeat;
  /* background-image: url(/local/templates/discoverynn/assets/img/shedule_bg__img.webp); */
  background-position-y: 0%;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro_filter__block #bx_incl_area_10_1,
.intro_filter__block .mb-md-32 {
  margin: 0 !important;
}

.intro_filter__block_title {
  font-family: -apple-system, Mulish, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #fff;
}

.intro_filter__block_btns {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
}

.intro_filter__block_btn {
  min-width: 200px;
  border-radius: 15px;
}

.intro_filter__block_btn:first-child {
  z-index: 50 !important;
}

.intro_filter__block_btn:nth-child(2) {
  z-index: 25 !important;
}

.intro_filter__block_btn:not(.intro_filter_submit) {
  backdrop-filter: blur(15px);
  z-index: 1;
  background: rgba(255, 255, 255, 0.65);
  position: relative;
  z-index: 15;
  gap: 10px;
}

.intro_filter__block_btn .link--secondary {
  color: #1B202D;
}

.intro_filter__block_btn .link {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.intro_filter__block_btn .dropdown-menu {
  width: 100%;
  box-shadow: 0 4px 18px rgba(27, 32, 45, .14);
}

.schedule_main__content .t-block__title .month {
  color: #F6A017;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  margin-right: 8px;
}

.schedule_main__content .t-block__title .year {
  color: #90A4AF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.schedule_main__content .t-block__title {
  padding-left: 16px;
  align-items: baseline;
}

.schedule_main__content .t-item {
  padding-top: 20px;
  padding-bottom: 20px;
  /* border-top: 1px solid #90A4AF; */
  border-top: none;
}

.schedule_main__content .t-block__title {
  border-bottom: 1px solid #90A4AF;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.schedule_main__content .t-item__date {
  padding: 0;
}

.schedule_main__content .t-item--header {}

.schedule_main__content .t-item__date,
.schedule_main__content .t-item__region,
.schedule_main__content .t-item__available {
  width: 16%;
  flex-grow: unset;
  padding: 0;
}

.schedule_main__content .t-item__name {
  width: 27%;
  padding: 0;
}

.schedule_main__content .t-item__price {
  width: 8%;
  padding: 0;
  text-align: left;
}

.schedule_main__content .t-item__days {
  width: 6%;
  padding: 0;
  text-align: left;
}

.schedule_main__content .t-item .collapse {
  gap: 25px;
  font-size: 16px;
  padding-right: 39px;
}

.schedule_main__content .t-item .collapse {
  position: relative;
}

.schedule_main__content .t-item .collapse .btn--quard {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  height: 39px;
}

.schedule_main__content .t-block__item .t-item__name {
  font-weight: 600;
}

.schedule_main__content .t-item--header .t-item__btn {
  display: none;
}

.schedule_main__content .t-block__item .t-item__price {
  font-weight: 400;
}

.schedule_main__content .t-item__available__text {
  color: #617E8C;
  font-weight: 300;
}

.schedule_main__content .t-item__available__place {
  font-weight: 600;
  color: #00489A;
}

.schedule_main__content .t-item--header {
  position: sticky;
  top: 0;
  z-index: 10;
}

.t-item__date span>span {
  color: #90A4AF;
}

.schedule_main__content .t-item__date {
  white-space: nowrap;
}

/* .intro_filter__block_btn .dropdown-menu {
    transition: opacity .5s;
    opacity: 0;
}

.intro_filter__block_btn .dropdown-menu.show {
    opacity: 1;
} */
@media (max-width: 1023.98px) {
  .schedule_main__content .t-block__title {
    padding-left: 0;
  }

  .schedule_main__content .t-item__date,
  .schedule_main__content .t-item__region,
  .schedule_main__content .t-item__available {
    width: 20%;
  }
}

.collapse:not(.show) {
  display: block;
}

@media (max-width: 767.98px) {
  .intro_filter__block_btn {
    flex: 1 200px;
  }

  .schedule_main__content .t-item {
    border-top: none;
  }

  .schedule_main__content .t-item__available__text {
    display: none;
  }

  .schedule_main__content .t-item .t-item__collapse>div {
    gap: 10%;
    justify-content: space-between;
    margin: 0;
  }

  .schedule_main__content .t-item .collapse .btn--quard {
    display: flex !important;
    align-items: center;
    justify-content: center;
    transform: none;
    top: unset;
    bottom: -12px;
    right: -12px;
    width: 40px;
    height: 40px;
    border: none;
  }

  .schedule_main__content .t-item .collapse .btn--quard::before {
    display: none;
  }

  .schedule_main__content .t-item .collapse {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: clamp(0.5rem, 0.083rem + 1.78vw, 0.938rem) 20px;
    padding-right: 0;
  }

  .schedule_main__content .t-item__region,
  .schedule_main__content .t-item__days {
    display: none !important;
  }

  .schedule_main__content .t-item__available,
  .schedule_main__content .t-item__price {
    width: max-content !important;
  }

  .schedule_main__content .t-item .collapse .btn--quard .icon-chevron.right {
    display: none !important;
  }

  .schedule_main__content .t-item .collapse .btn--quard .hide-icen-chevron {
    display: block !important;
  }

  .t-item .t-item__collapse>div:first-child {
    padding-top: 0 !important;
  }

  .schedule_main__content .t-block__item .t-item__price {
    font-weight: 600;
    color: #00489A;
  }

  .schedule_main__content .t-item__available__place {
    color: #617E8C;
  }

  .schedule_main__content .t-block__title {
    padding-bottom: clamp(0.75rem, 0.034rem + 3.05vw, 1.5rem);
    border-bottom: 2px solid #90A4AF;
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .schedule_main__content .t-item {
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .schedule_main__content .t-block__item {
    margin-bottom: clamp(0.75rem, 0.034rem + 3.05vw, 1.5rem);
  }

  .schedule_main__content .t-block__item .t-item__price,
  .schedule_main__content .t-item__available,
  .schedule_main__content .t-block__item .t-item__name {
    font-size: 18px;
  }

  .schedule_main__content .t-block__title .month {
    font-size: 20px;
  }

  .schedule_main__content .t-block__title .year {
    font-size: 18px;
  }

  .t-block__items-wrap {}
}

.about-tour {
  display: flex;
  flex-direction: column;
}

section.tour_section {
  margin-bottom: 40px;
  scroll-margin-top: 100px;
}

.ac-title svg {
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.ac-title.active svg {
  rotate: -90deg;
}

.ac-title {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ac-content {
  display: none;
}

.ac-content.active {
  display: block;
}

.accordion-content {
  padding: 15px 10px;
  display: none;
}

.single-chart {
  width: 78px;
  height: 78px;
  position: absolute;
  left: -105px;
  top: 0px;
  background-color: #fff;
}

.circular-chart {
  display: block;
}

.circle-bg {
  fill: none;
  stroke: #d0d9de;
  stroke-width: 1;
}

.circle {
  fill: none;
  stroke-width: 1;
  stroke-linecap: round;
}

.circular-chart.orange .circle {
  stroke: #f5a017;
}

.percentage-count {
  fill: #1b202d;
  font-family: -apple-system, Mulish, sans-serif;
  text-anchor: middle;
  font-weight: 600;
  font-size: 10px;
  line-height: 140%;
}

.percentage-day {
  fill: #1b202d;
  font-family: -apple-system, Mulish, sans-serif;
  text-anchor: middle;
  font-weight: 600;
  font-size: 6px;
  line-height: 140%;
}

.tour_main_heading--txt_wrapper {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.tour_main__heading .tour_main__heading--text {
  position: relative;
  width: max-content;
  height: 420px;
  padding: 36px 45px 48px 45px;
  z-index: 1;
  border-top-left-radius: 30px;
  overflow: hidden;
  backdrop-filter: blur(2px);
}

.tour_main__heading .tour_main__heading--text::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(/local/templates/discoverynn/assets/img/transparent-mask.svg);
  background-size: cover;
  background-position: center;
  z-index: -1;
  backdrop-filter: none;
  background: linear-gradient(to right, #171d2382, transparent 100%);
  color: white;
  width: 100%;
  height: 100%;
  filter: blur(25px);
}

.tour_main__heading .tour_main__heading--text_content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 30px;
}

.tour_heading__btn {
  padding: 12px 30px;
  height: 46px;
}

.tour_main__heading .tour_heading__title {
  font-weight: 700;
  font-size: clamp(1.625rem, 1.17rem + 1.94vw, 2.625rem);
  line-height: 120%;
  margin-bottom: 20px;
  color: #fff;
}

.tour_main__heading .tour_heading__descr,
.tour_main__heading .tour_heading__title {
  max-width: 435px;
}

@media (max-width: 1199px) {
  .tour_main__heading .tour_main__heading--text {
    padding: 45px;
    width: 65%;
  }

  .tour_main__heading--options {
    padding: 25px 45px;
  }
}

.tour_main__heading .tour_heading__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  margin: 0;
}

.tour_main__heading--options {
  padding: 25px 46.5px;
  border: 1px solid #b0bfc6;
  background-color: #fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.tour_main__heading--options .tour_options__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px;
  box-shadow: none;
  background-color: transparent;
  border: none;
}

.tour_options__list .tour_options__list_item {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  border: none;
}

.tour_options__list .tour_options__list_item:not(.date) .tour_options__list_item__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid #b0bfc6;
  padding: 10px 14px;
  border-radius: 15px;
  font-size: 16px;
  line-height: 140%;
  white-space: nowrap;
  max-height: 42px;
  height: 42px;
  color: #1B202D !important;
}

.tour_options__list .tour_options__list_item:not(.date) .tour_options__list_item__inner .text-secondary {
  color: #1B202D !important;
}

.tour_options__list .tour_options__list_item.date .sidebar__date {
  position: relative;
}

.tour_options__list .tour_options__list_item.date .sidebar__date_dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid #b0bfc6;
  padding: 10px 14px;
  border-radius: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #253238;
  white-space: nowrap;
  max-height: 42px;
  height: 42px;
}

.tour_options__list .tour_options__list_item.date .sidebar__date_dropdown.show {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tour_options__list .tour_options__list_item .tour_options__list_item__inner .dropdown-menu {
  position: absolute !important;
  left: 0 !important;
  width: 100%;
  top: 100% !important;
  border-radius: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 1px solid #b0bfc6;
}

.tour_options__list_item__inner span {
  font-weight: 400 !important;
}

.tour_options__list .tour_options__list_item .tour_options__list_item__inner .dropdown-menu .dropdown-item {
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
}

.tour_options__list .tour_options__list_item .tour_options__list_item__inner img,
.tour_options__list .tour_options__list_item .tour_options__list_item__inner svg {
  width: 21px;
  height: 21px;
  min-width: 21px;
  object-fit: contain;
  fill: transparent;
  color: #b0bfc6;
  stroke: #b0bfc6;
}

.tour_intro__text {
  text-align: left;
  text-wrap: balance;
  max-width: 860px !important;
  margin: 0 auto;
  font-size: 16px;
  line-height: 140%;
  margin: 40px auto !important;
}

.tour_item__heading {
  padding-bottom: 12px;
  border-bottom: 1px solid #b0bfc6;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 30px;
  flex-wrap: wrap;
}

.tour_item__heading .link-more {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #266CBA;
}

.link-more.v576 {
  display: none;
  border: 1px solid #266cba;
  padding: 12px 50px;
  margin-top: 20px;
  height: 46px;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #266cba;
}

@media (max-width: 576px) {
  .link-more.h576 {
    display: none;
  }

  .link-more.v576 {
    display: flex;
  }

  .tour_options__list .tour_options__list_item .tour_options__list_item__inner .dropdown-menu {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.tour_item__heading svg {
  transition: all .3s ease-in-out;
}

.tour_item__heading .link-more:hover svg {
  transform: translate(5px);
}

.about_tour__item_title {
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  color: #1b202d;
  font-family: -apple-system, Mulish, sans-serif;
}

.impressions_list {
  gap: 25px 20px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.impressions_list__item {
  grid-column: 4 span;
  display: flex;
  flex-direction: column;
}

.impressions_list__item_img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 10 / 5.6;
  margin-bottom: 12px;
}

.impressions_list__item_img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.impressions_list__item_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 12px;
}

.impressions_list__item_subtitle {
  font-size: 14px;
  line-height: 140%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.tour_info__list_item__heading {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #b0bfc6;
  transition: all .3s ease-in-out;
}

.tour_info__list .tour_info__list_item:first-child .tour_info__list_item__heading {
  position: relative;
  padding-top: 0;
}

.tour_info__list .tour_info__list_item .tour_info__list_item__heading::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMy43NSA4LjEyNUw3LjUgMS44NzVMMS4yNSA4LjEyNUwxLjI1IDguMTI1IiBzdHJva2U9IiNCMEJGQzYiIHN0cm9rZS1zdGFydC1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgLz4KPC9zdmc+Cg==');
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 10px;
  transition: all .3s ease-in-out;
}

.tour_info__list .tour_info__list_item .tour_info__list_item__heading.active::after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMy43NSA4LjEyNUw3LjUgMS44NzVMMS4yNSA4LjEyNUwxLjI1IDguMTI1IiBzdHJva2U9IiNGNUEwMTciIHN0cm9rZS1zdGFydC1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgLz4KPC9zdmc+Cg==');
  transform: translateY(-50%) rotate(0deg);
}

.tour_info__list_item__heading.active {
  border-color: #F5A017;
}

.tour_info__list_item__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  padding-right: 20px;
}

.tour_info__list_item__icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.tour_info__list_item__content {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  padding: 16px 30px 12px 30px;
}

.program {
  padding-left: 105px;
  padding-top: 6px;
}

.program__item {
  padding-left: 0;
}

.program__item:not(:last-child) {
  padding-bottom: 64px;
}

.program__gallery {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.program__gallery a {
  border-radius: 10px;
}

.program__item:not(:last-child):after {
  top: 78px;
  left: calc(-105px + 78px / 2);
  background-image: url('../images/dashed-svg.svg');
  width: 1px;
  border: none;
}

.program__item_location {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 12px;
}

.program__item:before {
  display: none;
}

.tour_section__reviews .reviews_items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tour_section__reviews .review {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #d0d9de;
  border-radius: 20px
}

.tour_section__reviews .review:nth-child(n+4) {
  display: none;
}

.tour_section__reviews .review__content {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
}

.tour_section__reviews .review__content .link--main2 {
  display: none !important;
}

.tour_section__reviews .rate {
  gap: 0;
}

.tour_section__reviews .rate .icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
}

.tour_section__reviews .review__head {
  margin-bottom: 16px;
  gap: 12px;
}

.tour_section__reviews .review__name {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tour_section__reviews .review__name,
.tour_section__reviews .review__rate {
  padding: 0;
}

.tour_section__reviews .review__rate {
  align-self: start;
}

.tour_section__reviews .review .review__name--name {
  font-weight: 400;
  font-size: clamp(1rem, 0.886rem + 0.49vw, 1.25rem);
  line-height: 140%;
  margin-top: -5px;
}

.tour_section__reviews .review .review__name--date {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #999;
}

.tour_section__reviews .review .review__photo {
  margin-right: 0px;
  width: 60px;
  height: 60px;
}

.tour_section__reviews .review .review__rate_count {
  font-weight: 400;
  font-size: clamp(1rem, 0.641rem + 1.53vw, 1.375rem);
  line-height: 140%;
  margin-right: 5.5px;
}

.tour-map {
  margin-top: 0;
}

.tour_gallery__slider {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 12/8;
}

.tour_gallery__slider_item {
  position: relative;
  display: flex;
  align-items: end;
  padding: 40px;
}

.tour_gallery__slider_item img {
  position: absolute;
  inset: 0;
}

.tour_gallery__slider_item .tour_gallery__slider_item--title {
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
  font-family: -apple-system, Mulish, sans-serif;
  padding-bottom: 20px;
}

.tour_gallery__slider_item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.tour_gallery__slider .swiper-pagination {
  width: 100%;
  position: absolute;
  align-items: start;
  gap: 15px;
  justify-content: start;
  padding: 40px;
  margin: 0;
}

@media (min-width: 767px) {
  .tour_gallery__slider .swiper-nav {
    position: absolute;
    right: 40px;
    bottom: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .review-block__scroll {
    overflow: visible;
    max-height: initial !important;
  }

  .tour_gallery__slider .swiper-nav .swiper-button-next,
  .tour_gallery__slider .swiper-nav .swiper-button-prev {
    position: relative;
    margin: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 50;
    transform: none;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
}

.tour_gallery__slider .swiper-nav .swiper-button-next svg,
.tour_gallery__slider .swiper-nav .swiper-button-prev svg {
  width: 13px;
  height: 22px;
}

.tour_gallery__slider .swiper-nav .swiper-button-next:after,
.tour_gallery__slider .swiper-nav .swiper-button-prev:after {
  display: none;
}

.tour_gallery__slider .swiper-pagination .swiper-pagination-bullet {
  width: 75px;
  height: 2px;
  background-color: #fff;
  margin: 0;
  padding: 0;
  opacity: 0.5;
  border: none;
  border-radius: 0;
  transition: all .3s ease-in-out;
}

.tour_gallery__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.tour_gallery__slider .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 30px;
  background-color: transparent;
  border-radius: 0;
}

.tour_section__price .tour_item__heading {
  border-color: #F5A017;
  border-width: 2px;
}

.tour_section__price .tour_item__heading .about_tour__item_title span>small {
  font-size: 32px;
  line-height: 140%;
  color: #1b202d;
  font-weight: 400;
}

.tour_section__price .tour_item__heading {
  justify-content: start;
  column-gap: 20px;
}

.about_tour__item_title--dopinfo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
}

.tour_price__list {
  display: flex;
  gap: 20px 25px;
}

.tour_price__list_item {
  width: 50%;
}

.tour_price__list_item .item_title {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  border-bottom: 1px solid #b0bfc6;
  margin-bottom: 16px;
  padding-bottom: 8px;
}

.tour_price__list_item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tour_price__list_item ul li {
  font-size: 16px;
  line-height: 140%;
}

.tour_price__list_item ul li:not(:last-child) {
  margin-bottom: 16px;
}

.tour_price__list_item ul li {
  padding-left: 32px;
  position: relative;
}

.tour_price__list_item ul li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  min-width: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}

.tour_price__list_item.included ul li::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="22" viewBox="0 0 23 22" fill="none"><path d="M7 11L10 14L16 8M21.5 11C21.5 16.5228 17.0228 21 11.5 21C5.97715 21 1.5 16.5228 1.5 11C1.5 5.47715 5.97715 1 11.5 1C17.0228 1 21.5 5.47715 21.5 11Z" stroke="%23F5A017" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /></svg>');
}

.tour_price__list_item.n-included ul li::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path d="M8.5 12H16.5M22.5 12C22.5 17.5228 18.0228 22 12.5 22C6.97715 22 2.5 17.5228 2.5 12C2.5 6.47715 6.97715 2 12.5 2C18.0228 2 22.5 6.47715 22.5 12Z" stroke="%23B0BFC6" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /></svg>');
}

.tour_reserve__list {
  border: 1px solid #b0bfc6;
  border-radius: 20px;
  overflow: hidden;
}

.tour_reserve__list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  gap: 14px 15px;
}

.tour_reserve__list_item:last-child {
  padding-bottom: 25px;
}

.tour_reserve__list_item:not(:last-child) {
  border-bottom: 1px solid #b0bfc6;
}

.tour_reserve__list_item>div {
  white-space: nowrap;
}

.tour_reserve__list_item .item_date {
  width: 280px;
  max-width: 280px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.tour_reserve__list_item .item_duration {
  width: 82px;
  max-width: 82px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
}

.tour_reserve__list_item .item_price {
  width: 100px;
  max-width: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}

.tour_reserve__list_item .item_status {
  width: 145px;
  max-width: 145px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #617e8c;
  display: flex;
  align-items: center;
  gap: 4px;
}

@media (max-width: 767px) {
  .tour__header.is-active .header__logo svg path:not(:last-child) {
    display: none;
  }

  .tour_section__nav a {
    padding-bottom: 0;
  }
}

.tour_reserve__list_item .item_status span {
  font-weight: 600;
  color: #00489a;
}

.tour_reserve__list_item .item_booking {
  width: 185px;
  max-width: 185px;
}

.tour_reserve__list_item .item_booking .btn {
  padding: 12px 30px;
  height: auto;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%
}

.tour_reserve__list_item .item_booking .btn[disabled] {
  background: #d0d9de;
  opacity: 0.3;
  cursor: default !important;
  color: #1b202d;
  pointer-events: none;
}

.tour_reserve__list_item .item_booking .btn[disabled]::before {
  display: none;
}

.tour_reserve__list_item .item_date span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #90a4af;
}

.tour_reserve__list_heading {
  padding: 13px 25px;
  background: rgba(38, 108, 186, 0.05);
  margin-bottom: 0;
}

.tour_section_reserve {
  scroll-margin-top: 100px;
}

.tour_reserve__list_heading h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  font-family: -apple-system, Mulish, sans-serif;
}

.get-consult:not(.reset) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  padding-left: 25px;
  border: 1px solid #b0bfc6;
  border-radius: 20px;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  max-width: 848px;
  margin: 0 auto;
}

.get-consult div {
  font-size: 20px;
  line-height: 140%;
  color: #1b202d;
}

.get-consult div strong {
  font-weight: 600;
}

.get-consult div span {
  font-weight: 300;
}

.get-consult .btn {
  border: 1px solid #266cba;
  padding: 12px 50px;
  min-width: 184px;
  height: 46px;
  line-height: 140%;
  color: #266cba;
  background-color: transparent;
}

.get-consult .btn:hover {
  color: #fff;
}

.program__item_location.v576 {
  display: none;
}

.tour_section__nav a {
  color: black;
  margin-top: 3px;
  padding-bottom: 3px;
  border-bottom: 3px solid transparent;
}

.tour_section__nav a.active {
  border-bottom-color: #f5a017;
}

.program__gallery a:nth-child(n+5) {
  display: none;
}

.tour_section__price {
  padding-bottom: 40px;
}

.impressions_list .impressions_list__item:nth-child(n+7) {
  display: none;
}

.tour_options__list .tour_options__list_item .tour_options__list_item__inner svg.icon-chevron {
  color: #266CBA !important;
  width: 30px;
  height: 25px;
}

.tour_options__list_item.price .tour_options__list_item__inner {
  font-weight: 700 !important;
}

@media (max-width: 991px) {
  .tour_reserve__list_item .item_duration {
    display: none;
  }

  .tour_reserve__list_item .item_booking {
    width: 165px;
    max-width: 165px;
  }
}

@media (max-width: 767px) {
  .tour_gallery__slider_item {
    padding: 30px;
  }

  .impressions_list__item {
    grid-column: 6 span;
  }

  .tour_gallery__slider {
    height: auto;
  }

  .tour_gallery__slider .swiper-nav .swiper-button-next {
    right: 20px;
    width: max-content;
  }

  .tour_gallery__slider .swiper-nav .swiper-button-prev {
    left: 20px;
    width: max-content;
  }

  .tour_gallery__slider_item .tour_gallery__slider_item--title {
    font-size: clamp(0.938rem, 0.399rem + 2.3vw, 1.5rem);
  }

  .tour_gallery__slider .swiper-pagination {
    padding: 30px;
  }

  .tour_gallery__slider .swiper-pagination {
    width: 100%;
    justify-content: center;
    right: 0;
    left: 0;
    gap: clamp(0.313rem, -0.285rem + 2.55vw, 0.938rem);
  }

  .tour_gallery__slider .swiper-pagination .swiper-pagination-bullet {
    width: 100%;
  }

  .tour_section__reviews .reviews_items {
    /* flex-direction: column; */
  }

  .tour_section__reviews .review__rate {
    align-self: flex-end;
  }

  .tour_reserve__list_heading h3 {
    font-size: clamp(1.125rem, 0.766rem + 1.53vw, 1.5rem);
  }

  .tour_reserve__list_item {
    padding-left: 25px;
    padding-right: 25px;
    flex-wrap: wrap;
  }

  .tour_reserve__list_item .item_date {
    width: 100%;
    max-width: unset;
  }

  .program {
    padding-left: 80px;
  }

  .program__item:not(:last-child):after {
    left: calc(-80px + 65px / 2);
  }

  .single-chart {
    width: 65px;
    min-width: 65px;
    height: 65px;
    left: -80px;
  }

  .tour_main__heading_content {
    background-position-x: 80%;
  }

  .tour_main__heading .tour_main__heading--text_content {
    position: relative;
    justify-content: end;
    height: max-content;
    margin: -30px;
    padding: 30px;
  }

  .tour_main__heading--options {
    padding: 20px;
  }

  .tour_reserve__list_item .item_status .h576 {
    display: none;
  }

  .tour_intro__text {
    margin-top: 0 !important;
  }

  .tour_main__heading--options {
    padding-top: 0;
  }

  .tour_main__heading .tour_main__heading--text_content::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/tour_img_template__mask.png);
    z-index: -1;
    backdrop-filter: blur(34px);
  }

  .tour_main__heading .tour_main__heading--text {
    height: 564px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .tour_main__heading .tour_main__heading--text::after {
    display: none;
  }

  .tour_main__heading .tour_main__heading--text {
    padding: 30px;
  }

  .tour_main_heading--txt_wrapper {
    background-position: left;
  }

  .tour_gallery__slider_item {
    padding: 20px;
  }
}

.mobile_hidden__img {
  display: none;
  height: 300px;
  min-height: 300px;
  max-height: 300px;
}

.mobile_hidden__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour_options__list .tour_options__list_item .tour_options__list_item__inner .dropdown-menu .dropdown-item {
  padding: 5px 8px;
}

.tour_options__list .tour_options__list_item .tour_options__list_item__inner .dropdown-menu .dropdown-item:hover,
.tour_options__list .tour_options__list_item .tour_options__list_item__inner .dropdown-menu .dropdown-item.active,
.tour_options__list .tour_options__list_item .tour_options__list_item__inner .dropdown-menu .dropdown-item:active {
  background-color: transparent !important;
  color: inherit !important;
  cursor: inherit;
}

@media (max-width: 576px) {
  .impressions_list {
    display: flex;
    gap: 15px;
    overflow-x: scroll;
    padding: 20px;
    margin: -20px;
  }

  .impressions_list__item {
    width: 300px;
  }

  .about_tour__item_title,
  .tour_section__price .tour_item__heading .about_tour__item_title span>small {
    font-size: clamp(1.375rem, 0.209rem + 4.98vw, 2rem);
  }

  .tour_price__list_item ul.item_list li {
    font-size: 15px;
  }

  .tour_price__list {
    display: flex;
    flex-direction: column;
  }

  .tour_price__list_item {
    width: 100%;
  }

  .tour_price__list_item .item_title {
    font-size: clamp(1.25rem, 0.784rem + 1.99vw, 1.5rem);
    padding-bottom: 5px;
  }

  .tour_info__list_item__title {
    font-size: clamp(1.125rem, 0.425rem + 2.99vw, 1.5rem);
  }

  .tour_info__list_item__content {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .get-consult {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .get-consult div {
    font-size: 18px;
  }

  .get-consult {
    padding: 20px;
  }

  .get-consult .btn {
    width: 100%;
  }

  .tour_gallery__slider .swiper-pagination {
    padding: 10px 20px;
  }

  .tour_section__reviews .review .review__photo {
    width: 40px;
    height: 40px;
  }

  .tour_section__reviews .rate .icon {
    width: 15px;
    height: 15px;
    min-width: 15px;
  }

  .tour_section__reviews .review__content {
    font-size: 15px;
  }

  .tour_section__reviews .review .review__name--date {
    font-size: 14px;
  }

  .tour_section__reviews .review {
    padding: 25px;
    height: auto;
  }

  .main__page_reviews--2 .swiper-button {
    width: 35px;
    height: 35px;
    min-width: 35px;
  }

  .link-contact .icon .main__page_reviews--2 .swiper-button-next {
    right: -5px;
  }

  .main__page_reviews--2 .swiper-button-prev {
    left: -5px;
  }

  .main__page_reviews--2 .swiper-button i {
    color: #f6a117;
  }

  .tour_info__list_item__icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }

  .tour_reserve__list_item {
    justify-content: start;
  }

  .tour_reserve__list_item .item_booking {
    width: 100%;
    max-width: unset;
  }

  .tour_reserve__list_item .item_price,
  .tour_reserve__list_item .item_status {
    width: auto;
  }

  .tour_reserve__list_item,
  .tour_reserve__list_heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tour_reserve__list_item .item_date {
    font-size: 18px;
  }

  .tour_reserve__list_item .item_price {
    font-size: 24px;
  }

  .tour_reserve__list_item .item_status span {
    font-size: 18px;
  }

  .program__item_location {
    margin-bottom: 0;
  }

  .program__item_location.v576 {
    display: block;
  }

  .program__item_location.h576 {
    display: none;
  }

  .program__item_location .icon {
    display: none;
  }

  .single-chart {
    position: static;
  }

  .program {
    padding-left: 0;
  }

  .program__item .program__item_heading {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
  }

  .single-chart {
    margin-top: 5px;
  }

  .single-chart .circle-bg,
  .single-chart .circle {
    stroke-width: 2px;
  }

  .percentage-count {
    transform: translateY(0px);
    font-size: 14px;
  }

  .program__item:not(:last-child):after {
    display: block;
    content: "";
    left: unset !important;
    top: unset !important;
    bottom: 20px;
    width: 100%;
    height: 2px;
    background-image: url(/local/templates/discoverynn/assets/img/dashed-svg-hor.svg.svg);
    background-size: cover;
  }

  .program__item:not(:last-child) {
    padding-bottom: 44px;
  }

  .about_tour__item_title--dopinfo {
    gap: 8px;
  }

  section.tour_section {
    margin-bottom: 30px;
  }

  .tour_heading__btn {
    width: 100%;
  }

  .tour_main__heading .tour_main__heading--text {
    padding: 20px;
  }

  .tour_main__heading .tour_main__heading--text_content {
    margin: -20px;
    padding: 20px;
  }

  .tour_main__heading {
    margin: 0 -16px;
  }

  .tour_options__list_item>span {
    display: none;
  }

  .tour_main__heading--options .tour_options__list {
    justify-content: start;
  }

  .tour_main__heading--options .tour_options__list {
    gap: 10px 15px;
  }

  .tour_options__list .tour_options__list_item:not(.date) .tour_options__list_item__inner {
    border: none;
    padding: 0;
  }

  .tour_options__list_item:last-child {
    order: -1;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #b0bfc6;
  }

  .tour_options__list_item:last-child>.tour_options__list_item__inner {
    font-weight: 600 !important;
    font-size: 28px !important;
    line-height: 140% !important;
    color: #253238 !important;
  }

  .tour_options__list .tour_options__list_item.date {
    width: 100%;
  }

  .tour_options__list_item {}

  .tour_options__list .tour_options__list_item .tour_options__list_item__inner .dropdown-menu,
  .tour_section__reviews .review__rate {
    position: static !important;
  }

  .tour_gallery__slider_item .tour_gallery__slider_item--title {
    padding-bottom: 0;
  }

  .mobile_hidden__img {
    display: block;
  }

  .tour_main_heading--txt_wrapper {
    border-radius: 0;
    background-image: none !important;
  }

  .tour_main__heading .tour_main__heading--text {
    height: auto;
    backdrop-filter: none;
  }

  .tour_main__heading .tour_main__heading--text_content::after {
    display: none;
  }

  .tour_main__heading .tour_heading__title,
  .tour_main__heading .tour_heading__descr {
    color: inherit;
  }

  .tour_main__heading .tour_heading__title {
    margin-bottom: 0;
  }

  .tour_main__heading .tour_main__heading--text_content {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .tour_options__list .tour_options__list_item.date .sidebar__date {
    width: 100%;
  }

  .tour_main__heading--options {
    border: none;
    border-radius: 0;
  }

  /* .tour_options__list .tour_options__list_item .tour_options__list_item__inner .dropdown-menu {
        display: block;
    }
    .tour_options__list .tour_options__list_item.date .sidebar__date_dropdown{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    } */
  .tour_main__heading .tour_main__heading--text_content {
    gap: 15px;
  }

  .tour_section__nav {
    font-size: clamp(0.875rem, 0.758rem + 0.5vw, 0.938rem);
  }

  .tour_gallery__slider {
    border-radius: 15px;
  }

  .tour__header.is-active .tour__header_logo {
    display: block !important;
  }

  .tour__header.is-active .header__logo .d-none.d-sm-block,
  .tour__header.is-active .header__logo .d-sm-none {
    display: none;
  }

  .tour__header.is-active .header__logo svg {
    width: 47px;
    height: 47px;
    min-width: auto;
    display: none;
    transform: translateX(-8px);
  }

  .tour__header .btn-menu {
    border: 1px solid #DADADA;
  }

  .tour__header .menu-mob.show {
    height: 100vh;
  }

  .tour__header.is-active .header__logo {
    display: block !important;
  }
}

.tour__header_logo {
  display: none !important;
}

@media (max-width: 991px) {
  .tour__header.is-active #booking_btn_container {
    display: none !important;
  }
}

.menu-mob__link-catalog svg {
  display: none;
}

.tour__header {
  position: sticky;
  top: 0;
}

.tour__header .header__logo svg {
  min-width: max-content;
}

.tour__header .tour_section__nav {
  display: none !important;
  margin-right: 20px;
}

.tour__header:not(.is-active) #booking_btn_container .get-consult .btn {
  display: none;
}

/* .tour__header {
    position: sticky;
    top: 0;
    transform: translateY(-100%) !important;
} */
.tour__header.transformed {}

.tour__header.is-active {
  transform: translateY(0%) !important;
}

.tour__header.is-active .btn-menu--catalog {
  display: none !important;
}

.tour__header.is-active .tour_section__nav {
  display: flex !important;
}

.tour__header.is-active .header__menu:not(.tour_section__nav) {
  display: none !important;
}

#booking_btn_container .get-consult .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  height: 46px;
  display: none;
  margin-right: 20px;
}

.tour__header.is-active #booking_btn_container .get-consult .btn {
  display: flex;
}

.tour__header.is-active #booking_btn_container {
  margin-right: clamp(0rem, -30.821rem + 36.1vw, 12.5rem);
}

.form_tour__wrapper .form-tour {
  display: none;
  padding: 40px;
  background-color: #fff;
}

.form_tour__wrapper form .tour__modal_title {
  margin: -60px -80px 0 -80px;
  border-bottom: 1px solid #d7ddea;
  padding: 14px 25px;
  font-family: -apple-system, Mulish, sans-serif;
  text-align: left;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: #1b202d;
}

.form_tour__wrapper form .tour__modal_descr {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  text-align: center;
  margin: 20px 0;
}

.form_tour__wrapper form .tour__modal_date {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  margin: 20px 0;
}

.form_tour__wrapper form .tour__modal_date span {
  color: #90a4af;
}

.form_tour__wrapper .form_your__privacy {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form_tour__wrapper .form_your__privacy span {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #90a4af;
}

.form_tour__wrapper .form_your__privacy button.btn {
  padding: 12px 40px;
  height: 46px;
  min-width: 165px;
}

.form_tour__wrapper .input-group_persons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #d7ddea;
  padding: 13px 16px;
  outline: 0 !important;
  min-height: 52px;
}

.form_tour__wrapper .input-group_persons__item {
  display: flex;
  align-items: center;
}

.form_tour__wrapper .input-group_persons__item label {
  margin-right: 12px;
}

.form_tour__wrapper .input-group_persons__item button {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  border: 1px solid #EEEEEE;
}

.form_tour__wrapper .input-group_persons__item input {
  border: none;
  max-width: 35px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
}

.form_tour__wrapper .input-group_persons__item input::-webkit-outer-spin-button,
.form_tour__wrapper .input-group_persons__item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.tour__header:not(.is-active) .header__socials {
  display: none !important;
}

.tour__header .header__logo {
  margin: 0 !important;
}

@media (max-width: 1400px) {
  .tour__header.is-active #booking_btn_container .get-consult .btn {
    min-width: unset;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tour__header .tour_section__nav {
    margin: 0;
  }

  .tour__header.is-active #booking_btn_container .btn {
    font-size: 15px;
  }
}

@media (max-width: 1240px) {
  .tour__header.is-active #booking_btn_container .get-consult .btn {
    display: none;
  }

  .tour__header.is-active #booking_btn_container .btn {
    font-size: 17px;
  }

  .tour__header .header__row {
    justify-content: space-between;
  }

  .header__socials
 {
    flex: unset !important;
  }

  .tour__header.is-active {}
}

@media (max-width: 1240px) and (min-width: 991px) {
  .header__menu.d-none:not(.tour_section__nav) {
    display: flex !important;
  }

  .tour__header.is-active .header__menu:not(.tour_section__nav) {
    display: none !important;
  }
}

@media (max-width: 991px) {

  .header__socials {
    flex: 1 !important;
  }
  .header__logo img{
    max-height: 70px;
  }
 
}

@media (max-width: 767.98px) {
  .form_tour__wrapper {
    padding: 20px;
  }

  .form_tour__wrapper form .tour__modal_title {
    margin: -60px -36px 0 -36px;
  }
}

@media (max-width: 576px) {
 
  .header__row {
    justify-content: space-between;
  }

  .header__logo {
    width: auto;
    flex: unset !important;
    margin: 0 !important;
  }

  .tour__header.is-active .tour_section__nav {
    margin: 0 !important;
  }

  .tour__modal {
    padding: 20px;
  }

  .input-group_persons__item {
    width: 100%;
    justify-content: space-between;
    gap: 5px;
  }

  .form_tour__wrapper form .tour__modal_descr {
    font-size: 18px;
    text-align: left;
  }

  .form_tour__wrapper {
    padding: 10px;
  }

  .form_tour__wrapper form .tour__modal_title {
    margin: -50px -26px 0 -26px;
  }

  .input-group_persons {
    justify-content: center;
    gap: 10px;
  }

  .input-group_persons__item label {
    width: 80px;
    min-width: 80px;
  }

  .form_your__privacy {
    flex-wrap: wrap;
  }

  .form_tour__wrapper form .tour__modal_date,
  .form_tour__wrapper .tour__modal_descr {
    text-align: left;
  }
}

.header--main-page {
  position: sticky;
  top: 0;
}

.search {
  display: none !important;
}

.btn-menu--catalog {
  display: none;
}

@media (max-width: 1400px) {
  /* .header__logo {
        flex: 1;
    } */
}

.front {
  padding-top: 0 !important;
  padding-bottom: 0;
  margin: 0;
  min-height: unset;
}

.impressions:not(.archive_impressions) {
  padding-bottom: 0;
}

.travel-look>.container {
  padding-top: 65px;
  padding-bottom: 80px;
}

.main_banner__slider {
  height: calc(100vh - 73px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_banner__slider .swiper {
  height: 100%;
  width: 100%;
}

.main_banner__slider .card-tour {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  border-radius: unset;
  margin: 0;
  padding: 0;
}

/* .main_banner__slider .card-tour:hover .card-tour_img img {
    scale: 1.3;
} */
.card-tour_img {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.card-tour_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: all 20s;
}

/* .main_banner__slider .card-tour .container {
    padding: 0;
} */
.main_banner__slider .card-tour .card-tour__content {
  width: 100%;
  max-width: 800px;
  color: #fff;
  padding: 25px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  background: rgba(38, 108, 186, 0.15);
  border-radius: 20px;
}

.main_banner__slider .card-tour__title {
  font-weight: 700;
  font-size: clamp(1.2rem, 1rem + 1.42vw, 2rem);
  line-height: 120%;
  margin-bottom: 8px;
  color: #fff;
}

.main_banner__slider .card-tour .card-tour_inner .items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
  margin-bottom: 15px;
}
.card .card__bottom .card-tour_inner .items{
  justify-content: center;
}
.main_banner__slider .card-tour .card-tour_inner .items .item,
.card .card__bottom .card-tour_inner .items .item{
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.2);
}
.card .card__bottom .card-tour_inner .items .item{
  border: 1px solid #ccc;
  width: fit-content;
  margin-bottom: 10px;
  font-weight: bold;
}

.main_banner__slider .swiper-pagination {
  max-width: 795px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
}

.main_banner__slider .swiper-pagination-bullet,
.main_page__slider .swiper-pagination-bullet {
  flex: 1;
  height: 3px !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border: none !important;
  outline: none !important;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  transition: background 200ms;
  opacity: 1;
}

.main_page__slider .swiper-pagination .swiper-pagination-bullet-active:after {
  display: none;
}

.main_banner__slider .swiper-pagination-bullet::before,
.main_page__slider .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: opacity 200ms;
  width: 0;
}

.main_banner__slider .swiper-pagination-bullet-active::before,
.main_page__slider .swiper-pagination-bullet-active::before {
  animation: slide-progress 10s linear forwards;
}

.main_banner__slider .swiper-pagination-bullet-active::before .swiper-paused,
.main_page__slider .swiper-pagination-bullet-active::before .swiper-paused {
  animation-play-state: paused;
}

@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
    width: 0;
  }

  100% {
    transform: translateX(0);
    width: 100%;
  }
}

.tour_teasers__wrapper_heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #b0bfc6;
}

.tour_teasers__wrapper_link {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #266cba;
}

.tour_teasers__wrapper_link.mobile {
  display: none;
}

.tour_teasers__wrapper_link:hover svg path {
  stroke: currentColor;
}

.main_teasers__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.main_teasers__items .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main_teasers__items .item_img {
  border-radius: 20px;
  aspect-ratio: 1.13 / 1;
  object-fit: cover;
}

.main_teasers__items .item_heading {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0px 10px;
}

.main_teasers__items .item_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #1b202d;
}

.main_teasers__items .item_descr {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #1b202d;
}

.travel-slider {
  padding-bottom: 80px;
}

.main_page__slider {
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 1 / 0.58;
}

.main_page__slider .swiper-pagination {
  width: max-content;
  justify-content: start;
  gap: 15px;
  margin: 0;
}

.main_page__slider .swiper-pagination .swiper-pagination-bullet {
  min-width: 75px;
}

.main_page__slider .swiper-button-next:after,
.main_page__slider .swiper-button-prev:after {
  content: "";
  display: none;
}

.main_page__slider .items .item .item_descr {
  position: absolute;
  height: auto;
  width: auto;
  bottom: 40px;
  left: 40px;
  right: 40px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
  z-index: 10;
}

.main_page__slider .items .item .item_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 576px) {
  .main_page__slider .swiper-nav {
    position: relative;
    width: calc(100% - 80px);
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: end;
    bottom: 80px;
    left: 40px;
  }

  /* .main_page__slider .swiper-nav .swiper-button-prev,
    .main_page__slider .swiper-nav .swiper-button-next {
        margin: 0;
        padding: 0;
        position: static;
        width: 40px;
        height: 40px;
        min-width: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .1);
        color: #fff;
        -webkit-transition: .3s cubic-bezier(.25,.1,.25,1);
        transition: .3s cubic-bezier(.25,.1,.25,1);
    } */
}

.main_page__slider .swiper-nav .swiper-arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main_page__slider .swiper-nav .swiper-button-prev:hover svg,
.main_page__slider .swiper-nav .swiper-button-next:hover svg {
  color: #f6a117;
}

.main_impressions .card-list {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.main_impressions .card-list .card .card__location {
  width: max-content;
  gap: 0px;
  border-radius: 7.5px;
  padding: 5px;
  padding-right: 11px;
  font-size: 12px;
}

.main_impressions .card-list .card .card__btns .js-btn-booking,
.main_impressions .card-list .card .card__bottom .label-tour {
  display: none;
}

.main_impressions .card-list .card .card__line--date .card__date__custom {
  width: max-content;
  padding: 10px;
  border: 1px solid #d0d9de;
  border-radius: 10px;
}

.main_impressions .card-list .card .card__line--date .card__date__custom.count {
  background: #e7ecee;
  border: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #545a68;
}

.main_impressions .card-list .card .card__line--date .card__date {
  margin: 0 !important;
}

.main_impressions .card-list .card .card__info,
.main_impressions .card-list .card .card__info .card__title {
  margin: 0 !important;
}

.main_impressions .card-list .card .card__btns {
  padding: 0;
}

.main_impressions .card-date-flex {
  display: none;
}

.main_impressions__hidden:not(.main_impressions .main_impressions__hidden) {
  display: none;
}

.main_impressions .main_impressions__hidden {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.main_impressions .main_impressions__hidden .dropdown-menu {
  width: 100%;
  transform: none !important;
  left: 0;
  inset: unset !important;
  left: 0 !important;
  top: 100% !important;
}

.main_impressions .card-list .card .card__info {
  margin-bottom: 10px !important;
}

.main_impressions .card-list .card .card__btns .btn--quard {
  width: 100%;
}

.main_impressions .card-list .card .card__btns .btn--quard svg {
  display: none;
}

.main_impressions .card-list .card .card__btns .btn--quard {
  background-color: transparent;
  border: 1px solid #d0d9de;
  position: relative;
}

.card .card__btns .btn--quard span {
  display: none;
}

.main_impressions .card-list .card .card__btns .btn--quard span {
  display: block;
}

.main_impressions .card-list .card .card__btns .btn--quard:not(:hover) span {
  color: #00489A;
}

.main_impressions .card-list .card .card__btns .btn--quard:hover::after {
  color: #fff;
}

.main_impressions .btn--all {
  width: max-content !important;
  display: flex;
  margin: 0 auto;
}

.main_impressions .h1 {
  margin-bottom: 50px;
}

.main_banner__slider .card-tour {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-size: cover;
}

.main_impressions .card-list .card .card__line--price {
  border: none;
}

section.main__page_reviews--2 {
  margin: 0;
  padding-bottom: 80px;
  display: none;
}

.main__page_reviews--2 .link-more {
  margin: 0 auto;
  display: flex;
  width: max-content;
  margin-top: 20px;
  background-color: #fff;
  color: #266cba;
  border: 1px solid #266cba;
}

.emotion__controls,
.emotion__controls .position-relative {
  position: static !important;
}

.emotion .swiper-button {
  background-color: #fff;
  width: 44px;
  height: 44px;
}

.emotion .swiper-button i {
  color: #266cba;
}

.emotion .swiper-button:hover i {
  color: #F5A017;
}

.emotion__controls {
  display: block !important;
}

.header {
  position: sticky;
  top: 0;
}

.tags-collapse .collapse a {
  margin-bottom: 10px;
}

@media (max-width: 1400px) {
  .main_banner__slider .card-tour .card-tour__content {
    margin-left: 50px;
  }
}

@media (max-width: 1239.98px) {
  .emotion__comment-box {
    width: 793px;
    height: 514px;
  }
}

@media (max-width: 992px) {
  .main_banner__slider .card-tour .card-tour__content {
    margin: 0;
  }
}

@media (max-width: 767px) {
  section.main__page_reviews--2 {
    display: block;
  }

  .main_impressions:not(.archive_impressions) .card-list .card .card__btns {
    margin-top: 15px;
  }

  .main_teasers__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-tour {
    max-width: unset !important;
  }

  .main_impressions .h1 {
    margin-bottom: 30px;
  }

  .main_banner__slider {
    max-height: 765px;
    overflow: hidden;
    border-radius: 20px;
  }

  .main_banner__slider .card-tour .container {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
/*    height: 100%;*/
  }

  .main_banner__slider .card-tour {
    align-items: end;
  }

  .main_banner__slider .card-tour .card-tour__content {
    padding: 15px;
    margin: 35px;
  }

  .main_banner__slider .swiper-button,
  .main_page__slider .swiper-button {
    background-color: transparent;
    width: 35px;
    height: 35px;
  }

  .main_banner__slider .swiper-button-prev,
  .main_page__slider .swiper-button-prev {
    left: 0px;
  }

  .main_banner__slider .swiper-button-next,
  .main_page__slider .swiper-button-next {
    right: 0px;
  }

  .main_banner__slider .swiper-pagination {
    gap: 10px;
  }

  .main_banner__slider .swiper-pagination {
    display: none;
  }

  .front {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px !important
  }

  /* .main_banner__slider .swiper-button {
        display: none;
    } */
}

.review-tour_link_mb {
  display: none !important;
}

@media (max-width: 576px) {
  .program__gallery a {
    width: 175px !important;
    height: auto;
    aspect-ratio: unset !important;
    border-radius: 7px;
  }

  .review-tour_link_mb {
    display: flex !important;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .dropdown-menu {
    max-width: 90%;
  }

  #js-filter-tags {
    margin-bottom: 15px;
  }

  .menu-mob.show {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 100vh !important;
  }

  .fancybox__image {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
  }

  .fancybox__content {
    width: 100% !important;
    min-height: 350px !important;
  }

  /* .fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
        width: 100% !important;
        min-height: 265px !important;
        height: 265px !important;
    }
    .fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content > img {
        width: 100% !important;
        height: 100% !important;

    } */
  /* .smartfilter.js-reviews-filter.link .d-none {
        display: block !important;
    } */
  .front {
    margin-top: 15px !important
  }

  section.main__page_reviews--2 {
    padding-bottom: 40px;
  }

  .review-block_wrap .link.link--main2 {
    display: none !important;
  }

  .main__page_reviews--2 .link-more {
    width: 100%;
  }

  .main_banner__slider .swiper-button-prev,
  .main_page__slider .swiper-button-prev {
    left: -5px;
  }

  .main_banner__slider .swiper-button-next,
  .main_page__slider .swiper-button-next {
    right: -5px;
  }

  .main_banner__slider .card-tour .card-tour__content {
    margin: 30px;
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .travel-look>.container {
    padding-top: 40px !important;
    padding-bottom: 0px !important;
  }

  .main_teasers__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .main_teasers__items .item_img {
    max-height: 220px;
    width: 100%;
  }

  .main_banner__slider {
    max-height: 565px;
  }

  .main_banner__slider .card-tour__descr {
    font-size: 14px;
    line-height: 140%;
  }

  .main_banner__slider .card-tour .card-tour_inner .items .item {
    padding: 10px;
    font-size: 14px;
    line-height: 140%;
  }

  .main_banner__slider .card-tour .card-tour__link {
    width: 100%;
    padding: 12px;
    height: auto;
  }

  .main_banner__slider .card-tour .card-tour_inner .items .item,
  .main_banner__slider .card-tour .card-tour__link {
    border-radius: 15px;
  }

  /*.main_banner__slider .card-tour .card-tour_inner .items .item svg {
    display: none;
  }*/

  .main_impressions .h1,
  .tour_teasers__wrapper .h1 {
    margin-bottom: 30px;
    text-align: center;
  }

  .main_impressions .card-list .card {
    padding: 12px;
  }

  .main_impressions:not(.archive_impressions) .card-list .card .card__line--price {
    margin: 10px 0 !important;
  }

  /* .main_impressions .card-list .card:nth-child(-n+3) {
        display: none;
    } */
  .main_impressions:not(.archive_impressions) .card-list .card .card__btns .btn--quard {
    background-color: #266cba !important;
  }

  .main_impressions:not(.archive_impressions) .card-list .card .card__btns .btn--quard span {
    color: #fff !important;
  }

  .main_impressions .card-list .card .card__bottom {
    padding-bottom: 0;
  }

  .main_impressions .card__line--date {
    order: -1;
  }

  .main_impressions .btn--all {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .tour_teasers__wrapper_link.desktop {
    display: none;
  }

  .tour_teasers__wrapper_link.mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 13px;
    border: 1px solid #d0d9de;
    border-radius: 10px;
  }

  .tour_teasers__wrapper_heading {
    padding: 0;
    margin: 0;
    border: none;
  }

  .main_teasers__items .item_heading {
    padding: 0;
  }

  .main_impressions {
    padding-bottom: 0;
  }

  .main_page__slider .items .item .item_descr {
    font-size: 15px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .main_page__slider .swiper-pagination {
    display: none;
  }

  .main_page__slider {
    border-radius: 20px;
    aspect-ratio: 10 / 6;
  }

  .main_page__slider .swiper-pagination {
    display: flex;
    width: 100%;
    gap: 5px;
    padding: 0 20px;
    bottom: 20px;
  }

  .main_page__slider .swiper-pagination .swiper-pagination-bullet {
    min-width: unset;
    margin: 0;
    padding: 0;
    flex: 1;
  }

  .travel-slider {
    padding-bottom: 40px;
  }

  .main_teasers__items .item_title {
    font-size: 16px;
  }

  .main_teasers__items .item_heading {
    gap: 8px;
  }

  .main_teasers__items .item_descr {
    font-size: 15px;
  }

  .main_teasers__items .item {
    gap: 15px;
  }

  .main_banner__slider .card-tour .card-tour_inner .items {
    gap: 10px;
  }

  .reviews_filters__filter_item {
    display: flex;
    align-items: center;
  }

  #js-filter-tags {
    padding-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 375px) {
  .header .header__socials {
    display: none !important;
  }
}

.main_page__slider .swiper-pagination,
.main_banner__slider .swiper-pagination {
  display: none;
}

@media (min-width: 767px) {
  .review-block__scroll {
    max-height: 500px;
  }
}

.card-list--archive {}

.archive_desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 35px;
}

@media (min-width: 767px) {
  .archive_desc p {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .archive_desc {
    margin-bottom: 30px;
  }
}

.archive_impressions {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.archive_impressions .card-list {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
}

.archive_impressions .card-list .card__price {
  opacity: 0.5;
  margin: 0;
}

.archive_impressions .card-list .card .card__info {
  margin-bottom: 0px !important;
}

.archive_impressions .card__line--price {
  padding-top: 0px;
  padding-bottom: 9px;
  margin-bottom: 0px;
}

.card__line--date {
  order: inherit !important;
}

@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  .card__line--date {
    order: -1 !important;
  }
}

.archive_impressions .card-list .archive_date {
  width: max-content;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #545a68;
  padding: 10px;
  background: #e7ecee;
  border-radius: 10px;
  margin: 9px 0;
}

.archive_impressions .card-list .card__title {
  font-size: 20px;
  line-height: 120%;
}

@media (max-width: 576px) {
  .archive_impressions .card-list .archive_date {
    margin-bottom: 11px;
  }

  .archive_impressions .card__line--price {
    padding-bottom: 11px;
  }
}

/* End */
/* Start:/local/templates/discoverynn/styles.css?17188916811715*/
[data-aos].aos-animate .impressions-gallery__item:nth-child(13),
[data-aos].aos-animate .impressions-gallery__item:nth-child(18),
[data-aos].aos-animate .impressions-gallery__item:nth-child(19),
[data-aos].aos-animate .impressions-gallery__item:nth-child(3) {
  opacity: 1;
  filter: none;
}

.program__gallery a.is-more>span {
  display: none !important;
}

.program__gallery a.is-more img {
  -webkit-filter: none;
  filter: none;
}

@media (min-width: 769.98px) {
  a.link.link--main2.fw-bold.mt-8.collapsed {
    display: none !important;
  }

  a.link.link--main2.fw-bold.mt-8 {
    display: none !important;
  }

  .review .collapse:not(.show) {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .program__gallery a {
    width: 300px;
    height: auto;
    aspect-ratio: 10 / 5.6;
  }

  .tour_gallery__slider .swiper-pagination {
    display: none;
  }

  .impressions_list__item_img {
    border-radius: 10px;
  }
}

.btn-menu--catalog {
  display: none;
}

@media (max-width: 1240px) {
  .header__socials {
    flex: 1 auto;
    display: flex;
    justify-content: end;
    display: flex !important;
    border: none !important;
  }
}

@media (max-width: 375px) {
  .header__phone-link {
    display: none !important;
  }
}

@media (max-width: 767.98px) {

  .program__gallery,
  .impressions_list {
    scroll-snap-type: x mandatory;
    margin: 0;
    padding-bottom: 15px;
  }

  .impressions_list__item,
  .program__gallery a {
    scroll-snap-align: start;
  }

  .btn-menu {
    min-width: 32px;
  }
}

@media (max-width: 576px) {
  .header__phone-link {
    display: none !important;
  }

  .tour__header.is-active .header__logo {
    display: none;
  }

  .header__socials .link-soc {
    width: 25px;
    height: 25px;
    min-width: 25px;
  }
}


.mr-1 {
  margin-right: 4px;
}

.ml-1 {
  margin-left: 4px;
}

.mr-2 {
  margin-right: 8px;
}

.ml-2 {
  margin-left: 8px;
}

.dropdown-content i {
  transition: all .3s;
}

.dropdown-content.show i {
  transform: rotate(-180deg);
}


/* Start:/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/style.css?171889168116131*/
.bx-filter .bx-filter-section {
  /*background: #edf6fc; /* color */
  position: relative;
  padding-top: 26px
}

.bx-filter .bx-filter-section>.row {
  padding: 0 5px;
}

.bx-filter .bx-filter-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

/*Sections*/

.bx-filter .bx-filter-parameters-box {
  position: relative;
}

.bx-filter .bx-filter-parameters-box-title {
  font-size: 13px;
  padding-bottom: 7px;
}

@media (min-width: 992px) {
  .bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
    clear: both;
  }
}

.bx-filter .bx-filter-parameters-box-title span {
  color: #039be5;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

.bx-filter .bx-filter-parameters-box-title span:hover {
  border-color: #039be5;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
  /*color: #95a1a8;*/
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
  /*color: #758087;*/
  border-color: transparent;
}

.bx-filter .bx-filter-block {
  display: none;
  -webkit-transition: padding .3s ease;
  -moz-transition: padding .3s ease;
  -ms-transition: padding .3s ease;
  -o-transition: padding .3s ease;
  transition: padding .3s ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
  display: block;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
  font-size: 14px;
  font-style: normal;
  display: block;
  padding-bottom: 5px;
}

.bx-filter-parameters-box-container {
  padding-bottom: 20px;
}

.bx-filter-parameters-box-container .checkbox:first-child {
  margin-top: 0;
}

.bx-filter .bx-filter-parameters-box-container-block {
  font-size: 11px;
  color: #3f3f3f;
}

/*
* INPUTS
*/
.bx-filter .bx-filter-input-container {}

.bx-filter .bx-filter-input-container input {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 38px;
  margin: 0;
  padding: 0 4px;
  border: 1px solid #ccd5db;
  border-radius: 2px;
  background: #fff;
  outline: none
}

.bx-retina .bx-filter .bx-filter-input-container input {
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;
  -moz-border-image: url(/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;
  -o-border-image: url(/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;
  border-image: url(/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;
}

.bx-ios .bx-filter .bx-filter-input-container input {
  /* Fix of input shadow for IOS browsers. */
  background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}

.bx-filter .bx-filter-button-box {
  clear: both;
}

/*
*Track
*/
.bx-filter .bx-ui-slider-track {
  position: relative;

  height: 4px;

  background: #f6a117;
  /*width: calc(100% - 18px);*/
  width: 100%;
  border-radius: 2px;
  margin-bottom: 22px;
}

.bx-filter .bx-ui-slider-part {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7;
}

.bx-filter .bx-ui-slider-part.p1 {
  left: -1px;
}

.bx-filter .bx-ui-slider-part.p2 {
  left: 25%;
}

.bx-filter .bx-ui-slider-part.p3 {
  left: 50%;
}

.bx-filter .bx-ui-slider-part.p4 {
  left: 75%;
}

.bx-filter .bx-ui-slider-part.p5 {
  right: -1px;
}

.bx-filter .bx-ui-slider-part span {
  font-size: 11px;
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: #000;
}

.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
  color: #6b8086;
}

.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
  position: absolute;
  top: 0;
  bottom: 0;
}

.bx-filter .bx-ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  box-shadow: none;
  right: -8px;
  top: -6px;
  cursor: grab;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C3.58143 0 0 3.58143 0 8C0 12.4186 3.58143 16 8 16C12.4186 16 16 12.4186 16 8C15.9982 3.58143 12.4168 0 8 0ZM8 13.4086C8 10.4208 5.57743 8 2.59142 8C5.57921 8 8 5.57743 8 2.59142C8 5.57921 10.4226 8 13.4086 8C10.4208 8 8 10.4208 8 13.4086Z' fill='%23F6A117'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
}

.bx-filter .bx-ui-slider-handle:hover {
  -webkit-cursor: grab;
  -ms-cursor: grab;
  -o-cursor: grab;
  cursor: grab;
}

.bx-filter .bx-ui-slider-handle:active {
  -webkit-cursor: grabbing;
  -ms-cursor: grabbing;
  -o-cursor: grabbing;
  cursor: grabbing;
}

/*
*	Select
*/

.bx-retina .bx-filter .bx-filter-select-container {
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;
  -moz-border-image: url(/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;
  -o-border-image: url(/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;
  border-image: url(/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;
}

.bx-filter .bx-filter-select-block {
  position: relative;
  display: block;
  width: 100%;
  height: 24px;

}

.bx-filter .bx-filter-select-text {
  line-height: 24px;
  overflow: hidden;
  max-width: 100%;
  height: 24px;
  cursor: pointer;
}

.bx-filter .bx-filter-select-text.fix {
  min-width: 120px;
}

.bx-filter .bx-filter-select-text label {
  cursor: pointer;
}

.bx-filter .bx-filter-select-arrow {
  position: absolute;
  top: 0;
  right: -5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10L12 14L16 10' stroke='%23AEAFBF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

/*
*	Select popup
*/
.bx-filter-select-popup {
  background: #fff;
  padding: 0;
  min-width: 272px;
  width: 272px;
  border: 1px solid #dce0e9;
  border-radius: 0 0 10px 10px
}

.bx-filter-select-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bx-filter-select-popup ul li {
  display: block;
  text-align: left;
  vertical-align: middle;
}

.bx-filter-select-popup ul li label {
  font-size: 14px;
  line-height: 26px;
  display: block;
  text-align: left !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 16px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  color: #575757;
}

.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
  color: #000;
  background: #e6f6e0;
}

.bx-filter-select-popup ul li:last-child label:hover {
  border-radius: 0 0 10px 10px;
}

.bx-filter-select-container.active {
  border-radius: 10px 10px 0 0;
}

.bx-filter-select-popup ul li label.disabled {
  color: #b8b8b8;
  background: transparent;
}

.bx-filter-select-popup ul li .bx-filter-param-text {
  line-height: 34px !important;
}

/*
* TAGS
*/
.bx-filter .bx-filter-tag {
  padding: 18px;
  /*border-top: 1px solid #d7eaf7;/* COLOR */
  /*border-bottom: 1px solid #d7eaf7;/* COLOR */
}

.bx-filter .bx-tag-link {
  font-size: 12px;
  text-decoration: none;
  /*color: #68939e;/* COLOR */
  text-shadow: none;
}

.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
  color: #1d3d46;
}

/*
*	LABEL
*/
.bx-filter .bx-filter-param-label {
  min-height: 20px;
  font-weight: normal;
  cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
  float: left;
  display: block;
  margin-right: 5px;
}

.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
  display: block;
}

.bx-filter .bx-filter-param-label {
  /*font-size: 13px;*/
}

.bx-filter .bx-filter-param-label.dib {
  display: inline-block;
}

.bx-filter .bx-filter-param-text {
  font-weight: normal;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
  color: #6c6c6c;
}

.bx-filter-select-popup .bx-filter-param-label.bx-active {
  background: #f3f8fa;
}

/*
*	Checkbox / Radio
*/
.bx-filter .bx-filter-input-checkbox {}

.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
  display: block;
  text-align: left;
}

/*
* 	BTN
*/
.bx-filter .bx-filter-param-btn {
  font-weight: normal;
  display: inline-block;
  width: 38px;
  height: 38px;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  color: #000;
  vertical-align: middle;
  border: 1px solid #ccd5db;
  border-radius: 2px;
  background: #fff;
  position: relative;
  -webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
  -moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
  -ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
  -o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
  transition: border .3s ease, box-shadow .1s ease, color .3s ease;
  cursor: pointer;
}

.bx-retina .bx-filter .bx-filter-param-btn {
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;
  -moz-border-image: url(/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;
  -o-border-image: url(/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;
  border-image: url(/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/images/border_default.png) 2 repeat;
}

.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
  background: transparent;
  box-shadow: none
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
  position: relative;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  z-index: 100;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
  opacity: .7;
}

.bx-filter .bx-filter-param-btn .bx-filter-param-text {
  line-height: 26px;
}

/*
* BTN P/M
*/
.bx-filter .bx-filter-param-btn.bx-spm {
  width: 23px;
  min-width: 23px;
  height: 23px;
  line-height: 23px;
  font-weight: normal;
  padding: 0;
  font-size: 17px;
  color: #767b7e;
  vertical-align: top;
  border-radius: 50%;
  background-color: transparent;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm:active {
  outline: none !important;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}

.bx-filter span.bx-spm {
  font-size: 18px;
  line-height: 23px;
  display: inline-block;
  height: 23px;
  margin: 0 10px;
  vertical-align: middle;
  color: #000;
}

/*
*	icon
*/
.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
  line-height: 33px;
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-top: -4px;
  margin-right: 2px;
  vertical-align: middle;
  border-radius: 2px;
}

.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
  -webkit-background-size: cover;
  background-size: cover;
}

.bx-filter-select-popup .bx-filter-btn-color-icon {
  width: 20px;
  height: 20px;
  margin: 2px 0;
  top: 0 !important;
}

.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
  top: -1px !important;
}

.bx-filter-btn-color-icon.all {
  position: relative;
  border: none;
  box-shadow: none
}

.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
  position: absolute;
  width: 60%;
  height: 60%;
  background: #fff;
  content: " ";
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.bx-filter-btn-color-icon.all:after {
  right: 0;
  bottom: 0;
}

.bx-filter-btn-color-icon.all:before {
  top: 0;
  left: 0;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
  opacity: .2;
}

/*
* 	BIZ
*/
.bx-filter .bx-filter-parameter-biz {
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  color: #1485ce;
  border-bottom: 1px dashed;
}

.bx-filter .bx-filter-parameter-biz:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}

.bx-filter .bx-filter-parameter-biz.bx-active {
  position: relative;
  color: #000;
  border-color: transparent;
}

/*
*	BTN result and reset
*/
.btn-themes {
  color: #FFF
}

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover {
  color: #FFF
}

/*
* 	Result Popup
*/
.bx-filter .bx-filter-popup-result {
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  z-index: 915;
  display: none;
  line-height: normal;
  margin-top: -7px;
  margin-left: 10px;
  padding: 0 10px;
  white-space: nowrap;
  color: #3f3f3f;
  min-height: 37px;
  line-height: 18px;
  border-style: solid;
  border: 1px solid #C6DCE7;
}

.bx-filter .bx-filter-popup-result.left {
  border-width: 2px 10px 2px 2px;
  -webkit-border-image: url(/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/images/result_popup_left.png) 4 20 4 4 repeat;
  -moz-border-image: url(/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/images/result_popup_left.png) 4 20 4 4 repeat;
  -o-border-image: url(/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/images/result_popup_left.png) 4 20 4 4 repeat;
  border-image: url(/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/images/result_popup_left.png) 4 20 4 4 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
  border-width: 2px 2px 2px 10px;
  -webkit-border-image: url(/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/images/result_popup_right.png) 4 4 4 20 repeat;
  -moz-border-image: url(/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/images/result_popup_right.png) 4 4 4 20 repeat;
  -o-border-image: url(/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/images/result_popup_right.png) 4 4 4 20 repeat;
  border-image: url(/local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
  left: 97%;
}

.bx-filter .bx-filter-popup-result.left {
  right: 97%;
}

.bx-filter-horizontal .bx-filter-popup-result {
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
  bottom: -7px;
}

.bx-filter .bx-filter-popup-result a {
  color: #0073a3;
  line-height: 10px;
}

.bx-filter .bx-filter-popup-result a:hover {
  text-decoration: none;
}

.bx-filter .bx-filter-popup-result-close {
  display: none;
}

/*
*Track
*/

.bx-filter .bx-ui-slider-pricebar-vd {
  background: #d7ddea;
  border-radius: 3px;
}

.bx-filter .bx-ui-slider-pricebar-vn {
  background: #d7ddea;
  border-radius: 3px;
}

.bx-filter .bx-ui-slider-pricebar-v {
  background: #f6a117;
  border-radius: 3px;
}

.filters__range-inputs {
  width: 100%;
}

.filters__list {
  overflow: inherit !important;
}

.popup-window {
  padding: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .bx-touch .bx-filter .bx-filter-popup-result {
    font-size: 12px;
    line-height: 14px;
    position: fixed !important;
    z-index: 1001;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    margin-top: 0;
    margin-left: 0;
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #c6dae7;
    background: rgba(255, 255, 255, .9);
  }

  .bx-touch .bx-filter .bx-filter-popup-result br {
    display: none;
  }

  .bx-filter .bx-filter-popup-result .arrow {
    display: none;
  }
}

/* End */


/* Start:/bitrix/components/bitrix/catalog.section.list/templates/.default/style.min.css?17188919336236*/
.bx_catalog_line {
  margin-bottom: 30px
}

.bx_catalog_line .bx_catalog_line_category_title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px
}

.bx_catalog_line .bx_catalog_line_category_title a {
  color: #000;
  text-decoration: none
}

.bx_catalog_line .bx_catalog_line_ul {
  padding: 0
}

.bx_catalog_line .bx_catalog_line_ul li {
  margin-bottom: 20px;
  list-style: none
}

.bx_catalog_line .bx_catalog_line_ul li:before {
  content: '' !important
}

.bx_catalog_line .bx_catalog_line_img {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 40px;
  width: 125px;
  height: 125px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-background-size: contain
}

.bx_catalog_line .bx_catalog_line_title {
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  line-height: 18px
}

.bx_catalog_line .bx_catalog_line_title a {
  color: #4c7da6;
  font-size: 18px
}

.bx_catalog_line .bx_catalog_line_title a:hover {
  text-decoration: none
}

.bx_catalog_line .bx_catalog_line_title span {
  font-size: 16px
}

.bx_catalog_line .bx_catalog_line_description {
  color: #3f3f3f;
  font-size: 13px;
  line-height: 16px
}

@media(max-width:639px) {
  .bx-touch .bx_catalog_line .bx_catalog_line_img {
    margin-right: 10px;
    width: 50px;
    height: 50px
  }

  .bx-touch .bx_catalog_line .bx_catalog_line_title {
    margin-bottom: 5px;
    line-height: 14px
  }

  .bx-touch .bx_catalog_line .bx_catalog_line_title a {
    font-size: 14px
  }

  .bx-touch .bx_catalog_line .bx_catalog_line_description {
    font-size: 11px
  }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description {
  transition: all .3s ease
}

.bx_catalog_text {
  margin-bottom: 30px
}

.bx_catalog_text .bx_catalog_text_category_title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px
}

.bx_catalog_text .bx_catalog_text_category_title a {
  color: #000;
  text-decoration: none
}

.bx_catalog_text .bx_catalog_text_ul {
  padding: 0
}

.bx_catalog_text .bx_catalog_text_ul li {
  float: left;
  margin: 0 10px 10px;
  list-style: none
}

.bx_catalog_text .bx_catalog_text_ul li:before {
  content: '' !important
}

.bx_catalog_text .bx_catalog_text_title {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 14px
}

.bx_catalog_tile .bx_catalog_tile_title a {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  color: #4c7da6;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px
}

.bx_catalog_text .bx_catalog_text_title a:hover {
  text-decoration: none
}

.bx_catalog_text .bx_catalog_text_title span {
  font-size: 12px
}

@media(max-width:639px) {
  .bx-touch .bx_catalog_text .bx_catalog_line_title {
    margin-bottom: 5px;
    line-height: 12px
  }

  .bx-touch .bx_catalog_text .bx_catalog_line_title a {
    font-size: 12px
  }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a {
  transition: all .3s ease
}

.bx_catalog_tile {
  margin-bottom: 30px
}

.bx_catalog_tile .bx_catalog_tile_category_title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
  color: #000;
  text-decoration: none
}

.bx_catalog_tile .bx_catalog_tile_ul {
  padding: 0
}

.bx_catalog_tile .bx_catalog_tile_ul li {
  float: left;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 12.5%;
  list-style: none;
  text-align: center
}

.bx_catalog_tile .bx_catalog_tile_ul li:before {
  content: '' !important
}

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
  clear: both
}

.bx_catalog_tile .bx_catalog_tile_img {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 78px;
  height: 78px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-background-size: contain
}

.bx_catalog_tile .bx_catalog_tile_title {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  line-height: 14px
}

.bx_catalog_tile .bx_catalog_tile_title a {
  color: #4c7da6;
  font-size: 14px
}

.bx_catalog_tile .bx_catalog_tile_title a:hover {
  text-decoration: none
}

.bx_catalog_tile .bx_catalog_tile_title span {
  font-size: 12px
}

@media(max-width:980px) {
  .bx_catalog_tile .bx_catalog_tile_ul li {
    width: 20%
  }

  .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
    clear: none
  }

  .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
    clear: both
  }
}

@media(max-width:639px) {
  .bx-touch .bx_catalog_tile .bx_catalog_tile_title {
    margin-bottom: 5px;
    line-height: 14px
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_title {
    line-height: 10px
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_title a {
    font-size: 11px
  }
}

@media(min-width:480px) and (max-width:639px) {
  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li {
    width: 25%
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
    clear: none
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
    clear: none
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) {
    clear: both
  }
}

@media(max-width:479px) {
  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li {
    width: 33.3%
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_img {
    width: 100%;
    height: 80px
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
    clear: none
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
    clear: none
  }

  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) {
    clear: both
  }
}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img {
  transition: all .3s ease
}

.bx_sitemap {
  margin-bottom: 30px
}

.bx_sitemap .bx_sitemap_title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px
}

.bx_sitemap .bx_sitemap_title a {
  color: #000;
  text-decoration: none
}

.bx_sitemap .bx_sitemap_ul li {
  padding: 0;
  line-height: 14px
}

.bx_sitemap .bx_sitemap_ul li:before {
  content: '' !important
}

.bx_sitemap .bx_sitemap_li_title {
  display: inline-block;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  font-weight: normal;
  line-height: 13px
}

.bx_sitemap .bx_sitemap_li_title a {
  color: #4c7da6;
  white-space: nowrap;
  font-size: 13px
}

.bx_sitemap .bx_sitemap_li_title a:hover {
  text-decoration: none
}

.bx_sitemap .bx_sitemap_li_title span {
  font-size: 11px
}

@media(max-width:639px) {
  .bx-touch .bx_sitemap .bx_catalog_line_title {
    margin-bottom: 5px;
    line-height: 12px
  }

  .bx-touch .bx_sitemap .bx_catalog_line_title a {
    font-size: 12px
  }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a {
  transition: all .3s ease
}

/* End */
/* /local/templates/discoverynn/components/bitrix/catalog.smart.filter/catalog/style.css?171889168116131 */
/* /bitrix/components/bitrix/catalog.section.list/templates/.default/style.min.css?17188919336236 */

.ui-widget.ui-widget-content {
  height: 4px;
  background: #d7ddea;
  border-radius: 3px;
  border: none;
}

.ui-slider .ui-slider-range {
  background: #f6a117;
}

.ui-slider-horizontal .ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  box-shadow: none;
  right: -8px;
  top: -6px;
  cursor: grab;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C3.58143 0 0 3.58143 0 8C0 12.4186 3.58143 16 8 16C12.4186 16 16 12.4186 16 8C15.9982 3.58143 12.4168 0 8 0ZM8 13.4086C8 10.4208 5.57743 8 2.59142 8C5.57921 8 8 5.57743 8 2.59142C8 5.57921 10.4226 8 13.4086 8C10.4208 8 8 10.4208 8 13.4086Z' fill='%23F6A117'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
}

.right-0 {
  right: 0;
}

.menu_list_right ul,.footer_menu_two_col ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu_list_right ul li,.footer_menu_two_col ul li {
  flex: 0 0 49%;
}
.social_icon_page_contact img{
  width: 24px !important;
}
.form-contact form br{
  display: none;
}
.form-contact form .wpcf7-list-item{
  margin-left: 0;
}
.form-contact form input[type="submit"]{
  margin-top: 20px;
}
.form-contact form .wpcf7-list-item input[type="checkbox"]{
  display: none;
}
.form-contact form .wpcf7-list-item .wpcf7-list-item-label{
  position: relative;
  padding-left: 28px;
  display: block;

}
.form-contact form .wpcf7-list-item .wpcf7-list-item-label::before{
  content: "";
  display: block;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #d7ddea;
  position: absolute;
  left: 0;
  top: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: .3s cubic-bezier(.25,.1,.25,1);
  transition: .3s cubic-bezier(.25,.1,.25,1);
}
.form-contact form .wpcf7-list-item input[type="checkbox"]:checked ~.wpcf7-list-item-label::before{
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.00001 6L8 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  border-color: #266cba;
  background-color: #266cba
}
.header_lang{
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header_lang img{
  width: 24px;
  height: 16px;
}
.header_lang a:not(:first-child){
  margin-left: 8px;
}
.header_lang a{
  opacity: .5;
  display: block;
}
.header_lang a.active{
  opacity: 1;
}
@media(max-width:1279px){
  .header .header__phone-link,.header .header__socials{
    display: none !important;
  }
  .header__logo{
    max-width: 80px;
    width: auto;
  }
}
@media(max-width:900px){
  .header_lang{
    margin-left: auto;
  }
}
@media(max-width:575px){
  .menu-mob{
    top: 70px !important;
  }
  .footer_menu_two_col ul li {
    flex: 0 0 100%;
  }
}
.e-con-inner{
  display: block !important;
}
.card-list--plitka .card__title{
  overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    min-height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.main_impressions .card-list .card .card__info .card_description{
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.main_teasers__items .item .img{
  position: relative;
  display: block;
  border-radius: 16px;
  padding-top: 62.766%;
  overflow: hidden;

}
.main_teasers__items .item .img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_teasers__items .item .item_title a{
  display: block;
  min-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.main_teasers__items .item .item_descr{
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.gallery-item .post_description{
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.gallery-item .gallery-item__link h3{
  min-height: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}