@import url(https://cdn.jsdelivr.net/gh/djibe/material@4.6.2-1.0/css/material-plugins.min.css);
@import url(https://use.typekit.net/ice6ksb.css);
@charset "UTF-8";
img.lazy {
  visibility: hidden;
  opacity: 0;
  transition-property: visibility, opacity;
  transition-duration: 0.2s;
  will-change: opacity, opacity;
}
img.lazy.loaded {
  visibility: visible;
  opacity: 1;
}

div.lazy {
  position: relative;
}
div.lazy:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #F2F2F2;
  z-index: 2;
  transition-property: visibility, opacity;
  transition-duration: 0.35s;
  will-change: opacity, opacity;
  visibility: visible;
  opacity: 1;
}
div.lazy.loaded:after {
  visibility: hidden;
  opacity: 0;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFFFFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 767px;
  --breakpoint-lg: 976px;
  --breakpoint-xl: 1023px;
  --breakpoint-xln: 1280px;
  --breakpoint-xxl: 1440px;
  --breakpoint-fhd: 1920px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "proxima-nova";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1440px) {
  legend {
    font-size: calc(1.275rem + 0.25vw);
  }
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, body.show-download-countdown .download-countdown .download-countdown-container .download-countdown-wrapper span.number, .h3, .fast-checkout .body .cart-items .cart-item a.p-title, .h4, .h5, .h6 {
  margin-bottom: 0;
  font-family: "proxima-nova";
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}
@media (max-width: 1440px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.25vw);
  }
}

h2, .h2, body.show-download-countdown .download-countdown .download-countdown-container .download-countdown-wrapper span.number {
  font-size: 2rem;
}
@media (max-width: 1440px) {
  h2, .h2, body.show-download-countdown .download-countdown .download-countdown-container .download-countdown-wrapper span.number {
    font-size: calc(1.325rem + 0.75vw);
  }
}

h3, .h3, .fast-checkout .body .cart-items .cart-item a.p-title {
  font-size: 1.75rem;
}
@media (max-width: 1440px) {
  h3, .h3, .fast-checkout .body .cart-items .cart-item a.p-title {
    font-size: calc(1.3rem + 0.5vw);
  }
}

h4, .h4 {
  font-size: 1.5rem;
}
@media (max-width: 1440px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.25vw);
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: calc(1.725rem + 4.75vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: calc(1.675rem + 4.25vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .display-3 {
    font-size: calc(1.575rem + 3.25vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .display-4 {
    font-size: calc(1.475rem + 2.25vw);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-fhd,
.container-xxl,
.container-xln,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 576px;
  }
}
@media (min-width: 767px) {
  .container-md, .container-sm, .container {
    max-width: 767px;
  }
}
@media (min-width: 976px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 976px;
  }
}
@media (min-width: 1023px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1023px;
  }
}
@media (min-width: 1280px) {
  .container-xln, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xln, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .container-fhd, .container-xxl, .container-xln, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1920px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-fhd,
.col-fhd-auto, .col-fhd-12, .col-fhd-11, .col-fhd-10, .col-fhd-9, .col-fhd-8, .col-fhd-7, .col-fhd-6, .col-fhd-5, .col-fhd-4, .col-fhd-3, .col-fhd-2, .col-fhd-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xln,
.col-xln-auto, .col-xln-12, .col-xln-11, .col-xln-10, .col-xln-9, .col-xln-8, .col-xln-7, .col-xln-6, .col-xln-5, .col-xln-4, .col-xln-3, .col-xln-2, .col-xln-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 767px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 976px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 1023px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 1280px) {
  .col-xln {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xln-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xln-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xln-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xln-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xln-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xln-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xln-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xln-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xln-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xln-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xln-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xln-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xln-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xln-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xln-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xln-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xln-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xln-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xln-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xln-first {
    order: -1;
  }
  .order-xln-last {
    order: 13;
  }
  .order-xln-0 {
    order: 0;
  }
  .order-xln-1 {
    order: 1;
  }
  .order-xln-2 {
    order: 2;
  }
  .order-xln-3 {
    order: 3;
  }
  .order-xln-4 {
    order: 4;
  }
  .order-xln-5 {
    order: 5;
  }
  .order-xln-6 {
    order: 6;
  }
  .order-xln-7 {
    order: 7;
  }
  .order-xln-8 {
    order: 8;
  }
  .order-xln-9 {
    order: 9;
  }
  .order-xln-10 {
    order: 10;
  }
  .order-xln-11 {
    order: 11;
  }
  .order-xln-12 {
    order: 12;
  }
  .offset-xln-0 {
    margin-left: 0;
  }
  .offset-xln-1 {
    margin-left: 8.33333333%;
  }
  .offset-xln-2 {
    margin-left: 16.66666667%;
  }
  .offset-xln-3 {
    margin-left: 25%;
  }
  .offset-xln-4 {
    margin-left: 33.33333333%;
  }
  .offset-xln-5 {
    margin-left: 41.66666667%;
  }
  .offset-xln-6 {
    margin-left: 50%;
  }
  .offset-xln-7 {
    margin-left: 58.33333333%;
  }
  .offset-xln-8 {
    margin-left: 66.66666667%;
  }
  .offset-xln-9 {
    margin-left: 75%;
  }
  .offset-xln-10 {
    margin-left: 83.33333333%;
  }
  .offset-xln-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1920px) {
  .col-fhd {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-fhd-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-fhd-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-fhd-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-fhd-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-fhd-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-fhd-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-fhd-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-fhd-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-fhd-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-fhd-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-fhd-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-fhd-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-fhd-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-fhd-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-fhd-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-fhd-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-fhd-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-fhd-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-fhd-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-fhd-first {
    order: -1;
  }
  .order-fhd-last {
    order: 13;
  }
  .order-fhd-0 {
    order: 0;
  }
  .order-fhd-1 {
    order: 1;
  }
  .order-fhd-2 {
    order: 2;
  }
  .order-fhd-3 {
    order: 3;
  }
  .order-fhd-4 {
    order: 4;
  }
  .order-fhd-5 {
    order: 5;
  }
  .order-fhd-6 {
    order: 6;
  }
  .order-fhd-7 {
    order: 7;
  }
  .order-fhd-8 {
    order: 8;
  }
  .order-fhd-9 {
    order: 9;
  }
  .order-fhd-10 {
    order: 10;
  }
  .order-fhd-11 {
    order: 11;
  }
  .order-fhd-12 {
    order: 12;
  }
  .offset-fhd-0 {
    margin-left: 0;
  }
  .offset-fhd-1 {
    margin-left: 8.33333333%;
  }
  .offset-fhd-2 {
    margin-left: 16.66666667%;
  }
  .offset-fhd-3 {
    margin-left: 25%;
  }
  .offset-fhd-4 {
    margin-left: 33.33333333%;
  }
  .offset-fhd-5 {
    margin-left: 41.66666667%;
  }
  .offset-fhd-6 {
    margin-left: 50%;
  }
  .offset-fhd-7 {
    margin-left: 58.33333333%;
  }
  .offset-fhd-8 {
    margin-left: 66.66666667%;
  }
  .offset-fhd-9 {
    margin-left: 75%;
  }
  .offset-fhd-10 {
    margin-left: 83.33333333%;
  }
  .offset-fhd-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #FFFFFF;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 766.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 975.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1022.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1279.98px) {
  .table-responsive-xln {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xln > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1919.98px) {
  .table-responsive-fhd {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-fhd > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #FFFFFF;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFFFFF;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #FFFFFF;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #FFFFFF;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #FFFFFF;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #FFFFFF;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #FFFFFF;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #FFFFFF;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 767px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 976px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1023px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-xln-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xln-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1920px) {
  .dropdown-menu-fhd-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-fhd-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #FFFFFF;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFFFFF;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.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-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #dee2e6 #dee2e6 #FFFFFF;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xln,
.navbar .container-xxl,
.navbar .container-fhd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xln,
.navbar-expand-sm > .container-xxl,
.navbar-expand-sm > .container-fhd {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xln,
.navbar-expand-sm > .container-xxl,
.navbar-expand-sm > .container-fhd {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 766.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xln,
.navbar-expand-md > .container-xxl,
.navbar-expand-md > .container-fhd {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 767px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xln,
.navbar-expand-md > .container-xxl,
.navbar-expand-md > .container-fhd {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 975.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xln,
.navbar-expand-lg > .container-xxl,
.navbar-expand-lg > .container-fhd {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 976px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xln,
.navbar-expand-lg > .container-xxl,
.navbar-expand-lg > .container-fhd {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1022.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xln,
.navbar-expand-xl > .container-xxl,
.navbar-expand-xl > .container-fhd {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1023px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xln,
.navbar-expand-xl > .container-xxl,
.navbar-expand-xl > .container-fhd {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .navbar-expand-xln > .container,
.navbar-expand-xln > .container-fluid,
.navbar-expand-xln > .container-sm,
.navbar-expand-xln > .container-md,
.navbar-expand-xln > .container-lg,
.navbar-expand-xln > .container-xl,
.navbar-expand-xln > .container-xln,
.navbar-expand-xln > .container-xxl,
.navbar-expand-xln > .container-fhd {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .navbar-expand-xln {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xln .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xln .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xln .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xln > .container,
.navbar-expand-xln > .container-fluid,
.navbar-expand-xln > .container-sm,
.navbar-expand-xln > .container-md,
.navbar-expand-xln > .container-lg,
.navbar-expand-xln > .container-xl,
.navbar-expand-xln > .container-xln,
.navbar-expand-xln > .container-xxl,
.navbar-expand-xln > .container-fhd {
    flex-wrap: nowrap;
  }
  .navbar-expand-xln .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xln .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xln .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xln,
.navbar-expand-xxl > .container-xxl,
.navbar-expand-xxl > .container-fhd {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xln,
.navbar-expand-xxl > .container-xxl,
.navbar-expand-xxl > .container-fhd {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1919.98px) {
  .navbar-expand-fhd > .container,
.navbar-expand-fhd > .container-fluid,
.navbar-expand-fhd > .container-sm,
.navbar-expand-fhd > .container-md,
.navbar-expand-fhd > .container-lg,
.navbar-expand-fhd > .container-xl,
.navbar-expand-fhd > .container-xln,
.navbar-expand-fhd > .container-xxl,
.navbar-expand-fhd > .container-fhd {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1920px) {
  .navbar-expand-fhd {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-fhd .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-fhd .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-fhd .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-fhd > .container,
.navbar-expand-fhd > .container-fluid,
.navbar-expand-fhd > .container-sm,
.navbar-expand-fhd > .container-md,
.navbar-expand-fhd > .container-lg,
.navbar-expand-fhd > .container-xl,
.navbar-expand-fhd > .container-xln,
.navbar-expand-fhd > .container-xxl,
.navbar-expand-fhd > .container-fhd {
    flex-wrap: nowrap;
  }
  .navbar-expand-fhd .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-fhd .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-fhd .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xln,
.navbar-expand > .container-xxl,
.navbar-expand > .container-fhd {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xln,
.navbar-expand > .container-xxl,
.navbar-expand > .container-fhd {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #FFFFFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #FFFFFF;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: 0;
    margin-left: 0;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.card-group > .card {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #FFFFFF;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #FFFFFF;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #FFFFFF;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #FFFFFF;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #FFFFFF;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #FFFFFF;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #FFFFFF;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #FFFFFF;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #FFFFFF;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #FFFFFF;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #FFFFFF;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #FFFFFF;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #FFFFFF;
}
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 767px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 976px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1023px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1280px) {
  .list-group-horizontal-xln {
    flex-direction: row;
  }
  .list-group-horizontal-xln > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xln > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xln > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xln > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xln > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1920px) {
  .list-group-horizontal-fhd {
    flex-direction: row;
  }
  .list-group-horizontal-fhd > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-fhd > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-fhd > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-fhd > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-fhd > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.5;
}
@media (max-width: 1440px) {
  .close {
    font-size: calc(1.275rem + 0.25vw);
  }
}
.close:hover {
  color: #000000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 976px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1023px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "proxima-nova";
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "proxima-nova";
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFFFFF;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFFFFF;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFFFFF;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFFFFF;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 767px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 976px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1023px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-xln-none {
    display: none !important;
  }
  .d-xln-inline {
    display: inline !important;
  }
  .d-xln-inline-block {
    display: inline-block !important;
  }
  .d-xln-block {
    display: block !important;
  }
  .d-xln-table {
    display: table !important;
  }
  .d-xln-table-row {
    display: table-row !important;
  }
  .d-xln-table-cell {
    display: table-cell !important;
  }
  .d-xln-flex, .header .menu-top-menu-container, .header .menu-top-menu-container ul.menu {
    display: flex !important;
  }
  .d-xln-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .d-fhd-none {
    display: none !important;
  }
  .d-fhd-inline {
    display: inline !important;
  }
  .d-fhd-inline-block {
    display: inline-block !important;
  }
  .d-fhd-block {
    display: block !important;
  }
  .d-fhd-table {
    display: table !important;
  }
  .d-fhd-table-row {
    display: table-row !important;
  }
  .d-fhd-table-cell {
    display: table-cell !important;
  }
  .d-fhd-flex {
    display: flex !important;
  }
  .d-fhd-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 767px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 976px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1023px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xln-row {
    flex-direction: row !important;
  }
  .flex-xln-column {
    flex-direction: column !important;
  }
  .flex-xln-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xln-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xln-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xln-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xln-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xln-fill {
    flex: 1 1 auto !important;
  }
  .flex-xln-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xln-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xln-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xln-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xln-start {
    justify-content: flex-start !important;
  }
  .justify-content-xln-end {
    justify-content: flex-end !important;
  }
  .justify-content-xln-center {
    justify-content: center !important;
  }
  .justify-content-xln-between {
    justify-content: space-between !important;
  }
  .justify-content-xln-around {
    justify-content: space-around !important;
  }
  .align-items-xln-start {
    align-items: flex-start !important;
  }
  .align-items-xln-end {
    align-items: flex-end !important;
  }
  .align-items-xln-center {
    align-items: center !important;
  }
  .align-items-xln-baseline {
    align-items: baseline !important;
  }
  .align-items-xln-stretch {
    align-items: stretch !important;
  }
  .align-content-xln-start {
    align-content: flex-start !important;
  }
  .align-content-xln-end {
    align-content: flex-end !important;
  }
  .align-content-xln-center {
    align-content: center !important;
  }
  .align-content-xln-between {
    align-content: space-between !important;
  }
  .align-content-xln-around {
    align-content: space-around !important;
  }
  .align-content-xln-stretch {
    align-content: stretch !important;
  }
  .align-self-xln-auto {
    align-self: auto !important;
  }
  .align-self-xln-start {
    align-self: flex-start !important;
  }
  .align-self-xln-end {
    align-self: flex-end !important;
  }
  .align-self-xln-center {
    align-self: center !important;
  }
  .align-self-xln-baseline {
    align-self: baseline !important;
  }
  .align-self-xln-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .flex-fhd-row {
    flex-direction: row !important;
  }
  .flex-fhd-column {
    flex-direction: column !important;
  }
  .flex-fhd-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-fhd-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-fhd-wrap {
    flex-wrap: wrap !important;
  }
  .flex-fhd-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-fhd-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-fhd-fill {
    flex: 1 1 auto !important;
  }
  .flex-fhd-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-fhd-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-fhd-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-fhd-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-fhd-start {
    justify-content: flex-start !important;
  }
  .justify-content-fhd-end {
    justify-content: flex-end !important;
  }
  .justify-content-fhd-center {
    justify-content: center !important;
  }
  .justify-content-fhd-between {
    justify-content: space-between !important;
  }
  .justify-content-fhd-around {
    justify-content: space-around !important;
  }
  .align-items-fhd-start {
    align-items: flex-start !important;
  }
  .align-items-fhd-end {
    align-items: flex-end !important;
  }
  .align-items-fhd-center {
    align-items: center !important;
  }
  .align-items-fhd-baseline {
    align-items: baseline !important;
  }
  .align-items-fhd-stretch {
    align-items: stretch !important;
  }
  .align-content-fhd-start {
    align-content: flex-start !important;
  }
  .align-content-fhd-end {
    align-content: flex-end !important;
  }
  .align-content-fhd-center {
    align-content: center !important;
  }
  .align-content-fhd-between {
    align-content: space-between !important;
  }
  .align-content-fhd-around {
    align-content: space-around !important;
  }
  .align-content-fhd-stretch {
    align-content: stretch !important;
  }
  .align-self-fhd-auto {
    align-self: auto !important;
  }
  .align-self-fhd-start {
    align-self: flex-start !important;
  }
  .align-self-fhd-end {
    align-self: flex-end !important;
  }
  .align-self-fhd-center {
    align-self: center !important;
  }
  .align-self-fhd-baseline {
    align-self: baseline !important;
  }
  .align-self-fhd-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 767px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 976px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1023px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .float-xln-left {
    float: left !important;
  }
  .float-xln-right {
    float: right !important;
  }
  .float-xln-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1920px) {
  .float-fhd-left {
    float: left !important;
  }
  .float-fhd-right {
    float: right !important;
  }
  .float-fhd-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 767px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 976px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1023px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-xln-0 {
    margin: 0 !important;
  }
  .mt-xln-0,
.my-xln-0 {
    margin-top: 0 !important;
  }
  .mr-xln-0,
.mx-xln-0 {
    margin-right: 0 !important;
  }
  .mb-xln-0,
.my-xln-0 {
    margin-bottom: 0 !important;
  }
  .ml-xln-0,
.mx-xln-0 {
    margin-left: 0 !important;
  }
  .m-xln-1 {
    margin: 0.25rem !important;
  }
  .mt-xln-1,
.my-xln-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xln-1,
.mx-xln-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xln-1,
.my-xln-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xln-1,
.mx-xln-1 {
    margin-left: 0.25rem !important;
  }
  .m-xln-2 {
    margin: 0.5rem !important;
  }
  .mt-xln-2,
.my-xln-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xln-2,
.mx-xln-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xln-2,
.my-xln-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xln-2,
.mx-xln-2 {
    margin-left: 0.5rem !important;
  }
  .m-xln-3 {
    margin: 1rem !important;
  }
  .mt-xln-3,
.my-xln-3 {
    margin-top: 1rem !important;
  }
  .mr-xln-3,
.mx-xln-3 {
    margin-right: 1rem !important;
  }
  .mb-xln-3,
.my-xln-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xln-3,
.mx-xln-3 {
    margin-left: 1rem !important;
  }
  .m-xln-4 {
    margin: 1.5rem !important;
  }
  .mt-xln-4,
.my-xln-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xln-4,
.mx-xln-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xln-4,
.my-xln-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xln-4,
.mx-xln-4 {
    margin-left: 1.5rem !important;
  }
  .m-xln-5 {
    margin: 3rem !important;
  }
  .mt-xln-5,
.my-xln-5 {
    margin-top: 3rem !important;
  }
  .mr-xln-5,
.mx-xln-5 {
    margin-right: 3rem !important;
  }
  .mb-xln-5,
.my-xln-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xln-5,
.mx-xln-5 {
    margin-left: 3rem !important;
  }
  .p-xln-0 {
    padding: 0 !important;
  }
  .pt-xln-0,
.py-xln-0 {
    padding-top: 0 !important;
  }
  .pr-xln-0,
.px-xln-0 {
    padding-right: 0 !important;
  }
  .pb-xln-0,
.py-xln-0 {
    padding-bottom: 0 !important;
  }
  .pl-xln-0,
.px-xln-0 {
    padding-left: 0 !important;
  }
  .p-xln-1 {
    padding: 0.25rem !important;
  }
  .pt-xln-1,
.py-xln-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xln-1,
.px-xln-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xln-1,
.py-xln-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xln-1,
.px-xln-1 {
    padding-left: 0.25rem !important;
  }
  .p-xln-2 {
    padding: 0.5rem !important;
  }
  .pt-xln-2,
.py-xln-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xln-2,
.px-xln-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xln-2,
.py-xln-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xln-2,
.px-xln-2 {
    padding-left: 0.5rem !important;
  }
  .p-xln-3 {
    padding: 1rem !important;
  }
  .pt-xln-3,
.py-xln-3 {
    padding-top: 1rem !important;
  }
  .pr-xln-3,
.px-xln-3 {
    padding-right: 1rem !important;
  }
  .pb-xln-3,
.py-xln-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xln-3,
.px-xln-3 {
    padding-left: 1rem !important;
  }
  .p-xln-4 {
    padding: 1.5rem !important;
  }
  .pt-xln-4,
.py-xln-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xln-4,
.px-xln-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xln-4,
.py-xln-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xln-4,
.px-xln-4 {
    padding-left: 1.5rem !important;
  }
  .p-xln-5 {
    padding: 3rem !important;
  }
  .pt-xln-5,
.py-xln-5 {
    padding-top: 3rem !important;
  }
  .pr-xln-5,
.px-xln-5 {
    padding-right: 3rem !important;
  }
  .pb-xln-5,
.py-xln-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xln-5,
.px-xln-5 {
    padding-left: 3rem !important;
  }
  .m-xln-n1 {
    margin: -0.25rem !important;
  }
  .mt-xln-n1,
.my-xln-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xln-n1,
.mx-xln-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xln-n1,
.my-xln-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xln-n1,
.mx-xln-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xln-n2 {
    margin: -0.5rem !important;
  }
  .mt-xln-n2,
.my-xln-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xln-n2,
.mx-xln-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xln-n2,
.my-xln-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xln-n2,
.mx-xln-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xln-n3 {
    margin: -1rem !important;
  }
  .mt-xln-n3,
.my-xln-n3 {
    margin-top: -1rem !important;
  }
  .mr-xln-n3,
.mx-xln-n3 {
    margin-right: -1rem !important;
  }
  .mb-xln-n3,
.my-xln-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xln-n3,
.mx-xln-n3 {
    margin-left: -1rem !important;
  }
  .m-xln-n4 {
    margin: -1.5rem !important;
  }
  .mt-xln-n4,
.my-xln-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xln-n4,
.mx-xln-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xln-n4,
.my-xln-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xln-n4,
.mx-xln-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xln-n5 {
    margin: -3rem !important;
  }
  .mt-xln-n5,
.my-xln-n5 {
    margin-top: -3rem !important;
  }
  .mr-xln-n5,
.mx-xln-n5 {
    margin-right: -3rem !important;
  }
  .mb-xln-n5,
.my-xln-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xln-n5,
.mx-xln-n5 {
    margin-left: -3rem !important;
  }
  .m-xln-auto {
    margin: auto !important;
  }
  .mt-xln-auto,
.my-xln-auto {
    margin-top: auto !important;
  }
  .mr-xln-auto,
.mx-xln-auto {
    margin-right: auto !important;
  }
  .mb-xln-auto,
.my-xln-auto {
    margin-bottom: auto !important;
  }
  .ml-xln-auto,
.mx-xln-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1920px) {
  .m-fhd-0 {
    margin: 0 !important;
  }
  .mt-fhd-0,
.my-fhd-0 {
    margin-top: 0 !important;
  }
  .mr-fhd-0,
.mx-fhd-0 {
    margin-right: 0 !important;
  }
  .mb-fhd-0,
.my-fhd-0 {
    margin-bottom: 0 !important;
  }
  .ml-fhd-0,
.mx-fhd-0 {
    margin-left: 0 !important;
  }
  .m-fhd-1 {
    margin: 0.25rem !important;
  }
  .mt-fhd-1,
.my-fhd-1 {
    margin-top: 0.25rem !important;
  }
  .mr-fhd-1,
.mx-fhd-1 {
    margin-right: 0.25rem !important;
  }
  .mb-fhd-1,
.my-fhd-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-fhd-1,
.mx-fhd-1 {
    margin-left: 0.25rem !important;
  }
  .m-fhd-2 {
    margin: 0.5rem !important;
  }
  .mt-fhd-2,
.my-fhd-2 {
    margin-top: 0.5rem !important;
  }
  .mr-fhd-2,
.mx-fhd-2 {
    margin-right: 0.5rem !important;
  }
  .mb-fhd-2,
.my-fhd-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-fhd-2,
.mx-fhd-2 {
    margin-left: 0.5rem !important;
  }
  .m-fhd-3 {
    margin: 1rem !important;
  }
  .mt-fhd-3,
.my-fhd-3 {
    margin-top: 1rem !important;
  }
  .mr-fhd-3,
.mx-fhd-3 {
    margin-right: 1rem !important;
  }
  .mb-fhd-3,
.my-fhd-3 {
    margin-bottom: 1rem !important;
  }
  .ml-fhd-3,
.mx-fhd-3 {
    margin-left: 1rem !important;
  }
  .m-fhd-4 {
    margin: 1.5rem !important;
  }
  .mt-fhd-4,
.my-fhd-4 {
    margin-top: 1.5rem !important;
  }
  .mr-fhd-4,
.mx-fhd-4 {
    margin-right: 1.5rem !important;
  }
  .mb-fhd-4,
.my-fhd-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-fhd-4,
.mx-fhd-4 {
    margin-left: 1.5rem !important;
  }
  .m-fhd-5 {
    margin: 3rem !important;
  }
  .mt-fhd-5,
.my-fhd-5 {
    margin-top: 3rem !important;
  }
  .mr-fhd-5,
.mx-fhd-5 {
    margin-right: 3rem !important;
  }
  .mb-fhd-5,
.my-fhd-5 {
    margin-bottom: 3rem !important;
  }
  .ml-fhd-5,
.mx-fhd-5 {
    margin-left: 3rem !important;
  }
  .p-fhd-0 {
    padding: 0 !important;
  }
  .pt-fhd-0,
.py-fhd-0 {
    padding-top: 0 !important;
  }
  .pr-fhd-0,
.px-fhd-0 {
    padding-right: 0 !important;
  }
  .pb-fhd-0,
.py-fhd-0 {
    padding-bottom: 0 !important;
  }
  .pl-fhd-0,
.px-fhd-0 {
    padding-left: 0 !important;
  }
  .p-fhd-1 {
    padding: 0.25rem !important;
  }
  .pt-fhd-1,
.py-fhd-1 {
    padding-top: 0.25rem !important;
  }
  .pr-fhd-1,
.px-fhd-1 {
    padding-right: 0.25rem !important;
  }
  .pb-fhd-1,
.py-fhd-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-fhd-1,
.px-fhd-1 {
    padding-left: 0.25rem !important;
  }
  .p-fhd-2 {
    padding: 0.5rem !important;
  }
  .pt-fhd-2,
.py-fhd-2 {
    padding-top: 0.5rem !important;
  }
  .pr-fhd-2,
.px-fhd-2 {
    padding-right: 0.5rem !important;
  }
  .pb-fhd-2,
.py-fhd-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-fhd-2,
.px-fhd-2 {
    padding-left: 0.5rem !important;
  }
  .p-fhd-3 {
    padding: 1rem !important;
  }
  .pt-fhd-3,
.py-fhd-3 {
    padding-top: 1rem !important;
  }
  .pr-fhd-3,
.px-fhd-3 {
    padding-right: 1rem !important;
  }
  .pb-fhd-3,
.py-fhd-3 {
    padding-bottom: 1rem !important;
  }
  .pl-fhd-3,
.px-fhd-3 {
    padding-left: 1rem !important;
  }
  .p-fhd-4 {
    padding: 1.5rem !important;
  }
  .pt-fhd-4,
.py-fhd-4 {
    padding-top: 1.5rem !important;
  }
  .pr-fhd-4,
.px-fhd-4 {
    padding-right: 1.5rem !important;
  }
  .pb-fhd-4,
.py-fhd-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-fhd-4,
.px-fhd-4 {
    padding-left: 1.5rem !important;
  }
  .p-fhd-5 {
    padding: 3rem !important;
  }
  .pt-fhd-5,
.py-fhd-5 {
    padding-top: 3rem !important;
  }
  .pr-fhd-5,
.px-fhd-5 {
    padding-right: 3rem !important;
  }
  .pb-fhd-5,
.py-fhd-5 {
    padding-bottom: 3rem !important;
  }
  .pl-fhd-5,
.px-fhd-5 {
    padding-left: 3rem !important;
  }
  .m-fhd-n1 {
    margin: -0.25rem !important;
  }
  .mt-fhd-n1,
.my-fhd-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-fhd-n1,
.mx-fhd-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-fhd-n1,
.my-fhd-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-fhd-n1,
.mx-fhd-n1 {
    margin-left: -0.25rem !important;
  }
  .m-fhd-n2 {
    margin: -0.5rem !important;
  }
  .mt-fhd-n2,
.my-fhd-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-fhd-n2,
.mx-fhd-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-fhd-n2,
.my-fhd-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-fhd-n2,
.mx-fhd-n2 {
    margin-left: -0.5rem !important;
  }
  .m-fhd-n3 {
    margin: -1rem !important;
  }
  .mt-fhd-n3,
.my-fhd-n3 {
    margin-top: -1rem !important;
  }
  .mr-fhd-n3,
.mx-fhd-n3 {
    margin-right: -1rem !important;
  }
  .mb-fhd-n3,
.my-fhd-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-fhd-n3,
.mx-fhd-n3 {
    margin-left: -1rem !important;
  }
  .m-fhd-n4 {
    margin: -1.5rem !important;
  }
  .mt-fhd-n4,
.my-fhd-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-fhd-n4,
.mx-fhd-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-fhd-n4,
.my-fhd-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-fhd-n4,
.mx-fhd-n4 {
    margin-left: -1.5rem !important;
  }
  .m-fhd-n5 {
    margin: -3rem !important;
  }
  .mt-fhd-n5,
.my-fhd-n5 {
    margin-top: -3rem !important;
  }
  .mr-fhd-n5,
.mx-fhd-n5 {
    margin-right: -3rem !important;
  }
  .mb-fhd-n5,
.my-fhd-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-fhd-n5,
.mx-fhd-n5 {
    margin-left: -3rem !important;
  }
  .m-fhd-auto {
    margin: auto !important;
  }
  .mt-fhd-auto,
.my-fhd-auto {
    margin-top: auto !important;
  }
  .mr-fhd-auto,
.mx-fhd-auto {
    margin-right: auto !important;
  }
  .mb-fhd-auto,
.my-fhd-auto {
    margin-bottom: auto !important;
  }
  .ml-fhd-auto,
.mx-fhd-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 767px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 976px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1023px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xln-left {
    text-align: left !important;
  }
  .text-xln-right {
    text-align: right !important;
  }
  .text-xln-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .text-fhd-left {
    text-align: left !important;
  }
  .text-fhd-right {
    text-align: right !important;
  }
  .text-fhd-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 976px !important;
  }
  .container {
    min-width: 976px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #FFFFFF !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@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 {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  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 {
  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, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 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 {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  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;
}
@keyframes scrollDownLine {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    left: 100%;
  }
}
/* Animations */
@keyframes openSmallBook {
  55%, 100% {
    transform: rotateY(-180deg);
  }
}
@keyframes closeSmallBook {
  0%, 45% {
    transform: rotateY(-180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes scaleUpSmallBook {
  85%, 100% {
    transform: scale(1.4);
  }
}
@keyframes scaleDownSmallBook {
  0%, 15% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes openBigBook {
  45% {
    opacity: 0;
    transform: scale(0.95);
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes closeBigBook {
  0%, 15% {
    opacity: 1;
    transform: scale(1);
  }
  55%, 100% {
    opacity: 0;
    transform: scale(0.95);
  }
}
* {
  box-sizing: border-box;
  outline: none !important;
}

html,
body,
.main-menu {
  margin: 0;
  padding: 0;
}

html#theme.menu-opened, html#theme.popup-open {
  overflow: hidden;
}

body {
  background: #FFFFFF;
  color: #0C0C0C;
  height: auto;
  min-height: 100vh;
}
@media (min-width: 1920px) {
  body {
    overflow-x: visible;
  }
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

img {
  width: 100%;
  height: auto;
}

h1, .h1 {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 1.875rem 0;
}
@media (min-width: 976px) {
  h1, .h1 {
    font-size: 2.5rem;
    margin: 1.875rem 0;
  }
}

h2, .h2, body.show-download-countdown .download-countdown .download-countdown-container .download-countdown-wrapper span.number {
  font-size: 1.75rem;
  line-height: 126%;
  font-weight: 600;
  color: #0C0C0C;
  margin: 1.25rem 0;
}
@media (min-width: 976px) {
  h2, .h2, body.show-download-countdown .download-countdown .download-countdown-container .download-countdown-wrapper span.number {
    font-size: 2rem;
    margin: 1.5rem 0;
  }
}

h3, .h3, .fast-checkout .body .cart-items .cart-item a.p-title {
  font-size: 1.1875rem;
  line-height: 126%;
  font-weight: 600;
}

h4, .h4 {
  font-size: 1.0625rem;
  line-height: 126%;
  font-weight: 700;
}

.subtitle, .card--book .book-buy, .card--book .book-show-details, .card--book .book-open, .card--book .book-price, .card--book .book-pages, .card--book .book-lang, .card--book .book-author, .search-bar .search-bar-container .cats a.clear-cats, .tnp form .tnp-field.tnp-field-button input, .fast-checkout .bottom a.but span, .fast-checkout .bottom .total-amount p, .fast-checkout .body .cart-items .cart-item .p-info p, .fast-checkout .body .cart-items .cart-item .p-info a, .sidebars .sidebar-menu-list ul li:before, .sidebars .sidebar-menu-list a, .woo-product-tabs .tabs-menu ul li a, .woo-breadcrumb a, .woo-breadcrumb p, .sources-block .block-intro-header a, .account-content .profile-sidebar a, .account-header a.back, html.account .woocommerce .woocommerce-checkout .group .input-tabs a, html.account .woocommerce .woocommerce-checkout .summary .title p, html.account .woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li label p, html.account .woocommerce .woocommerce-order .group .group-title h3, body.login #login p.submit .button, .main-menu .main-menu__mobile-links ul li a, .main-menu__body .main-menu__item a, .footer .news-letter-form form button span, .footer__top .footer__contacts ul li a, .footer__top .footer__sitemap ul li a, .header .menu-top-menu-container ul.menu li a, .soc-logins a span, .button__content {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

a {
  display: inline-block;
  position: relative;
  color: #5E6738;
  text-decoration: none;
  transition: color 0.3s ease 0s;
  will-change: color;
  outline: 0px;
}

.red {
  border-left: 3px solid #dc3545;
  padding-left: 15px;
  color: #DF3139;
}

.text-lg, .fast-login .body h3, .sidebars .sidebar-menu-list h3, .acf-page-title .title .title-container p, .body-l p, .hero-slider .swiper-slide__body p p, .body-l a, .hero-slider .swiper-slide__body p a, .body-l strong, .hero-slider .swiper-slide__body p strong, .body-l li, .hero-slider .swiper-slide__body p li {
  font-size: 1.25rem;
  line-height: 140%;
}
@media (min-width: 976px) {
  .text-lg, .fast-login .body h3, .sidebars .sidebar-menu-list h3, .acf-page-title .title .title-container p, .body-l p, .hero-slider .swiper-slide__body p p, .body-l a, .hero-slider .swiper-slide__body p a, .body-l strong, .hero-slider .swiper-slide__body p strong, .body-l li, .hero-slider .swiper-slide__body p li {
    font-size: 1.375rem;
  }
}

.text-md, body.page-template-search .main-content .search-page-header p, .search-bar .search-bar-container form input, .post-review .form-success p, .product-reviews .single-review .rating .author p, .fast-checkout .body .cart-items .cart-item p.p-type, .p-count span, .p-count a, .sidebars .head span, .woo-product-tabs .tabs-content .tab .group .tab-content .first-comment p, .woo-product-tabs .tabs-content .tab .group .tab-content p, .woo-product-tabs .tabs-content .tab h3, .woo-product-info .p-switcher a.type, .woo-product-info .p-title p, .acf-page-attachments .attachments a.attachment .file-info p, .acf-featured-list .list-block-container .list-block .text p, .acf-featured-list .list-block-container .list-block .text li, .acf-page-text .text ol li,
.acf-page-text .text ul li, .acf-page-text .text p, .page-template-product-register .product-register .auth .title p, .page-template-product-coauthor .product-register .auth .title p, .account-content .auth .title p, .account-content .profile-page-container .group .user-downloads .single-download a.p-title, .account-content .profile-sidebar .active-profile p:first-child, html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row input, html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row textarea, html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row select, html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row label, html.account .woocommerce .woocommerce-checkout .login-message p, form .label .field input:not([type=file]), form .label .field textarea, form .label .field select, div.form .label .field input:not([type=file]), div.form .label .field textarea, div.form .label .field select, form .label .field label:not(.upload-button-text), div.form .label .field label:not(.upload-button-text), p, .body-m p, .body-m a, .body-m strong, .body-m li {
  font-size: 1.0625rem;
  line-height: 140%;
}

.text-sm, .search-bar .search-bar-container .cats ul.results_list li a, .post-review .my-rating p.error, .product-reviews .single-review .rating .author span, .fast-login .body .benefits .advices div p, .woo-product-gallery-window .head .fraction span, .woo-product-info .print-switcher .radio a span, .woo-product-info .p-status p, .woo-product-info .p-title .reviews a, .page-template-product-register .product-register .auth .print-switcher .radio a span, .page-template-product-coauthor .product-register .auth .print-switcher .radio a span, .page-template-product-register .product-register .auth .other p, .page-template-product-coauthor .product-register .auth .other p, .page-template-product-register .product-register .auth form .submit-form a, .page-template-product-coauthor .product-register .auth form .submit-form a, .account-footer ul li a, .account-footer ul li:before, .account-content .auth .other p, .account-content .auth form .submit-form a, .account-content .profile-page-container .group .user-orders .single-user-order .body table tr td, .account-content .profile-page-container .group .user-orders .single-user-order .head p, html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row.thwcfd-field-checkbox label, html.account .woocommerce .woocommerce-checkout .summary .place-order .woocommerce-privacy-policy-text p, html.account .woocommerce .woocommerce-checkout .summary table tr td, html.account .woocommerce .woocommerce-checkout .summary .omniva ul li label, html.account .woocommerce .woocommerce-checkout .summary .omniva button#show-omniva-map, html.account .woocommerce .woocommerce-checkout .summary .omniva .terminal-container .dropdown, html.account .woocommerce .woocommerce-checkout .summary .checkout-cart table tr td .count input, html.account .woocommerce .woocommerce-checkout .summary .checkout-cart table tr td .count p, html.account .woocommerce .woocommerce-checkout .summary-mobile table tr td, html.account .woocommerce .woocommerce-order .group table tr td, html.account .woocommerce .woocommerce-order .group table tr th, html.account .woocommerce .woocommerce-order .group .text p, body.login #login label, body.login #login p.description, body.login p.message, body.login #login_error, .footer .news-letter-form form input[type=email], body.show-download-countdown .download-countdown .download-countdown-container .download-countdown-wrapper p, .marketing-cookies-prompt .prompt-wrapper p, form .label .response p, div.form .label .response p, form .rules label p, div.form .rules label p, .allow-cookies .allow-cookies-wrapper .t p, .allow-cookies .allow-cookies-wrapper .t a, .button_2 span, .allow-cookies .allow-cookies-wrapper .buttons a span, .body-s p, .body-s a, .body-s strong, .body-s li {
  font-size: 0.9375rem;
  line-height: 140%;
}

.text-xs, .search-bar .search-bar-container .cats .buts .but span, .notices p, .woo-product-info .p-status .add-info p, .page-template-product-register .product-register .auth .divider p, .page-template-product-coauthor .product-register .auth .divider p, .account-content .auth .divider p, .account-content .profile-page-container .group .user-orders .single-user-order .status p, .account-content .profile-page-container .group .user-downloads .single-download a.p-title p, html.account .woocommerce-NoticeGroup ul li, html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row.focus label, .footer .news-letter-form .response, form .label .field.focus label:not(.upload-button-text), div.form .label .field.focus label:not(.upload-button-text), .button.button--cart .cart-item-count, .body-xs p, .body-xs a, .body-xs strong, .body-xs li {
  font-size: 0.8125rem;
  line-height: 132%;
}

.bold {
  font-weight: 700;
}

.margin-y {
  margin-top: 3.875rem;
  margin-bottom: 3.875rem;
}
@media (min-width: 1023px) {
  .margin-y {
    margin-top: 5.125rem;
    margin-bottom: 5.125rem;
  }
}

.bg-white {
  background-color: #FFFFFF;
}

.color-white {
  color: #FFFFFF;
}

.bg-black {
  background-color: #0C0C0C;
}

.color-black {
  color: #0C0C0C;
}

.bg-green {
  background-color: #5E6738;
}

.color-green {
  color: #5E6738;
}

.bg-green-bright {
  background-color: #45AE2C;
}

.color-green-bright {
  color: #45AE2C;
}

.bg-forest {
  background-color: #488730;
}

.color-forest {
  color: #488730;
}

.bg-bright {
  background-color: #45AE2C;
}

.color-bright {
  color: #45AE2C;
}

.bg-grey {
  background-color: #F2F2F2;
}

.color-grey {
  color: #F2F2F2;
}

.bg-dark-grey {
  background-color: #929292;
}

.color-dark-grey {
  color: #929292;
}

.bg-dark-b {
  background-color: #625E57;
}

.color-dark-b {
  color: #625E57;
}

.bg-red {
  background-color: #DF3139;
}

.color-red {
  color: #DF3139;
}

.bg-dark-bordo {
  background-color: #543435;
}

.color-dark-bordo {
  color: #543435;
}

.bg-brown {
  background-color: #974F00;
}

.color-brown {
  color: #974F00;
}

.bg-blue {
  background-color: #0088AA;
}

.color-blue {
  color: #0088AA;
}

.bg-blue-2 {
  background-color: #0058aa;
}

.color-blue-2 {
  color: #0058aa;
}

.bg-blue-3 {
  background-color: #446A7F;
}

.color-blue-3 {
  color: #446A7F;
}

.bg-gold {
  background-color: #A8996E;
}

.color-gold {
  color: #A8996E;
}

.content-white * {
  color: #FFFFFF;
}

.swiper-container {
  overflow: hidden;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xln, .container-xxl, .container-fhd {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1280px) {
  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xln, .container-xxl, .container-fhd {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media only screen and (min-width: 1910px) {
  .container {
    max-width: 70.62vw;
  }
}

@media (min-width: 1920px) {
  .fhd-full-width {
    max-width: 100% !important;
  }
}

@media (min-width: 1280px) {
  .left-padding-body {
    padding-left: 17rem;
  }
}

.first-last-my-0 > :first-child, .card--book .details .details-wrapper > :first-child {
  margin-top: 0;
}
.first-last-my-0 > :last-child, .card--book .details .details-wrapper > :last-child {
  margin-bottom: 0;
}

.line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}
.line .line-inner {
  position: absolute;
  background-color: #FFFFFF;
  z-index: 1;
  height: 100%;
  width: 100%;
  transform: translateX(-101%);
  transition: transform 0.4s ease-out;
  top: 0;
  left: 0;
}

.overlay {
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  position: fixed;
  z-index: 111;
  background-color: #625E57;
  opacity: 0.5;
  touch-action: none;
}

.bright-table {
  display: table;
  width: 100%;
  height: 100%;
}
.bright-table .cell {
  display: table-cell;
  width: 100%;
  height: 100%;
}
.bright-table .cell.middle {
  vertical-align: middle;
}
.bright-table .cell.bottom {
  vertical-align: bottom;
}

html.menu-opened {
  overflow: hidden;
}

.button {
  position: relative;
  top: 0px;
  transform: translateY(0x);
  display: inline-block;
  padding: 0.625rem 1.875rem 0.625rem 1.875rem;
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition-property: transform;
  transition-duration: 0.3s;
  will-change: transform;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.button__content {
  display: block;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
}
.button__content svg {
  position: relative;
  top: -2px;
}
.button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100%;
  padding-top: 100%;
  transform: scale(0) translate(-50%, -50%);
  min-height: 100%;
}
.button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 6.25rem;
  border-width: 0.125rem;
  border-style: solid;
  border-color: #5E6738;
  background-color: #5E6738;
  transition: background-color, border-color;
  transition-duration: 0.15s;
  will-change: background-color, border-color;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.button.button--transparent:after {
  border-color: #5E6738;
  background-color: transparent;
}
.button.button--transparent .button__content {
  color: #5E6738;
}
@media only screen and (min-width: 1278px) {
  .button.button--transparent:hover {
    transform: translateY(-2px);
  }
  .button.button--transparent:hover:after {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
  }
  .button.button--transparent:hover .button__content {
    color: #5E6738;
  }
}
.button.button--transparent:active {
  transform: translateY(-2px);
}
.button.button--transparent:active:after {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.button.button--transparent:active .button__content {
  color: #5E6738;
}
.button.button--white:after {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.button.button--white .button__content {
  color: #5E6738;
}
@media only screen and (min-width: 1278px) {
  .button.button--white:hover {
    transform: translateY(-2px);
  }
  .button.button--white:hover:after {
    background-color: #5E6738;
    border-color: #5E6738;
  }
  .button.button--white:hover .button__content {
    color: #FFFFFF;
  }
}
.button.button--white:active {
  transform: translateY(-2px);
}
.button.button--white:active:after {
  background-color: #5E6738;
  border-color: #5E6738;
}
.button.button--white:active .button__content {
  color: #FFFFFF;
}
.button.button--big {
  padding-top: 1rem;
  padding-bottom: 0.875rem;
}
.button.button--auth {
  white-space: nowrap;
}
.button.button--auth .button__content {
  top: 0.125rem;
}
.button.button--auth svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
}
@media only screen and (min-width: 1278px) {
  .button.button--auth:hover {
    transform: translateY(-2px);
  }
  .button.button--auth:hover:after {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
  }
  .button.button--auth:hover .button__content {
    color: #5E6738;
  }
  .button.button--auth:hover .button__content svg path {
    fill: #5E6738;
  }
}
.button.button--auth:active {
  transform: translateY(-2px);
}
.button.button--auth:active:after {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.button.button--auth:active .button__content {
  color: #5E6738;
}
.button.button--auth:active .button__content svg path {
  fill: #5E6738;
}
.button.button--cart {
  padding: 0.8125rem 1.4375rem 0.4375rem 0.75rem;
}
@media only screen and (min-width: 1278px) {
  .button.button--cart:hover {
    transform: translateY(-2px);
  }
  .button.button--cart:hover:after {
    background-color: #5E6738;
    border-color: #5E6738;
  }
  .button.button--cart:hover .cart-item-count {
    background-color: #F2F2F2;
    color: #5E6738;
  }
  .button.button--cart:hover .button__content svg {
    transform: unset !important;
  }
  .button.button--cart:hover .button__content svg g g:nth-child(1) path, .button.button--cart:hover .button__content svg g g:nth-child(2) path {
    fill: #F2F2F2;
  }
  .button.button--cart:hover .button__content svg g g:nth-child(3) path {
    stroke: #F2F2F2;
  }
}
.button.button--cart:active {
  transform: translateY(-2px);
}
.button.button--cart:active:after {
  background-color: #5E6738;
  border-color: #5E6738;
}
.button.button--cart:active .cart-item-count {
  background-color: #F2F2F2;
  color: #5E6738;
}
.button.button--cart:active .button__content svg {
  transform: unset !important;
}
.button.button--cart:active .button__content svg g g:nth-child(1) path, .button.button--cart:active .button__content svg g g:nth-child(2) path {
  fill: #F2F2F2;
}
.button.button--cart:active .button__content svg g g:nth-child(3) path {
  stroke: #F2F2F2;
}
.button.button--cart:after {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.button.button--cart .js-load-lottie-cart {
  width: 1.5rem;
  height: 1.5rem;
}
.button.button--cart .js-load-lottie-cart svg {
  display: block;
  width: 100%;
  height: 100%;
}
.button.button--cart .cart-item-count {
  position: absolute;
  z-index: 1;
  top: 0.375rem;
  right: 0.75rem;
  display: flex;
  width: 1.3125rem;
  height: 1.25rem;
  padding-top: 1px;
  background-color: #5E6738;
  color: #FFFFFF;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  line-height: 0;
}
.button.border--white .button__content {
  color: #FFFFFF;
}
.button.border--white:after {
  border-color: #FFFFFF;
}

.mobile-menu-toggle {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 115;
  pointer-events: none;
  /* Force Hardware Acceleration */
  transform: translateZ(0);
  will-change: transform;
  transition: transform 0.5s;
}
.mobile-menu-toggle.is-hidden {
  transform: translateY(100%);
}

html.menu-opened .js-mobile-toggle .ico .line {
  top: 10px;
}
html.menu-opened .js-mobile-toggle .ico .line.line-t {
  transform: rotate(45deg);
}
html.menu-opened .js-mobile-toggle .ico .line.line-m {
  background-color: transparent;
}
html.menu-opened .js-mobile-toggle .ico .line.line-b {
  transform: rotate(-45deg);
}

.button--mobile-toggle {
  pointer-events: auto;
  position: relative;
  border: 1px solid #5E6738;
  border-radius: 100px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 0.6875rem 2rem;
  margin-bottom: 1rem;
}
.button--mobile-toggle .t {
  color: #5E6738;
  letter-spacing: 0.3px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.button--mobile-toggle .ico {
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  top: 2px;
}
.button--mobile-toggle .ico .line {
  position: absolute;
  height: 2px;
  width: 24px;
  background-color: #5E6738;
  left: 0px;
  transition: 0.2s all ease;
  will-change: background-color, transform;
  border-radius: 4px;
}
.button--mobile-toggle .ico .line.line-t {
  top: 0px;
}
.button--mobile-toggle .ico .line.line-m {
  top: 8px;
}
.button--mobile-toggle .ico .line.line-b {
  top: 16px;
}
.button--mobile-toggle:active {
  background-color: #5E6738;
  border-color: #5E6738;
}
.button--mobile-toggle:active .t {
  color: #FFFFFF;
}
.button--mobile-toggle:active .ico .line {
  background-color: #FFFFFF;
}

.button_2, .allow-cookies .allow-cookies-wrapper .buttons a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 2.75rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  border: 0.14375rem solid #5E6738;
  user-select: none;
}
@media only screen and (min-width: 1278px) {
  .button_2, .allow-cookies .allow-cookies-wrapper .buttons a {
    transition-property: background-color, border-color, transform;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
    will-change: background-color, border-color, transform;
    transform: translateY(0px);
  }
}
@media only screen and (min-width: 1278px) {
  .button_2:not(.loading, .completed):hover, .allow-cookies .allow-cookies-wrapper .buttons a:not(.loading, .completed):hover {
    transform: translateY(-2px);
  }
}
.button_2.agree, .allow-cookies .allow-cookies-wrapper .buttons a.agree {
  background-color: #5E6738;
  border-color: #5E6738;
}
@media only screen and (min-width: 1278px) {
  .button_2.agree:not(.loading, .completed):hover, .allow-cookies .allow-cookies-wrapper .buttons a.agree:not(.loading, .completed):hover {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
  }
  .button_2.agree:not(.loading, .completed):hover span, .allow-cookies .allow-cookies-wrapper .buttons a.agree:not(.loading, .completed):hover span {
    color: #5E6738;
  }
}
.button_2.agree:not(.loading, .completed):active, .allow-cookies .allow-cookies-wrapper .buttons a.agree:not(.loading, .completed):active {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.button_2.agree:not(.loading, .completed):active span, .allow-cookies .allow-cookies-wrapper .buttons a.agree:not(.loading, .completed):active span {
  color: #5E6738;
}
.button_2.agree span, .allow-cookies .allow-cookies-wrapper .buttons a.agree span {
  color: #FFFFFF;
}
.button_2.cancel, .allow-cookies .allow-cookies-wrapper .buttons a.cancel {
  margin-left: 0.3125rem;
}
@media only screen and (min-width: 1278px) {
  .button_2.cancel:not(.loading, .completed):hover, .allow-cookies .allow-cookies-wrapper .buttons a.cancel:not(.loading, .completed):hover {
    background-color: #5E6738;
  }
  .button_2.cancel:not(.loading, .completed):hover span, .allow-cookies .allow-cookies-wrapper .buttons a.cancel:not(.loading, .completed):hover span {
    color: #FFFFFF;
  }
}
.button_2.cancel:not(.loading, .completed):active, .allow-cookies .allow-cookies-wrapper .buttons a.cancel:not(.loading, .completed):active {
  background-color: #5E6738;
}
.button_2.cancel:not(.loading, .completed):active span, .allow-cookies .allow-cookies-wrapper .buttons a.cancel:not(.loading, .completed):active span {
  color: #FFFFFF;
}
.button_2.register, .allow-cookies .allow-cookies-wrapper .buttons a.register {
  width: 11.25rem !important;
}
.button_2.forgot-password, .allow-cookies .allow-cookies-wrapper .buttons a.forgot-password, .button_2.delete-user, .allow-cookies .allow-cookies-wrapper .buttons a.delete-user {
  width: 12.5rem !important;
}
.button_2.submit-request, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request {
  display: block;
  padding: 0px;
  width: 8.75rem;
  height: 3rem;
  text-align: center;
  overflow: hidden;
}
.button_2.submit-request span, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request span {
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}
.button_2.submit-request .checkbox, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request .checkbox {
  padding: 0.875rem;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  will-change: opacity;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.button_2.submit-request .checkbox svg, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request .checkbox svg {
  display: block;
  opacity: 1 !important;
  position: relative;
  height: 100%;
  width: 100%;
  left: 0px !important;
  margin-left: 0px !important;
}
.button_2.submit-request .crossbox, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request .crossbox {
  padding: 0.5rem;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  will-change: opacity;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.button_2.submit-request .crossbox svg, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request .crossbox svg {
  display: block;
  opacity: 1 !important;
  position: relative;
  height: 100%;
  width: 100%;
  left: 0px !important;
  margin-left: 0px !important;
}
.button_2.submit-request svg, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request svg {
  width: 2.75rem;
  height: 2.75rem;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.button_2.submit-request svg circle, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request svg circle {
  stroke: #E0DFDD;
}
.button_2.submit-request svg circle.another-circle, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request svg circle.another-circle {
  stroke: #5E6738;
  transition-property: stroke-dashoffset;
  transition-duration: 1s;
  transition-timing-function: linear;
  will-change: stroke-dashoffset;
  stroke-dasharray: 227;
  stroke-dashoffset: 227;
}
.button_2.submit-request.animating, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request.animating {
  border-color: transparent !important;
  border: 0px;
}
.button_2.submit-request.animating svg, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request.animating svg {
  opacity: 1;
}
.button_2.submit-request.animating svg circle.another-circle, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request.animating svg circle.another-circle {
  stroke-dashoffset: 113;
}
.button_2.submit-request.completed svg circle.another-circle, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request.completed svg circle.another-circle {
  stroke-dashoffset: 0;
}
.button_2.submit-request.finished, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request.finished {
  width: 8.75rem;
  border-style: solid;
  border-width: 0.14375rem;
  border-color: #5E6738 !important;
  background-color: #5E6738;
  transition-property: width, border-color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.button_2.submit-request.finished .checkbox, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request.finished .checkbox {
  opacity: 1;
}
.button_2.submit-request.finished span, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request.finished span {
  opacity: 0;
}
.button_2.submit-request.finished svg, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request.finished svg {
  opacity: 0;
}
.button_2.submit-request.failed, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request.failed {
  width: 8.75rem;
  border-style: solid;
  border-width: 0.14375rem;
  border-color: #DF3139 !important;
  background-color: #DF3139;
  transition-property: width, border-color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.button_2.submit-request.failed .crossbox, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request.failed .crossbox {
  opacity: 1;
}
.button_2.submit-request.failed span, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request.failed span {
  opacity: 0;
}
.button_2.submit-request.failed svg, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request.failed svg {
  opacity: 0;
}
.button_2.submit-request.loading, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request.loading {
  background-color: transparent;
  border-color: #E0DFDD;
  transition-property: width, border-color;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  width: 2.75rem !important;
  height: 2.75rem;
  transform: translateY(0);
}
.button_2.submit-request.loading span, .allow-cookies .allow-cookies-wrapper .buttons a.submit-request.loading span {
  opacity: 0;
  position: absolute;
}
.button_2 span, .allow-cookies .allow-cookies-wrapper .buttons a span {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #5E6738;
  font-weight: 600;
  line-height: 2.75rem;
  height: 2.75rem;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 600px) {
  .button_2 span, .allow-cookies .allow-cookies-wrapper .buttons a span {
    line-height: 3rem;
    height: 2.5rem;
    font-size: 14px;
  }
}
.button_2:after, .allow-cookies .allow-cookies-wrapper .buttons a:after {
  display: none;
}
.button_2.small, .allow-cookies .allow-cookies-wrapper .buttons a.small {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.button_2.small span, .allow-cookies .allow-cookies-wrapper .buttons a.small span {
  line-height: 1.5rem;
  height: 1.5rem;
  font-weight: 600;
}
.button_2.medium, .allow-cookies .allow-cookies-wrapper .buttons a.medium {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.button_2.medium span, .allow-cookies .allow-cookies-wrapper .buttons a.medium span {
  line-height: 2rem;
  height: 2rem;
  font-weight: 600;
}

.swiper-container {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  overflow: hidden;
}
.swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 976px) {
  .swiper-container.swiper-container-vertical .swiper-pagination {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.swiper-container.swiper-container-vertical .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-bottom: 1.25rem;
  margin-right: 0 !important;
  border: 0px;
  background-color: transparent;
}
.swiper-container.swiper-container-vertical .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: transparent;
}
.swiper-container.swiper-container-vertical .swiper-pagination {
  flex-direction: column;
}
.swiper-container.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  opacity: 1;
  border: 0px;
  background-color: transparent;
  border-radius: 0px;
}
.swiper-container.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-top: 0px;
}
.swiper-container.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet svg {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.swiper-container.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet svg circle {
  fill: transparent;
}
.swiper-container.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
.swiper-container.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
  fill: #FFFFFF;
}

.swiper-pagination-bullets {
  display: flex;
}
.swiper-pagination-bullets > :last-child {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -3px;
}

.swiper-pagination-bullet {
  border: 0px;
  background-color: transparent;
}
@media only screen and (min-width: 1278px) {
  .swiper-pagination-desktop {
    display: block !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    right: 2.84vw !important;
    z-index: 2;
  }
}
.swiper-pagination-desktop .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  opacity: 1;
  border: 0px;
  background-color: transparent;
  border-radius: 0px;
  margin-bottom: 1.25rem !important;
}
.swiper-pagination-desktop .swiper-pagination-bullet:first-child {
  margin-top: 0px;
}
.swiper-pagination-desktop .swiper-pagination-bullet svg {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.swiper-pagination-desktop .swiper-pagination-bullet svg circle {
  fill: transparent;
}
.swiper-pagination-desktop .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
.swiper-pagination-desktop .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
  fill: #FFFFFF;
}

.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  position: absolute !important;
  text-align: center;
  bottom: auto !important;
  height: auto !important;
  padding-bottom: 0px !important;
  width: auto !important;
}
.swiper-pagination-bullets-dynamic span.swiper-pagination-bullet {
  width: 10px !important;
  height: auto !important;
  display: inline-block !important;
  margin-left: 7px !important;
  margin-right: 7px !important;
  transform: scale(0.6);
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  will-change: transform;
  border-radius: 50%;
  background-color: transparent !important;
  border: 0px !important;
  left: auto !important;
}
.swiper-pagination-bullets-dynamic span.swiper-pagination-bullet.swiper-pagination-bullet-active-prev, .swiper-pagination-bullets-dynamic span.swiper-pagination-bullet.swiper-pagination-bullet-active-next {
  transform: scale(0.8);
}
.swiper-pagination-bullets-dynamic span.swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev, .swiper-pagination-bullets-dynamic span.swiper-pagination-bullet.swiper-pagination-bullet-active-next-next {
  transform: scale(0.6);
}
.swiper-pagination-bullets-dynamic span.swiper-pagination-bullet.swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic span.swiper-pagination-bullet.swiper-pagination-bullet-active-main svg {
  width: 10px !important;
  height: 10px !important;
}
.swiper-pagination-bullets-dynamic span.swiper-pagination-bullet.swiper-pagination-bullet-active-main svg circle {
  fill: #5E6738;
}
.swiper-pagination-bullets-dynamic span.swiper-pagination-bullet svg {
  display: inline-block !important;
  border-radius: 50%;
}
.swiper-pagination-bullets-dynamic span.swiper-pagination-bullet svg circle {
  stroke: #5E6738;
  stroke-width: 4.5;
}

.swiper-controls-mobile {
  margin-top: 1.875rem;
  height: 2.625rem;
  width: 100%;
}
.swiper-controls-mobile .swiper-controls__wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.swiper-controls-mobile .swiper-pagination {
  position: relative;
  width: auto;
  padding-bottom: 4px;
  height: 12px;
}
.swiper-controls-mobile .swiper-pagination .swiper-pagination-bullet {
  margin-left: 20px;
  display: block;
  opacity: 1;
  position: relative;
  width: 8px;
  height: 8px;
  border: 2px solid #5E6738;
  border-radius: 50%;
}
.swiper-controls-mobile .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0px;
}
.swiper-controls-mobile .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5E6738;
}
.swiper-controls-mobile .swiper-pagination .swiper-pagination-bullet svg {
  display: none;
}
.swiper-controls-mobile .slider-navigation {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.swiper-controls-mobile .slider-navigation > * {
  height: 2.625rem;
  width: 2.625rem;
  position: absolute;
}
.swiper-controls-mobile .slider-navigation > :first-child {
  left: 0;
}
.swiper-controls-mobile .slider-navigation > :last-child {
  right: 0;
}

.js-slider-arrow {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (min-width: 1278px) {
  .js-slider-arrow:hover svg circle {
    fill: #0C0C0C !important;
  }
}
.js-slider-arrow.swiper-button-disabled {
  opacity: 0.35;
}
@media only screen and (min-width: 1278px) {
  .js-slider-arrow svg circle {
    transition-property: fill;
    transition-duration: 0.15s;
  }
}
.js-slider-arrow.green svg circle {
  fill: #5E6738;
}
@media only screen and (min-width: 1278px) {
  .js-slider-arrow.green:hover:not(.swiper-button-disabled) svg circle {
    fill: #0C0C0C;
  }
}
.js-slider-arrow.green:not(.swiper-button-disabled):active svg circle {
  fill: #0C0C0C;
}
.js-slider-arrow.js-slider-next, .js-slider-arrow.js-slider-prev {
  cursor: pointer;
}

a.link-with-icon {
  padding-right: 1.5rem;
}
a.link-with-icon .js-load-lottie, a.link-with-icon .js-load-lottie-clone, a.link-with-icon .js-load-lottie-inside {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
}
a.link-with-icon .js-load-lottie svg, a.link-with-icon .js-load-lottie-clone svg, a.link-with-icon .js-load-lottie-inside svg {
  transform: unset !important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
a.link-with-icon:after, a.js-open-details:after {
  display: none;
  content: none;
}
a.link-with-icon span, a.js-open-details span {
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 1278px) {
  a.link-with-icon span, a.js-open-details span {
    transition: color 0.3s ease 0s;
  }
}
@keyframes svg-stroke-anim {
  from {
    transform: translateY(0) translateX(0);
  }
  to {
    transform: translateY(3px) translateX(-3px);
  }
}
a.link-with-icon.svg-stroke svg, a.js-open-details.svg-stroke svg {
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  will-change: transform;
}
@media only screen and (min-width: 1278px) {
  a.link-with-icon.svg-stroke:hover svg path, a.js-open-details.svg-stroke:hover svg path {
    stroke: #0C0C0C;
  }
}
@media only screen and (min-width: 1278px) {
  a.link-with-icon.svg-fill:hover svg path, a.js-open-details.svg-fill:hover svg path {
    fill: #0C0C0C;
  }
}
a.link-with-icon:hover span, a.js-open-details:hover span {
  color: #0C0C0C !important;
  text-decoration: none;
}
a.active {
  color: #0C0C0C !important;
}
a:hover {
  color: #0C0C0C !important;
  text-decoration: none;
}
.no-underline a:after {
  display: none;
  content: none;
}

.underline-animation::after, a.link-with-icon span::after, a.js-open-details span::after, a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #0C0C0C !important;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  will-change: width, left;
  width: 0;
}

.underline-active, a.link-with-icon:hover span::after, a.js-open-details:hover span::after, a.active::after, a:hover:after {
  width: 100%;
  left: 0;
}

.allow-cookies {
  position: fixed;
  bottom: 0.9375rem;
  right: 0.9375rem;
  background-color: #FFFFFF;
  z-index: 100000;
  max-width: 37.5rem;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition-property: opacity, visibility, height;
  transition-duration: 0.15s;
  transition-timing-function: ease-in;
  will-change: opacity, visibility, height;
  border: 1px solid #E6E6E6;
}
@media only screen and (max-width: 600px) {
  .allow-cookies {
    max-width: 100%;
    left: 0.9375rem;
  }
}
.allow-cookies a.close-cookies {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0.75rem;
}
@media only screen and (min-width: 1278px) {
  .allow-cookies a.close-cookies svg {
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease-in;
    will-change: transform;
  }
  .allow-cookies a.close-cookies:hover svg {
    transform: rotate(-90deg);
  }
}
.allow-cookies a.close-cookies:active svg path {
  stroke: #0C0C0C;
}
.allow-cookies a.close-cookies svg {
  width: 100%;
  height: 100%;
  display: block;
}
.allow-cookies a.close-cookies:after {
  display: none;
}
.allow-cookies .allow-cookies-wrapper {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 600px) {
  .allow-cookies .allow-cookies-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.allow-cookies .allow-cookies-wrapper .t {
  margin-top: 0.625rem;
}
.allow-cookies .allow-cookies-wrapper .t p, .allow-cookies .allow-cookies-wrapper .t a {
  display: inline;
}
.allow-cookies .allow-cookies-wrapper .t form {
  padding-top: 0.9375rem;
  padding-bottom: 0.3125rem;
  display: none;
}
.allow-cookies .allow-cookies-wrapper .t form .rules {
  margin-top: 0.625rem;
}
.allow-cookies .allow-cookies-wrapper .t form .rules:first-child {
  margin-top: 0rem;
}
.allow-cookies .allow-cookies-wrapper .t form .rules p.disabled {
  opacity: 0.5;
}
.allow-cookies .allow-cookies-wrapper .buttons {
  margin-top: 1.25rem;
}
@media only screen and (max-width: 600px) {
  .allow-cookies .allow-cookies-wrapper .buttons {
    margin-top: 0.625rem;
  }
}
@media only screen and (max-width: 600px) {
  .allow-cookies .allow-cookies-wrapper .buttons a {
    margin-top: 0.625rem;
    margin-left: 0px !important;
  }
}

body.show-cookies .allow-cookies {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.stars {
  overflow: hidden;
  height: 1.625rem;
}
.stars.rating-1 svg:nth-child(-n+1) path {
  opacity: 1;
  fill: #B9975B;
}
.stars.rating-2 svg:nth-child(-n+2) path {
  opacity: 1;
  fill: #B9975B;
}
.stars.rating-3 svg:nth-child(-n+3) path {
  opacity: 1;
  fill: #B9975B;
}
.stars.rating-4 svg:nth-child(-n+4) path {
  opacity: 1;
  fill: #B9975B;
}
.stars.rating-5 svg:nth-child(-n+5) path {
  opacity: 1;
  fill: #B9975B;
}
.stars svg {
  display: block;
  float: left;
  border-radius: 50%;
  width: 1.625rem;
  height: 1.625rem;
  position: relative;
}
.stars svg path {
  transition-property: fill;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  will-change: fill;
}

form .rules label, div.form .rules label {
  margin-top: 0.625rem;
}
form .rules label.has-error .checkbox svg path.bg, div.form .rules label.has-error .checkbox svg path.bg {
  stroke: #DF3139;
}
form .rules label:first-child, div.form .rules label:first-child {
  margin-top: 0px;
}
form .rules label p, div.form .rules label p {
  position: relative;
}
form .label, div.form .label {
  display: block;
  margin-bottom: 0px;
  margin-top: 0.625rem;
}
form .label:first-child, div.form .label:first-child {
  margin-top: 0px;
}
form .label.has-count .response, div.form .label.has-count .response {
  display: block;
}
form .label.has-error .response, div.form .label.has-error .response {
  display: block;
}
form .label.phonenumber .field, div.form .label.phonenumber .field {
  float: left;
}
form .label.phonenumber .field:nth-child(1), div.form .label.phonenumber .field:nth-child(1) {
  width: 23.4%;
  margin-right: 1.6%;
}
form .label.phonenumber .field:nth-child(2), div.form .label.phonenumber .field:nth-child(2) {
  width: 75%;
}
form .label .response, div.form .label .response {
  overflow: hidden;
  padding-top: 0.3125rem;
  display: none;
}
form .label .response p, div.form .label .response p {
  display: inline !important;
  line-height: 1.3;
  font-size: 0.9375rem !important;
}
form .label .response p.error, div.form .label .response p.error {
  color: #dc3545;
  font-size: 0.8125rem !important;
}
form .label .response .count-letters, div.form .label .response .count-letters {
  float: right;
}
form .label .response .count-letters p.total, div.form .label .response .count-letters p.total {
  font-weight: 700;
}
form .label .field, div.form .label .field {
  position: relative;
  border: 1px solid #E0DFDD;
  transition-property: border-color;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  will-change: border-color;
}
@media only screen and (min-width: 1278px) {
  form .label .field:hover, div.form .label .field:hover {
    cursor: text;
  }
}
form .label .field.focused, div.form .label .field.focused {
  border: 1px solid #5E6738;
}
form .label .field.error, div.form .label .field.error {
  border: 1px solid #DF3139;
}
form .label .field.focus label:not(.upload-button-text), div.form .label .field.focus label:not(.upload-button-text) {
  transform: translateY(-0.5625rem);
  transition-property: transform, font-size, paddding;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  will-change: transform, font-size, paddding;
  z-index: 3;
}
form .label .field.focus input:not([type=file]), div.form .label .field.focus input:not([type=file]) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
form .label .field label:not(.upload-button-text), div.form .label .field label:not(.upload-button-text) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-top: 1.125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: block;
  overflow: hidden;
  color: #625E57;
  transform: translateY(0);
  opacity: 0.8;
  z-index: 1;
  cursor: text;
}
form .label .field select, div.form .label .field select {
  color: #625E57;
  cursor: pointer;
}
form .label .field input:not([type=file]), form .label .field textarea, form .label .field select, div.form .label .field input:not([type=file]), div.form .label .field textarea, div.form .label .field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  border: 0px;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  background-color: transparent;
  z-index: 2;
}
form .label .field .show-password, div.form .label .field .show-password {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 4;
  height: 100%;
  width: 3.125rem;
  padding: 0.875rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
form .label .field .show-password.show svg:first-child, div.form .label .field .show-password.show svg:first-child {
  display: none;
}
form .label .field .show-password.show svg:nth-child(2), div.form .label .field .show-password.show svg:nth-child(2) {
  display: block;
}
form .label .field .show-password svg, div.form .label .field .show-password svg {
  display: none;
  width: 100%;
  height: 100%;
}
form .label .field .show-password svg:first-child, div.form .label .field .show-password svg:first-child {
  display: block;
}
form .label .field .select svg, div.form .label .field .select svg {
  position: absolute;
  top: 50%;
  right: 0.3125rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  display: none;
}
@media only screen and (max-width: 600px) {
  form .label .field .select svg, div.form .label .field .select svg {
    display: block;
  }
}

label.nice-checkbox {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding-left: 2.1875rem;
}
label.nice-checkbox.disabled {
  cursor: not-allowed;
}
label.nice-checkbox.disabled .checkbox, label.nice-checkbox.disabled p {
  opacity: 0.5;
}
label.nice-checkbox.has-error .checkbox svg .stroke {
  stroke: #DF3139;
}
label.nice-checkbox.is-checked .checkbox svg .stroke {
  fill: #5E6738;
  stroke: #5E6738;
}
label.nice-checkbox.is-checked .checkbox svg .polyline {
  stroke-dashoffset: 0;
}
label.nice-checkbox.is-checked .checkbox svg .path {
  stroke-dashoffset: 0;
}
label.nice-checkbox input:disabled + .checkbox {
  opacity: 0.5;
}
label.nice-checkbox:not(.disabled) input:checked + .checkbox svg .stroke {
  fill: #5E6738;
  stroke: #5E6738;
}
label.nice-checkbox:not(.disabled) input:checked + .checkbox svg .polyline {
  stroke-dashoffset: 0;
}
label.nice-checkbox:not(.disabled) input:checked + .checkbox svg .path {
  stroke-dashoffset: 0;
}
label.nice-checkbox:not(.disabled):hover:not(.is-checked) .checkbox svg .stroke {
  stroke: #5E6738;
}
label.nice-checkbox:not(.disabled):hover:not(.is-checked) .checkbox svg .path {
  stroke-dashoffset: 0;
}
label.nice-checkbox input:not([type=file]) {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}
label.nice-checkbox .checkbox {
  position: absolute;
  top: -1px;
  left: 0px;
  width: 1.5rem;
  height: 1.5rem;
}
label.nice-checkbox .checkbox svg {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 24px;
  height: 24px;
}
label.nice-checkbox .checkbox svg .stroke {
  fill: none;
  stroke: #929292;
  z-index: -1;
  width: 100%;
  height: 100%;
}
label.nice-checkbox .checkbox svg .path {
  fill: none;
  stroke: #5E6738;
  stroke-dasharray: 100px;
  stroke-dashoffset: 100px;
  transition: all 0.6s ease;
  position: relative;
  width: 100%;
  height: 100%;
}
label.nice-checkbox .checkbox svg .polyline {
  position: relative;
  fill: none;
  stroke: #FFFFFF;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
label.nice-checkbox .checkbox label {
  line-height: 1.5rem;
}
label.nice-checkbox p {
  line-height: 1.5rem !important;
}

.soc-logins a {
  display: block;
  border-radius: 2.75rem;
  border: 1px solid #E0DFDD;
  text-align: center;
  position: relative;
  margin-top: 0.3125rem;
  transition-property: background-color;
  transition-duration: 0.2s;
  will-change: background-color;
  cursor: pointer;
}
.soc-logins a:first-child {
  margin-top: 0px;
}
.soc-logins a:after {
  display: none;
}
.soc-logins a.skip-register {
  border-width: 2px;
  border-color: #5E6738;
  display: none;
}
@media only screen and (min-width: 1278px) {
  .soc-logins a.skip-register:hover {
    background-color: #5E6738;
  }
  .soc-logins a.skip-register:hover span {
    color: #FFFFFF;
  }
}
.soc-logins a.google {
  color: #0C0C0C;
  cursor: pointer !important;
}
@media only screen and (min-width: 1278px) {
  .soc-logins a.google:hover {
    background-color: #F2F2F2;
  }
}
.soc-logins a.google .g_id_signin {
  opacity: 0;
  z-index: 10;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.soc-logins a.google .g_id_signin iframe {
  width: 100% !important;
}
.soc-logins a.facebook {
  background-color: #297CE9;
  border-color: #297CE9;
  display: none;
}
.soc-logins a.facebook span {
  color: #FFFFFF;
}
@media only screen and (min-width: 1278px) {
  .soc-logins a.facebook:hover {
    background-color: #2069C8;
  }
}
.soc-logins a svg {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  height: 1.5rem;
  margin-top: -0.75rem;
}
.soc-logins a span {
  line-height: 2.75rem;
  height: 2.75rem;
  display: block;
}

body.free-download .soc-logins a.skip-register {
  display: block;
}

body.loading {
  overflow: hidden;
}
body.loading .global-preloader {
  height: 100%;
  opacity: 1;
}

.global-preloader {
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.6);
  height: 0px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  will-change: opacity;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.global-preloader .preloader {
  position: relative;
  width: 100%;
  height: 100%;
}
.global-preloader .preloader svg {
  display: inline-block;
  width: 2.625rem;
  height: 2.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.3125rem;
  margin-left: -1.3125rem;
}

.marketing-cookies-prompt {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  background-color: rgba(12, 12, 12, 0.8);
  opacity: 0;
  height: 0px;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  will-change: opacity;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .marketing-cookies-prompt {
    background-color: white;
  }
}
.marketing-cookies-prompt .prompt-wrapper {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  background-color: #FFFFFF;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .marketing-cookies-prompt .prompt-wrapper {
    padding: 0.875rem;
    max-width: 240px;
  }
}
.marketing-cookies-prompt .prompt-wrapper p {
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 600px) {
  .marketing-cookies-prompt .prompt-wrapper p {
    font-size: 12px;
  }
}

body.no-marketing .marketing-cookies-prompt {
  opacity: 1;
  height: 100%;
}

.select2-dropdown {
  box-shadow: none !important;
  border: 1px solid #E0DFDD;
  border-radius: 0px;
  top: -2.5rem !important;
}

.select2-container .select2-selection {
  border: 0px;
  box-shadow: none !important;
}
.select2-container .select2-selection__arrow {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACYSURBVHgBfY49CsJAEIXnTVKoWHgBwRMINrJlvIH2FgoW6byKpZBm7Sy9gZb+gcETbOEFPEB2kk1YSCDkNfNmvq8YUJH1TkXUkXDYS0NXwLIHsGyTIHLRh9uK3RIM+ttimBbPoGIEf9nEamKtfAgYeYlBC328m4ZY/hqriIWurrPNZjp5pZ4FdfH7/pnpfPyHpccpeZ7rLAcWbSXX/ZKwhgAAAABJRU5ErkJggg==") !important;
}
@media only screen and (max-width: 600px) {
  .select2-container .select2-selection__arrow {
    display: none;
  }
}

.select2-results ul {
  padding: 0px;
  margin: 0px;
}
.select2-results ul li {
  padding-left: 1.5rem;
  padding-right: 1.875rem;
}

.download-countdown {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  z-index: 10000;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
@media only screen and (max-width: 1278px) {
  .download-countdown .bright-table, .download-countdown .cell {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 600px) {
  .download-countdown .bright-table, .download-countdown .cell {
    display: flex;
    align-items: flex-start;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.download-countdown .download-countdown-container {
  max-width: 30.875rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  text-align: center;
  position: relative;
  display: none;
}
@media only screen and (max-width: 1278px) {
  .download-countdown .download-countdown-container {
    position: relative;
    padding-top: 5rem;
  }
}
.download-countdown .download-countdown-container a.close-countdown {
  width: 3.75rem;
  height: 3.75rem;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  padding: 1rem;
}
.download-countdown .download-countdown-container a.close-countdown svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1278px) {
  .download-countdown .download-countdown-container a.close-countdown svg path {
    transition-property: stroke;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    will-change: stroke;
  }
}
.download-countdown .download-countdown-container a.close-countdown:after {
  display: none;
}
@media only screen and (min-width: 1278px) {
  .download-countdown .download-countdown-container a.close-countdown:hover svg path {
    stroke: #0C0C0C;
  }
}
.download-countdown .download-countdown-container a.close-countdown:active svg path {
  stroke: #0C0C0C;
}

body.show-download-countdown {
  overflow: hidden;
}
body.show-download-countdown .download-countdown {
  opacity: 1;
  height: 100%;
}
body.show-download-countdown .download-countdown .download-countdown-container {
  display: block;
}
body.show-download-countdown .download-countdown .download-countdown-container .download-countdown-wrapper span.number {
  color: #929292;
}
body.show-download-countdown .download-countdown .download-countdown-container .download-countdown-wrapper p {
  display: block;
  border-top: 1px solid rgba(98, 94, 87, 0.2);
  padding-top: 0.9375rem;
  margin-top: 1.25rem;
  color: #625E57;
}
body.show-download-countdown .download-countdown .download-countdown-container .download-countdown-wrapper a.button_2, body.show-download-countdown .download-countdown .download-countdown-container .download-countdown-wrapper .allow-cookies .allow-cookies-wrapper .buttons a, .allow-cookies .allow-cookies-wrapper .buttons body.show-download-countdown .download-countdown .download-countdown-container .download-countdown-wrapper a {
  margin-top: 1.5625rem;
}
body.show-download-countdown .overlay {
  display: block;
}

.header {
  position: fixed;
  z-index: 109;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5rem;
  background-color: #FFFFFF;
  transform: translateZ(0);
  will-change: transform;
  transition: transform 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header.is-hidden {
  transform: translateY(-110%);
}
.header.show {
  height: auto;
}
.header.show .nav {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header nav.nav {
  display: flex;
  flex-wrap: nowrap;
  padding: 1.125rem 1rem;
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E0DFDD;
}
@media (min-width: 1280px) {
  .header nav.nav {
    padding: 1.125rem 2.5rem;
  }
}
.header .menu-top-menu-container, .header .menu-top-menu-container ul.menu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  flex-basis: 100%;
}
@media only screen and (max-width: 1278px) {
  .header .menu-top-menu-container, .header .menu-top-menu-container ul.menu {
    display: none;
  }
}
.header .menu-top-menu-container ul.menu > :last-child, .header .menu-top-menu-container ul.menu ul.menu > :last-child, .header .menu-top-menu-container ul.menu ul.menu ul.menu > :last-child {
  margin-right: 0;
}
.header .menu-top-menu-container ul.menu li {
  list-style: none;
  margin-right: 2rem;
}
.header .menu-top-menu-container ul.menu li.current-menu-item a:after {
  left: 0px;
  background-color: #5E6738;
  width: 2.625rem;
}
.header .menu-top-menu-container ul.menu li a {
  color: #5E6738;
}
.header__search {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 1.25rem;
}
@media (min-width: 1280px) {
  .header__search {
    margin-right: 0;
  }
}
.header__search svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media only screen and (min-width: 1278px) {
  .header__search svg path {
    transition-property: fill;
    transition-duration: 0.15s;
  }
  .header__search:hover svg path {
    fill: #0C0C0C;
  }
}
.header__search:active svg path {
  fill: #0C0C0C;
}
.header__auth {
  white-space: nowrap;
  margin-left: 2rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
  flex-basis: 9.8125rem;
}
.header__auth svg {
  width: 1.5rem;
  height: 1.5rem;
}
.header__cart {
  flex-basis: 3.6875rem;
  flex-shrink: 0;
}

.footer {
  position: relative;
  z-index: 1;
}
.footer__top {
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
}
@media (min-width: 976px) {
  .footer__top {
    padding-top: 5.125rem;
    padding-bottom: 5.125rem;
  }
}
.footer__top .footer__contacts > :first-child, .footer__top .footer__sitemap > :first-child, .footer__top .footer__last > :first-child {
  margin-top: 0 !important;
}
.footer__top .footer__contacts > :last-child, .footer__top .footer__sitemap > :last-child, .footer__top .footer__last > :last-child {
  margin-bottom: 0 !important;
}
.footer__top .footer__contacts h2, .footer__top .footer__sitemap h2, .footer__top .footer__last h2 {
  margin-bottom: 1rem;
}
.footer__top .footer__contacts p, .footer__top .footer__sitemap p, .footer__top .footer__last p {
  margin-bottom: 1rem;
}
.footer__top .footer__contacts p a, .footer__top .footer__sitemap p a, .footer__top .footer__last p a {
  margin: 0;
}
.footer__top .footer__contacts, .footer__top .footer__sitemap {
  width: 100%;
  margin-bottom: 2.625rem;
}
@media (min-width: 976px) {
  .footer__top .footer__contacts, .footer__top .footer__sitemap {
    flex-basis: 25.46%;
    max-width: 25.46%;
    margin-right: 6.64%;
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .footer__top .footer__contacts, .footer__top .footer__sitemap {
    max-width: 50%;
  }
}
@media (min-width: 1440px) {
  .footer__top .footer__contacts, .footer__top .footer__sitemap {
    margin-right: 7.25rem;
  }
}
.footer__top .footer__contacts ul, .footer__top .footer__sitemap ul {
  padding: 0px;
  margin: 0px;
}
.footer__top .footer__contacts ul li, .footer__top .footer__sitemap ul li {
  list-style-type: none;
  margin-top: 0.875rem;
}
.footer__top .footer__contacts ul li:first-child, .footer__top .footer__sitemap ul li:first-child {
  margin-top: 0;
}
.footer__top .footer__contacts ul li a, .footer__top .footer__sitemap ul li a {
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.footer__top .footer__sitemap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 976px) {
  .footer__top .footer__sitemap {
    margin-right: auto;
  }
}
@media (min-width: 767px) {
  .footer__top .footer__sitemap {
    padding-left: 2rem;
  }
}
.footer__top .footer__last {
  max-width: none;
  padding-right: 1px;
}
@media only screen and (min-width: 767px) and (max-width: 976px) {
  .footer__top .footer__last {
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media only screen and (min-width: 1278px) {
  .footer__top .footer__last {
    display: flex;
    flex-basis: auto;
    flex-direction: column;
  }
}
@media (min-width: 976px) {
  .footer__top .footer__last {
    margin-left: auto;
  }
}
@media (min-width: 767px) {
  .footer__top .footer__last {
    max-width: 38%;
    width: 38%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
  .footer__top .footer__last {
    width: 100%;
  }
}
.footer__top .footer__last .supported-transfers {
  display: flex;
}
.footer__top .footer__last .supported-transfers svg {
  display: block;
  margin-right: 0.75rem;
}
.footer__top .footer__last .supported-transfers > :last-child {
  margin-right: 0;
}
.footer__bottom {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.footer__bottom a, .footer__bottom p {
  font-size: 0.875rem;
}
.footer__bottom a {
  margin-bottom: 1rem;
}
@media (min-width: 976px) {
  .footer__bottom a {
    margin-bottom: 0;
  }
}
.footer__bottom p {
  opacity: 0.8;
}
.footer .news-letter-form {
  margin-bottom: 1.875rem;
  position: relative;
}
.footer .news-letter-form form {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 2.875rem;
  border: 1px solid #C4C4C4;
}
.footer .news-letter-form form:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  height: 100%;
  right: 33%;
  width: 1px;
  background-color: #C4C4C4;
}
.footer .news-letter-form form.success button {
  width: 100%;
  background-color: #5E6738;
}
.footer .news-letter-form form.success button span {
  color: #FFFFFF;
}
.footer .news-letter-form form.error button {
  width: 100%;
  background-color: #5E6738;
}
.footer .news-letter-form form.error button span {
  top: 100%;
  opacity: 0;
}
.footer .news-letter-form form.show-error button {
  background-color: #DF3139;
}
.footer .news-letter-form form.show-error button span {
  opacity: 1 !important;
  top: 0px;
  color: #FFFFFF;
  transition-duration: 0.15s;
  transition-property: opacity, top;
  transition-timing-function: ease-in;
}
.footer .news-letter-form form input[type=email] {
  background-color: #F2F2F2;
  width: 67%;
  border: none;
  padding: 0.75rem 1.75rem;
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.footer .news-letter-form form button {
  width: 33%;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background-color: transparent;
  border-radius: 0px 2.875rem 2.875rem 0px;
  z-index: 1;
  border-left: none;
  border: none;
  transition-duration: 0.5s;
  transition-property: background-color, width;
  transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
  will-change: background-color, width;
}
@media only screen and (min-width: 1278px) {
  .footer .news-letter-form form button:hover {
    background-color: #5E6738;
  }
  .footer .news-letter-form form button:hover span {
    color: #FFFFFF;
  }
}
.footer .news-letter-form form button:active {
  background-color: #5E6738;
}
.footer .news-letter-form form button:active span {
  color: #FFFFFF;
}
.footer .news-letter-form form button span {
  transition-duration: 0.1s;
  transition-property: opacity;
  transition-timing-function: ease-in;
  color: #5E6738;
  display: block;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 2.8125rem;
}
.footer .news-letter-form .response {
  position: absolute;
  top: 3.4375rem;
}
.footer .news-letter-form .response.error {
  color: #DF3139;
}

a.cookies-settings {
  display: block;
  position: fixed;
  right: 5.625rem;
  bottom: 1.375rem;
  background-color: #5E6738;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  padding: 0.875rem;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  will-change: opacity;
  z-index: 109;
}
a.cookies-settings:after {
  display: none;
}
a.cookies-settings svg {
  width: 100%;
  height: 100%;
}
a.cookies-settings.show {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1278px) {
  a.cookies-settings {
    transition-property: visibility, opacity, background-color;
  }
  a.cookies-settings:hover {
    background-color: #0C0C0C;
  }
}
@media only screen and (max-width: 1278px) {
  a.cookies-settings {
    transition-property: visibility, opacity;
    bottom: 0.875rem;
    left: 1.25rem;
  }
}
a.cookies-settings:active {
  background-color: #0C0C0C;
}

.scroll-up {
  pointer-events: none;
  position: fixed;
  bottom: 0.75rem;
  right: 1rem;
  z-index: 109;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  width: 4.5rem;
  height: 4.5rem;
  padding: 0.625rem;
  transition: padding, visibility, opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  will-change: padding, opacity, visibility;
}
@media only screen and (max-width: 1278px) {
  .scroll-up {
    bottom: 0.28125rem;
    right: 0.28125rem;
  }
}
.scroll-up .scroll-wrap {
  position: relative;
}
.scroll-up .scroll-wrap .arr {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.scroll-up .scroll-wrap .arr svg {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -24px;
}
@media only screen and (min-width: 1278px) {
  .scroll-up .scroll-wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #C4C4C4;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: transparent;
    z-index: 0;
  }
}
.scroll-up .scroll-wrap .circle svg circle {
  fill: #FFFFFF;
  stroke: #5E6738;
}
@media only screen and (min-width: 1278px) {
  .scroll-up .scroll-wrap .circle svg circle {
    stroke-dasharray: 180px;
    stroke-dashoffset: 180px;
    transition-propery: stroke;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    will-change: stroke;
    stroke-width: 1px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1279px) {
  .scroll-up .scroll-wrap .circle svg circle {
    stroke-dashoffset: 0px;
    stroke: #C4C4C4;
    stroke-width: 1px;
  }
}
.scroll-up .scroll-wrap svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.scroll-up.show {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1278px) {
  .scroll-up.show:hover {
    padding: 0.3125rem;
  }
  .scroll-up.show:hover .circle svg circle {
    stroke-dashoffset: 0px;
  }
}
.scroll-up.show:active .scroll-wrap svg circle {
  fill: #5E6738;
}
.scroll-up.show:active .scroll-wrap svg path {
  fill: #FFFFFF;
}

#wpadminbar {
  top: auto !important;
  bottom: 0px !important;
  position: fixed !important;
  background: rgba(12, 12, 12, 0.6) !important;
}

#mailerlite-form_2 h3 {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
#mailerlite-form_2 .mailerlite-form-inputs {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 2.875rem;
  border: 1px solid #C4C4C4;
}
#mailerlite-form_2 .mailerlite-form-inputs:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  height: 100%;
  right: 33%;
  width: 1px;
  background-color: #C4C4C4;
}
#mailerlite-form_2 .mailerlite-form-inputs label {
  display: none;
}

#mailerlite-form_2 {
  visibility: hidden;
  height: 0;
}

.mailerlite-form .mailerlite-form-description {
  margin-bottom: 10px;
}

.mailerlite-form .mailerlite-form-field {
  margin-bottom: 10px;
}

.mailerlite-form .mailerlite-form-field label {
  display: block;
}

.mailerlite-form .mailerlite-subscribe-button-container {
  text-align: center;
}

.mailerlite-form input.error {
  color: #ff0000;
  border-color: #ff0000;
}

.mailerlite-form label.error {
  color: #ff0000;
}

.mailerlite-form-response {
  margin-top: 20px;
  display: none;
  text-align: center;
  color: #00a154;
}

.mailerlite-form-loader {
  display: none;
  text-align: center;
  font-weight: bold;
  margin: 0 20px;
}

aside {
  position: fixed;
  top: 0;
  height: 100%;
  overflow-y: auto;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
  will-change: right, background-color;
  display: none;
}
@media only screen and (min-width: 1278px) {
  aside {
    transition-property: background-color;
    z-index: 111;
    width: 17rem !important;
    left: 0;
    display: block;
    right: auto;
    background-color: #5E6738;
    visibility: visible;
    opacity: 1 !important;
    background: transparent;
    width: 0px;
  }
  aside::-webkit-scrollbar {
    width: 0;
  }
  aside ::-moz-selection { /* Code for Firefox */ }
  aside ::selection {
    background: transparent;
  }
}
@media only screen and (max-width: 600px) {
  aside {
    width: 100%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  aside {
    width: 24rem;
  }
}
@media only screen and (max-width: 1278px) {
  aside {
    transition-property: right, opacity, visibility, background-color;
    will-change: opacity, visibility, right, background-color;
    display: block;
    right: -100%;
    background-color: #FFFFFF !important;
    z-index: 111;
    z-index: 111;
  }
}

.menu-opened aside {
  visibility: visible;
  right: 0px !important;
}
@media only screen and (max-width: 1278px) {
  .menu-opened aside .main-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 1278px) {
  .menu-opened .overlay {
    display: block;
  }
}

.main-menu {
  min-height: 100vh;
  padding-top: calc(13.4% - 0.875rem);
  padding-bottom: 25.25%;
  width: 100%;
}
@media only screen and (max-width: 1278px) {
  .main-menu {
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-delay: 0.3s;
    will-change: opacity, visibility;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .main-menu {
    max-height: 100vh;
  }
}
@media (min-width: 1023px) {
  .main-menu {
    padding-top: calc(8.33% - 0.875rem);
    padding-bottom: 8.33%;
  }
}
@media (min-width: 1280px) {
  .main-menu {
    height: 1px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.main-menu__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.main-menu__header {
  margin-bottom: 0;
}
.main-menu__body {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 767px) {
  .main-menu__body {
    padding-left: 12.88%;
    padding-right: 12.88%;
  }
}
@media (min-width: 1280px) {
  .main-menu__body {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .main-menu__body {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}
@media (min-width: 1280px) {
  .main-menu__body {
    margin-top: 1.875rem;
  }
}
.main-menu__body > :last-child .line {
  display: none;
}
@media (min-width: 1280px) {
  .main-menu__body > :last-child .line {
    display: block;
  }
}
.main-menu__body .main-menu__item {
  display: block;
  position: relative;
  padding: 0;
  transition: opacity 0.5s ease;
  will-change: opacity;
}
@media only screen and (min-width: 1278px) {
  .main-menu__body .main-menu__item.active .bottom-line {
    background-color: white;
  }
}
@media only screen and (max-width: 1278px) {
  .main-menu__body .main-menu__item.active a, .main-menu__body .main-menu__item.active span {
    color: #0C0C0C !important;
  }
  .main-menu__body .main-menu__item.active .bottom-line {
    background-color: #0c0c0c;
  }
}
@media only screen and (max-width: 1278px) {
  .main-menu__body .main-menu__item:last-child .bottom-line {
    display: none;
  }
}
.main-menu__body .main-menu__item .bottom-line {
  background: white;
  position: relative;
  height: 1px;
  width: 100%;
}
@media (min-width: 1280px) {
  .main-menu__body .main-menu__item .bottom-line {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 1278px) {
  .main-menu__body .main-menu__item .bottom-line {
    background-color: rgba(12, 12, 12, 0.1);
  }
}
.main-menu__body .main-menu__item .bottom-line .bottom-line-inner {
  width: 0;
  background: white;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  transition-property: width;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
  will-change: width;
}
@media only screen and (min-width: 1278px) {
  .main-menu__body .main-menu__item:hover .bottom-line-inner {
    width: 100%;
  }
}
.main-menu__body .main-menu__item a {
  display: block;
  position: relative;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 2.375rem;
  color: #5E6738 !important;
}
@media (min-width: 1280px) {
  .main-menu__body .main-menu__item a {
    color: #FFFFFF !important;
  }
}
.main-menu__body .main-menu__item a:after {
  display: none;
  content: none;
}
@media only screen and (max-width: 1278px) {
  .main-menu__body .main-menu__item a:active {
    color: #0C0C0C !important;
  }
}
@media (max-width: 1439.98px) {
  .main-menu__body .main-menu__item a {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    line-height: 132%;
    padding-left: 2.375rem;
  }
}
.main-menu__body .main-menu__item a span {
  position: absolute;
  left: 0;
}
.main-menu__footer {
  display: flex;
  justify-content: flex-start;
  margin-top: 1.5rem;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 767px) {
  .main-menu__footer {
    padding-left: 12.88%;
    padding-right: 12.88%;
    padding-bottom: 5%;
  }
}
@media only screen and (min-height: 720px) and (min-width: 600px) {
  .main-menu__footer {
    padding-bottom: 2rem;
    position: relative;
    left: 0px;
    width: 100%;
    bottom: 0px;
  }
}
@media (min-width: 1280px) {
  .main-menu__footer {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}
.main-menu__footer > :last-child {
  margin-right: 0;
}
.main-menu__footer a {
  margin-right: 1.25rem;
}
@media only screen and (min-width: 1278px) {
  .main-menu__footer a:hover svg {
    opacity: 0.5;
  }
}
.main-menu__footer a svg {
  transition: 0.25s;
  width: 1.5rem;
  height: 1.5rem;
}
.main-menu__footer a svg path {
  fill: #5E6738;
}
@media (min-width: 1280px) {
  .main-menu__footer a svg path {
    fill: #FFFFFF;
  }
}
.main-menu .main-menu__mobile-links {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 0.625rem;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 767px) {
  .main-menu .main-menu__mobile-links {
    padding-left: 12.88%;
    padding-right: 12.88%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .main-menu .main-menu__mobile-links {
    padding-left: 12.88%;
    padding-right: 12.88%;
  }
}
@media only screen and (min-height: 720px) and (min-width: 600px) {
  .main-menu .main-menu__mobile-links {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 5.625rem;
  }
}
.main-menu .main-menu__mobile-links ul {
  padding: 0px;
  margin: 0px;
}
.main-menu .main-menu__mobile-links ul li {
  margin-bottom: 1.0625rem;
  list-style-type: none;
}
.main-menu .main-menu__mobile-links ul li.current-menu-item a {
  color: #0C0C0C;
}
.main-menu .main-menu__mobile-links ul li > :last-child {
  margin-bottom: 0;
}

@media (min-width: 1280px) {
  .main-logo {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}
.main-logo:after {
  display: none;
}
.main-logo svg {
  width: 8.5rem;
  height: 2.8125rem;
}
@media (min-width: 1280px) {
  .main-logo svg {
    width: 11.1875rem;
    height: 3.75rem;
  }
}

.main-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main-content > :first-child {
  margin-top: 5rem;
}
.main-content > * {
  width: 100%;
}
@media (min-width: 1920px) {
  .main-content > * {
    overflow: visible;
  }
}
.main-content ._404-container {
  max-width: 33.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 600px) {
  .main-content ._404-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 4.375rem;
  }
}
.main-content ._404-container ul {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 0.625rem;
}
.main-content ._404-container ul li {
  list-style: none;
}
.main-content ._404-container ul li a {
  display: block;
  position: relative;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  color: #5E6738;
}
@media only screen and (min-width: 1278px) {
  .main-content ._404-container ul li a:hover:before {
    width: 100%;
    opacity: 1;
  }
}
.main-content ._404-container ul li a:after, .main-content ._404-container ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 1px;
  opacity: 0.2;
  bottom: 0px;
  transition-property: width;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
  will-change: width;
}
.main-content ._404-container ul li a:before {
  z-index: 2;
  width: 0;
  background-color: #0C0C0C;
}
.main-content ._404-container ul li a:after {
  z-index: 1;
  width: 100%;
  background-color: #5E6738;
}

body.login {
  line-height: 1.5;
  display: table-cell;
  vertical-align: middle;
  background-color: #F2F2F2;
  font-family: "proxima-nova";
  font-weight: 300;
  color: #0C0C0C;
  width: 100%;
}
body.login input, body.login button, body.login p {
  outline: 0 !important;
  font-family: "proxima-nova";
}
body.login p.message, body.login #login_error {
  background-color: transparent;
  box-shadow: none;
  border-left: 0px;
  text-align: center;
  padding: 0px;
  max-width: 26.25rem;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}
body.login #login_error {
  color: #DF3139;
}
body.login #resetpassform, body.login #loginform, body.login #lostpasswordform {
  width: 41.375rem;
  background-color: #FFFFFF;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  padding-left: 8.125rem;
  padding-right: 8.125rem;
  border: 0px;
}
body.login #nav, body.login #backtoblog {
  display: none;
}
body.login #login {
  width: auto;
  max-width: 100%;
  font-family: "proxima-nova";
  padding: 0;
}
body.login #login p.description.indicator-hint {
  background-image: url(../svg/check_circle.svg);
  background-position: left 0.125rem;
  background-repeat: no-repeat;
  padding-left: 1.875rem;
}
body.login #login label {
  font-weight: 500;
}
body.login #login .button {
  outline: 0px;
  border: 0px;
  box-shadow: none;
}
body.login #login span.dashicons-hidden:before, body.login #login span.dashicons-visibility:before {
  content: "";
  background-image: url(../svg/eye.svg);
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 100%;
}
body.login #login p.submit {
  display: block;
  text-align: center;
}
body.login #login p.submit .button {
  margin-bottom: 0px;
  background-color: #5E6738;
  line-height: 2.75rem;
  height: 2.75rem;
  display: inline-block;
  border: 0px;
  border-radius: 2rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media only screen and (min-width: 1278px) {
  body.login #login p.submit .button {
    transition-property: background-color, transform;
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
    will-change: background-color, transform;
    transform: translateY(0px);
  }
  body.login #login p.submit .button:hover {
    background-color: #F2F2F2;
    color: #5E6738;
    transform: translateY(-2px);
  }
}
body.login #login h1 {
  margin-bottom: 0px;
}
body.login #login h1 a {
  background-image: url("../svg/site_logo_green.svg");
  background-size: 9rem;
  background-position: center;
  width: 100%;
  display: block;
  margin: 0;
  background-repeat: no-repeat;
}
body.login #login h1 a:after {
  display: none;
}

#loginform,
#lostpasswordform {
  background-color: #FFFFFF;
  border: 0;
  box-shadow: none;
  margin-bottom: 40px;
  margin-top: 0;
  border: 0;
  padding: 20px;
  border-radius: 0px;
}
#loginform button.button,
#lostpasswordform button.button {
  background-color: transparent;
  top: 50%;
  margin-top: -20px;
}
#loginform button.button:after, #loginform button.button:before,
#lostpasswordform button.button:after,
#lostpasswordform button.button:before {
  display: none;
}
#loginform p,
#lostpasswordform p {
  display: block;
  width: 100%;
}
#loginform input.input,
#lostpasswordform input.input {
  height: 50px;
  background-color: transparent;
  outline: 0;
  font-size: 16px;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
  margin-top: 5px;
  border: 1px solid rgba(12, 12, 12, 0.1);
  border-radius: 4px;
}
#loginform input.input:focus,
#lostpasswordform input.input:focus {
  border: 0;
}
#loginform input.button,
#lostpasswordform input.button {
  background-color: #5E6738;
  border: 0;
  outline: 0;
  color: #FFFFFF;
  min-height: auto;
  font-weight: 700;
  border-radius: 4px;
}
#loginform input.button:active,
#lostpasswordform input.button:active {
  background-color: #0C0C0C;
}

.language-switcher {
  display: none;
}

html.account {
  margin: 0px !important;
}
html.account body {
  background-color: #F2F2F2;
}
@media only screen and (max-width: 1278px) {
  html.account body {
    background-color: #FFFFFF;
  }
}
html.account body .account-header {
  position: relative;
  left: 0px;
}
@media only screen and (max-width: 1278px) {
  html.account body.page-template-page-forgot-password, html.account body.page-template-page-login, html.account body.page-template-page-checkout, html.account body.page-template-page-register {
    background-color: #F2F2F2;
  }
}
@media only screen and (max-width: 1278px) {
  html.account body.page-template-page-forgot-password .woocommerce, html.account body.page-template-page-login .woocommerce, html.account body.page-template-page-checkout .woocommerce, html.account body.page-template-page-register .woocommerce {
    padding-top: 2.5rem;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 600px) {
  html.account body.page-template-page-forgot-password .woocommerce, html.account body.page-template-page-login .woocommerce, html.account body.page-template-page-checkout .woocommerce, html.account body.page-template-page-register .woocommerce {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
html.account body.page-template-page-forgot-password .account-footer, html.account body.page-template-page-login .account-footer, html.account body.page-template-page-checkout .account-footer, html.account body.page-template-page-register .account-footer {
  padding-left: 0px;
}
@media only screen and (max-width: 600px) {
  html.account body.page-template-page-forgot-password .account-footer, html.account body.page-template-page-login .account-footer, html.account body.page-template-page-checkout .account-footer, html.account body.page-template-page-register .account-footer {
    background-color: transparent;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 600px) {
  html.account body.page-template-page-account .account-header {
    position: relative;
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 600px) {
  html.account body.page-template-page-account-downloads .account-header {
    position: relative;
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 600px) {
  html.account body.page-template-page-account-orders .account-header {
    position: relative;
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 600px) {
  html.account body.page-template-page-account-address .account-header {
    position: relative;
    width: 100%;
    left: 0;
  }
}
html.account .woocommerce {
  position: relative;
}
@media only screen and (max-width: 1278px) {
  html.account .woocommerce {
    padding-bottom: 3.125rem;
    background-color: #F2F2F2;
  }
}
html.account .woocommerce ul.woocommerce-error {
  list-style-position: none;
  margin-bottom: 0px;
}
html.account .woocommerce ul.woocommerce-error li {
  display: block;
}
html.account .woocommerce .woocommerce-order {
  max-width: 41.875rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  html.account .woocommerce .woocommerce-order {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
html.account .woocommerce .woocommerce-order .order-title h2 {
  margin: 0px;
}
html.account .woocommerce .woocommerce-order .group {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 1px solid #E0DFDD;
}
html.account .woocommerce .woocommerce-order .group:first-child {
  margin-top: 1.25rem;
}
html.account .woocommerce .woocommerce-order .group .group-title {
  margin-bottom: 0.625rem;
}
html.account .woocommerce .woocommerce-order .group .text p {
  display: block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
html.account .woocommerce .woocommerce-order .group table {
  width: 100%;
}
html.account .woocommerce .woocommerce-order .group table.woocommerce-table--custom-fields {
  display: none;
}
html.account .woocommerce .woocommerce-order .group table tr td, html.account .woocommerce .woocommerce-order .group table tr th {
  vertical-align: top;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
html.account .woocommerce .woocommerce-order .group table tr td:first-child, html.account .woocommerce .woocommerce-order .group table tr th:first-child {
  font-weight: 400;
}
html.account .woocommerce .woocommerce-order .group table tr td:last-child, html.account .woocommerce .woocommerce-order .group table tr th:last-child {
  text-align: right;
  font-weight: 600;
  width: 40%;
}
html.account .woocommerce .woocommerce-checkout {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  html.account .woocommerce .woocommerce-checkout {
    background-color: #F2F2F2;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  html.account .woocommerce .woocommerce-checkout {
    max-width: 36.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
html.account .woocommerce .woocommerce-checkout .login-message {
  background-color: #F2F2F2;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 1278px) {
  html.account .woocommerce .woocommerce-checkout .login-message {
    margin-top: 1.25rem;
  }
}
html.account .woocommerce .woocommerce-checkout .login-message a {
  font-weight: 700;
}
html.account .woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul {
  list-style-type: none;
  padding: 0px;
  margin-top: 1.25rem;
  margin-bottom: 1.5625rem;
}
html.account .woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li {
  display: block;
  border: 1px solid #E0DFDD;
  position: relative;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  border-radius: 1.875rem;
  height: 2.75rem;
  margin-top: 0.4375rem;
  cursor: pointer;
}
@media only screen and (min-width: 1278px) {
  html.account .woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li {
    transition-property: border-color;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    will-change: border-color;
  }
  html.account .woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li:hover {
    border: 1px solid #5E6738;
  }
}
html.account .woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li:first-child {
  margin-top: 0px;
}
html.account .woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li input {
  position: absolute;
  top: 0.8125rem;
  left: 1.25rem;
  border: 1px solid #C4C4C4;
  width: 1rem;
  height: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0px;
  margin: 0px;
  display: block;
  border-radius: 50%;
  transition-property: border-width, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  will-change: border-width, border-color;
}
html.account .woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li input:checked {
  border-width: 0.34375rem;
  border-color: #5E6738;
}
html.account .woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li input:checked + label {
  color: #0C0C0C;
}
html.account .woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li label {
  display: block;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding-left: 3.125rem;
  margin: 0px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: 1.875rem;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  html.account .woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li label {
    padding-left: 2.8125rem;
  }
}
html.account .woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li label div {
  float: left;
}
html.account .woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li label p {
  display: inline-block;
  float: left;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  html.account .woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li label p {
    font-size: 12px;
    line-height: 1.9;
  }
}
html.account .woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li label img {
  float: right !important;
  height: 100% !important;
  width: auto !important;
  max-width: auto !important;
  margin: 0 !important;
}
@media only screen and (max-width: 600px) {
  html.account .woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li label img {
    max-width: 4.125rem !important;
  }
}
html.account .woocommerce .woocommerce-checkout .summary-mobile {
  height: auto !important;
  opacity: 1 !important;
  display: none;
}
@media only screen and (max-width: 1278px) {
  html.account .woocommerce .woocommerce-checkout .summary-mobile {
    display: block;
  }
}
html.account .woocommerce .woocommerce-checkout .summary-mobile table {
  width: 100%;
}
html.account .woocommerce .woocommerce-checkout .summary-mobile table tr td {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
html.account .woocommerce .woocommerce-checkout .summary-mobile table tr td:last-child {
  text-align: right;
}
html.account .woocommerce .woocommerce-checkout .summary {
  background-color: #FFFFFF;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.875rem;
  padding-bottom: 1.5625rem;
}
html.account .woocommerce .woocommerce-checkout .summary small.tax_label {
  display: none;
}
@media only screen and (max-width: 1278px) {
  html.account .woocommerce .woocommerce-checkout .summary {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
    position: absolute;
    top: 0;
    left: 0px;
  }
}
@media only screen and (min-width: 1278px) {
  html.account .woocommerce .woocommerce-checkout .summary {
    position: absolute;
    width: 20.25rem;
    top: 0px;
    right: 0px;
    z-index: 100;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  html.account .woocommerce .woocommerce-checkout .summary {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  html.account .woocommerce .woocommerce-checkout .summary {
    left: 0;
    right: 1.25rem;
    padding: 1.25rem;
    width: 100%;
  }
}
html.account .woocommerce .woocommerce-checkout .summary .title {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (max-width: 600px) {
  html.account .woocommerce .woocommerce-checkout .summary .title {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
html.account .woocommerce .woocommerce-checkout .summary .checkout-cart {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 0.3125rem;
}
@media only screen and (max-width: 600px) {
  html.account .woocommerce .woocommerce-checkout .summary .checkout-cart {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
html.account .woocommerce .woocommerce-checkout .summary .checkout-cart table tr td {
  vertical-align: bottom;
  padding-top: 2px;
  padding-bottom: 2px;
}
html.account .woocommerce .woocommerce-checkout .summary .checkout-cart table tr td .count {
  margin-top: 0.3125rem;
}
html.account .woocommerce .woocommerce-checkout .summary .checkout-cart table tr td .count p {
  font-weight: 600;
}
html.account .woocommerce .woocommerce-checkout .summary .checkout-cart table tr td .count input {
  width: 3.125rem;
  border: 1px solid #E0DFDD;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0px;
  margin: 0px;
  font-weight: 600;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0.4375rem;
  padding-right: 0px;
}
html.account .woocommerce .woocommerce-checkout .summary .checkout-cart table tr td:last-child {
  width: 35%;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  html.account .woocommerce .woocommerce-checkout .summary .checkout-cart table tr td:last-child {
    width: 30%;
  }
}
html.account .woocommerce .woocommerce-checkout .summary .checkout-cart table tr td:last-child span, html.account .woocommerce .woocommerce-checkout .summary .checkout-cart table tr td:last-child bdi {
  width: auto;
  display: inline;
}
@media only screen and (max-width: 600px) {
  html.account .woocommerce .woocommerce-checkout .summary .checkout-cart table tr td:last-child span, html.account .woocommerce .woocommerce-checkout .summary .checkout-cart table tr td:last-child bdi {
    font-size: 12px;
  }
}
html.account .woocommerce .woocommerce-checkout .summary .checkout-cart table tr td.product-date {
  font-weight: 300;
}
html.account .woocommerce .woocommerce-checkout .summary .checkout-cart table tr.product-meta-info td {
  color: #0C0C0C;
  opacity: 0.5;
}
html.account .woocommerce .woocommerce-checkout .summary .totals {
  margin-top: 1.25rem;
  padding-top: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  border-top: 1px solid #E0DFDD;
}
@media only screen and (max-width: 600px) {
  html.account .woocommerce .woocommerce-checkout .summary .totals {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
html.account .woocommerce .woocommerce-checkout .summary .totals small.includes_tax {
  display: block;
}
html.account .woocommerce .woocommerce-checkout .summary #wc_shipping_dpd_parcels_terminal {
  border-radius: 0px;
  border: 1px solid #C4C4C4;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  height: 2.5rem;
  line-height: 2.125rem;
}
html.account .woocommerce .woocommerce-checkout .summary .omniva {
  margin-top: 0.625rem;
  background-color: #F2F2F2;
  padding: 1.25rem;
}
@media only screen and (max-width: 600px) {
  html.account .woocommerce .woocommerce-checkout .summary .omniva {
    padding: 0.875rem;
  }
}
html.account .woocommerce .woocommerce-checkout .summary .omniva .terminal-container {
  margin-left: -1.875rem;
  width: auto;
  margin-right: 0rem;
  margin-top: 0.3125rem;
}
html.account .woocommerce .woocommerce-checkout .summary .omniva .terminal-container .dropdown {
  border-radius: 0px;
  border: 1px solid #C4C4C4;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  height: 2.5rem;
  line-height: 2.125rem;
}
html.account .woocommerce .woocommerce-checkout .summary .omniva .terminal-container .inner-container input.search-input {
  display: none;
}
html.account .woocommerce .woocommerce-checkout .summary .omniva button#show-omniva-map {
  background-color: #5E6738;
  border: 1px solid #5E6738;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  color: #FFFFFF;
  border-radius: 0px;
  margin: 0px;
  font-weight: 600;
  outline: 0px;
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
html.account .woocommerce .woocommerce-checkout .summary .omniva button#show-omniva-map:active {
  background-color: #F2F2F2;
  color: #5E6738;
}
html.account .woocommerce .woocommerce-checkout .summary .omniva button#show-omniva-map img {
  display: none;
}
html.account .woocommerce .woocommerce-checkout .summary .omniva ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-top: 0.625rem;
}
html.account .woocommerce .woocommerce-checkout .summary .omniva ul li {
  display: block;
  position: relative;
  padding-left: 1.5625rem;
  margin-top: 0.625rem;
}
html.account .woocommerce .woocommerce-checkout .summary .omniva ul li:first-child {
  margin-top: 0px;
}
html.account .woocommerce .woocommerce-checkout .summary .omniva ul li label {
  margin: 0px;
  color: #625E57;
}
html.account .woocommerce .woocommerce-checkout .summary .omniva ul li input {
  position: absolute;
  top: 0.1875rem;
  left: 0px;
  border: 1px solid #C4C4C4;
  width: 1rem;
  height: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0px;
  margin: 0px;
  display: block;
  border-radius: 50%;
  transition-property: border-width, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  will-change: border-width, border-color;
}
html.account .woocommerce .woocommerce-checkout .summary .omniva ul li input:checked {
  border-width: 0.34375rem;
  border-color: #5E6738;
}
html.account .woocommerce .woocommerce-checkout .summary .omniva ul li input:checked + label {
  color: #0C0C0C;
}
html.account .woocommerce .woocommerce-checkout .summary table {
  width: 100%;
}
html.account .woocommerce .woocommerce-checkout .summary table tr td {
  vertical-align: top;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
html.account .woocommerce .woocommerce-checkout .summary table tr td.order-total {
  font-weight: 600;
}
html.account .woocommerce .woocommerce-checkout .summary table tr td:last-child {
  width: 35%;
  text-align: right;
}
html.account .woocommerce .woocommerce-checkout .summary .place-order {
  margin-top: 1.875rem;
}
html.account .woocommerce .woocommerce-checkout .summary .place-order .woocommerce-privacy-policy-text {
  margin-bottom: 0.9375rem;
}
html.account .woocommerce .woocommerce-checkout .group {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #FFFFFF;
  margin-bottom: 0.625rem;
  opacity: 0.5;
  height: 4.0625rem;
  overflow: hidden;
  transition-property: border-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  will-change: border-color;
  border: 1px solid #FFFFFF;
}
@media only screen and (max-width: 600px) {
  html.account .woocommerce .woocommerce-checkout .group {
    padding: 0.875rem;
    height: 3.4375rem;
  }
}
html.account .woocommerce .woocommerce-checkout .group.active-group {
  height: auto;
  opacity: 1;
  padding-bottom: 2.5rem;
  cursor: auto !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 600px) {
  html.account .woocommerce .woocommerce-checkout .group.active-group {
    padding-bottom: 1.25rem;
  }
}
html.account .woocommerce .woocommerce-checkout .group.active-group .group-title {
  border-bottom: 1px solid #E0DFDD;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.875rem;
}
html.account .woocommerce .woocommerce-checkout .group.active-group .group-content {
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  will-change: opacity;
  opacity: 1;
}
@media only screen and (min-width: 1278px) {
  html.account .woocommerce .woocommerce-checkout .group {
    width: 41.6875rem;
  }
}
html.account .woocommerce .woocommerce-checkout .group .group-content {
  opacity: 0;
}
html.account .woocommerce .woocommerce-checkout .group .group-title h3 span {
  margin-right: 0.625rem;
}
html.account .woocommerce .woocommerce-checkout .group .input-tabs {
  overflow: hidden;
  margin-bottom: 0.9375rem;
}
html.account .woocommerce .woocommerce-checkout .group .input-tabs a {
  display: block;
  float: left;
  margin-left: 1.875rem;
  color: #0C0C0C;
  opacity: 0.5;
}
html.account .woocommerce .woocommerce-checkout .group .input-tabs a.active {
  color: #0C0C0C;
  opacity: 1;
}
html.account .woocommerce .woocommerce-checkout .group .input-tabs a:hover {
  opacity: 1;
}
html.account .woocommerce .woocommerce-checkout .group .input-tabs a:first-child {
  margin-left: 0px;
}
@media only screen and (max-width: 600px) {
  html.account .woocommerce .woocommerce-checkout .group .input-tabs a {
    font-size: 12px;
  }
  html.account .woocommerce .woocommerce-checkout .group .input-tabs a:last-child {
    float: right;
    margin-left: 0px;
    margin-right: 8px;
  }
}
html.account .woocommerce .woocommerce-checkout .group .input-tabs a:after {
  display: none;
}
html.account .woocommerce .woocommerce-checkout .group fieldset {
  margin-bottom: 1.25rem;
}
html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row {
  position: relative;
  margin-bottom: 0.5rem;
  margin-left: 0px;
  margin-right: 0px;
}
html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row:first-child {
  margin-top: 0px;
}
html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row.form-row-company {
  display: none;
}
html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row.thwcfd-field-checkbox {
  border: 0px;
  margin: 0px;
  padding: 0px;
  margin-top: 1.25rem;
}
html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row.thwcfd-field-checkbox.woocommerce-invalid-required-field .woocommerce-input-wrapper {
  border: 0px;
}
html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row.thwcfd-field-checkbox.woocommerce-invalid-required-field .woocommerce-input-wrapper input {
  border-color: #DF3139;
}
html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row.thwcfd-field-checkbox .woocommerce-input-wrapper {
  border: 0px;
}
html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row.thwcfd-field-checkbox .woocommerce-input-wrapper.error input {
  border-color: #DF3139;
}
html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row.thwcfd-field-checkbox label {
  position: relative !important;
  border: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  color: #0C0C0C;
  padding-left: 2.1875rem !important;
  display: block;
  opacity: 1;
  line-height: 1.4;
  min-height: 1.5rem;
  cursor: pointer;
}
html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row.thwcfd-field-checkbox label input {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #C4C4C4;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0px;
  top: 0px;
  left: 0px;
}
html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row.thwcfd-field-checkbox label input:checked {
  background-color: #5E6738;
  border-color: #5E6738;
  background-image: url("../svg/checkbox.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
@media only screen and (min-width: 1278px) {
  html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row:hover {
    cursor: text;
  }
}
html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row.focused .woocommerce-input-wrapper {
  border: 1px solid #5E6738;
}
html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row.error .woocommerce-input-wrapper, html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row.woocommerce-invalid-required-field .woocommerce-input-wrapper {
  border: 1px solid #DF3139;
}
html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row.focus label {
  transform: translateY(-0.5625rem);
  transition-property: transform, font-size, paddding;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  will-change: transform, font-size, paddding;
  z-index: 3;
}
html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row.focus input {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row .woocommerce-input-wrapper {
  border: 1px solid #E0DFDD;
  transition-property: border-color;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  will-change: border-color;
}
html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row label {
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto !important;
  padding-top: 1.1875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  display: block;
  overflow: hidden;
  color: #625E57;
  transform: translateY(0);
  opacity: 0.8;
  z-index: 1;
  cursor: text;
}
html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row label abbr, html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row label span {
  display: none;
}
html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row input, html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row textarea, html.account .woocommerce .woocommerce-checkout .group fieldset p.form-row select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  border: 0px;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  background-color: transparent;
  z-index: 2;
}
html.account .woocommerce .woocommerce-checkout .group .approve-fields {
  text-align: center;
}
html.account.billing-validated #billing {
  opacity: 1;
  cursor: pointer;
}
@media only screen and (min-width: 1278px) {
  html.account.billing-validated #billing:hover {
    border: 1px solid #5E6738;
  }
}
html.account.shipping-validated #shipping_address {
  opacity: 1;
  cursor: pointer;
}
@media only screen and (min-width: 1278px) {
  html.account.shipping-validated #shipping_address:hover {
    border: 1px solid #5E6738;
  }
}
html.account.is-shipping #shipping_address {
  display: block;
}
html.account.loading {
  overflow: hidden;
}
html.account.loading .preloader {
  opacity: 1;
  height: 100%;
  width: 100%;
}
html.account .woocommerce-NoticeGroup {
  margin-top: 0.5rem;
  display: block;
  position: relative;
  background-color: #FFFFFF;
  padding: 1.5625rem;
  z-index: 10000;
  border: 1px solid #DF3139;
}
html.account .woocommerce-NoticeGroup .close {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url(../svg/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  opacity: 1;
}
html.account .woocommerce-NoticeGroup ul {
  list-style: none;
  padding-left: 0px;
}
html.account .woocommerce-NoticeGroup ul li {
  margin-top: 0.625rem;
}
html.account .woocommerce-NoticeGroup ul li:first-child {
  margin-top: 0px;
}
html.account .preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 100000;
  opacity: 0;
}
html.account .preloader.show {
  width: 100%;
  height: 100%;
  opacity: 1;
}
html.account .preloader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: -1.25rem;
  margin-top: -1.25rem;
}

.account-header {
  position: relative;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  padding-top: 2.1875rem;
  padding-bottom: 3.125rem;
}
@media only screen and (max-width: 1278px) {
  .account-header {
    background-color: #FFFFFF;
  }
}
@media only screen and (max-width: 600px) {
  .account-header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    height: 4.875rem;
    border-bottom: 1px solid rgba(98, 94, 87, 0.2);
  }
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .account-header {
    padding: 1.875rem;
    position: absolute;
    top: 0px;
    left: 20.3125rem;
    right: 0px;
    z-index: 2;
    border-bottom: 1px solid #E0DFDD;
  }
}
@media only screen and (min-width: 1278px) {
  .account-header a.back:hover svg g path {
    fill: #0C0C0C;
  }
}
.account-header a.back:after {
  display: none;
}
.account-header a.back svg, .account-header a.back span {
  height: 1.5rem;
  display: inline-block;
  vertical-align: top;
}
.account-header a.back span {
  line-height: 1.5rem;
}
@media only screen and (max-width: 1278px) {
  .account-header a.back span {
    display: none;
  }
}
.account-header a.back svg {
  transform: rotate(180deg);
}
.account-header a.back svg g path {
  fill: #5E6738;
}
.account-header a.logo {
  width: 9rem;
  height: 3rem;
  display: block;
  position: absolute;
  top: 1.875rem;
  left: 50%;
  margin-left: -4.5rem;
}
.account-header a.logo:after {
  display: none;
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .account-header a.logo {
    top: 1.25rem;
  }
}
@media only screen and (max-width: 600px) {
  .account-header a.logo {
    width: 8.5rem;
    height: 2.8125rem;
    margin-left: -4.25rem;
    top: 0.9375rem;
  }
}
.account-header a.logo svg {
  display: block;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .page-template-page-register .account-header {
    background-color: unset;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    padding-top: 2.1875rem;
    padding-bottom: 3.125rem;
    border-bottom: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .page-template-page-register .account-header a.back span {
    display: inline-block;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .page-template-page-register .account-header a.logo {
    width: 9rem;
    height: 3rem;
    display: block;
    position: absolute;
    top: 1.875rem;
    left: 50%;
    margin-left: -4.5rem;
  }
}

.account-content {
  overflow: hidden;
}
.account-content.my-profile {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1278px) {
  .account-content.my-profile {
    max-width: 62.5rem;
  }
}
.account-content .profile-sidebar {
  background-color: #5E6738;
  padding: 2.1875rem;
  position: absolute;
  width: 20.25rem;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .account-content .profile-sidebar {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
    width: 100%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .account-content .profile-sidebar {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: fixed;
  }
}
.account-content .profile-sidebar .active-profile p {
  color: #FFFFFF;
  display: block;
}
.account-content .profile-sidebar .active-profile p:first-child {
  margin-bottom: 0.625rem;
}
.account-content .profile-sidebar a {
  display: block;
  position: relative;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  color: #FFFFFF !important;
}
@media only screen and (min-width: 1278px) {
  .account-content .profile-sidebar a:hover {
    color: #FFFFFF !important;
  }
  .account-content .profile-sidebar a:hover:before {
    width: 100%;
    opacity: 1;
  }
}
.account-content .profile-sidebar a:after, .account-content .profile-sidebar a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 1px;
  opacity: 0.2;
  bottom: 0px;
  transition-property: width;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
  will-change: width;
  background-color: #FFFFFF !important;
}
.account-content .profile-sidebar a:before {
  z-index: 2;
  width: 0;
}
.account-content .profile-sidebar a:after {
  z-index: 1;
  width: 100%;
}
.account-content .profile-sidebar a:active {
  color: #FFFFFF;
}
.account-content .profile-sidebar ul {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 1.25rem;
  margin-bottom: 0px;
  list-style: none;
  overflow: hidden;
}
@media only screen and (max-width: 1278px) {
  .account-content .profile-sidebar ul {
    margin-top: 0.625rem;
  }
}
.account-content .profile-sidebar ul li.current-menu-item a:before {
  width: 100%;
  opacity: 1;
}
.account-content .profile-page-container {
  background-color: #FFFFFF;
  position: relative;
}
@media only screen and (min-width: 1278px) {
  .account-content .profile-page-container {
    min-height: 31.25rem;
    width: 41.875rem;
    float: right;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .account-content .profile-page-container {
    padding-left: 22.8125rem;
    padding-right: 2.5rem;
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .account-content .profile-page-container {
    padding: 2.1875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.account-content .profile-page-container .group {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .account-content .profile-page-container .group {
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.account-content .profile-page-container .group form .sub {
  margin-bottom: 0.625rem;
}
.account-content .profile-page-container .group form .submit-form {
  margin-top: 1.875rem;
}
.account-content .profile-page-container .group form .submit-form .button_2, .account-content .profile-page-container .group form .submit-form .allow-cookies .allow-cookies-wrapper .buttons a, .allow-cookies .allow-cookies-wrapper .buttons .account-content .profile-page-container .group form .submit-form a {
  margin-left: auto;
  margin-right: auto;
}
.account-content .profile-page-container .group:first-child {
  margin-top: 0px;
}
.account-content .profile-page-container .group .group-title {
  border-bottom: 1px solid #E0DFDD;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.875rem;
}
.account-content .profile-page-container .group .user-downloads .single-download {
  overflow: hidden;
  padding-left: 5rem;
  position: relative;
  margin-top: 1.25rem;
  padding-bottom: 0.625rem;
}
.account-content .profile-page-container .group .user-downloads .single-download:first-child {
  margin-top: 0px;
}
@media only screen and (min-width: 1278px) {
  .account-content .profile-page-container .group .user-downloads .single-download:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #E0DFDD;
    position: absolute;
    bottom: 0px;
    left: 5rem;
    right: 0px;
  }
}
@media only screen and (max-width: 1278px) {
  .account-content .profile-page-container .group .user-downloads .single-download {
    border-bottom: 1px solid #E0DFDD;
    padding-bottom: 1.25rem;
  }
  .account-content .profile-page-container .group .user-downloads .single-download:first-child {
    border-top: 0px;
    padding-top: 0px;
  }
}
.account-content .profile-page-container .group .user-downloads .single-download a.p-thumb {
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}
.account-content .profile-page-container .group .user-downloads .single-download a.p-thumb:after {
  display: none;
}
.account-content .profile-page-container .group .user-downloads .single-download a.p-thumb img {
  display: inline-block;
  height: 3.4375rem;
  width: 2.375rem;
  -o-object-fit: fill;
     object-fit: fill;
}
.account-content .profile-page-container .group .user-downloads .single-download a.p-title {
  color: #0C0C0C;
}
@media only screen and (min-width: 1278px) {
  .account-content .profile-page-container .group .user-downloads .single-download a.p-title {
    float: left;
    width: 60%;
    min-height: 3.75rem;
  }
}
.account-content .profile-page-container .group .user-downloads .single-download a.p-title:after {
  display: none;
}
.account-content .profile-page-container .group .user-downloads .single-download a.p-title p {
  color: #625E57;
  margin-top: 0.3125rem;
}
@media only screen and (min-width: 1278px) {
  .account-content .profile-page-container .group .user-downloads .single-download .file {
    width: 40%;
    float: left;
    text-align: right;
    padding-top: 0.3125rem;
  }
}
@media only screen and (max-width: 1278px) {
  .account-content .profile-page-container .group .user-downloads .single-download .file {
    padding-top: 0.625rem;
  }
}
.account-content .profile-page-container .group .user-orders .single-user-order {
  margin-top: 1.25rem;
  transition-property: border-color;
  transition-duration: 0.15s;
  transition-timing-function: ease-in;
  will-change: border-color;
}
.account-content .profile-page-container .group .user-orders .single-user-order:first-child {
  margin-top: 0px;
}
.account-content .profile-page-container .group .user-orders .single-user-order.show-details .body {
  height: auto;
  border-bottom: 1px solid #E0DFDD;
}
.account-content .profile-page-container .group .user-orders .single-user-order .status {
  overflow: hidden;
}
.account-content .profile-page-container .group .user-orders .single-user-order .status p {
  display: block;
  margin-top: 0.3125rem;
  float: right;
}
.account-content .profile-page-container .group .user-orders .single-user-order .status p:first-child {
  float: left;
}
.account-content .profile-page-container .group .user-orders .single-user-order .status p.processing, .account-content .profile-page-container .group .user-orders .single-user-order .status p.on-hold {
  color: #0088AA;
}
.account-content .profile-page-container .group .user-orders .single-user-order .status p.completed {
  color: #5E6738;
}
.account-content .profile-page-container .group .user-orders .single-user-order .head {
  padding: 0.8125rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  padding-right: 3.125rem;
  border: 1px solid #E0DFDD;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  will-change: border-color;
  transition-property: border-color;
  transition-duration: 0.15s;
  transition-timing-function: ease-in;
  background-color: #F2F2F2;
}
.account-content .profile-page-container .group .user-orders .single-user-order .head.active {
  border-bottom: 1px solid #E0DFDD;
}
.account-content .profile-page-container .group .user-orders .single-user-order .head.active svg {
  transform: rotate(-90deg);
}
@media only screen and (min-width: 1278px) {
  .account-content .profile-page-container .group .user-orders .single-user-order .head:not(.active):hover {
    border: 1px solid #5E6738;
  }
  .account-content .profile-page-container .group .user-orders .single-user-order .head:not(.active):hover svg path {
    fill: #0C0C0C;
  }
}
.account-content .profile-page-container .group .user-orders .single-user-order .head:active {
  border: 1px solid #5E6738;
}
.account-content .profile-page-container .group .user-orders .single-user-order .head svg {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
  transform: rotate(90deg);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
  will-change: transform;
}
.account-content .profile-page-container .group .user-orders .single-user-order .head p {
  display: inline-block;
  font-weight: 600;
}
.account-content .profile-page-container .group .user-orders .single-user-order .head p:first-child {
  font-weight: 400;
  margin-right: 0.625rem;
}
.account-content .profile-page-container .group .user-orders .single-user-order .head .id {
  float: left;
}
.account-content .profile-page-container .group .user-orders .single-user-order .head .sum {
  float: right;
}
.account-content .profile-page-container .group .user-orders .single-user-order .body {
  height: 0px;
  overflow: hidden;
  will-change: height;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
  will-change: height;
}
.account-content .profile-page-container .group .user-orders .single-user-order .body .body-wrapper {
  padding: 0.9375rem;
  border-left: 1px solid #E0DFDD;
  border-right: 1px solid #E0DFDD;
}
.account-content .profile-page-container .group .user-orders .single-user-order .body table {
  width: 100%;
}
.account-content .profile-page-container .group .user-orders .single-user-order .body table tr {
  border-top: 1px solid #E0DFDD;
}
.account-content .profile-page-container .group .user-orders .single-user-order .body table tr:first-child {
  border-top: 0px;
}
.account-content .profile-page-container .group .user-orders .single-user-order .body table tr td {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  vertical-align: top;
}
.account-content .profile-page-container .group .user-orders .single-user-order .body table tr td.price {
  text-align: right;
  font-weight: 600;
  width: 5rem;
}
.account-content .profile-page-container .group .user-orders .single-user-order .body table tr td:last-child {
  width: 2.0625rem;
  text-align: right;
  font-weight: 600;
}
.account-content .profile-page-container .group .user-orders .single-user-order .body table .order-allDevices {
  display: table-row;
}
@media only screen and (max-width: 600px) {
  .account-content .profile-page-container .group .user-orders .single-user-order .body table .order-allDevices {
    display: none;
  }
}
.account-content .profile-page-container .group .user-orders .single-user-order .body table .order-mobile.bottom:last-of-type {
  border-bottom: none;
}
.account-content .profile-page-container .group .user-orders .single-user-order .body table .order-mobile {
  border-top: none;
  display: none;
}
.account-content .profile-page-container .group .user-orders .single-user-order .body table .order-mobile .left {
  text-align: left;
  padding-top: 0.5rem;
  padding-bottom: 0.375rem;
}
.account-content .profile-page-container .group .user-orders .single-user-order .body table .order-mobile.bottom {
  border-bottom: 1px solid #E0DFDD;
}
.account-content .profile-page-container .group .user-orders .single-user-order .body table .order-mobile.bottom td {
  padding-top: 0;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 600px) {
  .account-content .profile-page-container .group .user-orders .single-user-order .body table .order-mobile {
    display: table-row;
  }
}
.account-content .auth {
  max-width: 41.375rem;
  background-color: #FFFFFF;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  padding-left: 8.125rem;
  padding-right: 8.125rem;
}
@media only screen and (max-width: 600px) {
  .account-content .auth {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.account-content .auth .response .title {
  margin-bottom: 0px;
}
.account-content .auth .title {
  text-align: center;
  margin-bottom: 1.875rem;
}
.account-content .auth .title .ico {
  width: 4.5rem;
  height: 4.5rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.3125rem;
}
.account-content .auth .title .ico .js-load-lottie-check {
  width: 100%;
  height: 100%;
}
.account-content .auth .title .ico svg {
  display: block;
  width: 100%;
  height: 100%;
}
.account-content .auth .title h3 {
  margin-bottom: 0.625rem;
}
.account-content .auth form .rules {
  margin-top: 1.25rem;
}
.account-content .auth form .submit-form {
  margin-top: 1.875rem;
  text-align: center;
}
.account-content .auth form .submit-form .button_2, .account-content .auth form .submit-form .allow-cookies .allow-cookies-wrapper .buttons a, .allow-cookies .allow-cookies-wrapper .buttons .account-content .auth form .submit-form a {
  margin-left: auto;
  margin-right: auto;
}
.account-content .auth form .submit-form .button_2 svg, .account-content .auth form .submit-form .allow-cookies .allow-cookies-wrapper .buttons a svg, .allow-cookies .allow-cookies-wrapper .buttons .account-content .auth form .submit-form a svg {
  left: 50%;
  margin-left: -1.375rem;
}
.account-content .auth form .submit-form a {
  margin-top: 0.625rem;
}
.account-content .auth .divider {
  text-align: center;
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}
.account-content .auth .divider:before {
  content: "";
  height: 1px;
  background-color: rgba(98, 94, 87, 0.2);
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  z-index: 1;
}
.account-content .auth .divider p {
  display: inline-block;
  background-color: #FFFFFF;
  position: relative;
  z-index: 2;
  padding: 0.625rem;
  color: #929292;
  line-height: 1rem;
}
.account-content .auth .other {
  text-align: center;
}
.account-footer {
  background-color: #FFFFFF;
  text-align: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-top: 4.375rem;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .account-footer {
    margin-top: 0rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .account-footer {
    padding-left: 20.3125rem;
  }
}
.account-footer.bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media only screen and (max-width: 600px) {
  .account-footer.bottom {
    position: relative;
  }
}
.account-footer ul {
  text-align: center;
  list-style: none;
  margin: 0px;
  padding-left: 0px;
}
.account-footer ul li {
  display: inline-block;
}
.account-footer ul li:first-child:before {
  display: none;
}
.account-footer ul li:before {
  content: "I";
  display: inline-block;
  color: #5E6738;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
button.wp-generate-pw {
  display: none !important;
}

button.wp-hide-pw:after {
  display: none !important;
}

#billing_country_field, #shipping_address {
  display: none;
}

.form-row {
  margin-left: 0px;
  margin-right: 0px;
}

.woocommerce .blockUI.blockOverlay {
  position: relative !important;
  display: none !important;
}

.woocommerce-notices-wrapper {
  max-width: 1000px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-notices-wrapper .woocommerce-error {
  color: red;
}

#billing_phonecode_field, #company_bank_swift_field {
  width: 28.6%;
}
@media only screen and (max-width: 1278px) {
  #billing_phonecode_field, #company_bank_swift_field {
    width: 38%;
  }
}

#billing_phone_field, #company_bank_account_field {
  width: 70%;
  float: right;
}
@media only screen and (max-width: 1278px) {
  #billing_phone_field, #company_bank_account_field {
    width: 60%;
  }
}

.paslept {
  display: none !important;
}

.account-registered {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10.75rem;
}
@media only screen and (max-width: 600px) {
  .account-registered {
    padding-top: 0;
  }
}
.account-registered .account-registered-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2.625rem 5.25rem;
  background-color: #FFF;
  width: 100%;
  max-width: 41.375rem;
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .account-registered .account-registered-content {
    height: 100%;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 600px) {
  .account-registered .account-registered-content {
    padding-bottom: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 100%;
    flex-grow: 1;
  }
}
.account-registered .account-registered-content svg {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto;
}
.account-registered .account-registered-content .title {
  text-align: center;
}
.account-registered .account-registered-content .title h3 {
  margin-bottom: 1rem;
}
.account-registered #successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #5E6738;
}
.account-registered #successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #FFF;
}
.account-registered #successAnimationResult {
  fill: #5E6738;
  opacity: 0;
}
.account-registered #successAnimation.animated {
  animation: 1s ease-out 0s 1 both scaleAnimation;
}
.account-registered #successAnimation.animated #successAnimationCircle {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}
.account-registered #successAnimation.animated #successAnimationCheck {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}
.account-registered #successAnimation.animated #successAnimationResult {
  animation: 0.3s linear 0.9s both fadeIn;
}

@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-template-product-register, .page-template-product-coauthor {
  display: flex;
  background-color: #F2F2F2;
  flex-direction: column;
  height: 100%;
  /* ------------------------------
  Styling for the rest of the page
  ------------------------------ */
}
.page-template-product-register .form-submited-wrapper, .page-template-product-coauthor .form-submited-wrapper {
  display: none;
}
.page-template-product-register .form-submited-wrapper .form-submitted, .page-template-product-coauthor .form-submited-wrapper .form-submitted {
  display: flex;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .page-template-product-register .account-footer, .page-template-product-coauthor .account-footer {
    padding-left: 0;
  }
}
.page-template-product-register .product-register, .page-template-product-coauthor .product-register {
  flex-grow: 2;
}
.page-template-product-register .product-register .auth, .page-template-product-coauthor .product-register .auth {
  max-width: 41.375rem;
  background-color: #FFFFFF;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}
.page-template-product-register .product-register .auth span.required, .page-template-product-coauthor .product-register .auth span.required {
  display: block;
}
.page-template-product-register .product-register .auth .charLimitWrapper, .page-template-product-coauthor .product-register .auth .charLimitWrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.5rem;
}
.page-template-product-register .product-register .auth .charLimitWrapper .charLimit, .page-template-product-coauthor .product-register .auth .charLimitWrapper .charLimit {
  font-weight: 325;
  font-size: 0.875rem;
  color: #0C0C0C;
}
.page-template-product-register .product-register .auth #step_2 .rules, .page-template-product-coauthor .product-register .auth #step_2 .rules {
  margin-top: 0;
}
.page-template-product-register .product-register .auth #step_3 div[data-author-input=""], .page-template-product-coauthor .product-register .auth #step_3 div[data-author-input=""] {
  margin-top: 0.8125rem;
}
.page-template-product-register .product-register .auth #step_3 .print-switcher, .page-template-product-coauthor .product-register .auth #step_3 .print-switcher {
  margin-top: 0;
  padding-top: 0;
}
.page-template-product-register .product-register .auth .step-wrapper, .page-template-product-coauthor .product-register .auth .step-wrapper {
  overflow: hidden;
  max-height: 0;
  transition: all 0.8s ease-in-out;
}
.page-template-product-register .product-register .auth .step-wrapper textarea, .page-template-product-coauthor .product-register .auth .step-wrapper textarea {
  margin-top: 1.5625rem;
}
.page-template-product-register .product-register .auth .step-wrapper.step-opened, .page-template-product-coauthor .product-register .auth .step-wrapper.step-opened {
  max-height: 500vh;
}
@media only screen and (max-width: 600px) {
  .page-template-product-register .product-register .auth, .page-template-product-coauthor .product-register .auth {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.page-template-product-register .product-register .auth label, .page-template-product-coauthor .product-register .auth label {
  font-size: 1rem !important;
}
.page-template-product-register .product-register .auth .button-group, .page-template-product-coauthor .product-register .auth .button-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.page-template-product-register .product-register .auth .button-group .submit-form, .page-template-product-coauthor .product-register .auth .button-group .submit-form {
  margin-top: 0;
}
.page-template-product-register .product-register .auth .title h3, .page-template-product-coauthor .product-register .auth .title h3 {
  font-weight: 350;
  font-size: 1.25rem;
  line-height: 126%;
  text-align: center;
  color: #0C0C0C;
}
.page-template-product-register .product-register .auth .security-code, .page-template-product-coauthor .product-register .auth .security-code {
  text-align: center;
  margin-top: 0.5rem;
}
.page-template-product-register .product-register .auth .inner-form, .page-template-product-coauthor .product-register .auth .inner-form {
  max-width: 24rem;
  margin: 0 auto;
}
.page-template-product-register .product-register .auth .smart-info p, .page-template-product-coauthor .product-register .auth .smart-info p {
  color: #0C0C0C;
  opacity: 0.5;
  font-weight: 325;
  font-size: 0.875rem;
  line-height: 140%;
  margin-top: 1rem;
}
.page-template-product-register .product-register .auth .progress-wrapper .progress-bar, .page-template-product-coauthor .product-register .auth .progress-wrapper .progress-bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E0DFDD;
  position: relative;
  margin-bottom: 0.5rem;
}
.page-template-product-register .product-register .auth .progress-wrapper .progress-bar::after, .page-template-product-coauthor .product-register .auth .progress-wrapper .progress-bar::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #625E57;
  transition: width 1.3s ease, opacity 0.3s ease;
  width: 25%;
}
.page-template-product-register .product-register .auth .progress-wrapper .progress-footer, .page-template-product-coauthor .product-register .auth .progress-wrapper .progress-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.page-template-product-register .product-register .auth .progress-wrapper .progress-footer .step-name, .page-template-product-coauthor .product-register .auth .progress-wrapper .progress-footer .step-name {
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 140%;
  color: #0C0C0C;
}
.page-template-product-register .product-register .auth .progress-wrapper .progress-footer .step-steps .step-total, .page-template-product-coauthor .product-register .auth .progress-wrapper .progress-footer .step-steps .step-total {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 140%;
  color: #0C0C0C;
  opacity: 0.5;
}
.page-template-product-register .product-register .auth .progress-wrapper .progress-footer .step-steps .step-current, .page-template-product-coauthor .product-register .auth .progress-wrapper .progress-footer .step-steps .step-current {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 140%;
  color: #0C0C0C;
  margin-right: 0.75rem;
}
.page-template-product-register .product-register .auth .response .title, .page-template-product-coauthor .product-register .auth .response .title {
  margin-bottom: 0px;
}
.page-template-product-register .product-register .auth .title, .page-template-product-coauthor .product-register .auth .title {
  text-align: center;
  margin-bottom: 1.5rem;
}
.page-template-product-register .product-register .auth .title .ico, .page-template-product-coauthor .product-register .auth .title .ico {
  width: 4.5rem;
  height: 4.5rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.3125rem;
}
.page-template-product-register .product-register .auth .title .ico .js-load-lottie-check, .page-template-product-coauthor .product-register .auth .title .ico .js-load-lottie-check {
  width: 100%;
  height: 100%;
}
.page-template-product-register .product-register .auth .title .ico svg, .page-template-product-coauthor .product-register .auth .title .ico svg {
  display: block;
  width: 100%;
  height: 100%;
}
.page-template-product-register .product-register .auth .title h3, .page-template-product-coauthor .product-register .auth .title h3 {
  margin-bottom: 1rem;
}
.page-template-product-register .product-register .auth form .rules, .page-template-product-coauthor .product-register .auth form .rules {
  margin-top: 1.25rem;
}
.page-template-product-register .product-register .auth form .submit-form, .page-template-product-coauthor .product-register .auth form .submit-form {
  margin-top: 1.875rem;
  text-align: center;
}
.page-template-product-register .product-register .auth form .submit-form .button_2, .page-template-product-register .product-register .auth form .submit-form .allow-cookies .allow-cookies-wrapper .buttons a, .allow-cookies .allow-cookies-wrapper .buttons .page-template-product-register .product-register .auth form .submit-form a, .page-template-product-coauthor .product-register .auth form .submit-form .button_2, .page-template-product-coauthor .product-register .auth form .submit-form .allow-cookies .allow-cookies-wrapper .buttons a, .allow-cookies .allow-cookies-wrapper .buttons .page-template-product-coauthor .product-register .auth form .submit-form a {
  margin-left: auto;
  margin-right: auto;
}
.page-template-product-register .product-register .auth form .submit-form .button_2 svg, .page-template-product-register .product-register .auth form .submit-form .allow-cookies .allow-cookies-wrapper .buttons a svg, .allow-cookies .allow-cookies-wrapper .buttons .page-template-product-register .product-register .auth form .submit-form a svg, .page-template-product-coauthor .product-register .auth form .submit-form .button_2 svg, .page-template-product-coauthor .product-register .auth form .submit-form .allow-cookies .allow-cookies-wrapper .buttons a svg, .allow-cookies .allow-cookies-wrapper .buttons .page-template-product-coauthor .product-register .auth form .submit-form a svg {
  left: 50%;
  margin-left: -1.375rem;
}
.page-template-product-register .product-register .auth form .submit-form a, .page-template-product-coauthor .product-register .auth form .submit-form a {
  margin-top: 0.625rem;
}
.page-template-product-register .product-register .auth .divider, .page-template-product-coauthor .product-register .auth .divider {
  text-align: center;
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}
.page-template-product-register .product-register .auth .divider:before, .page-template-product-coauthor .product-register .auth .divider:before {
  content: "";
  height: 1px;
  background-color: rgba(98, 94, 87, 0.2);
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  z-index: 1;
}
.page-template-product-register .product-register .auth .divider p, .page-template-product-coauthor .product-register .auth .divider p {
  display: inline-block;
  background-color: #FFFFFF;
  position: relative;
  z-index: 2;
  padding: 0.625rem;
  color: #929292;
  line-height: 1rem;
}
.page-template-product-register .product-register .auth .other, .page-template-product-coauthor .product-register .auth .other {
  text-align: center;
}
.page-template-product-register .product-register .auth .but, .page-template-product-coauthor .product-register .auth .but {
  display: inline-block;
  border-radius: 3.125rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  border: 2px solid #5E6738;
  margin-left: 0.4375rem;
  vertical-align: top;
  cursor: pointer;
}
@media only screen and (max-width: 1278px) {
  .page-template-product-register .product-register .auth .but, .page-template-product-coauthor .product-register .auth .but {
    margin-left: 0px;
  }
}
.page-template-product-register .product-register .auth .but:first-child, .page-template-product-coauthor .product-register .auth .but:first-child {
  margin-left: 0px;
}
.page-template-product-register .product-register .auth .but:after, .page-template-product-coauthor .product-register .auth .but:after {
  display: none;
}
@media only screen and (min-width: 1278px) {
  .page-template-product-register .product-register .auth .but, .page-template-product-coauthor .product-register .auth .but {
    transition-property: background-color, border-color, transform, opacity, visibility;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    will-change: background-color, border-color, transform, opacity, visibility;
    transform: translateY(0px);
  }
}
@media only screen and (min-width: 1278px) {
  .page-template-product-register .product-register .auth .but:hover, .page-template-product-coauthor .product-register .auth .but:hover {
    transform: translateY(-2px);
    background-color: #5E6738;
    border-color: #5E6738;
  }
  .page-template-product-register .product-register .auth .but:hover span, .page-template-product-coauthor .product-register .auth .but:hover span {
    color: #FFFFFF;
  }
}
.page-template-product-register .product-register .auth .but:active, .page-template-product-coauthor .product-register .auth .but:active {
  transform: translateY(-2px);
  background-color: #5E6738;
  border-color: #5E6738;
}
.page-template-product-register .product-register .auth .but:active span, .page-template-product-coauthor .product-register .auth .but:active span {
  color: #FFFFFF;
}
.page-template-product-register .product-register .auth .but span, .page-template-product-coauthor .product-register .auth .but span {
  line-height: 2.75rem;
  color: #5E6738;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .page-template-product-register .product-register .auth .but span, .page-template-product-coauthor .product-register .auth .but span {
    line-height: 3rem;
  }
}
.page-template-product-register .product-register .auth .print-switcher, .page-template-product-coauthor .product-register .auth .print-switcher {
  margin-top: 1.25rem;
  padding-top: 0.9375rem;
}
.page-template-product-register .product-register .auth .print-switcher input, .page-template-product-coauthor .product-register .auth .print-switcher input {
  visibility: hidden;
  pointer-events: none;
}
.page-template-product-register .product-register .auth .print-switcher .radio, .page-template-product-coauthor .product-register .auth .print-switcher .radio {
  margin-top: 0.3125rem;
}
.page-template-product-register .product-register .auth .print-switcher .radio:first-letter, .page-template-product-coauthor .product-register .auth .print-switcher .radio:first-letter {
  margin-top: 0px;
}
.page-template-product-register .product-register .auth .print-switcher .radio.active a .circle, .page-template-product-coauthor .product-register .auth .print-switcher .radio.active a .circle {
  border-width: 0.40625rem;
  border-color: #5E6738;
}
.page-template-product-register .product-register .auth .print-switcher .radio a, .page-template-product-coauthor .product-register .auth .print-switcher .radio a {
  display: inline-block;
}
@media only screen and (min-width: 1278px) {
  .page-template-product-register .product-register .auth .print-switcher .radio a, .page-template-product-coauthor .product-register .auth .print-switcher .radio a {
    transition-property: opacity;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    will-change: opacity;
  }
  .page-template-product-register .product-register .auth .print-switcher .radio a:hover:not(.active) .circle, .page-template-product-coauthor .product-register .auth .print-switcher .radio a:hover:not(.active) .circle {
    border-color: #5E6738;
  }
}
.page-template-product-register .product-register .auth .print-switcher .radio a:active:not(.active), .page-template-product-coauthor .product-register .auth .print-switcher .radio a:active:not(.active) {
  opacity: 0.7;
}
.page-template-product-register .product-register .auth .print-switcher .radio a:after, .page-template-product-coauthor .product-register .auth .print-switcher .radio a:after {
  display: none;
}
.page-template-product-register .product-register .auth .print-switcher .radio a .circle, .page-template-product-register .product-register .auth .print-switcher .radio a span, .page-template-product-coauthor .product-register .auth .print-switcher .radio a .circle, .page-template-product-coauthor .product-register .auth .print-switcher .radio a span {
  display: inline-block;
  vertical-align: top;
}
.page-template-product-register .product-register .auth .print-switcher .radio a .circle, .page-template-product-coauthor .product-register .auth .print-switcher .radio a .circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid #C4C4C4;
}
@media only screen and (min-width: 1278px) {
  .page-template-product-register .product-register .auth .print-switcher .radio a .circle, .page-template-product-coauthor .product-register .auth .print-switcher .radio a .circle {
    transition-property: border-color;
    transition-duration: 0.15s;
    transition-timing-function: ease-in;
  }
}
.page-template-product-register .product-register .auth .print-switcher .radio a span, .page-template-product-coauthor .product-register .auth .print-switcher .radio a span {
  color: #0C0C0C;
  line-height: 1.25rem;
  padding-left: 0.3125rem;
}
.page-template-product-register .toolTip, .page-template-product-coauthor .toolTip {
  display: inline-block;
  font-weight: 325;
  font-size: 0.75rem;
  line-height: 132%;
  color: #0C0C0C;
  opacity: 0.5;
  margin-top: 0.5rem;
}
.page-template-product-register .uploadedFilesWrapper, .page-template-product-coauthor .uploadedFilesWrapper {
  margin-bottom: 0.5rem;
}
.page-template-product-register .uploadedFilesWrapper .uploaded-document, .page-template-product-coauthor .uploadedFilesWrapper .uploaded-document {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-template-product-register .uploadedFilesWrapper .uploaded-document .uploaded-icon, .page-template-product-coauthor .uploadedFilesWrapper .uploaded-document .uploaded-icon {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.8125rem;
}
.page-template-product-register .uploadedFilesWrapper .uploaded-document .uploaded-icon svg, .page-template-product-coauthor .uploadedFilesWrapper .uploaded-document .uploaded-icon svg {
  display: block;
}
.page-template-product-register .uploadedFilesWrapper .uploaded-document .uploaded-document-name, .page-template-product-coauthor .uploadedFilesWrapper .uploaded-document .uploaded-document-name {
  font-style: normal;
  font-weight: 325;
  font-size: 16px;
  line-height: 140%;
  color: #0C0C0C;
  flex-grow: 2;
}
.page-template-product-register .uploadedFilesWrapper .uploaded-document .uploaded-document-size, .page-template-product-coauthor .uploadedFilesWrapper .uploaded-document .uploaded-document-size {
  font-style: normal;
  font-weight: 325;
  font-size: 12px;
  text-align: right;
  color: #0C0C0C;
  opacity: 0.5;
  margin-right: 1rem;
}
.page-template-product-register .uploadedFilesWrapper .uploaded-document .upload-remove-wrapper, .page-template-product-coauthor .uploadedFilesWrapper .uploaded-document .upload-remove-wrapper {
  display: block;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.page-template-product-register .uploadedFilesWrapper .uploaded-document .upload-remove-wrapper svg, .page-template-product-coauthor .uploadedFilesWrapper .uploaded-document .upload-remove-wrapper svg {
  display: block;
}
.page-template-product-register .fileLabel, .page-template-product-coauthor .fileLabel {
  font-style: normal;
  font-weight: 350;
  font-size: 14px;
  line-height: 140%;
  color: #0C0C0C;
  margin-bottom: 0.5rem;
}
.page-template-product-register label.nice-checkbox, .page-template-product-coauthor label.nice-checkbox {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding-left: 2.1875rem;
}
.page-template-product-register label.nice-checkbox.disabled, .page-template-product-coauthor label.nice-checkbox.disabled {
  cursor: not-allowed;
}
.page-template-product-register label.nice-checkbox.disabled .checkbox, .page-template-product-register label.nice-checkbox.disabled p, .page-template-product-coauthor label.nice-checkbox.disabled .checkbox, .page-template-product-coauthor label.nice-checkbox.disabled p {
  opacity: 0.5;
}
.page-template-product-register label.nice-checkbox.has-error .checkbox svg .stroke, .page-template-product-coauthor label.nice-checkbox.has-error .checkbox svg .stroke {
  stroke: #DF3139;
}
.page-template-product-register label.nice-checkbox.is-checked .checkbox svg .stroke, .page-template-product-coauthor label.nice-checkbox.is-checked .checkbox svg .stroke {
  fill: #5E6738;
  stroke: #5E6738;
}
.page-template-product-register label.nice-checkbox.is-checked .checkbox svg .polyline, .page-template-product-coauthor label.nice-checkbox.is-checked .checkbox svg .polyline {
  stroke-dashoffset: 0;
}
.page-template-product-register label.nice-checkbox.is-checked .checkbox svg .path, .page-template-product-coauthor label.nice-checkbox.is-checked .checkbox svg .path {
  stroke-dashoffset: 0;
}
.page-template-product-register label.nice-checkbox input:disabled + .checkbox, .page-template-product-coauthor label.nice-checkbox input:disabled + .checkbox {
  opacity: 0.5;
}
.page-template-product-register label.nice-checkbox:not(.disabled) input:checked + .checkbox svg .stroke, .page-template-product-coauthor label.nice-checkbox:not(.disabled) input:checked + .checkbox svg .stroke {
  fill: #5E6738;
  stroke: #5E6738;
}
.page-template-product-register label.nice-checkbox:not(.disabled) input:checked + .checkbox svg .polyline, .page-template-product-coauthor label.nice-checkbox:not(.disabled) input:checked + .checkbox svg .polyline {
  stroke-dashoffset: 0;
}
.page-template-product-register label.nice-checkbox:not(.disabled) input:checked + .checkbox svg .path, .page-template-product-coauthor label.nice-checkbox:not(.disabled) input:checked + .checkbox svg .path {
  stroke-dashoffset: 0;
}
.page-template-product-register label.nice-checkbox:not(.disabled):hover:not(.is-checked) .checkbox svg .stroke, .page-template-product-coauthor label.nice-checkbox:not(.disabled):hover:not(.is-checked) .checkbox svg .stroke {
  stroke: #5E6738;
}
.page-template-product-register label.nice-checkbox:not(.disabled):hover:not(.is-checked) .checkbox svg .path, .page-template-product-coauthor label.nice-checkbox:not(.disabled):hover:not(.is-checked) .checkbox svg .path {
  stroke-dashoffset: 0;
}
.page-template-product-register label.nice-checkbox input.nice2, .page-template-product-coauthor label.nice-checkbox input.nice2 {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  left: 0;
  opacity: 0;
}
.page-template-product-register label.nice-checkbox .checkbox, .page-template-product-coauthor label.nice-checkbox .checkbox {
  position: absolute;
  top: -1px;
  left: 0px;
  width: 1.5rem;
  height: 1.5rem;
}
.page-template-product-register label.nice-checkbox .checkbox svg, .page-template-product-coauthor label.nice-checkbox .checkbox svg {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 24px;
  height: 24px;
}
.page-template-product-register label.nice-checkbox .checkbox svg .stroke, .page-template-product-coauthor label.nice-checkbox .checkbox svg .stroke {
  fill: none;
  stroke: #929292;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.page-template-product-register label.nice-checkbox .checkbox svg .path, .page-template-product-coauthor label.nice-checkbox .checkbox svg .path {
  fill: none;
  stroke: #5E6738;
  stroke-dasharray: 100px;
  stroke-dashoffset: 100px;
  transition: all 0.6s ease;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-template-product-register label.nice-checkbox .checkbox svg .polyline, .page-template-product-coauthor label.nice-checkbox .checkbox svg .polyline {
  position: relative;
  fill: none;
  stroke: #FFFFFF;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
.page-template-product-register label.nice-checkbox .checkbox label, .page-template-product-coauthor label.nice-checkbox .checkbox label {
  line-height: 1.5rem;
}
.page-template-product-register label.nice-checkbox p, .page-template-product-coauthor label.nice-checkbox p {
  line-height: 1.5rem !important;
}
.page-template-product-register .upload, .page-template-product-coauthor .upload {
  --color-black-softest: #485461; /* softer black */
  --color-black-soft: #363F48; /* softer black */
  --color-black-hard: #2d353c; /* harder black */
  --color-black-hardest: #21282e; /* hardest black */
  --color-green-light: #F2F2F2; /* light green */
  --color-green: #5E6738; /* medium green */
  --ease-in-out-quartic: cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  display: inline-flex;
  background: transparent;
  overflow: hidden;
  transform: rotate(0);
}
.page-template-product-register .upload-info, .page-template-product-coauthor .upload-info {
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  fill: #fff;
  color: #fff;
  flex-grow: 2;
}
.page-template-product-register .upload-filename, .page-template-product-coauthor .upload-filename {
  font-size: 1rem;
  color: #625E57;
  transition: opacity 300ms ease;
}
.page-template-product-register .upload-filename.inactive, .page-template-product-coauthor .upload-filename.inactive {
  opacity: 0.6;
}
.page-template-product-register .upload-button, .page-template-product-coauthor .upload-button {
  position: relative;
  margin: 0;
  font-size: 0.875rem;
  font-family: inherit;
  background: none;
  border: none;
  border-radius: 100px;
  outline: none;
  padding: 0;
  padding-right: 0.75rem;
}
.page-template-product-register .upload-button-text, .page-template-product-coauthor .upload-button-text {
  padding: 12px 32px;
  color: white;
  background-color: var(--color-green);
  border-radius: inherit;
  outline: none;
  cursor: pointer;
  margin-bottom: 0;
  transition: background-color 200ms ease, box-shadow 300ms ease;
}
.page-template-product-register .upload-button-text:hover, .page-template-product-register .upload-button-text:focus, .page-template-product-coauthor .upload-button-text:hover, .page-template-product-coauthor .upload-button-text:focus {
  background-color: var(--color-green-light);
  color: var(--color-green);
}
.page-template-product-register .upload-button-text.inactive, .page-template-product-coauthor .upload-button-text.inactive {
  background-color: rgba(255, 255, 255, 0.38);
  cursor: not-allowed;
}
.page-template-product-register .upload-hint, .page-template-product-coauthor .upload-hint {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #625E57;
  transform: translateY(100%);
}
.page-template-product-register .upload-progress, .page-template-product-coauthor .upload-progress {
  position: absolute;
  top: 90%;
  left: -100%;
  width: 100%;
  height: 100%;
  color: white;
  background: linear-gradient(270deg, rgb(135, 224, 194) 0%, rgb(101, 204, 169) 50%, rgb(38, 176, 130) 100%);
  transform-origin: left;
}
.page-template-product-register .upload.uploading .upload-button-text, .page-template-product-coauthor .upload.uploading .upload-button-text {
  animation: fade-up-out 0.4s 0.4s forwards, button-pulse 500ms forwards;
}
.page-template-product-register .upload.uploading .upload-info > *, .page-template-product-coauthor .upload.uploading .upload-info > * {
  animation: fade-up-out 0.4s 0.4s forwards;
}
.page-template-product-register .upload.uploading .upload-hint, .page-template-product-coauthor .upload.uploading .upload-hint {
  animation: fade-up-in 0.4s 0.8s forwards;
}
.page-template-product-register .upload.uploading .upload-progress, .page-template-product-coauthor .upload.uploading .upload-progress {
  animation: load-right 2s 1s var(--ease-in-out-quartic) forwards;
  animation-iteration-count: infinite;
}
@keyframes button-pulse {
  from {
    box-shadow: 0 0 0 0 var(--color-green-light);
  }
  to {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }
}
@keyframes fade-up-out {
  to {
    opacity: 0;
    transform: translateY(-40%);
  }
}
@keyframes fade-up-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes load-right {
  0% {
    left: -100%;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.page-template-product-register [type=file], .page-template-product-coauthor [type=file] {
  height: 0;
  overflow: hidden;
  width: 0;
  cursor: pointer;
}
.page-template-product-register .drop-area, .page-template-product-coauthor .drop-area {
  width: 100%;
}
.page-template-product-register .drop-area.droppable, .page-template-product-coauthor .drop-area.droppable {
  border: 1px dashed rgba(255, 255, 255, 0.6);
}
.page-template-product-register .drop-area.highlight, .page-template-product-coauthor .drop-area.highlight {
  border: 1px dashed var(--color-green);
}
.page-template-product-register .wrapper, .page-template-product-coauthor .wrapper {
  text-align: center;
}
.page-template-product-register .wrapper .upload-wrapper, .page-template-product-coauthor .wrapper .upload-wrapper {
  display: inline-block;
  margin: 2rem auto 0;
}

.page-template-product-register.step2 .product-register .auth .progress-wrapper .progress-bar::after {
  width: 50%;
}

.page-template-product-register.step3 .product-register .auth .progress-wrapper .progress-bar::after {
  width: 75%;
}

.page-template-product-register.step4 .product-register .auth .progress-wrapper .progress-bar::after {
  width: 100%;
}

.field-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}
.field-row .phone-code {
  flex-grow: 1;
  margin-top: 0 !important;
  max-width: 7.75rem;
}
.field-row .phone-number {
  flex-grow: 2;
  margin-top: 0 !important;
}

.page-template-product-coauthor .product-register .auth .progress-wrapper .progress-bar::after, .page-template-product-coauthor .product-register .auth .progress-wrapper .progress-bar::after {
  width: 50%;
}

.page-template-product-coauthor.step2 .product-register .auth .progress-wrapper .progress-bar::after {
  width: 100%;
}

.page-template-product-coauthor .account-header .back {
  visibility: hidden;
  pointer-events: none;
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .page-template-product-coauthor .account-footer {
    padding-left: 0;
  }
}
.page-template-product-coauthor .product-register .auth .print-switcher {
  padding-top: 0;
  margin-top: 0.75rem;
}
.page-template-product-coauthor .field-row .label {
  margin-top: 0;
}
.page-template-product-coauthor .product-rules-question {
  font-weight: 325;
  font-size: 1rem;
  color: #0C0C0C;
  margin-top: 1rem;
}
.page-template-product-coauthor .product-rules-question a {
  color: #5E6738;
}
.page-template-product-coauthor .product-title {
  font-weight: 350;
  font-size: 1.25rem;
  color: #0C0C0C;
}
.page-template-product-coauthor .product-meta {
  margin-bottom: 0.375rem;
}
.page-template-product-coauthor .product-meta p {
  font-weight: 325;
  font-size: 0.75rem;
  color: #0C0C0C;
  margin-top: 0.375rem;
}

.page-template-product-register.submited .product-register, .page-template-product-coauthor.submited .product-register {
  display: none;
}
.page-template-product-register.submited .form-submited-wrapper, .page-template-product-coauthor.submited .form-submited-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  flex-grow: 2;
  justify-content: center;
  align-items: center;
}
.page-template-product-register.submited .form-submited-wrapper .form-submitted-content, .page-template-product-coauthor.submited .form-submited-wrapper .form-submitted-content {
  background: #FFFFFF;
  display: flex;
  padding-top: 2.625rem;
  padding-left: 5.25rem;
  padding-right: 5.25rem;
  padding-bottom: 2.625rem;
  flex-direction: column;
  align-items: center;
  max-width: 41.375rem;
}
@media only screen and (max-width: 600px) {
  .page-template-product-register.submited .form-submited-wrapper .form-submitted-content, .page-template-product-coauthor.submited .form-submited-wrapper .form-submitted-content {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 100%;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.page-template-product-register.submited .form-submited-wrapper .form-submitted-content h3, .page-template-product-coauthor.submited .form-submited-wrapper .form-submitted-content h3 {
  margin-bottom: 1rem;
  text-align: center;
  color: #0C0C0C;
}
.page-template-product-register.submited .form-submited-wrapper .form-submitted-content p, .page-template-product-coauthor.submited .form-submited-wrapper .form-submitted-content p {
  text-align: center;
  color: #0C0C0C;
}
.page-template-product-register.submited #successAnimationCircle, .page-template-product-coauthor.submited #successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #5E6738;
}
.page-template-product-register.submited #successAnimationCheck, .page-template-product-coauthor.submited #successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #FFF;
}
.page-template-product-register.submited #successAnimationResult, .page-template-product-coauthor.submited #successAnimationResult {
  fill: #5E6738;
  opacity: 0;
}
.page-template-product-register.submited #successAnimation.animated, .page-template-product-coauthor.submited #successAnimation.animated {
  animation: 1s ease-out 0s 1 both scaleAnimation;
}
.page-template-product-register.submited #successAnimation.animated #successAnimationCircle, .page-template-product-coauthor.submited #successAnimation.animated #successAnimationCircle {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}
.page-template-product-register.submited #successAnimation.animated #successAnimationCheck, .page-template-product-coauthor.submited #successAnimation.animated #successAnimationCheck {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}
.page-template-product-register.submited #successAnimation.animated #successAnimationResult, .page-template-product-coauthor.submited #successAnimation.animated #successAnimationResult {
  animation: 0.3s linear 0.9s both fadeIn;
}

@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCheck {
  0% {
    stroke-dashoffset: 36px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.display-inline {
  display: inline;
}

.animating {
  pointer-events: none;
}

.hero-slider {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .hero-slider {
    height: auto;
  }
}
@media (min-width: 767px) {
  .hero-slider {
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .hero-slider {
    height: 31rem;
  }
}
.hero-slider__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .hero-slider__wrapper {
    height: auto;
  }
}
.hero-slider .swiper-container {
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .hero-slider .swiper-container {
    height: auto;
  }
}
.hero-slider .swiper-container .swiper-wrapper {
  height: 100%;
}
.hero-slider .swiper-slide {
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 1278px) {
  .hero-slider .swiper-slide.no-book .swiper-slide__image {
    margin-right: 0.75rem;
  }
}
@media (min-width: 767px) {
  .hero-slider .swiper-slide.no-book .swiper-slide__image {
    display: block;
  }
}
.hero-slider .swiper-slide.bg-white .svg-side path {
  fill: #FFFFFF;
}
.hero-slider .swiper-slide.bg-black .svg-side path {
  fill: #0C0C0C;
}
.hero-slider .swiper-slide.bg-green .svg-side path {
  fill: #5E6738;
}
.hero-slider .swiper-slide.bg-green-bright .svg-side path {
  fill: #45AE2C;
}
.hero-slider .swiper-slide.bg-forest .svg-side path {
  fill: #488730;
}
.hero-slider .swiper-slide.bg-bright .svg-side path {
  fill: #45AE2C;
}
.hero-slider .swiper-slide.bg-grey .svg-side path {
  fill: #F2F2F2;
}
.hero-slider .swiper-slide.bg-dark-grey .svg-side path {
  fill: #929292;
}
.hero-slider .swiper-slide.bg-dark-b .svg-side path {
  fill: #625E57;
}
.hero-slider .swiper-slide.bg-red .svg-side path {
  fill: #DF3139;
}
.hero-slider .swiper-slide.bg-dark-bordo .svg-side path {
  fill: #543435;
}
.hero-slider .swiper-slide.bg-brown .svg-side path {
  fill: #974F00;
}
.hero-slider .swiper-slide.bg-blue .svg-side path {
  fill: #0088AA;
}
.hero-slider .swiper-slide.bg-blue-2 .svg-side path {
  fill: #0058aa;
}
.hero-slider .swiper-slide.bg-blue-3 .svg-side path {
  fill: #446A7F;
}
.hero-slider .swiper-slide.bg-gold .svg-side path {
  fill: #A8996E;
}
.hero-slider .swiper-slide__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .hero-slider .swiper-slide__wrapper {
    height: auto;
  }
}
@media (min-width: 767px) {
  .hero-slider .swiper-slide__wrapper {
    align-items: center;
    flex-direction: row;
  }
}
.hero-slider .swiper-slide__left {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
  flex-basis: 74.68vw;
  height: auto;
}
@media (min-width: 767px) {
  .hero-slider .swiper-slide__left {
    height: 100%;
    flex-shrink: 0;
    flex-basis: 35%;
    max-width: 35%;
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .hero-slider .swiper-slide__left {
    height: 100%;
    flex-basis: 56.8493%;
    max-width: 56.8493%;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.hero-slider .swiper-slide__image {
  position: relative;
  height: 100%;
  z-index: 0;
  flex-shrink: 0;
  flex-grow: 1;
  overflow: hidden;
  flex-basis: 56.65%;
  z-index: 2;
}
@media (min-width: 767px) {
  .hero-slider .swiper-slide__image {
    display: none;
    width: 100%;
    max-width: 100%;
    flex-basis: 50.6024%;
  }
}
@media (min-width: 1280px) {
  .hero-slider .swiper-slide__image {
    display: block;
  }
}
.hero-slider .swiper-slide__image .svg-side {
  position: absolute;
  transform: translateZ(0);
  top: 0;
  right: -0.375rem;
  bottom: -1px;
  height: calc(100% + 2px);
  z-index: 2;
}
@media (min-width: 1280px) {
  .hero-slider .swiper-slide__image .svg-side {
    right: -2.875rem;
  }
}
.hero-slider .swiper-slide__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  position: relative;
  z-index: 1;
}
.hero-slider .swiper-slide__book {
  z-index: 1;
  padding-right: 6vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 767px) {
  .hero-slider .swiper-slide__book {
    padding-right: 0;
    display: block;
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    flex-shrink: 1;
    flex-basis: 100%;
  }
}
@media (min-width: 1280px) {
  .hero-slider .swiper-slide__book {
    flex-basis: calc(17.22vw + 2.5rem + 1.875rem);
    max-width: 15.5rem;
  }
}
.hero-slider .swiper-slide__book-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 147.58%;
}
.hero-slider .swiper-slide__book img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-slider .swiper-slide__body {
  width: 100%;
  z-index: 2;
  padding: 2rem 0 2rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
  .hero-slider .swiper-slide__body {
    padding-right: 1rem;
  }
}
@media (min-width: 767px) {
  .hero-slider .swiper-slide__body {
    border: none;
    height: auto;
    margin-left: 2.083vw;
    padding: 4.125rem 6vw 4.125rem 0;
    margin-right: auto;
    flex-shrink: 2;
    flex-grow: 0;
    flex-basis: 100%;
  }
}
@media (min-width: 1280px) {
  .hero-slider .swiper-slide__body {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 1.875rem;
  }
}
.hero-slider .swiper-slide__body p {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1278px) {
  .hero-slider .swiper-slide__body p {
    max-width: 21.25rem;
  }
}
.hero-slider .swiper-slide__body .book-author {
  margin: 0;
}
.hero-slider .swiper-slide__body .book-title {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.hero-slider .swiper-slide__body .book-price {
  margin: 0 0 1rem;
}
.hero-slider .swiper-slide__body button {
  margin-bottom: 0.9375rem;
}
.hero-slider .swiper-slide__body button:not(:last-of-type) {
  margin-right: 0.5rem;
}
.hero-slider .swiper-slide img {
  max-width: 100%;
}
.hero-slider .swiper-controls-mobile {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1023px) {
  .category-grid.container {
    padding-right: 2.75rem;
  }
}
.category-grid__header {
  max-width: 36.25rem;
}
@media (min-width: 576px) {
  .category-grid__header {
    margin: 0 auto;
  }
}
.category-grid__title {
  margin-bottom: 1.5rem;
}
.category-grid__title, .category-grid__desc {
  text-align: left;
}
@media (min-width: 576px) {
  .category-grid__title, .category-grid__desc {
    text-align: center;
  }
}
.category-grid__wrapper {
  margin: 2rem -0.375rem -0.75rem;
}
@media (min-width: 976px) {
  .category-grid__wrapper {
    margin: 2.625rem -0.375rem -0.5rem;
  }
}
.category-grid__wrapper .card--category {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 976px) {
  .category-grid__wrapper .card--category {
    margin-bottom: 0.75rem;
  }
}

.hidden-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.product-list {
  padding-bottom: 4.0625rem;
  position: relative;
  padding-top: 5rem;
}
@media only screen and (max-width: 1278px) {
  .product-list {
    padding-top: 3.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.product-list:before {
  content: "";
  display: block;
  position: absolute;
  top: -3.4375rem;
  left: 0px;
  height: 0.1875rem;
  background-color: #5E6738;
  width: 0%;
  z-index: 11;
  transition-property: width, opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  will-change: width;
  opacity: 1;
}
@media only screen and (max-width: 1278px) {
  .product-list:before {
    top: -2.5rem;
  }
}
.product-list.preloader-hidden:before {
  visibility: hidden;
  opacity: 0;
}
.product-list.loading:before {
  width: 50%;
}
.product-list.loading .tax-filter {
  opacity: 0.5;
}
.product-list.loaded:before {
  width: 100%;
}
.product-list .mask {
  background-color: rgba(98, 94, 87, 0.2);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.4s;
  transition-timing-function: ease-in;
  will-change: opacity, visibility;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.product-list .no-products {
  text-align: center;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.product-list .no-products p {
  font-size: 0.875rem;
  display: inline-block;
  line-height: 1.4;
}
.product-list .product-list-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 460px) and (max-width: 600px) {
  .product-list .product-list-wrapper {
    margin-left: -2% !important;
  }
}
@media only screen and (max-width: 600px) {
  .product-list .product-list-wrapper {
    margin-top: -1.5625rem;
  }
}
.product-list .product-list-wrapper .single-product {
  float: left;
}
@media only screen and (min-width: 460px) and (max-width: 600px) {
  .product-list .product-list-wrapper .single-product {
    width: 31.333% !important;
    float: left !important;
    clear: none !important;
    margin-left: 2%;
  }
  .product-list .product-list-wrapper .single-product:nth-child(3n+1) {
    clear: left !important;
  }
}
@media only screen and (max-width: 600px) {
  .product-list .product-list-wrapper .single-product {
    width: 47.5%;
    margin-top: 1.5625rem;
  }
  .product-list .product-list-wrapper .single-product:nth-child(odd) {
    float: left;
    clear: left;
  }
  .product-list .product-list-wrapper .single-product:nth-child(even) {
    float: right;
    clear: right;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .product-list .product-list-wrapper .single-product {
    width: 50%;
  }
  .product-list .product-list-wrapper .single-product:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1278px) {
  .product-list .product-list-wrapper .single-product {
    width: 33%;
  }
  .product-list .product-list-wrapper .single-product:nth-child(2n+1) {
    clear: none;
  }
  .product-list .product-list-wrapper .single-product:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1278px) {
  .product-list .product-list-wrapper .single-product {
    width: 33.333%;
  }
  .product-list .product-list-wrapper .single-product:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1910px) {
  .product-list .product-list-wrapper .single-product {
    width: 25% !important;
  }
  .product-list .product-list-wrapper .single-product:nth-child(3n+1) {
    clear: none;
  }
  .product-list .product-list-wrapper .single-product:nth-child(4n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .product-list .product-list-wrapper .single-product .card--book {
    min-height: 460px;
  }
}
@media only screen and (max-width: 600px) {
  .product-list .product-list-wrapper .single-product .card--book {
    width: 100% !important;
    padding: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 600px) {
  .product-list .product-list-wrapper .single-product .card--book .perspective {
    position: relative;
    cursor: pointer;
  }
}
@media only screen and (max-width: 600px) {
  .product-list .product-list-wrapper .single-product .card--book .book {
    width: 100% !important;
    height: 0px !important;
    padding-top: 140%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 600px) {
  .product-list .product-list-wrapper .single-product .card--book .book .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .product-list .product-list-wrapper .single-product .card--book .buttons {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .product-list .product-list-wrapper .single-product .card--book figcaption {
    text-align: left;
    padding: 0px;
    height: 98px;
  }
}
@media only screen and (max-width: 600px) and (max-width: 320px) {
  .product-list .product-list-wrapper .single-product .card--book figcaption {
    height: auto !important;
  }
}
@media only screen and (max-width: 600px) and (min-width: 404px) and (max-width: 600px) {
  .product-list .product-list-wrapper .single-product .card--book figcaption {
    height: 76px;
  }
}
@media only screen and (max-width: 600px) and (min-width: 460px) and (max-width: 600px) {
  .product-list .product-list-wrapper .single-product .card--book figcaption {
    height: 98px;
  }
}
@media only screen and (max-width: 320px) {
  .product-list .product-list-wrapper .single-product .card--book figcaption .bright-table {
    height: auto !important;
  }
}
@media only screen and (max-width: 600px) {
  .product-list .product-list-wrapper .single-product .card--book figcaption .bright-table .cell {
    vertical-align: top !important;
  }
  .product-list .product-list-wrapper .single-product .card--book figcaption .bright-table .cell .book-title {
    margin-bottom: 0px !important;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    cursor: pointer;
  }
}
@media only screen and (max-width: 600px) {
  .product-list .product-list-wrapper .single-product .card--book figcaption .line {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .product-list .product-list-wrapper .single-product .card--book figcaption .book-info {
    display: block !important;
    border-top: 1px solid rgba(98, 94, 87, 0.2);
    padding-top: 0.9375rem;
  }
}
@media only screen and (max-width: 600px) {
  .product-list .product-list-wrapper .single-product .card--book figcaption .book-info .book-price {
    display: inline-block !important;
    float: left;
  }
}
@media only screen and (max-width: 600px) {
  .product-list .product-list-wrapper .single-product .card--book figcaption .book-info .book-buy {
    float: right;
    top: -0.25rem;
  }
  .product-list .product-list-wrapper .single-product .card--book figcaption .book-info .book-buy .js-load-lottie-cart {
    margin-right: 0px !important;
  }
  .product-list .product-list-wrapper .single-product .card--book figcaption .book-info .book-buy span {
    display: none !important;
  }
}
.product-list .load-more-products {
  text-align: center;
  margin-top: 3.125rem;
  max-width: 14.375rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.product-list .load-more-products.all-loaded {
  display: block;
}
.product-list .load-more-products.all-loaded .load-status {
  margin-bottom: 0px;
}
.product-list .load-more-products.all-loaded .load-status .bar span {
  background-color: #5E6738;
}
.product-list .load-more-products.all-loaded .but {
  display: none;
}
.product-list .load-more-products .load-status {
  margin-bottom: 1.5625rem;
}
.product-list .load-more-products .load-status p {
  font-size: 0.875rem;
  color: #625E57;
  line-height: 1.4;
}
.product-list .load-more-products .load-status p em {
  font-style: normal;
}
.product-list .load-more-products .load-status .bar {
  position: relative;
  height: 1px;
  background-color: rgba(98, 94, 87, 0.2);
  margin-top: 0.9375rem;
}
.product-list .load-more-products .load-status .bar span {
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #625E57;
  transition-property: width, background-color;
  transition-duration: 0.4s;
  transition-delay: 0.4s;
  transition-timing-function: ease-in;
  will-change: width, background-color;
}

.sources-block {
  overflow: visible;
}
@media (min-width: 1023px) {
  .sources-block {
    padding-right: 0;
  }
}
.sources-block .row {
  overflow: visible;
}
.sources-block.loading .block-intro .preloader {
  display: block;
}
.sources-block.loading .block-slider .swiper-wrapper {
  opacity: 0.2;
}
.sources-block .block-intro {
  width: 100%;
  padding: 3.875rem 7.5vw;
  margin-bottom: 0.5rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .sources-block .block-intro {
    min-height: auto !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1278px) {
  .sources-block .block-intro {
    min-height: 28.75rem;
  }
}
@media only screen and (min-width: 1278px) {
  .sources-block .block-intro {
    min-height: 28.75rem;
  }
}
@media (min-width: 1023px) {
  .sources-block .block-intro {
    margin-bottom: 0;
    width: 24.5rem;
    padding: 3.25rem 2.875rem 2rem;
  }
}
.sources-block .block-intro .preloader {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}
@media only screen and (min-width: 1278px) {
  .sources-block .block-intro .preloader {
    bottom: 1.875rem;
    left: 2.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .sources-block .block-intro .preloader {
    top: 1.25rem;
    right: 1.25rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .sources-block .block-intro .preloader {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.sources-block .block-intro .preloader svg {
  width: 100%;
  height: 100%;
}
.sources-block .block-intro .slider-controls {
  display: none;
  right: 2.875rem;
  bottom: 2rem;
}
@media (min-width: 1023px) {
  .sources-block .block-intro .slider-controls {
    display: block;
  }
}
.sources-block .block-intro .slider-controls svg {
  width: 2.625rem;
  height: 2.625rem;
  cursor: pointer;
}
.sources-block .block-intro .slider-controls > :first-child {
  margin-right: 1rem;
}
.sources-block .block-intro-header {
  margin-bottom: 0.5rem;
}
.sources-block .block-intro-header > :first-child {
  margin-right: 2.625rem;
}
.sources-block .block-intro-header a {
  position: relative;
  color: #5E6738;
}
.sources-block .block-intro-header a::after {
  content: "";
  position: absolute;
  background-color: #0C0C0C;
  height: 1px;
  bottom: -0.5625rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 2.5rem;
}
.sources-block .line {
  background-color: #E0DFDD;
}
.sources-block .block-slider {
  display: none;
}
.sources-block .block-slider.show {
  display: block;
}
@media (min-width: 1023px) {
  .sources-block .block-slider {
    overflow: hidden;
  }
}
@media (min-width: 1023px) {
  .sources-block .block-slider {
    padding-left: 0.375rem;
  }
}
@media only screen and (min-width: 1024px) {
  .sources-block .block-slider .swiper-slide {
    max-width: 19.75rem;
  }
  .sources-block .block-slider .swiper-wrapper {
    display: flex;
  }
}
.sources-block .block-slider .card--book {
  min-height: 28.75rem;
}
@media only screen and (min-width: 1910px) {
  .sources-block .block-slider .card--book {
    min-height: 28.75rem !important;
  }
}
@media only screen and (min-width: 1350px) {
  .sources-block .block-slider .card--book {
    min-height: 28.75rem;
  }
}
.sources-block .block-slider .details {
  display: block;
}

.partners .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8.125rem !important;
}
.partners .swiper-slide a img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: initial !important;
     object-fit: initial !important;
  height: auto !important;
  width: auto;
}
.partners .partners-swiper-pagination {
  text-align: center;
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: -5px;
  display: none;
}
@media only screen and (min-width: 1278px) {
  .partners .partners-swiper-pagination {
    display: block;
  }
}
.partners .partners-swiper-pagination span.swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  opacity: 1;
  border: 0px;
  background-color: transparent;
  border-radius: 0px;
  margin: 0 0.625rem;
}
.partners .partners-swiper-pagination span.swiper-pagination-bullet:first-child {
  margin-top: 0px;
}
.partners .partners-swiper-pagination span.swiper-pagination-bullet svg {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.partners .partners-swiper-pagination span.swiper-pagination-bullet svg circle {
  fill: transparent;
  stroke: #5E6738;
}
.partners .partners-swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
.partners .partners-swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
  fill: #5E6738;
}
.partners__wrapper {
  position: relative;
  margin-top: 2.625rem;
}
.partners__wrapper .swiper-container {
  visibility: hidden;
  opacity: 0;
}
.partners__wrapper .swiper-container.swiper-initialized {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1023px) {
  .partners__wrapper .swiper-container {
    padding-bottom: 2rem;
  }
}
.partners .swiper-controls-mobile {
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  z-index: 1;
  margin-top: 0;
}
.partners .swiper-controls-mobile .slider-navigation .js-slider-arrow:active svg path {
  fill: #5E6738;
}
.partners .swiper-controls-mobile .slider-navigation .js-slider-arrow svg {
  width: 2.625rem;
  height: 2.625rem;
}
.partners .swiper-controls-mobile .slider-navigation .js-slider-arrow svg circle {
  fill: transparent;
}
.partners .swiper-controls-mobile .slider-navigation .js-slider-arrow svg path {
  fill: #0C0C0C;
}

.acf-page-title {
  overflow: hidden;
  position: relative;
  background-color: #5E6738;
  margin-bottom: 3.4375rem;
}
@media only screen and (max-width: 1278px) {
  .acf-page-title {
    margin-bottom: 2.5rem;
  }
}
.acf-page-title .image {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1278px) {
  .acf-page-title .image {
    width: 100%;
    padding-top: 59.333%;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1278px) {
  .acf-page-title .image {
    width: 55%;
    height: 0px;
    padding-top: 32.8%;
  }
}
@media only screen and (min-width: 1278px) {
  .acf-page-title .image {
    width: 55%;
    height: 0px;
    padding-top: 32%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1910px) {
  .acf-page-title .image {
    padding-top: 28%;
  }
  .acf-page-title .image img {
    margin-top: -8%;
  }
}
@media only screen and (min-width: 1910px) {
  .acf-page-title .image {
    padding-top: 24%;
  }
  .acf-page-title .image img {
    margin-top: -12%;
  }
}
.acf-page-title .image img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.acf-page-title .image .mask {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100.3%;
  width: 100%;
}
.acf-page-title .image .mask svg {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  right: -25%;
}
@media only screen and (max-width: 1278px) {
  .acf-page-title .title {
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1278px) {
  .acf-page-title .title {
    top: 0px;
    right: 0px;
    width: 45%;
    height: 100%;
    position: absolute;
  }
}
@media only screen and (min-width: 1278px) {
  .acf-page-title .title {
    top: 0px;
    right: 0px;
    width: 45%;
    height: 100%;
    position: absolute;
  }
}
@media only screen and (max-width: 600px) {
  .acf-page-title .title .bright-table, .acf-page-title .title .bright-table .cell {
    display: block;
    height: auto;
  }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
  .acf-page-title .title .bright-table, .acf-page-title .title .bright-table .cell {
    display: block;
    height: auto;
  }
}
@media only screen and (min-width: 1278px) {
  .acf-page-title .title .title-container {
    max-width: 26.25rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: -5%;
  }
}
.acf-page-title .title .title-container .ico {
  width: 3.875rem;
  height: 3.875rem;
}
@media only screen and (max-width: 1278px) {
  .acf-page-title .title .title-container .ico {
    width: 2.625rem;
    height: 2.625rem;
  }
}
.acf-page-title .title .title-container .ico svg {
  display: block;
  width: 100%;
  height: 100%;
}
.acf-page-title .title .title-container .ico svg path {
  fill: #FFFFFF;
}
.acf-page-title .title .title-container h1, .acf-page-title .title .title-container p {
  color: #FFFFFF;
}
.acf-page-title .title .title-container h1 {
  margin: 0px;
  margin-bottom: 1.25rem;
}
.acf-page-text {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.4375rem;
}
.acf-page-text:first-child {
  padding-top: 3.75rem;
}
@media only screen and (max-width: 600px) {
  .acf-page-text {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.acf-page-text .text {
  overflow: hidden;
}
.acf-page-text .text h3, .acf-page-text .text p {
  display: block;
  margin-bottom: 1.125rem;
}
.acf-page-text .text h3:last-child, .acf-page-text .text p:last-child {
  margin-bottom: 0px;
}
.acf-page-text .text ol,
.acf-page-text .text ul {
  padding-left: 0px;
  list-style: none;
}
.acf-page-text .text ol li,
.acf-page-text .text ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-top: 0.625rem;
}
.acf-page-text .text ol li:first-child,
.acf-page-text .text ul li:first-child {
  margin-top: 0px;
}
.acf-page-text .text ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.375rem;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  background: #0C0C0C;
  border-radius: 50%;
}
.acf-page-text .text ol {
  counter-reset: counter;
}
.acf-page-text .text ol > li {
  counter-increment: counter;
  position: relative;
}
.acf-page-text .text ol > li:before {
  content: counter(counter) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.acf-page-text .but {
  display: inline-block;
  background-color: #5E6738;
  border-radius: 2.5rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-top: 1.375rem;
}
.acf-page-text .but:first-child {
  margin-top: 0px;
}
.acf-page-text .but:after {
  display: none;
}
@media only screen and (min-width: 1278px) {
  .acf-page-text .but {
    transition-property: background-color, transform;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    will-change: background-color, transform;
    transform: translateY(0px);
  }
  .acf-page-text .but:hover {
    background-color: #F2F2F2;
    transform: translateY(-2px);
  }
  .acf-page-text .but:hover span {
    color: #5E6738;
  }
}
.acf-page-text .but:active {
  background-color: #F2F2F2;
  transform: translateY(-2px);
}
.acf-page-text .but:active span {
  color: #5E6738;
}
.acf-page-text .but span {
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 2.75rem;
  height: 2.75rem;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.acf-featured-list {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-bottom: 3.4375rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1278px) {
  .acf-featured-list {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 2.5rem;
  }
}
.acf-featured-list .list-block-container {
  background-color: #F2F2F2;
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
  padding-left: 6.875rem;
  padding-right: 6.875rem;
}
@media only screen and (max-width: 1278px) {
  .acf-featured-list .list-block-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.acf-featured-list .list-block-container .list-block {
  overflow: hidden;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 1278px) {
  .acf-featured-list .list-block-container .list-block {
    max-width: 33.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.acf-featured-list .list-block-container .list-block:first-child {
  margin-top: 0px;
}
.acf-featured-list .list-block-container .list-block:last-child .text {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.acf-featured-list .list-block-container .list-block .block-subtitle, .acf-featured-list .list-block-container .list-block .text {
  float: left;
}
@media only screen and (max-width: 1278px) {
  .acf-featured-list .list-block-container .list-block .block-subtitle, .acf-featured-list .list-block-container .list-block .text {
    float: none;
  }
}
.acf-featured-list .list-block-container .list-block .block-subtitle {
  width: 40%;
}
@media only screen and (max-width: 1278px) {
  .acf-featured-list .list-block-container .list-block .block-subtitle {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.acf-featured-list .list-block-container .list-block .block-subtitle svg, .acf-featured-list .list-block-container .list-block .block-subtitle h2 {
  display: inline-block;
  height: 3.125rem;
  vertical-align: top;
}
.acf-featured-list .list-block-container .list-block .block-subtitle svg {
  width: 3.125rem;
}
.acf-featured-list .list-block-container .list-block .block-subtitle h2 {
  line-height: 3.125rem;
  margin: 0px;
  text-transform: none;
  margin-left: 0.625rem;
}
.acf-featured-list .list-block-container .list-block .text {
  width: 60%;
  border-bottom: 1px solid rgba(98, 94, 87, 0.2);
  padding-bottom: 1.25rem;
}
@media only screen and (max-width: 1278px) {
  .acf-featured-list .list-block-container .list-block .text {
    width: 100%;
  }
}
.acf-featured-list .list-block-container .list-block .text p, .acf-featured-list .list-block-container .list-block .text li {
  display: block;
}
.acf-featured-list .list-block-container .list-block .text ul {
  margin: 0px;
  padding: 0px;
}
.acf-featured-list .list-block-container .list-block .text ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-top: 0.625rem;
}
.acf-featured-list .list-block-container .list-block .text ul li:first-child {
  margin-top: 0px;
}
.acf-featured-list .list-block-container .list-block .text ul li:before {
  content: "●";
  position: absolute;
  top: -1px;
  left: 0px;
  font-size: 0.5625rem;
}

.acf-page-attachments {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.4375rem;
}
@media only screen and (max-width: 600px) {
  .acf-page-attachments {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.acf-page-attachments .attachments {
  overflow: hidden;
  margin-top: 1.25rem;
}
.acf-page-attachments .attachments a.attachment {
  overflow: hidden;
  position: relative;
  margin-top: 0.625rem;
  display: block;
}
.acf-page-attachments .attachments a.attachment:first-child {
  margin-top: 0px;
}
.acf-page-attachments .attachments a.attachment:after {
  display: none;
}
@media only screen and (min-width: 1278px) {
  .acf-page-attachments .attachments a.attachment:hover .file-info {
    background-color: #5E6738;
    border: 1px solid #5E6738;
  }
  .acf-page-attachments .attachments a.attachment:hover .file-info span, .acf-page-attachments .attachments a.attachment:hover .file-info p {
    color: #FFFFFF;
  }
}
.acf-page-attachments .attachments a.attachment .file-info {
  border: 1px solid #C7C7C7;
  position: relative;
  overflow: hidden;
  padding: 0.625rem;
  transition-property: background-color;
  transition-timing-function: ease-in;
  transition-duration: 0.1s;
  will-change: background-color;
}
@media only screen and (min-width: 1278px) {
  .acf-page-attachments .attachments a.attachment .file-info {
    padding-left: 3.4375rem;
    padding-right: 3.125rem;
  }
}
@media only screen and (max-width: 1278px) {
  .acf-page-attachments .attachments a.attachment .file-info {
    padding: 0.875rem;
  }
}
.acf-page-attachments .attachments a.attachment .file-info span.ext {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1278px) {
  .acf-page-attachments .attachments a.attachment .file-info span.ext {
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
  }
}
.acf-page-attachments .attachments a.attachment .file-info span, .acf-page-attachments .attachments a.attachment .file-info p {
  display: inline-block;
  color: #5E6738;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1278px) {
  .acf-page-attachments .attachments a.attachment .file-info p {
    float: left;
  }
}
.acf-page-attachments .attachments a.attachment .download {
  background-color: #5E6738;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  z-index: 3;
}
.acf-page-attachments .attachments a.attachment .download .js-load-lottie-download {
  width: 1.5rem;
  height: 100%;
}
@media only screen and (min-width: 1278px) {
  .acf-page-attachments .attachments a.attachment .download {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
  }
}
@media only screen and (max-width: 1278px) {
  .acf-page-attachments .attachments a.attachment .download {
    display: block;
    text-align: right;
    height: 3rem;
    padding-right: 0.875rem;
  }
}
.acf-page-attachments .attachments a.attachment .download:after {
  display: none;
}
.acf-page-attachments .attachments a.attachment .download svg {
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1278px) {
  .acf-page-attachments .attachments a.attachment .download svg {
    display: inline-block;
  }
}
.acf-page-attachments .attachments a.attachment .download svg path {
  stroke: #FFFFFF;
}

.filter-option {
  cursor: pointer;
  position: relative;
  padding-top: 0.625rem;
  padding-bottom: 0.5rem;
  padding-left: 3.125rem;
  padding-right: 0.625rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 1278px) {
  .filter-option {
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 2.1875rem;
  }
}
@media only screen and (min-width: 1278px) {
  .filter-option {
    transition-property: background-color;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    will-change: background-color;
  }
  .filter-option:hover {
    background-color: #F2F2F2;
  }
}
.filter-option svg, .filter-option span, .filter-option input {
  display: inline-block;
  vertical-align: top;
}
.filter-option svg, .filter-option input {
  width: 1.5rem;
}
.filter-option label {
  display: block;
  cursor: pointer;
  margin: 0px;
}
.filter-option input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0px;
  margin: 0px;
  border: 1px solid #C7C7C7;
  border-radius: 0px;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  position: absolute;
  top: 0.5625rem;
  left: 0.9375rem;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
}
.filter-option input:checked {
  background-color: #5E6738;
  border: 1px solid #5E6738;
  background-image: url("../images/check.png");
}
@media only screen and (max-width: 1278px) {
  .filter-option input {
    left: 0rem;
  }
}
.filter-option span {
  font-size: 0.875rem;
  display: inline-block;
}

.selector {
  position: relative;
  padding-right: 3.75rem;
  cursor: pointer;
}
@media only screen and (max-width: 1278px) {
  .selector {
    padding-right: 1.875rem;
  }
}
.selector.has-ico {
  padding-left: 2.1875rem;
}
.selector .ico, .selector .arr {
  position: absolute;
  top: 0px;
  height: 100%;
}
.selector .ico svg, .selector .arr svg {
  height: 100%;
  width: 100%;
  display: block;
}
.selector .ico {
  left: 0px;
  width: 1.5rem;
}
.selector .arr {
  right: 0px;
  width: 1.125rem;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-in;
  will-change: transform;
}
.selector .arr svg path {
  fill: #5E6738;
}
.selector span {
  display: inline-block;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #5E6738;
  line-height: 1.5rem;
  height: 1.5rem;
}
.selector select {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.tax-filter-mobile {
  overflow: hidden;
  display: none;
  transition-property: top;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
  will-change: top;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 10;
  height: 61px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1278px) {
  .tax-filter-mobile {
    display: block;
  }
}
.tax-filter-mobile.hidden {
  position: fixed;
  top: -60px;
  transition-duration: 0.3s;
}
.tax-filter-mobile.sticky {
  position: fixed;
  left: 0px;
  top: 61px;
  width: 100%;
  transition-delay: 0.3s;
  background-color: #F2F2F2;
}
.tax-filter-mobile.sticky .selector {
  top: 10px;
}
.tax-filter-mobile .selector {
  display: inline-block;
  float: right;
  border-bottom: 1px solid rgba(98, 94, 87, 0.2);
  position: relative;
}
.tax-filter-mobile .selector:first-child {
  float: left;
}
.tax-filter-mobile .selector:active span {
  color: #0C0C0C;
}
.tax-filter-mobile .selector span {
  height: 34px;
  line-height: 34px;
}

.tax-filter-window .body {
  bottom: 0px;
}
.tax-filter-window .body .options {
  padding-bottom: 2.5rem;
}
.tax-filter-window .block {
  margin-top: 1.5625rem;
}
.tax-filter-window .block p {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0.3125rem;
}
.tax-filter-window .but.free-books {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  margin-bottom: 1.875rem;
}
.tax-filter-window .head {
  padding-left: 0px !important;
}
.tax-filter-window .head span {
  display: block;
  line-height: 4rem;
  height: 4rem;
  text-align: center;
  font-size: 1.0625rem;
}
.tax-filter-window .clear-filter {
  position: fixed;
  right: 0px;
  width: 100%;
  bottom: -30px;
  opacity: 0;
  text-align: center;
  transition-property: bottom, opacity, visibility;
  transition-duration: 0.3s;
  will-change: opacity, visibility, bottom;
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .tax-filter-window .clear-filter {
    width: 24rem;
  }
}
.tax-filter-window .clear-filter .but {
  display: inline-block;
  border: 1px solid #5E6738;
  padding-left: 30px;
  padding-right: 35px;
  border-radius: 35px;
  background-color: #FFFFFF;
}
.tax-filter-window .clear-filter .but:active {
  background-color: #5E6738;
}
.tax-filter-window .clear-filter .but:active span {
  color: #FFFFFF;
}
.tax-filter-window .clear-filter .but span {
  line-height: 45px;
  height: 45px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 600;
  color: #5E6738;
}
.tax-filter-window .clear-filter .but.close-btn {
  display: inline-block;
  border: 1px solid #FFFFFF;
  padding-left: 30px;
  padding-right: 35px;
  border-radius: 35px;
  background-color: #5E6738;
}
.tax-filter-window .clear-filter .but.close-btn:active {
  background-color: #FFFFFF;
}
.tax-filter-window .clear-filter .but.close-btn:active span {
  color: #5E6738;
}
.tax-filter-window .clear-filter .but.close-btn span {
  line-height: 45px;
  height: 45px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 600;
  color: #FFFFFF;
}

.tax-filter .but, .tax-filter-tags .but, .load-more-products .but, .tax-filter-window .but {
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tax-filter .but:after, .tax-filter-tags .but:after, .load-more-products .but:after, .tax-filter-window .but:after {
  display: none;
}
@media only screen and (min-width: 1278px) {
  .tax-filter .but, .tax-filter-tags .but, .load-more-products .but, .tax-filter-window .but {
    transition-property: background-color, transform, opacity, visibility, width;
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
    will-change: background-color, transform, opacity, visibility, width;
    transform: translateY(0px);
  }
}
.tax-filter .but.clear-filter, .tax-filter-tags .but.clear-filter, .load-more-products .but.clear-filter, .tax-filter-window .but.clear-filter {
  margin-left: 0.625rem;
}
.tax-filter .but.clear-filter span, .tax-filter-tags .but.clear-filter span, .load-more-products .but.clear-filter span, .tax-filter-window .but.clear-filter span {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #5E6738;
  font-weight: 600;
}
.tax-filter .but.clear-filter:active span, .tax-filter-tags .but.clear-filter:active span, .load-more-products .but.clear-filter:active span, .tax-filter-window .but.clear-filter:active span {
  color: #0C0C0C;
}
.tax-filter .but.tag, .tax-filter-tags .but.tag, .load-more-products .but.tag, .tax-filter-window .but.tag {
  z-index: 2;
}
.tax-filter .but.tag.active, .tax-filter-tags .but.tag.active, .load-more-products .but.tag.active, .tax-filter-window .but.tag.active {
  background-color: #F2F2F2;
}
.tax-filter .but.tag.active span, .tax-filter-tags .but.tag.active span, .load-more-products .but.tag.active span, .tax-filter-window .but.tag.active span {
  color: #5E6738;
}
.tax-filter .but.tag.active svg, .tax-filter-tags .but.tag.active svg, .load-more-products .but.tag.active svg, .tax-filter-window .but.tag.active svg {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1278px) {
  .tax-filter .but.tag.active:hover, .tax-filter-tags .but.tag.active:hover, .load-more-products .but.tag.active:hover, .tax-filter-window .but.tag.active:hover {
    background-color: #5E6738;
  }
  .tax-filter .but.tag.active:hover span, .tax-filter-tags .but.tag.active:hover span, .load-more-products .but.tag.active:hover span, .tax-filter-window .but.tag.active:hover span {
    color: #FFFFFF;
  }
  .tax-filter .but.tag.active:hover svg path, .tax-filter-tags .but.tag.active:hover svg path, .load-more-products .but.tag.active:hover svg path, .tax-filter-window .but.tag.active:hover svg path {
    stroke: #FFFFFF;
  }
}
.tax-filter .but.tag svg, .tax-filter-tags .but.tag svg, .load-more-products .but.tag svg, .tax-filter-window .but.tag svg {
  top: 0px;
  position: absolute;
  height: 100%;
  width: 1rem;
  opacity: 0;
  visibility: hidden;
}
.tax-filter .but.tag svg path, .tax-filter-tags .but.tag svg path, .load-more-products .but.tag svg path, .tax-filter-window .but.tag svg path {
  color: #5E6738;
  stroke: 1px;
}
.tax-filter .but.selected-tag, .tax-filter-tags .but.selected-tag, .load-more-products .but.selected-tag, .tax-filter-window .but.selected-tag {
  border-radius: 2.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.tax-filter .but.selected-tag.active, .tax-filter-tags .but.selected-tag.active, .load-more-products .but.selected-tag.active, .tax-filter-window .but.selected-tag.active {
  padding-right: 2.1875rem;
}
.tax-filter .but.selected-tag span, .tax-filter-tags .but.selected-tag span, .load-more-products .but.selected-tag span, .tax-filter-window .but.selected-tag span {
  line-height: 1.875rem;
  height: 1.875rem;
  color: #FFFFFF;
  font-size: 0.6875rem;
  font-weight: 500;
}
.tax-filter .but.selected-tag svg, .tax-filter-tags .but.selected-tag svg, .load-more-products .but.selected-tag svg, .tax-filter-window .but.selected-tag svg {
  right: 0.9375rem;
}
.tax-filter .but.load-more, .tax-filter-tags .but.load-more, .load-more-products .but.load-more, .tax-filter-window .but.load-more {
  border-radius: 3.125rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  border: 2px solid #5E6738;
}
.tax-filter .but.load-more.preloading span, .tax-filter-tags .but.load-more.preloading span, .load-more-products .but.load-more.preloading span, .tax-filter-window .but.load-more.preloading span {
  text-indent: -9999px;
}
.tax-filter .but.load-more.preloading svg, .tax-filter-tags .but.load-more.preloading svg, .load-more-products .but.load-more.preloading svg, .tax-filter-window .but.load-more.preloading svg {
  display: block;
}
.tax-filter .but.load-more svg, .tax-filter-tags .but.load-more svg, .load-more-products .but.load-more svg, .tax-filter-window .but.load-more svg {
  position: absolute;
  width: 1.625rem;
  height: 1.625rem;
  display: none;
  top: 50%;
  left: 50%;
  margin-top: -0.8125rem;
  margin-left: -0.8125rem;
}
.tax-filter .but.load-more span, .tax-filter-tags .but.load-more span, .load-more-products .but.load-more span, .tax-filter-window .but.load-more span {
  line-height: 3rem;
  height: 3rem;
  color: #5E6738;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (min-width: 1278px) {
  .tax-filter .but.load-more:not(.preloading):hover, .tax-filter-tags .but.load-more:not(.preloading):hover, .load-more-products .but.load-more:not(.preloading):hover, .tax-filter-window .but.load-more:not(.preloading):hover {
    transform: translateY(-2px);
    background-color: #5E6738;
    border-color: #5E6738;
  }
  .tax-filter .but.load-more:not(.preloading):hover span, .tax-filter-tags .but.load-more:not(.preloading):hover span, .load-more-products .but.load-more:not(.preloading):hover span, .tax-filter-window .but.load-more:not(.preloading):hover span {
    color: #FFFFFF;
  }
}
.tax-filter .but.free-books, .tax-filter-tags .but.free-books, .load-more-products .but.free-books, .tax-filter-window .but.free-books {
  border-radius: 3.125rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  background-color: #F2F2F2;
}
@media only screen and (min-width: 1278px) {
  .tax-filter .but.free-books, .tax-filter-tags .but.free-books, .load-more-products .but.free-books, .tax-filter-window .but.free-books {
    top: -0.625rem;
  }
  .tax-filter .but.free-books:hover, .tax-filter-tags .but.free-books:hover, .load-more-products .but.free-books:hover, .tax-filter-window .but.free-books:hover {
    transform: translateY(-2px);
    background-color: #5E6738;
  }
  .tax-filter .but.free-books:hover span, .tax-filter-tags .but.free-books:hover span, .load-more-products .but.free-books:hover span, .tax-filter-window .but.free-books:hover span {
    color: #FFFFFF;
  }
}
.tax-filter .but.free-books.active, .tax-filter-tags .but.free-books.active, .load-more-products .but.free-books.active, .tax-filter-window .but.free-books.active {
  padding-right: 3.75rem;
}
.tax-filter .but.free-books span, .tax-filter-tags .but.free-books span, .load-more-products .but.free-books span, .tax-filter-window .but.free-books span {
  line-height: 3.125rem;
  height: 3.125rem;
  color: #5E6738;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
}
.tax-filter .but.free-books svg, .tax-filter-tags .but.free-books svg, .load-more-products .but.free-books svg, .tax-filter-window .but.free-books svg {
  right: 1.875rem;
  top: -1px;
}
.tax-filter .but span, .tax-filter-tags .but span, .load-more-products .but span, .tax-filter-window .but span {
  display: block;
  letter-spacing: 0.02em;
}

.tax-filter {
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #FFFFFF;
  visibility: visible;
  opacity: 0;
  transition-property: opacity, visibility;
  transition-duration: 0.1s;
  will-change: opacity, visibility;
  display: none;
}
@media only screen and (min-width: 1278px) {
  .tax-filter {
    display: block;
  }
}
.tax-filter.show {
  visibility: visible;
  opacity: 1;
}
.tax-filter.hidden {
  top: -5rem;
  visibility: 0;
  opacity: 0;
}
.tax-filter.sticky {
  position: fixed;
  left: 17rem;
  top: 3.75rem;
  width: auto;
  right: 0px;
  transition-property: opacity, visibility, top;
  transition-delay: 0.2s;
  transition-duration: 0.4s;
  will-change: opacity, visibility, top;
  background-color: #F2F2F2;
  border-bottom: 1px solid rgba(98, 94, 87, 0.2);
  height: 2.8125rem;
}
.tax-filter.sticky .tax-filter-wrapper {
  padding-top: 0.625rem;
}
.tax-filter.sticky .tax-filter-wrapper .selects {
  height: 2.5rem;
}
.tax-filter.sticky .tax-filter-wrapper .selects .block {
  border-bottom: 0px;
}
.tax-filter.sticky .tax-filter-wrapper .but.free-books {
  top: -0.1875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #FFFFFF;
}
.tax-filter.sticky .tax-filter-wrapper .but.free-books.active {
  padding-right: 2.5rem;
}
.tax-filter.sticky .tax-filter-wrapper .but.free-books.active svg {
  right: 1.25rem;
}
@media only screen and (min-width: 1278px) {
  .tax-filter.sticky .tax-filter-wrapper .but.free-books:hover {
    background-color: #5E6738;
  }
}
.tax-filter.sticky .tax-filter-wrapper .but.free-books span {
  height: 1.875rem;
  line-height: 1.875rem;
}
.tax-filter .tax-filter-wrapper {
  padding: 0.9375rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  display: none;
}
@media only screen and (min-width: 1278px) {
  .tax-filter .tax-filter-wrapper {
    transition-property: height;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
    will-change: height;
    display: block;
  }
}
.tax-filter .tax-filter-wrapper .selects {
  float: left;
  overflow: hidden;
  height: 3.75rem;
  position: relative;
  z-index: 2;
}
.tax-filter .tax-filter-wrapper .selects .block {
  float: left;
  border-bottom: 1px solid rgba(98, 94, 87, 0.2);
  padding-bottom: 0.625rem;
  margin-left: 2.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tax-filter .tax-filter-wrapper .selects .block:first-child {
  margin-left: 0px;
}
.tax-filter .tax-filter-wrapper .selects .block.active {
  border-bottom: 1px solid #625e57;
}
.tax-filter .tax-filter-wrapper .selects .block.active .selector .arr {
  transform: rotate(-180deg);
}
@media only screen and (min-width: 1278px) {
  .tax-filter .tax-filter-wrapper .selects .block {
    transition-property: border-bottom;
    transition-duration: 0.15s;
    transition-timing-function: ease-in;
    will-change: border-bottom;
  }
  .tax-filter .tax-filter-wrapper .selects .block:hover {
    border-bottom: 1px solid #625e57;
  }
}
.tax-filter .tax-filter-wrapper .but {
  float: right;
}
.tax-filter .tax-filter-wrapper .options {
  clear: both;
  position: absolute;
  top: 3.125rem;
  left: 2.5rem;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  padding-left: 3.125rem;
}
.tax-filter .tax-filter-wrapper .options .block {
  margin-left: 1.5625rem;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition-property: visibility, opacity, top;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  will-change: visibility, opacity, top;
}
.tax-filter .tax-filter-wrapper .options .block:first-child {
  margin-left: -0.9375rem;
}
.tax-filter .tax-filter-wrapper .options .block.show {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}

.tax-filter-tags {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 10;
  top: -0.625rem;
  opacity: 1;
  visibility: visible;
  transition-property: visibility, opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  will-change: visibility, opacity;
  display: none;
}
@media only screen and (max-width: 1278px) {
  .tax-filter-tags {
    display: none !important;
  }
}
.tax-filter-tags.hidden {
  opacity: 0;
  visibility: hidden;
}
.tax-filter-tags .tax-filter-tags-container {
  overflow: hidden;
}
.tax-filter-tags .tax-filter-tags-container .tag {
  display: inline-block;
  margin-left: 0.3125rem;
  float: left;
}
.tax-filter-tags .tax-filter-tags-container .tag:first-child {
  margin-left: 0px;
}

body.show-filter .tax-filter .tax-filter-wrapper .options,
body.show-filter .product-list .mask {
  opacity: 1;
  visibility: visible;
}
body.show-filter .tax-filter.sticky {
  border-bottom: 0px;
}
body.show-filter .tax-filter.sticky .tax-filter-wrapper {
  background-color: #F2F2F2;
}
body.show-filter .tax-filter.sticky .tax-filter-wrapper .options {
  top: 2.8125rem;
}

body.show-mobile-filter {
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  body.show-mobile-filter {
    overflow: hidden;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 1278px) {
  body.show-mobile-filter {
    display: block;
  }
}
body.show-mobile-filter .overlay {
  display: block;
}
body.show-mobile-filter .tax-filter-window {
  right: 0px !important;
  opacity: 1 !important;
  visibility: visible;
}
body.show-mobile-filter .tax-filter-window .clear-filter {
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}

.the-product {
  position: relative;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .the-product {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1.25rem;
  }
}

.woo-product-head {
  position: relative;
  overflow: hidden;
  max-width: 1278px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.75rem;
}
@media only screen and (min-width: 1910px) {
  .woo-product-head {
    max-width: 70.62vw;
    padding-left: 2.8125rem;
    padding-left: 2.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .woo-product-head {
    margin-bottom: 1.875rem;
  }
}

.woo-breadcrumb {
  position: absolute;
  top: 2.1875rem;
  left: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .woo-breadcrumb {
    display: none;
  }
}
.woo-breadcrumb.mobile {
  display: none;
  position: relative;
  top: auto;
  left: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  .woo-breadcrumb.mobile {
    display: block;
  }
}
.woo-breadcrumb.mobile a:nth-child(1), .woo-breadcrumb.mobile a:nth-child(2), .woo-breadcrumb.mobile svg:nth-child(1), .woo-breadcrumb.mobile svg:nth-child(2) {
  display: none !important;
}
.woo-breadcrumb a, .woo-breadcrumb svg, .woo-breadcrumb p {
  display: inline-block;
  line-height: 1.5rem;
  height: 1.5rem;
  vertical-align: top;
}
.woo-breadcrumb a, .woo-breadcrumb p {
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .woo-breadcrumb a, .woo-breadcrumb p {
    font-size: 0.75rem;
  }
}
.woo-breadcrumb p {
  color: #929292;
}
.woo-breadcrumb svg {
  width: 1.5rem;
}
.woo-breadcrumb svg path {
  fill: #5E6738;
}

.woo-product-gallery, .woo-product-info {
  float: left;
}
@media only screen and (max-width: 767px) {
  .woo-product-gallery, .woo-product-info {
    float: none;
  }
}

.woo-product-gallery, .woo-product-gallery-window {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.woo-product-gallery .js-slider-arrow, .woo-product-gallery-window .js-slider-arrow {
  position: absolute;
  top: 0px;
  height: 100%;
  z-index: 2;
  width: 4.375rem;
}
@media only screen and (max-width: 767px) {
  .woo-product-gallery .js-slider-arrow, .woo-product-gallery-window .js-slider-arrow {
    width: 2.625rem;
  }
}
.woo-product-gallery .js-slider-arrow:active svg circle, .woo-product-gallery-window .js-slider-arrow:active svg circle {
  fill: #0C0C0C;
}
.woo-product-gallery .js-slider-arrow svg, .woo-product-gallery-window .js-slider-arrow svg {
  display: block;
  width: 2.625rem;
  height: 2.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.3125rem;
  margin-left: -1.3125rem;
}
.woo-product-gallery .js-slider-arrow svg circle, .woo-product-gallery-window .js-slider-arrow svg circle {
  fill: #5E6738;
}
.woo-product-gallery .thumbs, .woo-product-gallery-window .thumbs {
  overflow: hidden;
  height: 4rem;
}
.woo-product-gallery .thumbs .swiper-container, .woo-product-gallery-window .thumbs .swiper-container {
  overflow: hidden;
}
.woo-product-gallery .thumbs .swiper-container .swiper-wrapper .swiper-slide, .woo-product-gallery-window .thumbs .swiper-container .swiper-wrapper .swiper-slide {
  width: 4rem;
  cursor: pointer;
}
.woo-product-gallery .thumbs .swiper-container .swiper-wrapper .swiper-slide.selected .swiper-content, .woo-product-gallery-window .thumbs .swiper-container .swiper-wrapper .swiper-slide.selected .swiper-content {
  border: 1px solid #0C0C0C;
}
.woo-product-gallery .thumbs .swiper-container .swiper-wrapper .swiper-slide.selected .swiper-content img, .woo-product-gallery-window .thumbs .swiper-container .swiper-wrapper .swiper-slide.selected .swiper-content img {
  opacity: 1 !important;
}
@media only screen and (min-width: 1278px) {
  .woo-product-gallery .thumbs .swiper-container .swiper-wrapper .swiper-slide:hover .swiper-content, .woo-product-gallery-window .thumbs .swiper-container .swiper-wrapper .swiper-slide:hover .swiper-content {
    border: 1px solid #0C0C0C;
  }
  .woo-product-gallery .thumbs .swiper-container .swiper-wrapper .swiper-slide:hover .swiper-content img, .woo-product-gallery-window .thumbs .swiper-container .swiper-wrapper .swiper-slide:hover .swiper-content img {
    opacity: 1 !important;
  }
}
.woo-product-gallery .thumbs .swiper-container .swiper-wrapper .swiper-slide .swiper-content, .woo-product-gallery-window .thumbs .swiper-container .swiper-wrapper .swiper-slide .swiper-content {
  height: 4rem;
  width: 100%;
  display: block;
  border: 1px solid #E0DFDD;
  position: relative;
}
.woo-product-gallery .thumbs .swiper-container .swiper-wrapper .swiper-slide .swiper-content svg, .woo-product-gallery-window .thumbs .swiper-container .swiper-wrapper .swiper-slide .swiper-content svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.375rem;
  height: 2.375rem;
  margin-left: -1.1875rem;
  margin-top: -1.1875rem;
  z-index: 2;
}
.woo-product-gallery .thumbs .swiper-container .swiper-wrapper .swiper-slide .swiper-content img, .woo-product-gallery-window .thumbs .swiper-container .swiper-wrapper .swiper-slide .swiper-content img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 0.25s;
  will-change: opacity;
}

.woo-product-gallery {
  width: 50%;
}
@media only screen and (min-width: 1910px) {
  .woo-product-gallery {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .woo-product-gallery {
    width: 100%;
  }
}
.woo-product-gallery .main {
  height: 0px;
  position: relative;
  padding-top: 100%;
  border: 1px solid #E0DFDD;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .woo-product-gallery .main {
    border: 0px;
  }
}
.woo-product-gallery .main .card-icon {
  top: 0.75rem;
  right: 0.75rem;
  width: 2.375rem;
  height: 2.375rem;
  z-index: 2;
  position: absolute;
}
.woo-product-gallery .main .card-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: unset !important;
}
.woo-product-gallery .main .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.woo-product-gallery .main .swiper-container .swiper-wrapper {
  height: 100%;
}
.woo-product-gallery .main .swiper-container .swiper-wrapper .swiper-slide .swiper-content {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
  text-align: center;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .woo-product-gallery .main .swiper-container .swiper-wrapper .swiper-slide .swiper-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.woo-product-gallery .main .swiper-container .swiper-wrapper .swiper-slide .swiper-content .video-file video {
  max-height: 420px;
  max-width: 100%;
}
.woo-product-gallery .main .swiper-container .swiper-wrapper .swiper-slide .swiper-content .youtube-embed {
  height: 0px;
  padding-top: 56%;
  overflow: hidden;
  position: relative;
}
.woo-product-gallery .main .swiper-container .swiper-wrapper .swiper-slide .swiper-content .youtube-embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.woo-product-gallery .main .swiper-container .swiper-wrapper .swiper-slide .swiper-content img {
  width: auto;
  display: inline-block;
  max-height: 420px;
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .woo-product-gallery .main .swiper-container .swiper-wrapper .swiper-slide .swiper-content img {
    max-height: 350px !important;
  }
}
@media only screen and (min-width: 1278px) {
  .woo-product-gallery .main .swiper-container .swiper-wrapper .swiper-slide .swiper-content img {
    cursor: url("../images/cursor.svg"), auto;
  }
}
@media only screen and (min-width: 1910px) {
  .woo-product-gallery .main .swiper-container .swiper-wrapper .swiper-slide .swiper-content img {
    max-height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .woo-product-gallery .main .swiper-container .swiper-wrapper .swiper-slide .swiper-content img {
    max-height: 100%;
  }
}
.woo-product-gallery .main .js-slider-arrow.js-slider-prev {
  left: 0px;
}
@media only screen and (max-width: 767px) {
  .woo-product-gallery .main .js-slider-arrow.js-slider-prev {
    left: 0.9375rem;
  }
}
.woo-product-gallery .main .js-slider-arrow.js-slider-next {
  right: 0px;
}
@media only screen and (max-width: 767px) {
  .woo-product-gallery .main .js-slider-arrow.js-slider-next {
    right: 0.9375rem;
  }
}
.woo-product-gallery .thumbs {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .woo-product-gallery .thumbs {
    border-top: 1px solid #E0DFDD;
    margin-top: 0.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    height: auto;
  }
}

.woo-product-info {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .woo-product-info {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 1.25rem;
  }
}
@media only screen and (min-width: 1910px) {
  .woo-product-info {
    width: 60%;
    padding-left: 6.25rem;
  }
}
.woo-product-info .p-title {
  border-bottom: 1px solid rgba(98, 94, 87, 0.2);
  padding-bottom: 1.5625rem;
  margin-bottom: 1.25rem;
}
.woo-product-info .p-title h1 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .woo-product-info .p-title h1 {
    font-size: 1.5rem;
  }
}
.woo-product-info .p-title p {
  display: block;
  margin-top: 0.625rem;
}
.woo-product-info .p-title .reviews {
  overflow: hidden;
  margin-top: 0.9375rem;
}
.woo-product-info .p-title .reviews .stars {
  float: left;
}
.woo-product-info .p-title .reviews a {
  margin-left: 0.9375rem;
  line-height: 1.5rem;
  height: 1.5rem;
  position: relative;
  top: 0.125rem;
  display: inline-block;
  color: #5E6738;
}
.woo-product-info .p-status {
  overflow: hidden;
}
.woo-product-info .p-status p {
  display: inline-block;
  line-height: 1.375rem;
  line-height: 1.375rem;
  vertical-align: top;
}
.woo-product-info .p-status p.price {
  float: left;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.woo-product-info .p-status p.stock {
  float: right;
}
.woo-product-info .p-status p.stock svg {
  display: inline-block;
  width: 0.625rem;
  height: 1.375rem;
  vertical-align: top;
  margin-right: 0.3125rem;
}
.woo-product-info .p-status p.stock svg circle {
  fill: #5E6738;
}
.woo-product-info .p-status p.stock.instock svg circle {
  fill: #5E6738;
}
.woo-product-info .p-status p.stock.outofstock svg circle {
  fill: #C7C7C7;
}
.woo-product-info .p-status p.stock.onbackorder svg circle {
  fill: #A8996E;
}
.woo-product-info .p-status .add-info {
  clear: both;
  overflow: hidden;
  padding-top: 0.9375rem;
}
.woo-product-info .p-status .add-info p {
  display: block;
  background-color: #F2F2F2;
  padding: 0.3125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.woo-product-info .p-buttons {
  margin-top: 0.9375rem;
}
@media only screen and (max-width: 1278px) {
  .woo-product-info .p-buttons {
    margin-top: 0.625rem;
  }
}
.woo-product-info .p-buttons a.but {
  display: inline-block;
  border-radius: 3.125rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  border: 2px solid #5E6738;
  margin-left: 0.4375rem;
  vertical-align: top;
}
@media only screen and (max-width: 1278px) {
  .woo-product-info .p-buttons a.but {
    margin-left: 0px;
    margin-top: 0.625rem;
  }
}
.woo-product-info .p-buttons a.but:first-child {
  margin-left: 0px;
}
.woo-product-info .p-buttons a.but:after {
  display: none;
}
@media only screen and (min-width: 1278px) {
  .woo-product-info .p-buttons a.but {
    transition-property: background-color, border-color, transform, opacity, visibility;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    will-change: background-color, border-color, transform, opacity, visibility;
    transform: translateY(0px);
  }
}
@media only screen and (min-width: 1278px) {
  .woo-product-info .p-buttons a.but:hover {
    transform: translateY(-2px);
    background-color: #5E6738;
    border-color: #5E6738;
  }
  .woo-product-info .p-buttons a.but:hover span {
    color: #FFFFFF;
  }
}
.woo-product-info .p-buttons a.but:active {
  transform: translateY(-2px);
  background-color: #5E6738;
  border-color: #5E6738;
}
.woo-product-info .p-buttons a.but:active span {
  color: #FFFFFF;
}
@media only screen and (min-width: 1278px) {
  .woo-product-info .p-buttons a.but.book-free:hover svg {
    width: 100%;
    height: 100%;
  }
  .woo-product-info .p-buttons a.but.book-free:hover svg path {
    stroke: #5E6738 !important;
  }
}
@media only screen and (min-width: 1278px) {
  .woo-product-info .p-buttons a.but.external:hover {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
  }
  .woo-product-info .p-buttons a.but.external:hover span {
    color: #5E6738;
  }
  .woo-product-info .p-buttons a.but.external:hover svg {
    width: 100%;
    height: 100%;
  }
  .woo-product-info .p-buttons a.but.external:hover svg path {
    stroke: #5E6738 !important;
  }
}
.woo-product-info .p-buttons a.but.add-to-cart {
  background-color: #5E6738;
}
@media only screen and (min-width: 1278px) {
  .woo-product-info .p-buttons a.but.add-to-cart:not(.external):hover {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
  }
  .woo-product-info .p-buttons a.but.add-to-cart:not(.external):hover span {
    color: #5E6738;
  }
  .woo-product-info .p-buttons a.but.add-to-cart:not(.external):hover svg {
    width: 100%;
    height: 100%;
  }
  .woo-product-info .p-buttons a.but.add-to-cart:not(.external):hover svg g g:nth-child(1) path, .woo-product-info .p-buttons a.but.add-to-cart:not(.external):hover svg g g:nth-child(2) path {
    fill: #5E6738;
  }
  .woo-product-info .p-buttons a.but.add-to-cart:not(.external):hover svg g g:nth-child(3) path {
    stroke: #5E6738;
  }
}
.woo-product-info .p-buttons a.but.add-to-cart:active {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.woo-product-info .p-buttons a.but.add-to-cart:active span {
  color: #5E6738;
}
.woo-product-info .p-buttons a.but.add-to-cart:active svg {
  width: 100%;
  height: 100%;
}
.woo-product-info .p-buttons a.but.add-to-cart:active svg g g:nth-child(1) path, .woo-product-info .p-buttons a.but.add-to-cart:active svg g g:nth-child(2) path {
  fill: #5E6738;
}
.woo-product-info .p-buttons a.but.add-to-cart:active svg g g:nth-child(3) path {
  stroke: #5E6738;
}
.woo-product-info .p-buttons a.but.add-to-cart .js-load-lottie-cart svg path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}
.woo-product-info .p-buttons a.but.add-to-cart span {
  color: #FFFFFF;
}
.woo-product-info .p-buttons a.but .js-load-lottie-cart, .woo-product-info .p-buttons a.but span {
  vertical-align: top;
  height: 2.75rem;
}
@media only screen and (max-width: 767px) {
  .woo-product-info .p-buttons a.but .js-load-lottie-cart, .woo-product-info .p-buttons a.but span {
    height: 2.5rem;
  }
}
.woo-product-info .p-buttons a.but .js-load-lottie-cart {
  display: inline-block;
  width: 1.5625rem;
  margin-right: 0.3125rem;
}
.woo-product-info .p-buttons a.but .js-load-lottie-cart svg {
  display: block;
  width: 100%;
  height: 100%;
}
.woo-product-info .p-buttons a.but span {
  line-height: 2.75rem;
  color: #5E6738;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .woo-product-info .p-buttons a.but span {
    line-height: 2.5rem;
  }
}
.woo-product-info .p-options {
  overflow: hidden;
  margin-top: 0.9375rem;
  position: relative;
}
.woo-product-info .p-options .p-count {
  float: left;
  margin-right: 0px;
}
.woo-product-info .p-options .notices {
  position: absolute;
  top: 0px;
  left: 8.75rem;
  right: 0px;
}
.woo-product-info .print-switcher {
  margin-top: 1.25rem;
  padding-top: 0.9375rem;
  border-top: 1px solid rgba(98, 94, 87, 0.2);
}
.woo-product-info .print-switcher .radio {
  margin-top: 0.3125rem;
}
.woo-product-info .print-switcher .radio:first-letter {
  margin-top: 0px;
}
.woo-product-info .print-switcher .radio.active a .circle {
  border-width: 0.40625rem;
  border-color: #5E6738;
}
.woo-product-info .print-switcher .radio a {
  display: inline-block;
}
@media only screen and (min-width: 1278px) {
  .woo-product-info .print-switcher .radio a {
    transition-property: opacity;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    will-change: opacity;
  }
  .woo-product-info .print-switcher .radio a:hover:not(.active) .circle {
    border-color: #5E6738;
  }
}
.woo-product-info .print-switcher .radio a:active:not(.active) {
  opacity: 0.7;
}
.woo-product-info .print-switcher .radio a:after {
  display: none;
}
.woo-product-info .print-switcher .radio a .circle, .woo-product-info .print-switcher .radio a span {
  display: inline-block;
  vertical-align: top;
}
.woo-product-info .print-switcher .radio a .circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid #C4C4C4;
}
@media only screen and (min-width: 1278px) {
  .woo-product-info .print-switcher .radio a .circle {
    transition-property: border-color;
    transition-duration: 0.15s;
    transition-timing-function: ease-in;
  }
}
.woo-product-info .print-switcher .radio a span {
  color: #0C0C0C;
  line-height: 1.25rem;
  padding-left: 0.3125rem;
}
.woo-product-info .p-switcher {
  overflow: hidden;
  position: relative;
  border-top: 1px solid rgba(98, 94, 87, 0.2);
  border-bottom: 1px solid rgba(98, 94, 87, 0.2);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-top: 1.5625rem;
}
.woo-product-info .p-switcher.physical a.type:first-child {
  opacity: 0.5;
}
.woo-product-info .p-switcher.physical a.switcher span {
  left: auto;
  right: 0px;
}
.woo-product-info .p-switcher.digital-book a.type:last-child {
  opacity: 0.5;
}
.woo-product-info .p-switcher a.type {
  display: inline-block;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #0C0C0C;
}
.woo-product-info .p-switcher a.type:after {
  display: none;
}
.woo-product-info .p-switcher a.type:first-child {
  float: left;
}
.woo-product-info .p-switcher a.type:last-child {
  float: right;
}
.woo-product-info .p-switcher a.switcher {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3rem;
  margin-left: -1.5rem;
  margin-top: -0.75rem;
  height: 1.5rem;
  background-color: #5E6738;
  border-radius: 24px;
  z-index: 2;
}
.woo-product-info .p-switcher a.switcher:after {
  display: none;
}
.woo-product-info .p-switcher a.switcher span {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  border: 2px solid #5E6738;
  background-color: #FFFFFF;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
}

.woo-product-gallery-window {
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  background-color: #FFFFFF;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  transition-property: opacity, visibility;
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
  will-change: opacity, visibility;
}
.woo-product-gallery-window.hidden {
  height: 0px;
  display: none;
}
.woo-product-gallery-window .head {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4rem;
  border-bottom: 1px solid rgba(98, 94, 87, 0.2);
  z-index: 2;
}
.woo-product-gallery-window .head .fraction {
  text-align: center;
  line-height: 4rem;
  height: 4rem;
}
.woo-product-gallery-window .head .fraction span {
  display: inline-block;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.woo-product-gallery-window .head .close-gallery-window {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 4rem;
  padding: 1.1875rem;
  cursor: pointer;
}
.woo-product-gallery-window .head .close-gallery-window:hover svg {
  transform: rotate(-90deg);
  opacity: 1;
}
.woo-product-gallery-window .head .close-gallery-window:active svg path {
  stroke: #0C0C0C;
}
.woo-product-gallery-window .head .close-gallery-window svg {
  display: block;
  width: 24px;
  height: 24px;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease-in;
  will-change: transform;
}
.woo-product-gallery-window .main {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.woo-product-gallery-window .main .js-slider-arrow.js-slider-prev {
  left: 6.25rem;
}
.woo-product-gallery-window .main .js-slider-arrow.js-slider-next {
  right: 6.25rem;
}
.woo-product-gallery-window .main .swiper-container {
  height: 100%;
}
.woo-product-gallery-window .main .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
.woo-product-gallery-window .main .swiper-container .swiper-wrapper .swiper-slide .swiper-content {
  height: 100%;
  text-align: center;
}
.woo-product-gallery-window .main .swiper-container .swiper-wrapper .swiper-slide .swiper-content img {
  display: inline-block;
  max-height: 100%;
  width: auto;
}
.woo-product-gallery-window .main .swiper-container .swiper-wrapper .swiper-slide .swiper-content .video-file {
  display: inline-block;
  aspect-ratio: 16/9;
  width: 860px;
  position: relative;
}
.woo-product-gallery-window .main .swiper-container .swiper-wrapper .swiper-slide .swiper-content .video-file video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.woo-product-gallery-window .main .swiper-container .swiper-wrapper .swiper-slide .swiper-content .youtube-embed {
  aspect-ratio: 16/9;
  width: 860px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.woo-product-gallery-window .main .swiper-container .swiper-wrapper .swiper-slide .swiper-content .youtube-embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.woo-product-gallery-window .thumbs {
  position: absolute;
  left: 0;
  bottom: 1.25rem;
  width: 100%;
  z-index: 2;
}

.woo-product-tabs {
  margin-bottom: 5rem;
  max-width: 1278px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .woo-product-tabs {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 1910px) {
  .woo-product-tabs {
    max-width: 70.62vw;
    padding-left: 2.8125rem;
    padding-left: 2.8125rem;
  }
}
.woo-product-tabs .tabs-menu {
  border-bottom: 1px solid rgba(98, 94, 87, 0.2);
}
@media only screen and (max-width: 767px) {
  .woo-product-tabs .tabs-menu {
    overflow: hidden;
    overflow-x: auto;
  }
}
.woo-product-tabs .tabs-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  top: 1px;
  margin-left: auto;
  margin-right: auto;
}
.woo-product-tabs .tabs-menu ul li {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 600px) {
  .woo-product-tabs .tabs-menu ul li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.woo-product-tabs .tabs-menu ul li.active a {
  color: #0C0C0C;
}
.woo-product-tabs .tabs-menu ul li.active a:after {
  width: 2.5rem;
}
.woo-product-tabs .tabs-menu ul li a {
  color: #5E6738;
  height: 1.875rem;
  line-height: 1.875rem;
  position: relative;
}
.woo-product-tabs .tabs-menu ul li a:after {
  margin-left: -1.25rem;
  left: 50%;
}
@media only screen and (min-width: 1278px) {
  .woo-product-tabs .tabs-menu ul li a:hover:after {
    width: 2.5rem;
  }
}
.woo-product-tabs .tabs-content {
  margin-top: 2.8125rem;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .woo-product-tabs .tabs-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 2.1875rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .woo-product-tabs .tabs-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .woo-product-tabs .tabs-content {
    margin-bottom: 3.125rem;
  }
}
.woo-product-tabs .tabs-content .tab {
  display: none;
}
.woo-product-tabs .tabs-content .tab .group {
  overflow: hidden;
  margin-top: 1.875rem;
}
.woo-product-tabs .tabs-content .tab .group:first-child {
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  .woo-product-tabs .tabs-content .tab .group {
    margin-top: 1.25rem;
  }
}
@media only screen and (min-width: 767px) {
  .woo-product-tabs .tabs-content .tab .group h3, .woo-product-tabs .tabs-content .tab .group .my-rating {
    float: left;
    width: 40%;
  }
}
@media only screen and (min-width: 767px) {
  .woo-product-tabs .tabs-content .tab .group .tab-content {
    float: left;
    width: 60%;
  }
}
.woo-product-tabs .tabs-content .tab .group .tab-content .attached-file {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.woo-product-tabs .tabs-content .tab .group .tab-content p {
  display: block;
  margin-top: 1.25rem;
  display: none;
}
.woo-product-tabs .tabs-content .tab .group .tab-content p:first-child {
  margin-top: 0px;
}
.woo-product-tabs .tabs-content .tab .group .tab-content .first-comment {
  padding-bottom: 0.625rem;
}
.woo-product-tabs .tabs-content .tab .group .tab-content .first-comment p {
  display: block;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 600px) {
  .woo-product-tabs .tabs-content .tab .group .tab-content .attributes-list {
    margin-top: 0.9375rem;
  }
}
.woo-product-tabs .tabs-content .tab .group .tab-content .attributes-list.show-all .item {
  display: block;
}
.woo-product-tabs .tabs-content .tab .group .tab-content .attributes-list a.show-more {
  display: inline-block;
  margin-top: 0.9375rem;
}
.woo-product-tabs .tabs-content .tab .group .tab-content .attributes-list .item {
  overflow: hidden;
  margin-top: 0.9375rem;
  display: none;
}
.woo-product-tabs .tabs-content .tab .group .tab-content .attributes-list .item:first-child {
  margin-top: 0px;
}
.woo-product-tabs .tabs-content .tab .group .tab-content .attributes-list .item:nth-child(-n+3) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.woo-product-tabs .tabs-content .tab .group .tab-content .attributes-list .item span {
  display: inline-block;
  width: auto;
  margin-right: 0.75rem;
}
.woo-product-tabs .tabs-content .tab .group .tab-content .attributes-list .item .t {
  width: auto;
}

#related-products {
  max-width: 1278px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1910px) {
  #related-products {
    max-width: 70.62vw;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  #related-products {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

body.show-gallery-window {
  overflow: hidden;
}
body.show-gallery-window .woo-product-gallery-window {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.sidebars {
  position: fixed;
  width: 31.5rem;
  top: 0px;
  right: 0px;
  right: -50%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 1000;
  visibility: hidden;
  transition-property: right, visibility;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
  will-change: right, visibility;
}
@media only screen and (max-width: 600px) {
  .sidebars {
    right: -100%;
  }
}
.sidebars.loading .body, .sidebars.loading .bottom {
  opacity: 0.2;
}
.sidebars.loading .preloader {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .sidebars {
    width: 100%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .sidebars {
    width: 24rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
.sidebars .head {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4rem;
  border-bottom: 1px solid rgba(98, 94, 87, 0.2);
  padding-left: 2.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 600px) {
  .sidebars .head {
    padding-left: 0.9375rem;
  }
}
.sidebars .body, .sidebars .bottom {
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-in;
  will-change: opacity;
}
.sidebars .body {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 3.9375rem;
  overflow-y: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 600px) {
  .sidebars .body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.sidebars .bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(98, 94, 87, 0.2);
}
@media only screen and (max-width: 600px) {
  .sidebars .bottom {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.sidebars .close-sidebars {
  position: absolute;
  top: 0px;
  right: 1.25rem;
  height: 100%;
  width: 2.8125rem;
  padding: 0.75rem;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .sidebars .close-sidebars {
    right: 0.3125rem;
  }
}
@media only screen and (min-width: 1278px) {
  .sidebars .close-sidebars svg {
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    will-change: transform;
  }
  .sidebars .close-sidebars:hover {
    opacity: 1;
  }
  .sidebars .close-sidebars:hover svg {
    transform: rotate(-90deg);
  }
}
.sidebars .close-sidebars:active svg path {
  stroke: #0C0C0C;
}
.sidebars .close-sidebars svg {
  display: block;
  width: 100%;
  height: 100%;
}
.sidebars .close-sidebars svg path {
  stroke-width: 2.1;
  stroke: #5E6738;
}
.sidebars .sidebar-menu-list h3 {
  margin-bottom: 1.25rem;
}
.sidebars .sidebar-menu-list a {
  display: block;
  position: relative;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 2.375rem;
  color: #5E6738;
}
@media only screen and (min-width: 1278px) {
  .sidebars .sidebar-menu-list a:hover:before {
    width: 100%;
    opacity: 1;
  }
}
.sidebars .sidebar-menu-list a:after, .sidebars .sidebar-menu-list a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 1px;
  opacity: 0.2;
  bottom: 0px;
  transition-property: width;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
  will-change: width;
}
.sidebars .sidebar-menu-list a:before {
  z-index: 2;
  width: 0;
  background-color: #0C0C0C;
}
.sidebars .sidebar-menu-list a:after {
  z-index: 1;
  width: 100%;
  background-color: #5E6738;
}
.sidebars .sidebar-menu-list a:active {
  color: #0C0C0C;
}
.sidebars .sidebar-menu-list ul {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 1.25rem;
  margin-bottom: 0rem;
  list-style: none;
}
.sidebars .sidebar-menu-list ul li {
  counter-increment: section;
  position: relative;
}
.sidebars .sidebar-menu-list ul li:before {
  content: counter(section) ". ";
  top: 0px;
  left: 0px;
  display: block;
  position: absolute;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  color: #5E6738;
}
.sidebars .sidebar-menu-list ul li.active a {
  color: #0C0C0C;
}
.sidebars .sidebar-menu-list ul li.active a:before {
  width: 100%;
}
.sidebars .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.125rem;
  height: 3.125rem;
  margin-left: -1.5625rem;
  margin-top: -1.5625rem;
  visibility: hidden;
  opacity: 0;
  transition-property: visibility, opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-in;
  will-change: opacity, visibility;
}
.sidebars .preloader svg {
  display: block;
  width: 100%;
  height: 100%;
}

.p-count {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.625rem;
  height: 2.5rem;
  position: relative;
}
.p-count span, .p-count a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  float: left;
  color: #0C0C0C;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.p-count span:first-child, .p-count a:first-child {
  border-left: 0;
}
.p-count span {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.p-count a {
  position: relative;
}
.p-count a:after {
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  left: 0px;
  height: 2.5rem;
  line-height: 2.5rem;
  width: 100%;
  background: none !important;
}
.p-count a.down {
  border-left: 1px solid #000000;
  border-top-left-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
}
.p-count a.down.disabled {
  cursor: not-allowed;
}
.p-count a.down:after {
  content: "-";
}
.p-count a.up {
  border-right: 1px solid #000000;
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
}
.p-count a.up:after {
  content: "+";
}
.p-count a.disabled:after {
  opacity: 0.3;
}
@media only screen and (min-width: 1278px) {
  .p-count a {
    transition-property: background-color;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    will-change: background-color;
  }
  .p-count a:not(.disabled):hover {
    background-color: #0C0C0C;
    color: #FFFFFF !important;
  }
}

.notices {
  background-color: #F2F2F2;
  padding-top: 0.2625rem;
  padding-bottom: 0.2625rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.notices p {
  display: block;
  color: #625E57;
}

.fast-checkout.empty .body {
  bottom: 0px;
}
.fast-checkout.empty .bottom {
  display: none;
}
@media only screen and (max-width: 600px) {
  .fast-checkout .head {
    text-align: center;
    padding-left: 0px;
  }
}
.fast-checkout .head .button {
  top: 0.625rem;
  cursor: auto !important;
}
.fast-checkout .head .button:after {
  background-color: transparent;
  border: 0px;
}
@media only screen and (min-width: 1278px) {
  .fast-checkout .head .button:hover {
    transform: translateX(0);
  }
  .fast-checkout .head .button:hover svg g g:nth-child(1) path, .fast-checkout .head .button:hover svg g g:nth-child(2) path {
    fill: #0C0C0C;
  }
  .fast-checkout .head .button:hover svg g g:nth-child(3) path {
    stroke: #0C0C0C;
  }
  .fast-checkout .head .button:hover .cart-item-count {
    background-color: #5E6738;
    color: #FFFFFF;
  }
}
.fast-checkout .body {
  bottom: 7.125rem;
}
.fast-checkout .body .cart-items .cart-item {
  position: relative;
  padding-left: 5.625rem;
  margin-top: 1.875rem;
}
.fast-checkout .body .cart-items .cart-item a.p-thumb {
  display: block;
  width: 4rem;
  height: 5.75rem;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid rgba(12, 12, 12, 0.06);
}
.fast-checkout .body .cart-items .cart-item a.p-thumb:after {
  display: none;
}
.fast-checkout .body .cart-items .cart-item a.p-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.fast-checkout .body .cart-items .cart-item a.p-title {
  color: #5E6738;
  margin-bottom: 0.625rem;
  display: inline-block;
}
.fast-checkout .body .cart-items .cart-item a.p-title:after {
  display: none;
}
.fast-checkout .body .cart-items .cart-item p.p-type {
  display: inline-block;
}
.fast-checkout .body .cart-items .cart-item p.p-type.inline {
  height: 2.625rem;
  line-height: 2.625rem;
  vertical-align: top;
}
.fast-checkout .body .cart-items .cart-item .p-info {
  overflow: hidden;
  border-top: 1px solid rgba(98, 94, 87, 0.2);
  padding-top: 0.625rem;
  margin-top: 0.9375rem;
}
.fast-checkout .body .cart-items .cart-item .p-info p, .fast-checkout .body .cart-items .cart-item .p-info a {
  display: inline-block;
}
.fast-checkout .body .cart-items .cart-item .p-info p {
  float: left;
  color: #625E57;
}
.fast-checkout .body .cart-items .cart-item .p-info a {
  float: right;
}
.fast-checkout .bottom .total-amount {
  overflow: hidden;
  margin-bottom: 0.625rem;
}
.fast-checkout .bottom .total-amount p {
  display: inline-block;
  float: right;
}
.fast-checkout .bottom .total-amount p:first-child {
  float: left;
}
.fast-checkout .bottom a.but {
  display: block;
  text-align: center;
  background-color: #5E6738;
  border-radius: 2.5rem;
  transform: translateY(0px);
}
@media only screen and (min-width: 1278px) {
  .fast-checkout .bottom a.but {
    transition-property: transform, background-color;
    transition-duration: 0.15s;
    will-change: transform, background-color;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  }
  .fast-checkout .bottom a.but:hover {
    transform: translateY(-2px);
    background-color: #F2F2F2;
  }
  .fast-checkout .bottom a.but:hover span {
    color: #5E6738;
  }
}
.fast-checkout .bottom a.but:after {
  display: none;
}
.fast-checkout .bottom a.but span {
  display: block;
  height: 2.75rem;
  line-height: 2.75rem;
  color: #FFFFFF;
  letter-spacing: 0.05em;
}

body.show-fast-checkout {
  overflow: hidden;
}
body.show-fast-checkout .fast-checkout {
  right: 0px !important;
  visibility: visible;
  opacity: 1;
}
body.show-fast-checkout .overlay {
  display: block;
}

.fast-login .head span {
  line-height: 4rem;
}
.fast-login .body {
  bottom: 8.875rem;
}
.fast-login .body .benefits {
  background-color: #F2F2F2;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin-top: 0.9375rem;
}
.fast-login .body .benefits .advices {
  margin-top: 0.625rem;
}
.fast-login .body .benefits .advices div {
  position: relative;
  padding-left: 1.875rem;
}
.fast-login .body .benefits .advices div svg {
  position: absolute;
  top: 0.125rem;
  left: 0px;
}
.fast-login .body .benefits .advices div p {
  display: block;
}
.fast-login .body .woo-login {
  margin-top: 1.25rem;
}
.fast-login .body .woo-login form .rules {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.fast-login .body .woo-login form .submit-form {
  text-align: center;
}
.fast-login .body .woo-login form .submit-form .button_2, .fast-login .body .woo-login form .submit-form .allow-cookies .allow-cookies-wrapper .buttons a, .allow-cookies .allow-cookies-wrapper .buttons .fast-login .body .woo-login form .submit-form a {
  margin-bottom: 0.625rem;
  margin-left: auto;
  margin-right: auto;
}

body.show-fast-login {
  overflow: hidden;
}
body.show-fast-login .fast-login {
  right: 0px !important;
  visibility: visible;
  opacity: 1;
}
body.show-fast-login .overlay {
  display: block;
}

body.free-download .fast-login .body {
  bottom: 12.1875rem;
}

.product-reviews {
  margin-top: 2.5rem;
}
.product-reviews .single-review {
  overflow: hidden;
  margin-top: 2.5rem;
}
.product-reviews .single-review:first-child {
  margin-top: 0px;
}
.product-reviews .single-review .rating {
  float: left;
  width: 40%;
}
@media only screen and (max-width: 600px) {
  .product-reviews .single-review .rating {
    float: none;
    width: 100%;
  }
}
.product-reviews .single-review .rating .author span {
  display: block;
  margin-bottom: 0.3125rem;
}
.product-reviews .single-review .rating .author p {
  display: block;
  font-weight: 700;
}
.product-reviews .single-review .rating .stars {
  margin-top: 0.625rem;
}
.product-reviews .single-review .review {
  float: left;
  width: 60%;
}
@media only screen and (max-width: 600px) {
  .product-reviews .single-review .review {
    float: none;
    width: 100%;
    margin-top: 0.9375rem;
  }
}
.product-reviews .single-review .review h3 {
  font-size: 1.125rem !important;
  line-height: 126%;
  font-weight: 600;
}
@media (min-width: 976px) {
  .product-reviews .single-review .review h3 {
    font-size: 1.25rem !important;
  }
}
.product-reviews .single-review .review h3, .product-reviews .single-review .review p {
  display: block;
  line-height: 1.5;
}
.product-reviews .single-review .review p {
  margin-top: 0.625rem;
}

.post-review .my-rating {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 600px) {
  .post-review .my-rating {
    margin-bottom: 1.25rem;
  }
}
.post-review .my-rating.error p.error {
  display: inline-block;
}
.post-review .my-rating h3 {
  display: block;
  float: none !important;
  width: auto !important;
}
.post-review .my-rating .stars {
  margin-top: 0.625rem;
}
.post-review .my-rating .stars svg {
  cursor: pointer;
}
.post-review .my-rating .stars svg:active {
  background-color: rgba(185, 151, 91, 0.2);
}
@media only screen and (min-width: 1278px) {
  .post-review .my-rating .stars svg:hover path {
    opacity: 1;
    fill: #B9975B;
  }
}
.post-review .my-rating p.error {
  display: none;
  line-height: 1.25rem;
  font-size: 0.9375rem;
  color: #dc3545;
  margin-top: 0.3125rem;
}
.post-review form {
  overflow: hidden;
  padding-bottom: 0.3125rem;
}
.post-review form.has-errors fieldset {
  margin-bottom: 1.25rem;
}
.post-review form fieldset {
  display: block;
}
.post-review .form-success {
  margin-top: 3.125rem;
  display: none;
}
.post-review .form-success h3 {
  color: #5E6738;
  float: none !important;
  width: 100% !important;
  font-size: 1.25rem !important;
}
.post-review .form-success h3 svg {
  height: 1.5625rem;
  position: relative;
  top: -2px;
  margin-right: 0.625rem;
}
.post-review .form-success h3 svg path {
  fill: #5E6738;
}
.newsletter {
  max-width: 33.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  padding-top: 1.875rem;
}
.newsletter p {
  display: block;
  margin-top: 1.25rem;
}
.newsletter p:first-child {
  margin-top: 0px;
}

.tnp {
  margin-bottom: 1.875rem;
}
.tnp form {
  position: relative;
  height: 3.75rem;
  border: 1px solid rgba(98, 94, 87, 0.2);
  border-radius: 3.75rem;
  overflow: hidden;
}
.tnp form .tnp-field {
  position: absolute;
  height: 100%;
}
.tnp form .tnp-field.tnp-field-email {
  top: 0px;
  left: 0px;
  right: 8.75rem;
}
.tnp form .tnp-field.tnp-field-email label {
  display: none;
}
.tnp form .tnp-field.tnp-field-email input {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.tnp form .tnp-field.tnp-field-button {
  top: 0px;
  right: 0px;
}
.tnp form .tnp-field.tnp-field-button input {
  background-color: #5E6738;
  color: #FFFFFF;
  text-transform: uppercase;
  width: 8.75rem;
}
.tnp form .tnp-field.tnp-field-button input:active {
  background-color: #0C0C0C;
}
.tnp form .tnp-field input {
  display: block;
  width: 100%;
  border: 0px;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.search-bar {
  position: absolute;
  top: 0px;
  left: 16.875rem;
  right: 0px;
  padding-top: 2rem;
  padding-bottom: 3.125rem;
  background-color: #FFFFFF;
  z-index: 1;
  border-bottom: 1px solid #E0DFDD;
  transition-property: transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.09, 0.29, 0.24, 0.96);
  will-change: transform;
  transform: translateY(-18.75rem);
}
@media only screen and (max-width: 1278px) {
  .search-bar {
    left: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .search-bar {
    padding-top: 1.875rem;
  }
}
.search-bar .cats {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.search-bar .cats #noResult {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  font-weight: 325;
}
@media only screen and (max-width: 600px) {
  .search-bar .cats #noResult {
    display: none;
  }
}
.search-bar .cats #noResult.hidden {
  display: none;
}
.search-bar.inline {
  position: relative;
  left: auto;
  transform: translateY(0px);
  background-color: transparent;
  border: 0px;
  padding: 0px;
}
.search-bar .search-close-wrapper {
  position: absolute;
  top: 0.938rem;
  right: 2.5rem;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .search-bar .search-close-wrapper {
    top: 0.25rem;
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1278px) {
  .search-bar .search-close-wrapper {
    display: none;
  }
}
.search-bar .search-bar-container {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  will-change: opacity;
}
@media only screen and (max-width: 600px) {
  .search-bar .search-bar-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.search-bar .search-bar-container form {
  position: relative;
}
.search-bar .search-bar-container form.show-but .but {
  opacity: 1;
}
.search-bar .search-bar-container form input {
  width: 100%;
  padding: 0px;
  margin: 0px;
  border: 1px solid #E0DFDD;
  line-height: 3.375rem;
  height: 3.375rem;
  border-radius: 6.25rem;
  padding-left: 1.5625rem;
  padding-right: 5rem;
  transition-property: border-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
}
.search-bar .search-bar-container form input:focus {
  border: 1px solid #5E6738;
}
.search-bar .search-bar-container form .but {
  position: absolute;
  width: 1.625rem;
  height: 1.625rem;
  margin-top: -0.8125rem;
  cursor: pointer;
  top: 50%;
  padding: 0.25rem;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.search-bar .search-bar-container form .but.submit {
  right: 3.125rem;
}
@media only screen and (min-width: 1278px) {
  .search-bar .search-bar-container form .but.submit:hover svg path {
    fill: #0C0C0C;
  }
}
.search-bar .search-bar-container form .but.clear {
  right: 1.25rem;
}
@media only screen and (min-width: 1278px) {
  .search-bar .search-bar-container form .but.clear:hover svg path {
    stroke: #0C0C0C;
  }
}
.search-bar .search-bar-container form .but svg {
  display: block;
  width: 100%;
  height: 100%;
}
.search-bar .search-bar-container .cats {
  padding: 1.5625rem;
  border-radius: 1.25rem;
  border: 1px solid #E0DFDD;
  margin-top: 0.3125rem;
  position: relative;
  display: none;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 600px) {
  .search-bar .search-bar-container .cats {
    border: 0px;
    padding: 0px;
    margin-top: 1.5625rem;
  }
}
.search-bar .search-bar-container .cats.show {
  display: block;
}
.search-bar .search-bar-container .cats.hide-cats .buts,
.search-bar .search-bar-container .cats.hide-cats .subtitle,
.search-bar .search-bar-container .cats.hide-cats .card--book .book-buy,
.card--book .search-bar .search-bar-container .cats.hide-cats .book-buy,
.search-bar .search-bar-container .cats.hide-cats .card--book .book-show-details,
.card--book .search-bar .search-bar-container .cats.hide-cats .book-show-details,
.search-bar .search-bar-container .cats.hide-cats .card--book .book-open,
.card--book .search-bar .search-bar-container .cats.hide-cats .book-open,
.search-bar .search-bar-container .cats.hide-cats .card--book .book-price,
.card--book .search-bar .search-bar-container .cats.hide-cats .book-price,
.search-bar .search-bar-container .cats.hide-cats .card--book .book-pages,
.card--book .search-bar .search-bar-container .cats.hide-cats .book-pages,
.search-bar .search-bar-container .cats.hide-cats .card--book .book-lang,
.card--book .search-bar .search-bar-container .cats.hide-cats .book-lang,
.search-bar .search-bar-container .cats.hide-cats .card--book .book-author,
.card--book .search-bar .search-bar-container .cats.hide-cats .book-author,
.search-bar .search-bar-container .cats.hide-cats a.clear-cats,
.search-bar .search-bar-container .cats.hide-cats .button__content,
.search-bar .search-bar-container .cats.hide-cats .soc-logins a span,
.soc-logins a .search-bar .search-bar-container .cats.hide-cats span,
.search-bar .search-bar-container .cats.hide-cats .header .menu-top-menu-container ul.menu li a,
.header .menu-top-menu-container ul.menu li .search-bar .search-bar-container .cats.hide-cats a,
.search-bar .search-bar-container .cats.hide-cats .footer__top .footer__contacts ul li a,
.footer__top .footer__contacts ul li .search-bar .search-bar-container .cats.hide-cats a,
.search-bar .search-bar-container .cats.hide-cats .footer__top .footer__sitemap ul li a,
.footer__top .footer__sitemap ul li .search-bar .search-bar-container .cats.hide-cats a,
.search-bar .search-bar-container .cats.hide-cats .footer .news-letter-form form button span,
.footer .news-letter-form form button .search-bar .search-bar-container .cats.hide-cats span,
.search-bar .search-bar-container .cats.hide-cats .main-menu__body .main-menu__item a,
.main-menu__body .main-menu__item .search-bar .search-bar-container .cats.hide-cats a,
.search-bar .search-bar-container .cats.hide-cats .main-menu .main-menu__mobile-links ul li a,
.main-menu .main-menu__mobile-links ul li .search-bar .search-bar-container .cats.hide-cats a,
.search-bar .search-bar-container .cats.hide-cats body.login #login p.submit .button,
body.login #login p.submit .search-bar .search-bar-container .cats.hide-cats .button,
.search-bar .search-bar-container .cats.hide-cats html.account .woocommerce .woocommerce-order .group .group-title h3,
html.account .woocommerce .woocommerce-order .group .group-title .search-bar .search-bar-container .cats.hide-cats h3,
.search-bar .search-bar-container .cats.hide-cats html.account .woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li label p,
html.account .woocommerce .woocommerce-checkout .woocommerce-checkout-payment ul li label .search-bar .search-bar-container .cats.hide-cats p,
.search-bar .search-bar-container .cats.hide-cats html.account .woocommerce .woocommerce-checkout .summary .title p,
html.account .woocommerce .woocommerce-checkout .summary .title .search-bar .search-bar-container .cats.hide-cats p,
.search-bar .search-bar-container .cats.hide-cats html.account .woocommerce .woocommerce-checkout .group .input-tabs a,
html.account .woocommerce .woocommerce-checkout .group .input-tabs .search-bar .search-bar-container .cats.hide-cats a,
.search-bar .search-bar-container .cats.hide-cats .account-header a.back,
.account-header .search-bar .search-bar-container .cats.hide-cats a.back,
.search-bar .search-bar-container .cats.hide-cats .account-content .profile-sidebar a,
.account-content .profile-sidebar .search-bar .search-bar-container .cats.hide-cats a,
.search-bar .search-bar-container .cats.hide-cats .sources-block .block-intro-header a,
.sources-block .block-intro-header .search-bar .search-bar-container .cats.hide-cats a,
.search-bar .search-bar-container .cats.hide-cats .woo-breadcrumb a,
.woo-breadcrumb .search-bar .search-bar-container .cats.hide-cats a,
.search-bar .search-bar-container .cats.hide-cats .woo-breadcrumb p,
.woo-breadcrumb .search-bar .search-bar-container .cats.hide-cats p,
.search-bar .search-bar-container .cats.hide-cats .woo-product-tabs .tabs-menu ul li a,
.woo-product-tabs .tabs-menu ul li .search-bar .search-bar-container .cats.hide-cats a,
.search-bar .search-bar-container .cats.hide-cats .sidebars .sidebar-menu-list a,
.sidebars .sidebar-menu-list .search-bar .search-bar-container .cats.hide-cats a,
.search-bar .search-bar-container .cats.hide-cats .sidebars .sidebar-menu-list ul li:before,
.sidebars .sidebar-menu-list ul .search-bar .search-bar-container .cats.hide-cats li:before,
.search-bar .search-bar-container .cats.hide-cats .fast-checkout .body .cart-items .cart-item .p-info p,
.fast-checkout .body .cart-items .cart-item .p-info .search-bar .search-bar-container .cats.hide-cats p,
.search-bar .search-bar-container .cats.hide-cats .fast-checkout .body .cart-items .cart-item .p-info a,
.fast-checkout .body .cart-items .cart-item .p-info .search-bar .search-bar-container .cats.hide-cats a,
.search-bar .search-bar-container .cats.hide-cats .fast-checkout .bottom .total-amount p,
.fast-checkout .bottom .total-amount .search-bar .search-bar-container .cats.hide-cats p,
.search-bar .search-bar-container .cats.hide-cats .fast-checkout .bottom a.but span,
.fast-checkout .bottom a.but .search-bar .search-bar-container .cats.hide-cats span,
.search-bar .search-bar-container .cats.hide-cats .tnp form .tnp-field.tnp-field-button input,
.tnp form .tnp-field.tnp-field-button .search-bar .search-bar-container .cats.hide-cats input {
  display: none;
}
.search-bar .search-bar-container .cats ul.results_list {
  padding: 0px;
  margin: 0px;
}
.search-bar .search-bar-container .cats ul.results_list li {
  list-style: none;
  display: block;
  margin-top: 0.3125rem;
}
.search-bar .search-bar-container .cats ul.results_list li:first-child {
  margin-top: 0px;
}
.search-bar .search-bar-container .cats ul.results_list li a {
  color: #0C0C0C;
  display: block;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  position: relative;
}
.search-bar .search-bar-container .cats ul.results_list li a.all-results {
  display: inline-block;
  margin-top: 0px;
  cursor: pointer;
}
@media only screen and (min-width: 1278px) {
  .search-bar .search-bar-container .cats ul.results_list li a.all-results span {
    transition-property: color;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
  }
  .search-bar .search-bar-container .cats ul.results_list li a.all-results:hover span {
    color: #0C0C0C;
  }
  .search-bar .search-bar-container .cats ul.results_list li a.all-results:hover span:after {
    background-color: #0C0C0C;
  }
}
.search-bar .search-bar-container .cats ul.results_list li a.all-results span {
  color: #5E6738;
  position: relative;
  display: block;
}
.search-bar .search-bar-container .cats ul.results_list li a.all-results span:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #5E6738;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
}
.search-bar .search-bar-container .cats ul.results_list li a:after {
  display: none;
}
@media only screen and (min-width: 1278px) {
  .search-bar .search-bar-container .cats ul.results_list li a:not(.all-results):hover {
    background-color: #F2F2F2;
  }
}
.search-bar .search-bar-container .cats ul.results_list li a mark {
  padding: 0px;
  margin: 0px;
  color: #929292;
  background-color: transparent;
}
.search-bar .search-bar-container .cats a.clear-cats {
  display: inline-block;
  position: absolute;
  top: 1.5625rem;
  right: 1.5625rem;
  color: #5E6738;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.search-bar .search-bar-container .cats a.clear-cats.show {
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .search-bar .search-bar-container .cats a.clear-cats {
    top: 1px;
    right: 0px;
  }
}
.search-bar .search-bar-container .cats .buts {
  margin-top: 0.4375rem;
}
.search-bar .search-bar-container .cats .buts .but {
  display: inline-block;
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background-color: #F2F2F2;
  border-radius: 1.25rem;
  margin-right: 0.3125rem;
  margin-top: 0.625rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
}
@media only screen and (min-width: 1278px) {
  .search-bar .search-bar-container .cats .buts .but:hover {
    background-color: #5E6738;
  }
  .search-bar .search-bar-container .cats .buts .but:hover span {
    color: #FFFFFF;
  }
}
.search-bar .search-bar-container .cats .buts .but.selected {
  padding-right: 40px;
  background-color: #5E6738;
}
.search-bar .search-bar-container .cats .buts .but.selected span {
  color: #FFFFFF;
}
.search-bar .search-bar-container .cats .buts .but.selected svg {
  opacity: 1;
}
.search-bar .search-bar-container .cats .buts .but svg {
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 50%;
  right: 1.25rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  opacity: 0;
}
.search-bar .search-bar-container .cats .buts .but svg path {
  stroke: #FFFFFF;
}
.search-bar .search-bar-container .cats .buts .but span {
  line-height: 2rem;
  height: 2rem;
  color: #5E6738;
  display: block;
}

body.show-search {
  overflow: hidden;
}
body.show-search .overlay {
  display: block;
  z-index: 109;
}
body.show-search .header .search-bar {
  transform: translateY(5.0625rem);
}
body.show-search .header .search-bar.show {
  transform: translateY(3.8125rem);
}
body.show-search .header .search-bar .search-bar-container {
  height: auto;
}
body.show-search .header .search-bar .search-bar-container .cats {
  display: block;
}

body.page-template-search .main-content {
  padding-top: 21.875rem;
}
body.page-template-search .main-content .search-page-header {
  position: absolute;
  top: 5rem;
  left: 17rem;
  right: 0px;
  margin-top: 0px !important;
  width: auto !important;
  padding: 2.5rem;
  padding-bottom: 0px;
  z-index: 20;
}
@media only screen and (max-width: 600px) {
  body.page-template-search .main-content .search-page-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 1278px) {
  body.page-template-search .main-content .search-page-header {
    left: 0px;
  }
}
body.page-template-search .main-content .search-page-header .search-close-wrapper {
  display: none;
}
@media only screen and (max-width: 600px) {
  body.page-template-search .main-content .search-page-header.searchModal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    background-color: #fff;
    padding-top: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
body.page-template-search .main-content .search-page-header.searchModal .search-devider {
  display: none;
}
@media only screen and (max-width: 600px) {
  body.page-template-search .main-content .search-page-header.searchModal .search-devider {
    display: block;
    position: absolute;
    left: 0;
    top: 62px;
    width: 100vw;
    height: 1px;
    background: #625E57;
    opacity: 0.2;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-search .main-content .search-page-header.searchModal .search-result-text {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-search .main-content .search-page-header.searchModal .search-close-wrapper {
    display: block;
    position: absolute;
    top: 1.625rem;
    right: 1.375rem;
    cursor: pointer;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-search .main-content .search-page-header .search-bar.inline .search-bar-container {
    padding-left: 0;
    padding-right: 0;
  }
}
body.page-template-search .main-content .search-page-header h1 {
  margin: 0px;
  text-align: center;
  margin-bottom: 1.875rem;
}
body.page-template-search .main-content .search-page-header p {
  display: block;
  text-align: center;
}
body.page-template-search .main-content .search-page-header .search-bar {
  margin-top: 1.25rem;
}
body.page-template-search .main-content .product-list:before {
  top: -16.875rem;
}

.card--category {
  height: auto;
}
@media only screen and (min-width: 360px) and (max-width: 600px) {
  .card--category {
    max-width: 50%;
  }
}
@media only screen and (min-width: 600px) {
  .card--category {
    max-width: 33.333%;
  }
}
@media only screen and (min-width: 767px) {
  .card--category {
    max-width: 25%;
  }
}
@media only screen and (min-width: 1600px) {
  .card--category {
    max-width: 20%;
  }
}
.card--category .card-wrapper {
  overflow: hidden;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1278px) {
  .card--category .card-wrapper:hover .card-clip {
    height: 150%;
  }
  .card--category .card-wrapper:hover .card-clip .card-content-wrapper button {
    bottom: 0;
    opacity: 1;
  }
}
@media only screen and (min-width: 320px) {
  .card--category .card-wrapper .card-clip {
    height: 150%;
  }
  .card--category .card-wrapper .card-clip .card-content-wrapper button {
    bottom: 0;
    opacity: 1;
  }
}
.card--category .card-wrapper .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 1;
}
.card--category .card-wrapper .card-background {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  z-index: 1;
}
.card--category .card-wrapper .card-clip {
  -webkit-clip-path: url(#category-clip-path);
          clip-path: url(#category-clip-path);
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  transition: 0.33s cubic-bezier(0.4, 0.69, 0.43, 0.9);
  width: calc(100% + 2px);
  height: 65.38%;
  will-change: clip-path, height;
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
  .card--category .card-wrapper .card-clip {
    height: 80%;
  }
}
.card--category .card-wrapper .card-content-wrapper {
  background: #5E6738;
}
.card--category .card-wrapper .card-content-wrapper .card-content {
  padding: 2rem 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card--category .card-wrapper .card-content-wrapper .card-icon {
  width: 4.5rem;
  height: 4.5rem;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .card--category .card-wrapper .card-content-wrapper .card-icon {
    width: 3.875rem;
    height: 3.875rem;
  }
}
.card--category .card-wrapper .card-content-wrapper .card-icon svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.card--category .card-wrapper .card-content-wrapper .card-icon svg path {
  fill: #FFFFFF;
}
.card--category .card-wrapper .card-content-wrapper > :first-child {
  margin-top: 0;
}
.card--category .card-wrapper .card-content-wrapper > :last-child {
  margin-bottom: 0;
}
.card--category .card-wrapper .card-content-wrapper h3 {
  margin-bottom: 0.5rem;
}
.card--category .card-wrapper .card-content-wrapper button {
  position: relative;
  bottom: -0.25rem;
  transition-duration: 0.33s;
  transition-timing-function: ease;
  transition-property: opacity, transform;
  will-change: opacity, transform;
  margin-top: auto;
}
@media (min-width: 1280px) {
  .card--category .card-wrapper .card-content-wrapper button {
    opacity: 0;
    margin-top: auto;
  }
}
@media only screen and (max-width: 1279px) {
  .card--category .card-wrapper .card-content-wrapper button {
    display: none !important;
  }
}
@media only screen and (min-width: 1278px) {
  .card--category .card-wrapper .card-content-wrapper button:hover {
    transform: translateY(-4px);
  }
  .card--category .card-wrapper .card-content-wrapper button:hover:after {
    background-color: #555E31;
    border-color: #555E31;
  }
}
.card--category.clip--white .card-content {
  background-color: #FFFFFF;
}
.card--category.clip--black .card-content {
  background-color: #0C0C0C;
}
.card--category.clip--green .card-content {
  background-color: #5E6738;
}
.card--category.clip--green-bright .card-content {
  background-color: #45AE2C;
}
.card--category.clip--forest .card-content {
  background-color: #488730;
}
.card--category.clip--bright .card-content {
  background-color: #45AE2C;
}
.card--category.clip--grey .card-content {
  background-color: #F2F2F2;
}
.card--category.clip--dark-grey .card-content {
  background-color: #929292;
}
.card--category.clip--dark-b .card-content {
  background-color: #625E57;
}
.card--category.clip--red .card-content {
  background-color: #DF3139;
}
.card--category.clip--dark-bordo .card-content {
  background-color: #543435;
}
.card--category.clip--brown .card-content {
  background-color: #974F00;
}
.card--category.clip--blue .card-content {
  background-color: #0088AA;
}
.card--category.clip--blue-2 .card-content {
  background-color: #0058aa;
}
.card--category.clip--blue-3 .card-content {
  background-color: #446A7F;
}
.card--category.clip--gold .card-content {
  background-color: #A8996E;
}

.category-aspect-ratio, .card--category .card-wrapper, .card--category .card-wrapper .card-content-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 127.0833333333%;
}
@media only screen and (max-width: 360px) {
  .category-aspect-ratio, .card--category .card-wrapper, .card--category .card-wrapper .card-content-wrapper {
    padding-bottom: 80%;
  }
}
@media only screen and (min-width: 360px) and (max-width: 600px) {
  .category-aspect-ratio, .card--category .card-wrapper, .card--category .card-wrapper .card-content-wrapper {
    padding-bottom: 150%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .category-aspect-ratio, .card--category .card-wrapper, .card--category .card-wrapper .card-content-wrapper {
    padding-bottom: 150%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1278px) {
  .category-aspect-ratio, .card--category .card-wrapper, .card--category .card-wrapper .card-content-wrapper {
    padding-bottom: 140%;
  }
}

.category-height, .card--category .card-wrapper .card-bg, .card--category .card-wrapper .card-background, .card--category .card-wrapper .card-content-wrapper .card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card--book {
  position: relative;
  z-index: 100;
  padding: 1.5rem 1.5rem 1.25rem;
  width: 19.75rem;
  margin-left: auto;
  margin-right: auto;
  min-height: 26.25rem;
}
@media only screen and (min-width: 1278px) {
  .card--book {
    min-height: 28.75rem;
    display: flex;
    flex-direction: column;
    transition: z-index 0s 0.3s;
  }
}
@media only screen and (max-width: 600px) {
  .card--book {
    min-height: auto;
  }
}
.card--book::before {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  opacity: 0;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.card--book::after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background: rgba(51, 51, 51, 0.1);
  content: "";
  opacity: 0;
  transition: opacity 0.3s, height 0s 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.card--book.open .cover {
  animation: openSmallBook 0.5s forwards;
}
.card--book.open .book {
  z-index: 1000;
  animation: scaleUpSmallBook 0.5s forwards;
}
.card--book.close .cover {
  animation: closeSmallBook 0.5s forwards;
}
.card--book.close .book {
  animation: scaleDownSmallBook 0.5s forwards;
}
.card--book .perspective {
  position: relative;
  width: 100%;
  cursor: pointer;
  perspective: 112.5rem;
}
.card--book .book {
  position: relative;
  margin: 0 auto;
  width: 11.25rem;
  height: 16.25rem;
  transform-style: preserve-3d;
  transition: transform 0.5s, opacity 0.3s 0.3s;
  transform-origin: 0% 50%;
  border: 1px solid rgba(12, 12, 12, 0.06);
  /* Force Hardware Acceleration */
  transform: translateZ(0);
  will-change: transform;
}
.card--book .book div:not(.tooltipIcon):not(.top) {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.card--book .book .card-icon {
  top: 0.75rem;
  right: 0.75rem;
  width: 2.375rem;
  height: 2.375rem;
  z-index: 11;
}
.card--book .book .card-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: unset !important;
}
.card--book .book .card-icon.tooltipIcon {
  position: absolute;
  width: 2.375rem;
  height: 2.375rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: inline-block;
  text-align: left;
}
.card--book .book .card-icon.tooltipIcon .top {
  min-width: 140px;
  top: -9px;
  left: 50%;
  transform: translate(-50%, -100%);
  background-color: #0C0C0C;
  border-radius: 0px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  display: none;
}
.card--book .book .card-icon.tooltipIcon:hover .top p {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  margin: 4px 6px;
}
.card--book .book .card-icon.tooltipIcon:hover .top {
  display: block;
}
.card--book .book .card-icon.tooltipIcon .top i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}
.card--book .book .card-icon.tooltipIcon .top i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #0C0C0C;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.card--book .book .book-edge {
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.1) 50%), #0C0C0C;
  width: 1.25rem !important;
}
.card--book .book .inner-left {
  border-right: none;
  transform: rotateY(180deg);
}
.card--book .cover {
  z-index: 10;
  transform-origin: 0% 50%;
  transform-style: preserve-3d;
}
.card--book .book-edge {
  position: absolute;
  left: 0;
  z-index: 10;
  visibility: hidden;
  width: 20px;
  height: 100%;
  content: "";
  transform: translateX(-100%) rotateY(-90deg);
  transform-origin: 100% 50%;
  transform-style: preserve-3d;
  background-position: right;
  background-color: transparent;
  background-size: cover;
  transition: visibility 0s 0.5s;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.card--book .front {
  background-position: center center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-color: #F2F2F2;
}
.card--book .inner {
  border-width: 3px;
  border-style: solid;
  background-color: #fff;
  border-color: #009bdb;
}
.card--book .inner-right {
  border-left: none;
  background-color: #ddd;
  transition: background-color 0.5s 0.25s;
}
.card--book .buttons {
  margin-top: 0.5rem;
  text-align: center;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s, visibility 0s;
}
.card--book .buttons .divider {
  height: 0.75rem;
  width: 1px;
  background-color: #E0DFDD;
  margin-left: 1rem;
  margin-right: 1rem;
}
.card--book figcaption {
  display: block;
  padding: 0 0.625rem;
  text-align: center;
  height: 5rem;
}
.card--book .details {
  left: 0;
  padding: 1.5rem 2.25rem 0 4.375rem;
  position: absolute;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
@media only screen and (max-width: 600px) {
  .card--book .details {
    display: none;
  }
}
.card--book .details .details-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  visibility: visible;
}
.card--book .details .details-wrapper > * {
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  transform: translateX(30%);
}
.card--book .close-details {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  visibility: hidden;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (min-width: 1278px) {
  .card--book .close-details svg {
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease-in;
    will-change: transform;
  }
  .card--book .close-details:hover {
    opacity: 1;
  }
  .card--book .close-details:hover svg {
    transform: rotate(-90deg);
  }
}
.card--book .close-details:active svg path {
  stroke: #0C0C0C;
}
.card--book .close-details svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
}
.card--book .open .inner-right {
  background-color: #f9f9f9;
  transition-delay: 0s;
}
.card--book.details-open .close-details {
  visibility: visible;
}
.card--book.details-open .book {
  transition: transform 0.3s;
  transform: translateX(-24px) rotateY(90deg);
}
.card--book.details-open .book-edge {
  visibility: visible;
  transition: none;
}
.card--book.details-open .buttons {
  visibility: hidden;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  transform: translateX(30%);
  z-index: -1;
}
.card--book.details-open .details {
  visibility: hidden;
  opacity: 1;
  z-index: 10;
  transition: opacity 0.5s, visibility 0s;
}
.card--book.details-open .details .details-wrapper > * {
  opacity: 1;
  transform: translateX(0);
}
.card--book.details-open .details .details-wrapper > :first-child {
  transition-delay: 0.1s;
}
.card--book.details-open .details .details-wrapper > :nth-child(2) {
  transition-delay: 0.15s;
}
.card--book.details-open .details .details-wrapper > :nth-child(3) {
  transition-delay: 0.2s;
}
.card--book.details-open .details .details-wrapper > :nth-child(4) {
  transition-delay: 0.25s;
}
.card--book.details-open .details .details-wrapper > :nth-child(5) {
  transition-delay: 0.3s;
}
.card--book.details-open .details .details-wrapper > :nth-child(6) {
  transition-delay: 0.35s;
}
.card--book .book-desc {
  margin-bottom: 0.75rem;
}
.card--book .book-author {
  margin-bottom: 0.75rem;
}
.card--book .book-author .stars {
  overflow: hidden;
  margin-bottom: 0px;
}
.card--book .book-author .stars svg {
  display: block;
  margin-left: 0.1875rem;
  float: left;
  width: 1.5rem;
  height: 1.5rem;
}
.card--book .book-author .stars svg:first-child {
  margin-left: 0px;
}
.card--book .book-rating {
  margin-bottom: 0.75rem;
}
.card--book .book-lang {
  margin-bottom: 0.75rem;
}
.card--book .book-pages {
  margin-bottom: 0.875rem;
}
.card--book .book-title {
  position: relative;
  margin-bottom: 1rem;
}
.card--book .book-info {
  min-height: 1.5625rem;
}
.card--book .book-price {
  position: relative;
  color: #625E57;
  font-weight: 500;
}
.card--book .book-open svg {
  margin-right: 0.25rem;
}
.card--book .book-buy:after {
  display: none;
}
@media only screen and (min-width: 1278px) {
  .card--book .book-buy.book-free:hover svg g path {
    stroke: #0C0C0C;
  }
}
@media only screen and (min-width: 1278px) {
  .card--book .book-buy:hover svg {
    transform: unset !important;
  }
  .card--book .book-buy:hover svg g g:nth-child(1) path, .card--book .book-buy:hover svg g g:nth-child(2) path {
    fill: #0C0C0C;
  }
  .card--book .book-buy:hover svg g g:nth-child(3) path {
    stroke: #0C0C0C;
  }
}
.card--book .book-buy .js-load-lottie-cart, .card--book .book-buy .js-load-lottie-cart-clone {
  margin-right: 0.375rem;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}
.card--book .book-buy span {
  line-height: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}
.card--book .line {
  width: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #E0DFDD;
  margin-bottom: 1.125rem;
}
.card--book .line .line-inner {
  width: 0;
  transition: none;
  transform: translateX(0);
  background-color: #625E57;
}

.card--book.details-open {
  z-index: 101;
  transition: none;
}
.card--book.details-open::before {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s;
  background-color: #F2F2F2;
}
.card--book.details-open.book-video .book::after {
  opacity: 0;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.popup.popup-visible {
  display: block;
}
.popup .popup-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0C0C0C;
  opacity: 1;
  z-index: 0;
  cursor: pointer;
}
.popup .popup-content-wrapper {
  position: relative;
  z-index: 1;
  background-color: #0C0C0C;
  min-height: 10vh;
  max-width: 100%;
  max-height: 100vh;
  top: 0;
  margin: 0 auto;
  overflow: hidden;
}
.popup .popup-content-container {
  height: 100vh;
  overflow: auto;
  padding: 0;
  background: transparent;
  width: 0px;
}
.popup .popup-content-container::-webkit-scrollbar {
  width: 0;
}
.popup .popup-content-container ::-moz-selection { /* Code for Firefox */ }
.popup .popup-content-container ::selection {
  background: transparent;
}
.popup .popup-close-container {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 50;
}
.popup .popup-close-container .close-popup-button {
  cursor: pointer;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
}
.popup .popup-close-container .close-popup-button svg {
  width: 2.625rem;
  height: 2.625rem;
}
.popup .popup-close-container .close-popup-button svg path {
  transition: stroke 0.2s;
}

/*# sourceMappingURL=app.css.map*/