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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

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

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

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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

[type="search"]::-webkit-search-cancel-button,
[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; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1800px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .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 .table {
    background-color: #fff; }

.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 {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.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-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-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-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: #ffe8bf; }

.table-hover .table-warning:hover {
  background-color: #ffdfa6; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffdfa6; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.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-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-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: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .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 {
    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;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1799.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  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 screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  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.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 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 {
    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: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .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-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.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 {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.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 ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  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: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .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-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.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 {
    background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.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 ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  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;
      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;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  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 screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    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: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    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: #fff;
    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(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    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: #fff;
    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(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    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: #fff;
    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(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    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: #fff;
    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(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffac1b;
  border-color: #ffac1b; }
  .btn-warning:hover {
    color: #212529;
    background-color: #f49b00;
    border-color: #e79300; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 172, 27, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffac1b;
    border-color: #ffac1b; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #e79300;
    border-color: #da8b00; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 172, 27, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    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: #fff;
    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(220, 53, 69, 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 {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    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: #fff;
    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(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    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: #fff;
    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;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    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: #fff;
    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;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    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: #fff;
    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;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    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: #fff;
    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: #ffac1b;
  background-color: transparent;
  background-image: none;
  border-color: #ffac1b; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffac1b;
    border-color: #ffac1b; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 172, 27, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffac1b;
    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: #ffac1b;
    border-color: #ffac1b; }
    .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, 172, 27, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    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: #fff;
    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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    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: #fff;
    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;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  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 screen and (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 screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    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; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

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

.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::before {
  background-color: #007bff; }

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

.custom-radio .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(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .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 {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  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:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  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: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 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;
    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 screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        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;
    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 screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        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;
    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 screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        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-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 screen and (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; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    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 {
      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: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

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

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.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 {
    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:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    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 {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .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 {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .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 {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .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 {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1799.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1800px) {
  .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 {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    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 {
    flex-wrap: nowrap; }
  .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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.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: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.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: #fff; }

.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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.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 {
    display: inline-block;
    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; }

.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; }
  .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: #fff;
  background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffac1b; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #e79300; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #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: #85590e;
  background-color: #ffeed1;
  border-color: #ffe8bf; }
  .alert-warning hr {
    border-top-color: #ffdfa6; }
  .alert-warning .alert-link {
    color: #573a09; }

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

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

.media-body {
  flex: 1; }

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

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

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  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, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .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;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 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;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .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-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 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: #000; }

.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: #000; }

.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: #000; }

.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: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.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: #ffac1b !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e79300 !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: #fff !important; }

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

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

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

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

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

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

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

.border-white {
  border-color: #fff !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-circle {
  border-radius: 50% !important; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .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: 1200px) {
  .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: 1800px) {
  .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 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.85714%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .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: 1200px) {
  .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: 1800px) {
  .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; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1800px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

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

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

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

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

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

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

.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-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-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .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-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: 992px) {
  .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-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: 1200px) {
  .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-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: 1800px) {
  .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-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; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1800px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-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-normal {
  font-weight: 400 !important; }

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

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

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

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #e79300 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !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; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/*@include if-rtl() {
  @include font("iranSans", "normal", 400, "fonts/iransans/IRANSansWeb(FaNum)");
  @include font("iranSans", "normal", 700, "fonts/iransans/IRANSansWeb(FaNum)_Bold");
  @include font("iranSans", "normal", 900, "fonts/iransans/IRANSansWeb(FaNum)_Black");
}

@include if-ltr() {
  @include font("iranSans", "normal", 400, "fonts/iransans/IRANSansWeb");
  @include font("iranSans", "normal", 700, "fonts/iransans/IRANSansWeb_Bold");
  @include font("iranSans", "normal", 900, "fonts/iransans/IRANSansWeb_Black");
}*/
@font-face {
  font-family: "icons";
  font-style: "normal";
  font-weight: 400;
  src: url("fonts/icons/icons.eot");
  src: url("fonts/icons/icons.eot?#iefix") format("embedded-opentype"), url("fonts/icons/icons.woff") format("woff"), url("fonts/icons/icons.ttf") format("truetype"); }

.icons {
  font-family: 'icons';
  font-weight: normal;
  font-style: normal; }

*:focus, *:active {
  outline: none !important; }

a {
  text-decoration: none;
  outline: none;
  color: #404040; }
  a:hover, a:focus {
    text-decoration: none; }

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

button {
  cursor: pointer;
  box-shadow: none;
  outline: none; }

figure {
  margin-bottom: 0; }

body {
  background: #fffefc;
  color: #363636;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

.transition-300, #main-header #top-header #phone, #posts .post .post-img, #contact-us #contact-details .socials .icons {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.ltr {
  direction: ltr; }

.text-l {
  text-align: left; }

.text-r {
  text-align: right; }

@media (max-width: 767.98px) {
  .padding-left-sm-0 {
    padding-left: 0; } }

@media (max-width: 767.98px) {
  .padding-right-sm-0 {
    padding-right: 0; } }

@media (max-width: 767.98px) {
  .has-horizontal-scroll {
    display: flex;
    overflow-y: hidden; }
    .has-horizontal-scroll:after {
      content: '';
      display: block;
      min-width: 15px;
      height: 1px; } }

iframe {
  border: none;
  border-radius: 15px; }

.section {
  margin-bottom: 120px; }
  @media (max-width: 991.98px) {
    .section {
      margin-bottom: 30px; } }

.section-title {
  margin-bottom: 15px;
  text-align: center; }
  .section-title a:hover {
    color: #363636; }
    .section-title .separator {
        display: inline-block;
        width: 50px;
        height: 50px;
        position: relative;
        background: var(--section-title) no-repeat center;
    }
    .section-title .separator:before, .section-title .separator:after {
      content: '';
      display: block;
      width: 200px;
      border-bottom: 2px solid #dee2e6;
      position: absolute;
      top: 25px; }
      @media (max-width: 767.98px) {
        .section-title .separator:before, .section-title .separator:after {
          width: 130px; } }
    .section-title .separator:before {
      left: -205px; }
      @media (max-width: 767.98px) {
        .section-title .separator:before {
          left: -135px; } }
    .section-title .separator:after {
      right: -205px; }
      @media (max-width: 767.98px) {
        .section-title .separator:after {
          right: -135px; } }
  .section-title .title {
    color: #363636;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    font-size: 1.5rem; }
    @media (min-width: 768px) {
      .section-title .title {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media (min-width: 1200px) {
      .section-title .title {
        font-size: 25px;
        font-size: 1.6rem; } }

.box {
  background: #f8f9fa;
  min-height: 50px;
  padding: 0 10px;
  position: relative;
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out;
  border-radius: 5px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .box {
      transition: none; } }
  .box .box-content {
    padding: 15px 0; }
  .box .box-header {
    padding: 15px 0;
    position: relative;
    border-bottom: 2px solid #f2bb13; }
    .box .box-header .icons {
      vertical-align: middle;
      color: #6c757d;
      margin-left: 10px; }
    .box .box-header .box-title {
      color: #363636;
      font-weight: 700;
      margin: 0;
      font-size: 18px;
      font-size: 1.125rem; }
      @media (min-width: 768px) {
        .box .box-header .box-title {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media (min-width: 1200px) {
        .box .box-header .box-title {
          font-size: 19px;
          font-size: 1.2rem; } }

.btn {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12); }
  .btn:hover {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.26); }
  .btn.loading:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/assets/img/loading.svg) no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-left: 10px; }

.btn-custom {
  background: #f2bb13;
  padding: 10px 30px;
  color: #363636;
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .btn-custom {
      font-size: 16px;
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    .btn-custom {
      font-size: 17px;
      font-size: 1.06667rem; } }
  .btn-custom:hover {
    color: #363636; }
  .btn-custom.btn-sm {
    padding: 3px 10px;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      .btn-custom.btn-sm {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media (min-width: 1200px) {
      .btn-custom.btn-sm {
        font-size: 15px;
        font-size: 0.93333rem; } }

.btn-custom-outline {
  background: none;
  border: 2px solid #adb5bd;
  padding: 10px 30px;
  color: #6c757d;
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .btn-custom-outline {
      font-size: 16px;
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    .btn-custom-outline {
      font-size: 17px;
      font-size: 1.06667rem; } }
  .btn-custom-outline:hover {
    color: #6c757d; }
  .btn-custom-outline.btn-sm {
    padding: 3px 10px;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      .btn-custom-outline.btn-sm {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media (min-width: 1200px) {
      .btn-custom-outline.btn-sm {
        font-size: 15px;
        font-size: 0.93333rem; } }

.form-section-title {
  color: #275fa3;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.125rem; }
  @media (min-width: 768px) {
    .form-section-title {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 1200px) {
    .form-section-title {
      font-size: 19px;
      font-size: 1.2rem; } }

.custom-control {
  padding-left: 0;
  padding-right: 1.5rem; }
  .custom-control .custom-control-label {
    cursor: pointer; }
    .custom-control .custom-control-label:before {
      left: auto;
      right: -1.5rem;
      top: 0;
      background: none;
      border: 1px solid #ced4da; }
    .custom-control .custom-control-label:after {
      left: auto;
      right: -1.5rem;
      top: 0; }

.switch-wrapper .text {
  position: relative;
  top: 3px;
  right: 5px;
  cursor: pointer; }

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 14px;
      width: 14px;
      left: 4px;
      bottom: 3px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s; }
    .switch .slider.round {
      border-radius: 34px; }
    .switch .slider.round:before {
      border-radius: 50%; }
  .switch input:checked + .slider {
    background-color: #f2bb13; }
  .switch input:focus + .slider {
    box-shadow: 0 0 1px #f2bb13; }
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px); }

.form .form-element {
  position: relative;
  margin-bottom: 20px; }
  .form .form-element.required {
    position: relative; }
    .form .form-element.required:before {
      content: '*';
      position: absolute;
      top: 0;
      right: 0;
      color: #dc3545;
      font-size: 20px;
      font-size: 1.25rem; }
      @media (min-width: 768px) {
        .form .form-element.required:before {
          font-size: 20px;
          font-size: 1.25rem; } }
      @media (min-width: 1200px) {
        .form .form-element.required:before {
          font-size: 21px;
          font-size: 1.33333rem; } }
    .form .form-element.required .form-label {
      padding-right: 15px; }
  .form .form-element .form-label {
    color: #6c757d;
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .form .form-element .form-label {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      .form .form-element .form-label {
        font-size: 17px;
        font-size: 1.06667rem; } }
  .form .form-element .form-input, .form .form-element .select2 {
    display: block;
    width: 100% !important;
    height: 50px;
    border: 2px solid #ced4da;
    background: #FFF;
    color: #363636;
    padding: 20px 50px 20px 15px;
    resize: none;
    line-height: 1.7;
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 5px; }
    @media (min-width: 768px) {
      .form .form-element .form-input, .form .form-element .select2 {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media (min-width: 1200px) {
      .form .form-element .form-input, .form .form-element .select2 {
        font-size: 15px;
        font-size: 0.93333rem; } }
    .form .form-element .form-input:focus, .form .form-element .select2:focus {
      border-color: #f2bb13; }
    .form .form-element .form-input.without-icon, .form .form-element .select2.without-icon {
      padding: 20px 15px; }
    .form .form-element .form-input .select2-selection, .form .form-element .select2 .select2-selection {
      background: none;
      border: none; }
    .form .form-element .form-input.select2, .form .form-element .select2.select2 {
      padding: 10px; }
    .form .form-element .form-input[disabled], .form .form-element .select2[disabled] {
      background: #e9ecef;
      cursor: not-allowed; }
  .form .form-element textarea {
    height: auto !important; }
  .form .form-element .icons {
    color: #ced4da;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (min-width: 768px) {
      .form .form-element .icons {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 1200px) {
      .form .form-element .icons {
        font-size: 19px;
        font-size: 1.2rem; } }

.form label.error {
  position: absolute;
  left: 5px;
  top: 5px;
  color: #dc3545;
  font-size: 11px; }

.form .custom-control {
  padding-left: 0;
  padding-right: 1.5rem; }
  .form .custom-control .custom-control-label:before {
    left: auto;
    right: -1.5rem;
    top: -2px; }
  .form .custom-control .custom-control-label:after {
    left: auto;
    right: -1.5rem;
    top: -2px; }

.form .form-btn {
  padding: 10px 30px;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    .form .form-btn {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media (min-width: 1200px) {
    .form .form-btn {
      font-size: 15px;
      font-size: 0.93333rem; } }

.form ::-webkit-input-placeholder {
  /* Edge */
  color: #9EA4C4; }

.form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9EA4C4; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */ }

.select2-dropdown {
  top: 8px;
  background-color: #F1F4F8 !important;
  border: 0 !important;
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  border-radius: 10px !important; }
  .select2-dropdown ::-webkit-scrollbar-track {
    background-color: transparent; }
  .select2-dropdown ::-webkit-scrollbar {
    width: 4px;
    background-color: #f2f2f2; }
  .select2-dropdown ::-webkit-scrollbar-thumb {
    background-color: #9e9e9e;
    border-radius: 0.2rem; }

.select2-results__option {
  padding: 15px !important;
  color: #363636;
  transition: 300ms; }
  @media screen and (prefers-reduced-motion: reduce) {
    .select2-results__option {
      transition: none; } }
  .select2-results__option:first-child {
    border-radius: 10px 10px 0 0 !important; }
  .select2-results__option:last-child {
    border-radius: 0 0 10px 10px !important; }

.select2-results__option--highlighted {
  background: #f2bb13 !important;
  color: #363636; }

.select2-selection--single .select2-selection__rendered {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.select2-selection__arrow {
  top: 23% !important;
  left: 10px !important;
  right: auto !important; }

.dropdown-menu {
  direction: rtl;
  text-align: right;
  padding: 0; }
  .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #dee2e6;
    color: #6c757d;
    padding: 10px 12px;
    font-size: 13px;
    font-size: 0.8125rem; }
    @media (min-width: 768px) {
      .dropdown-menu .dropdown-item {
        font-size: 13px;
        font-size: 0.8125rem; } }
    @media (min-width: 1200px) {
      .dropdown-menu .dropdown-item {
        font-size: 14px;
        font-size: 0.86667rem; } }
    .dropdown-menu .dropdown-item:active {
      background: #f2bb13;
      border-color: #f2bb13;
      color: #363636; }
    .dropdown-menu .dropdown-item:last-child {
      border-bottom: 0; }
    .dropdown-menu .dropdown-item .icons {
      margin-left: 5px;
      vertical-align: middle;
      font-size: 15px;
      font-size: 0.9375rem; }
      @media (min-width: 768px) {
        .dropdown-menu .dropdown-item .icons {
          font-size: 15px;
          font-size: 0.9375rem; } }
      @media (min-width: 1200px) {
        .dropdown-menu .dropdown-item .icons {
          font-size: 16px;
          font-size: 1rem; } }

.mini-loading {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/assets/img/loading.svg) no-repeat;
  background-size: cover;
  vertical-align: middle; }

.modal-backdrop {
  background: none;
  z-index: 99999;
  opacity: 1 !important; }

.modal {
  z-index: 999999; }
  @media (max-width: 991.98px) {
    .modal {
      padding-top: 120px; } }
  @media (max-width: 767.98px) {
    .modal {
      padding-top: 40px; } }
  @media (max-width: 991.98px) {
    .modal .modal-dialog {
      max-width: 95%; } }
  .modal .modal-content {
    border-radius: 15px; }
    @media (max-width: 767.98px) {
      .modal .modal-content {
        margin-top: 50px; } }
  .modal .close-icon {
    width: 55px;
    height: 55px;
    background: #FFF;
    color: #275fa3;
    padding: 16px 0;
    text-align: center;
    font-size: 20px;
    position: fixed;
    left: 100px;
    top: 150px;
    cursor: pointer;
    transition: 300ms;
    border-radius: 50%; }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal .close-icon {
        transition: none; } }
    @media (max-width: 991.98px) {
      .modal .close-icon {
        top: 100px;
        left: calc(50vw - 22px); } }
    @media (max-width: 767.98px) {
      .modal .close-icon {
        top: 75px; } }
    .modal .close-icon:hover {
      background: #9921ff;
      color: #FFF; }

.slick-slider {
  direction: ltr; }

.slick-dots {
  text-align: center;
  padding: 10px 0;
  position: relative;
  margin: 0; }
  .slick-dots li {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin-right: 8px;
    /*&:last-child {
      margin-right: 0;
    }*/ }
    .slick-dots li button {
      width: 10px;
      height: 10px;
      background-color: transparent;
      font-size: 0;
      outline: none;
      padding: 0;
      border: 1px solid #f2bb13;
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.27);
      -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.27);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.27);
      border-radius: 50%;
      transition: 300ms; }
      @media screen and (prefers-reduced-motion: reduce) {
        .slick-dots li button {
          transition: none; } }
      @media (max-width: 767.98px) {
        .slick-dots li button {
          width: 7px;
          height: 7px; } }
    .slick-dots li.slick-active button {
      width: 22px;
      background: #f2bb13;
      border-radius: 20px; }
      @media (max-width: 767.98px) {
        .slick-dots li.slick-active button {
          width: 14px; } }

.slick-arrow {
  position: absolute;
  top: 35%;
  z-index: 9;
  border: none;
  color: #6c757d;
  font-size: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: none;
  transition: all 0.2s ease-in-out;
  border-radius: 50%; }
  @media screen and (prefers-reduced-motion: reduce) {
    .slick-arrow {
      transition: none; } }
  @media (max-width: 991.98px) {
    .slick-arrow {
      display: none !important; } }
  .slick-arrow:hover {
    color: #f2bb13; }
  .slick-arrow.slick-prev {
    left: -30px;
    right: auto; }
  .slick-arrow.slick-next {
    right: -30px;
    left: auto; }
  .slick-arrow.slick-disabled {
    color: #dee2e6; }

.paragraph {
  color: #363636;
  line-height: 2;
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .paragraph {
      font-size: 16px;
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    .paragraph {
      font-size: 17px;
      font-size: 1.06667rem; } }

.breadcrumb {
  margin: 0;
  padding: 0;
  background: none; }
  @media (max-width: 991.98px) {
    .breadcrumb {
      margin-bottom: 15px; } }
  .breadcrumb .breadcrumb-item:before {
    padding: 0 10px; }
  .breadcrumb a:hover {
    color: #f2bb13; }
  .breadcrumb .last-item {
    display: inline;
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      .breadcrumb .last-item {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media (min-width: 1200px) {
      .breadcrumb .last-item {
        font-size: 15px;
        font-size: 0.93333rem; } }

.other-pages #main {
  padding-top: 170px; }
  @media (max-width: 767.98px) {
    .other-pages #main {
      padding-top: 30px; } }

.other-pages #main-header {
  background: #363636; }

.hidden {
  display: none; }

.lg-outer, .lg-backdrop {
  z-index: 9999999; }

#main-header {
  direction: rtl;
  text-align: right;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  top: 0;
  right: 0;
  transition: 500ms; }
  @media screen and (prefers-reduced-motion: reduce) {
    #main-header {
      transition: none; } }
  @media (max-width: 991.98px) {
    #main-header {
      display: none; } }
  #main-header #top-header {
    border-bottom: 1px solid #6c757d; }
    #main-header #top-header #login-language {
      display: flex; }
      #main-header #top-header #login-language #flags {
        display: flex;
        margin: 10px 0; }
        #main-header #top-header #login-language #flags img {
          width: 25px;
          margin-left: 5px; }
          #main-header #top-header #login-language #flags img:hover {
            opacity: .8; }
      #main-header #top-header #login-language .link {
        display: inline-block;
        color: #ced4da;
        margin-right: 15px;
        position: relative;
        cursor: pointer;
        padding: 10px 0;
        transition: 300ms;
        font-size: 14px;
        font-size: 0.875rem; }
        @media screen and (prefers-reduced-motion: reduce) {
          #main-header #top-header #login-language .link {
            transition: none; } }
        @media (min-width: 768px) {
          #main-header #top-header #login-language .link {
            font-size: 14px;
            font-size: 0.875rem; } }
        @media (min-width: 1200px) {
          #main-header #top-header #login-language .link {
            font-size: 15px;
            font-size: 0.93333rem; } }
        #main-header #top-header #login-language .link:hover {
          color: #f2bb13; }
        #main-header #top-header #login-language .link .icons {
          margin-left: 5px;
          vertical-align: middle; }
      #main-header #top-header #login-language .user-dropdown {
        position: relative; }
        #main-header #top-header #login-language .user-dropdown.link {
          padding: 0; }
        #main-header #top-header #login-language .user-dropdown .username {
          color: #ced4da;
          margin-bottom: 0;
          padding: 10px 0; }
        #main-header #top-header #login-language .user-dropdown .dropdown-list {
          padding: 0;
          margin: 0;
          width: 150px;
          position: absolute;
          top: 38px;
          z-index: 99;
          display: none; }
          #main-header #top-header #login-language .user-dropdown .dropdown-list li {
            list-style-type: none;
            border-bottom: 1px solid #3e4042; }
            #main-header #top-header #login-language .user-dropdown .dropdown-list li:last-child {
              border-bottom: 0; }
          #main-header #top-header #login-language .user-dropdown .dropdown-list a {
            display: block;
            background: #2c2b2b;
            color: #adb5bd;
            padding: 10px 15px;
            font-size: 13px;
            font-size: 0.8125rem; }
            @media (min-width: 768px) {
              #main-header #top-header #login-language .user-dropdown .dropdown-list a {
                font-size: 13px;
                font-size: 0.8125rem; } }
            @media (min-width: 1200px) {
              #main-header #top-header #login-language .user-dropdown .dropdown-list a {
                font-size: 14px;
                font-size: 0.86667rem; } }
            #main-header #top-header #login-language .user-dropdown .dropdown-list a:hover {
              background: #313233; }
            #main-header #top-header #login-language .user-dropdown .dropdown-list a .icons {
              margin-left: 5px; }
      #main-header #top-header #login-language .menu {
        position: absolute;
        top: 38px;
        right: 0;
        z-index: 9999;
        display: none; }
        #main-header #top-header #login-language .menu a {
          display: block;
          padding: 8px 10px;
          border-bottom: 1px solid #6c757d;
          color: #FFF;
          background: #292929;
          font-size: 12px;
          font-size: 0.75rem; }
          @media (min-width: 768px) {
            #main-header #top-header #login-language .menu a {
              font-size: 12px;
              font-size: 0.75rem; } }
          @media (min-width: 1200px) {
            #main-header #top-header #login-language .menu a {
              font-size: 13px;
              font-size: 0.8rem; } }
          #main-header #top-header #login-language .menu a:last-child {
            border-bottom: 0; }
          #main-header #top-header #login-language .menu a:hover {
            color: #000;
            background: #f2bb13; }
    #main-header #top-header #phone {
      direction: ltr;
      color: #ced4da;
      padding: 4px 15px 0 15px;
      font-size: 14px;
      font-size: 0.875rem; }
      @media (min-width: 768px) {
        #main-header #top-header #phone {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media (min-width: 1200px) {
        #main-header #top-header #phone {
          font-size: 15px;
          font-size: 0.93333rem; } }
      #main-header #top-header #phone:hover {
        color: #f2bb13; }
      #main-header #top-header #phone .icons {
        margin-right: 10px;
        display: inline-block;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
        font-size: 14px;
        font-size: 0.875rem; }
        @media (min-width: 768px) {
          #main-header #top-header #phone .icons {
            font-size: 14px;
            font-size: 0.875rem; } }
        @media (min-width: 1200px) {
          #main-header #top-header #phone .icons {
            font-size: 15px;
            font-size: 0.93333rem; } }
  #main-header #logo {
    display: block;
    width: 100px;
    margin: 0 30px;
    transition: 500ms; }
    @media screen and (prefers-reduced-motion: reduce) {
      #main-header #logo {
        transition: none; } }
  #main-header #cart-search {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 0; }
    #main-header #cart-search .icon-wrapper {
      margin-right: 20px;
      position: relative;
      z-index: 9; }
    #main-header #cart-search.show #search-header-btn {
      z-index: 99; }
      #main-header #cart-search.show #search-header-btn .icons {
        color: #f2bb13; }
    #main-header #cart-search.show .header-search {
      z-index: 9; }
      #main-header #cart-search.show .header-search .input {
        width: 200px;
        opacity: 1; }
    #main-header #cart-search .badge {
      position: absolute;
      right: -15px;
      top: -8px;
      width: 20px;
      height: 20px;
      padding: 5px;
      border-radius: 50%;
      font-size: 12px;
      font-size: 0.75rem; }
      @media (min-width: 768px) {
        #main-header #cart-search .badge {
          font-size: 12px;
          font-size: 0.75rem; } }
      @media (min-width: 1200px) {
        #main-header #cart-search .badge {
          font-size: 13px;
          font-size: 0.8rem; } }
    #main-header #cart-search .icons {
      color: #FFF;
      cursor: pointer;
      transition: 300ms;
      font-size: 16px;
      font-size: 1rem; }
      @media screen and (prefers-reduced-motion: reduce) {
        #main-header #cart-search .icons {
          transition: none; } }
      @media (min-width: 768px) {
        #main-header #cart-search .icons {
          font-size: 16px;
          font-size: 1rem; } }
      @media (min-width: 1200px) {
        #main-header #cart-search .icons {
          font-size: 17px;
          font-size: 1.06667rem; } }
      #main-header #cart-search .icons:hover {
        color: #f2bb13; }
    #main-header #cart-search .header-search {
      position: absolute;
      left: -10px;
      top: -8px; }
      #main-header #cart-search .header-search .input {
        border: none;
        background: #1f1f1f;
        height: 35px;
        padding: 0 10px;
        color: #e9ecef;
        width: 0;
        opacity: 0;
        font-size: 12px;
        font-size: 0.75rem;
        border-radius: 30px;
        transition: all 0.2s ease-in-out; }
        @media (min-width: 768px) {
          #main-header #cart-search .header-search .input {
            font-size: 12px;
            font-size: 0.75rem; } }
        @media (min-width: 1200px) {
          #main-header #cart-search .header-search .input {
            font-size: 13px;
            font-size: 0.8rem; } }
        @media screen and (prefers-reduced-motion: reduce) {
          #main-header #cart-search .header-search .input {
            transition: none; } }
  #main-header.header-fixed {
    top: -40px;
    /*.navbar-menu li.has-submenu:before {
      color: $gray-600;
    }*/ }
    #main-header.header-fixed:after {
      content: '';
      display: block;
      height: 2px;
      width: 100%;
      position: absolute;
      bottom: 0;
      right: 0; }
    #main-header.header-fixed .header-wrapper {
      background: #363636; }
    #main-header.header-fixed #logo {
      width: 100px; }
  #main-header .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 500ms; }
    @media screen and (prefers-reduced-motion: reduce) {
      #main-header .header-wrapper {
        transition: none; } }
  #main-header .navbar {
    position: relative; }
  #main-header .navbar-collapse {
    display: flex;
    justify-content: center; }
  #main-header .navbar-menu {
    padding: 0;
    min-width: 300px;
    transition: 300ms; }
    @media screen and (prefers-reduced-motion: reduce) {
      #main-header .navbar-menu {
        transition: none; } }
    @media (min-width: 576px) {
      #main-header .navbar-menu.right {
        justify-content: flex-end; } }
    #main-header .navbar-menu li {
      margin-left: 30px;
      position: relative; }
      #main-header .navbar-menu li:last-child {
        margin-left: 0; }
      #main-header .navbar-menu li:hover > a {
        color: #f2bb13; }
      #main-header .navbar-menu li:hover:before {
        color: #292929 !important; }
      #main-header .navbar-menu li a {
        color: #FFF;
        padding: 30px 0;
        transition: 300ms;
        font-size: 16px;
        font-size: 1rem; }
        @media screen and (prefers-reduced-motion: reduce) {
          #main-header .navbar-menu li a {
            transition: none; } }
        @media (min-width: 768px) {
          #main-header .navbar-menu li a {
            font-size: 16px;
            font-size: 1rem; } }
        @media (min-width: 1200px) {
          #main-header .navbar-menu li a {
            font-size: 17px;
            font-size: 1.06667rem; } }
        #main-header .navbar-menu li a .icons {
          margin-left: 5px; }
      #main-header .navbar-menu li.active > a {
        color: #f2bb13; }
      #main-header .navbar-menu li.has-submenu:before {
        content: '\e805';
        font-family: 'icons';
        color: #f2bb13;
        font-size: 20px;
        position: absolute;
        bottom: -40px;
        right: calc(50% - 5px);
        transition: 300ms; }
        @media screen and (prefers-reduced-motion: reduce) {
          #main-header .navbar-menu li.has-submenu:before {
            transition: none; } }
      #main-header .navbar-menu li ul {
        padding: 0;
        margin: 0;
        position: absolute;
        top: 52px;
        display: none; }
        #main-header .navbar-menu li ul li {
          list-style-type: none;
          margin-left: 0; }
          #main-header .navbar-menu li ul li:last-child a {
            border-bottom: 0; }
          #main-header .navbar-menu li ul li.has-submenu:before {
            content: ''; }
          #main-header .navbar-menu li ul li.has-submenu:after {
            content: '\e803';
            font-family: 'icons';
            color: #f2bb13;
            font-size: 16px;
            position: absolute;
            bottom: 9px;
            right: 100%;
            z-index: 999;
            transition: 300ms; }
            @media screen and (prefers-reduced-motion: reduce) {
              #main-header .navbar-menu li ul li.has-submenu:after {
                transition: none; } }
          #main-header .navbar-menu li ul li a {
            display: block;
            min-width: max-content;
            border-bottom: 1px solid #363636;
            padding: 10px 30px;
            color: #FFF;
            text-align: center;
            background: #292929;
            font-size: 14px;
            font-size: 0.875rem; }
            @media (min-width: 768px) {
              #main-header .navbar-menu li ul li a {
                font-size: 14px;
                font-size: 0.875rem; } }
            @media (min-width: 1200px) {
              #main-header .navbar-menu li ul li a {
                font-size: 15px;
                font-size: 0.93333rem; } }
            #main-header .navbar-menu li ul li a:hover {
              color: #000;
              background: #f2bb13; }
          #main-header .navbar-menu li ul li ul {
            right: 101%;
            top: 0; }

#mobile-header {
  direction: rtl;
  background: #363636;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999999;
  padding: 10px 15px; }
  @media (min-width: 992px) {
    #mobile-header {
      display: none; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #mobile-header {
      padding: 15px; } }
  #mobile-header #logo-bars {
    position: relative;
    z-index: 99; }
    #mobile-header #logo-bars .logo {
      width: 70px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #mobile-header #logo-bars .logo {
          width: 85px; } }
    #mobile-header #logo-bars .hamburger {
      vertical-align: middle;
      margin-top: 10px;
      padding: 0; }
      #mobile-header #logo-bars .hamburger .hamburger-inner {
        background-color: #FFF;
        width: 30px;
        height: 3px; }
        #mobile-header #logo-bars .hamburger .hamburger-inner:before, #mobile-header #logo-bars .hamburger .hamburger-inner:after {
          width: 30px;
          height: 3px;
          background-color: #FFF; }
    #mobile-header #logo-bars #mobile-phone {
      color: #FFF;
      font-size: 14px;
      font-size: 0.875rem; }
      @media (min-width: 768px) {
        #mobile-header #logo-bars #mobile-phone {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media (min-width: 1200px) {
        #mobile-header #logo-bars #mobile-phone {
          font-size: 15px;
          font-size: 0.93333rem; } }
  #mobile-header #mobile-cart-search {
    display: flex;
    align-items: center; }
    #mobile-header #mobile-cart-search .icon-wrapper {
      display: inline-block;
      margin-left: 20px;
      margin-top: 5px;
      position: relative; }
    #mobile-header #mobile-cart-search .icons {
      color: #FFF;
      font-size: 18px;
      font-size: 1.125rem; }
      @media (min-width: 768px) {
        #mobile-header #mobile-cart-search .icons {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media (min-width: 1200px) {
        #mobile-header #mobile-cart-search .icons {
          font-size: 19px;
          font-size: 1.2rem; } }
    #mobile-header #mobile-cart-search .badge {
      position: absolute;
      right: -15px;
      top: -10px;
      width: 20px;
      height: 20px;
      padding: 5px;
      border-radius: 50%;
      font-size: 12px;
      font-size: 0.75rem; }
      @media (min-width: 768px) {
        #mobile-header #mobile-cart-search .badge {
          font-size: 12px;
          font-size: 0.75rem; } }
      @media (min-width: 1200px) {
        #mobile-header #mobile-cart-search .badge {
          font-size: 13px;
          font-size: 0.8rem; } }
  #mobile-header #mobile-language .link {
    display: inline-block;
    color: #ced4da;
    position: relative;
    cursor: pointer;
    padding: 10px 0;
    margin-left: 10px;
    transition: 300ms;
    font-size: 14px;
    font-size: 0.875rem; }
    @media screen and (prefers-reduced-motion: reduce) {
      #mobile-header #mobile-language .link {
        transition: none; } }
    @media (min-width: 768px) {
      #mobile-header #mobile-language .link {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media (min-width: 1200px) {
      #mobile-header #mobile-language .link {
        font-size: 15px;
        font-size: 0.93333rem; } }
    #mobile-header #mobile-language .link:last-child {
      margin-left: 0; }
    #mobile-header #mobile-language .link .text img {
      width: 30px;
      position: relative;
      top: 2px;
      margin-top: -2px; }
    #mobile-header #mobile-language .link:hover {
      color: #f2bb13; }
    #mobile-header #mobile-language .link .icons {
      margin-right: 5px;
      vertical-align: bottom;
      font-size: 12px;
      font-size: 0.75rem; }
      @media (min-width: 768px) {
        #mobile-header #mobile-language .link .icons {
          font-size: 12px;
          font-size: 0.75rem; } }
      @media (min-width: 1200px) {
        #mobile-header #mobile-language .link .icons {
          font-size: 13px;
          font-size: 0.8rem; } }
  #mobile-header #mobile-language .menu {
    position: absolute;
    top: 52px;
    left: -10px;
    min-width: 85px;
    z-index: 9999;
    display: none; }
    #mobile-header #mobile-language .menu a {
      display: flex;
      padding: 8px 10px;
      border-bottom: 1px solid #6c757d;
      color: #FFF;
      background: #292929;
      font-size: 12px;
      font-size: 0.75rem; }
      @media (min-width: 768px) {
        #mobile-header #mobile-language .menu a {
          font-size: 12px;
          font-size: 0.75rem; } }
      @media (min-width: 1200px) {
        #mobile-header #mobile-language .menu a {
          font-size: 13px;
          font-size: 0.8rem; } }
      #mobile-header #mobile-language .menu a:last-child {
        border-bottom: 0; }
      #mobile-header #mobile-language .menu a:hover {
        color: #000;
        background: #f2bb13; }
      #mobile-header #mobile-language .menu a img {
        width: 20px;
        margin-left: 5px;
        margin-top: -1px; }
  #mobile-header .user-dropdown {
    position: relative; }
    #mobile-header .user-dropdown .username {
      color: #ced4da;
      margin-bottom: 0; }
    #mobile-header .user-dropdown .dropdown-list {
      padding: 0 !important;
      margin: 0;
      width: 100%;
      position: absolute;
      z-index: 99;
      display: none;
      top: 31px; }
      #mobile-header .user-dropdown .dropdown-list li {
        list-style-type: none;
        border-bottom: 1px solid #6a6c6d;
        margin-bottom: 0 !important; }
        #mobile-header .user-dropdown .dropdown-list li:last-child {
          border-bottom: 0; }
      #mobile-header .user-dropdown .dropdown-list a {
        display: block;
        background: #2c2b2b;
        color: #adb5bd;
        padding: 10px 15px;
        font-size: 13px;
        font-size: 0.8125rem; }
        @media (min-width: 768px) {
          #mobile-header .user-dropdown .dropdown-list a {
            font-size: 13px;
            font-size: 0.8125rem; } }
        @media (min-width: 1200px) {
          #mobile-header .user-dropdown .dropdown-list a {
            font-size: 14px;
            font-size: 0.86667rem; } }
        #mobile-header .user-dropdown .dropdown-list a:hover {
          background: #313233; }
        #mobile-header .user-dropdown .dropdown-list a .icons {
          margin-left: 5px; }
  #mobile-header #mobile-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9;
    padding-top: 80px;
    opacity: 0;
    background: linear-gradient(#363636 10%, #000 90%);
    transition: 300ms; }
    @media screen and (prefers-reduced-motion: reduce) {
      #mobile-header #mobile-menu {
        transition: none; } }
    #mobile-header #mobile-menu.open {
      right: 0;
      opacity: 1; }
    #mobile-header #mobile-menu .user-mobile {
      color: #FFF;
      text-align: center;
      padding: 12px 0px;
      border-bottom: 1px solid #666;
      border-top: 1px solid #666;
      margin-bottom: 5px;
      font-size: 16px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        #mobile-header #mobile-menu .user-mobile {
          font-size: 16px;
          font-size: 1rem; } }
      @media (min-width: 1200px) {
        #mobile-header #mobile-menu .user-mobile {
          font-size: 17px;
          font-size: 1.06667rem; } }
      #mobile-header #mobile-menu .user-mobile a {
        color: #FFF; }
      #mobile-header #mobile-menu .user-mobile .icons {
        margin-left: 10px;
        vertical-align: middle;
        font-size: 16px;
        font-size: 1rem; }
        @media (min-width: 768px) {
          #mobile-header #mobile-menu .user-mobile .icons {
            font-size: 16px;
            font-size: 1rem; } }
        @media (min-width: 1200px) {
          #mobile-header #mobile-menu .user-mobile .icons {
            font-size: 17px;
            font-size: 1.06667rem; } }
    #mobile-header #mobile-menu ul {
      margin: 0;
      padding: 0 10px 0 0; }
      #mobile-header #mobile-menu ul li {
        list-style-type: none;
        color: #FFF;
        margin-bottom: 5px;
        font-weight: 700;
        position: relative;
        font-size: 14px;
        font-size: 0.875rem; }
        @media (min-width: 768px) {
          #mobile-header #mobile-menu ul li {
            font-size: 14px;
            font-size: 0.875rem; } }
        @media (min-width: 1200px) {
          #mobile-header #mobile-menu ul li {
            font-size: 15px;
            font-size: 0.93333rem; } }
        #mobile-header #mobile-menu ul li.active a {
          color: #f2bb13; }
        #mobile-header #mobile-menu ul li.has-submenu:after {
          content: '\e808';
          font-family: 'icons';
          position: absolute;
          left: 15px;
          top: 15px;
          color: #dee2e6;
          font-size: 16px;
          font-size: 1rem;
          transition: 300ms; }
          @media (min-width: 768px) {
            #mobile-header #mobile-menu ul li.has-submenu:after {
              font-size: 16px;
              font-size: 1rem; } }
          @media (min-width: 1200px) {
            #mobile-header #mobile-menu ul li.has-submenu:after {
              font-size: 17px;
              font-size: 1.06667rem; } }
          @media screen and (prefers-reduced-motion: reduce) {
            #mobile-header #mobile-menu ul li.has-submenu:after {
              transition: none; } }
        #mobile-header #mobile-menu ul li.open:after {
          transform: rotate(180deg); }
        #mobile-header #mobile-menu ul li a {
          display: block;
          color: #FFF;
          padding: 15px; }
          #mobile-header #mobile-menu ul li a:hover {
            color: #f2bb13; }
        #mobile-header #mobile-menu ul li .icons {
          margin-left: 10px; }
        #mobile-header #mobile-menu ul li ul {
          display: none;
          margin-right: 30px;
          border-right: 1px solid #ebeef8; }
          #mobile-header #mobile-menu ul li ul li.has-submenu:after {
            content: '\e808';
            font-family: 'icons';
            position: absolute;
            left: 40px;
            top: 15px;
            color: #dee2e6;
            font-size: 12px;
            font-size: 0.75rem; }
            @media (min-width: 768px) {
              #mobile-header #mobile-menu ul li ul li.has-submenu:after {
                font-size: 12px;
                font-size: 0.75rem; } }
            @media (min-width: 1200px) {
              #mobile-header #mobile-menu ul li ul li.has-submenu:after {
                font-size: 13px;
                font-size: 0.8rem; } }
  #mobile-header #fade-logo {
    width: 120px;
    position: absolute;
    bottom: 30px;
    right: calc(50% - 50px);
    opacity: 0.3; }

.login-modal {
  width: 100vw;
  height: 100vh;
  background: rgba(54, 54, 54, 0.95);
  position: fixed;
  top: 0;
  z-index: 9999999;
  right: 0; }
  .login-modal .close {
    color: #FFF;
    position: absolute;
    left: 3%;
    top: 5%;
    font-size: 50px;
    font-size: 3.125rem; }
    @media (min-width: 768px) {
      .login-modal .close {
        font-size: 50px;
        font-size: 3.125rem; } }
    @media (min-width: 1200px) {
      .login-modal .close {
        font-size: 51px;
        font-size: 3.33333rem; } }
    .login-modal .close:hover {
      color: #FFF !important;
      opacity: 1; }
    @media (max-width: 767.98px) {
      .login-modal .close {
        left: 5%;
        top: 2.5%;
        font-size: 25px;
        font-size: 1.5625rem; } }
  @media (max-width: 767.98px) and (min-width: 768px) {
    .login-modal .close {
      font-size: 25px;
      font-size: 1.5625rem; } }
  @media (max-width: 767.98px) and (min-width: 1200px) {
    .login-modal .close {
      font-size: 26px;
      font-size: 1.66667rem; } }
  .login-modal .modal-content {
    background: none;
    border: none;
    direction: rtl; }
  .login-modal .login-content .login-logo {
    display: block;
    margin: 50px auto;
    position: relative; }
    @media (max-width: 767.98px) {
      .login-modal .login-content .login-logo {
        margin: -80px auto 30px;
        left: -10px; } }
  .login-modal .login-content .login-title {
    color: #FFF;
    text-align: center;
    margin-bottom: 60px;
    font-size: 25px;
    font-size: 1.5625rem; }
    @media (min-width: 768px) {
      .login-modal .login-content .login-title {
        font-size: 25px;
        font-size: 1.5625rem; } }
    @media (min-width: 1200px) {
      .login-modal .login-content .login-title {
        font-size: 26px;
        font-size: 1.66667rem; } }
  .login-modal .login-content .login-form {
    width: 300px;
    margin: auto; }
  .login-modal .login-content .input-wrapper {
    margin-bottom: 45px;
    position: relative; }
    .login-modal .login-content .input-wrapper label {
      display: block;
      color: #adb5bd;
      text-align: right;
      margin-bottom: 5px;
      font-size: 16px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        .login-modal .login-content .input-wrapper label {
          font-size: 16px;
          font-size: 1rem; } }
      @media (min-width: 1200px) {
        .login-modal .login-content .input-wrapper label {
          font-size: 17px;
          font-size: 1.06667rem; } }
      .login-modal .login-content .input-wrapper label.error {
        left: 0;
        top: -15px;
        color: #dc3545;
        font-size: 12px;
        font-size: 0.75rem; }
        @media (min-width: 768px) {
          .login-modal .login-content .input-wrapper label.error {
            font-size: 12px;
            font-size: 0.75rem; } }
        @media (min-width: 1200px) {
          .login-modal .login-content .input-wrapper label.error {
            font-size: 13px;
            font-size: 0.8rem; } }
    .login-modal .login-content .input-wrapper .input {
      width: 100%;
      background: none;
      border: none;
      border-bottom: 2px solid #f2bb13;
      color: #FFF;
      padding: 10px 0;
      text-align: center;
      font-size: 18px;
      font-size: 1.125rem;
      /*&.ltr {
					direction: ltr;
					text-align: left;
				}*/ }
      @media (min-width: 768px) {
        .login-modal .login-content .input-wrapper .input {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media (min-width: 1200px) {
        .login-modal .login-content .input-wrapper .input {
          font-size: 19px;
          font-size: 1.2rem; } }
  .login-modal .login-content .btn {
    margin-top: 45px;
    color: #FFF;
    font-size: 20px;
    font-size: 1.25rem; }
    @media (min-width: 768px) {
      .login-modal .login-content .btn {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media (min-width: 1200px) {
      .login-modal .login-content .btn {
        font-size: 21px;
        font-size: 1.33333rem; } }
    .login-modal .login-content .btn:hover {
      color: #363636; }
  .login-modal .login-content .btn-text {
    display: inline-block;
    background: none;
    border: none;
    color: #6c757d;
    margin-top: 45px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (prefers-reduced-motion: reduce) {
      .login-modal .login-content .btn-text {
        transition: none; } }
    @media (min-width: 768px) {
      .login-modal .login-content .btn-text {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      .login-modal .login-content .btn-text {
        font-size: 17px;
        font-size: 1.06667rem; } }
    .login-modal .login-content .btn-text:hover {
      color: #FFF; }
  .login-modal .login-content .text-l {
    text-align: left; }
  .login-modal .login-content .timer {
    color: #FFF;
    margin-top: 45px;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (min-width: 768px) {
      .login-modal .login-content .timer {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 1200px) {
      .login-modal .login-content .timer {
        font-size: 19px;
        font-size: 1.2rem; } }

#slideshow {
  height: 100vh;
  margin-bottom: 90px;
  background: #363636;
  position: relative; }
  @media (max-width: 991.98px) {
    #slideshow {
      margin-bottom: 60px; } }
  @media (max-width: 767.98px) {
    #slideshow {
      margin-bottom: 30px;
      height: 180vw; } }
  #slideshow:before {
    content: "";
    display: block;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, transparent 0%, rgba(54, 54, 54, 0.8) 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9; }
    @media (max-width: 991.98px) {
      #slideshow:before {
        display: none; } }
  #slideshow .item {
    position: relative;
    height: 100vh;
    z-index: 99; }
    @media (max-width: 767.98px) {
      #slideshow .item {
        height: 180vw; } }
    #slideshow .item:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.3) 100%);
      z-index: 9; }
      @media (min-width: 992px) {
        #slideshow .item:before {
          display: none; } }
    #slideshow .item img {
      width: 100%;
      height: 60vh;
      object-fit: cover; }
      @media (max-width: 767.98px) {
        #slideshow .item img {
          height: 180vw; } }
    #slideshow .item .content-wrapper {
      width: 100%;
      position: absolute;
      top: 30%;
      z-index: 9;
      text-align: center; }
      @media (max-width: 991.98px) {
        #slideshow .item .content-wrapper {
          top: 30%; } }
    #slideshow .item .content {
      text-align: center; }
      #slideshow .item .content .title {
        color: #FFF;
        font-weight: 900;
        margin-bottom: 30px;
        letter-spacing: 1px;
        text-shadow: 0 1px 5px rgba(0, 0, 0, 0.48);
        font-size: 60px;
        font-size: 3.75rem; }
        @media (min-width: 768px) {
          #slideshow .item .content .title {
            font-size: 60px;
            font-size: 3.75rem; } }
        @media (min-width: 1200px) {
          #slideshow .item .content .title {
            font-size: 61px;
            font-size: 4rem; } }
        @media (max-width: 767.98px) {
          #slideshow .item .content .title {
            font-size: 30px;
            font-size: 1.875rem; } }
  @media (max-width: 767.98px) and (min-width: 768px) {
    #slideshow .item .content .title {
      font-size: 30px;
      font-size: 1.875rem; } }
  @media (max-width: 767.98px) and (min-width: 1200px) {
    #slideshow .item .content .title {
      font-size: 31px;
      font-size: 2rem; } }
      #slideshow .item .content .description {
        width: 45%;
        margin: 0 auto 30px auto;
        color: #FFF;
        line-height: 2;
        text-align: center;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.48);
        font-size: 18px;
        font-size: 1.125rem; }
        @media (min-width: 768px) {
          #slideshow .item .content .description {
            font-size: 18px;
            font-size: 1.125rem; } }
        @media (min-width: 1200px) {
          #slideshow .item .content .description {
            font-size: 19px;
            font-size: 1.2rem; } }
        @media (max-width: 991.98px) {
          #slideshow .item .content .description {
            width: 100%; } }
      #slideshow .item .content .btn {
        width: 250px;
        padding: 13px 30px; }
  #slideshow .slick-dots {
    top: -60px; }
  #slideshow .slick-arrow {
    display: block !important;
    position: absolute;
    top: calc(50vh - 25px);
    z-index: 9;
    border: none;
    background: #363636;
    color: #FFF;
    font-size: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
    transition: all 0.2s ease-in-out;
    border-radius: 50%; }
    @media screen and (prefers-reduced-motion: reduce) {
      #slideshow .slick-arrow {
        transition: none; } }
    @media (max-width: 767.98px) {
      #slideshow .slick-arrow {
        top: 40vh; } }
    #slideshow .slick-arrow .icons {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      top: 2px; }
    #slideshow .slick-arrow:hover {
      background: #f2bb13;
      color: #FFF; }
    #slideshow .slick-arrow.slick-prev {
      left: 30px;
      right: auto; }
      @media (max-width: 767.98px) {
        #slideshow .slick-arrow.slick-prev {
          left: 15px; } }
    #slideshow .slick-arrow.slick-next {
      right: 30px;
      left: auto; }
      @media (max-width: 767.98px) {
        #slideshow .slick-arrow.slick-next {
          right: 15px; } }

#categories {
  position: relative; }
  #categories #categories-slider {
    margin: -15px; }
  #categories .box {
    display: block;
    margin: 0 15px;
    text-align: center;
    height: 150px;
    direction: rtl; }
    @media (max-width: 767.98px) {
      #categories .box {
        margin: 0 10px; } }
    #categories .box:hover .title {
      color: #f2bb13; }
    #categories .box .box-content {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      height: 100%;
      padding: 0;
      box-shadow: 2px 0 10px -2px rgba(0, 0, 0, 0.1);
      border-radius: 5px; }
      #categories .box .box-content img {
        width: 50%;
        height: 100%;
        object-fit: cover;
        margin-left: 5px;
        border-radius: 0 5px 5px 0; }
    #categories .box .text {
      width: 50%;
      margin-left: 15px;
      margin-bottom: 10px;
      text-align: right; }
    #categories .box .title {
      color: #000;
      font-weight: 900;
      margin-bottom: 15px;
      transition: 300ms;
      font-size: 17px;
      font-size: 1.0625rem; }
      @media screen and (prefers-reduced-motion: reduce) {
        #categories .box .title {
          transition: none; } }
      @media (min-width: 768px) {
        #categories .box .title {
          font-size: 17px;
          font-size: 1.0625rem; } }
      @media (min-width: 1200px) {
        #categories .box .title {
          font-size: 18px;
          font-size: 1.13333rem; } }
    #categories .box .count {
      color: #363636;
      display: block;
      direction: rtl;
      font-size: 14px;
      font-size: 0.875rem; }
      @media (min-width: 768px) {
        #categories .box .count {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media (min-width: 1200px) {
        #categories .box .count {
          font-size: 15px;
          font-size: 0.93333rem; } }

#video-pictures {
  margin-top: 120px;
  margin-bottom: 100px; }
  @media (max-width: 991.98px) {
    #video-pictures {
      margin-top: 100px;
      margin-bottom: 100px; } }
  @media (max-width: 767.98px) {
    #video-pictures {
      margin-top: 0;
      margin-bottom: 50px; } }
  #video-pictures #video {
    height: 380px;
    background: #fdf5dc url("/assets/img/loading.svg") no-repeat center;
    position: relative;
    top: -60px;
    z-index: 99;
    border-radius: 20px; }
    @media (max-width: 767.98px) {
      #video-pictures #video {
        top: 0; } }
    #video-pictures #video div {
      height: 100%; }
  #video-pictures #gallery-slider {
    margin: 0 -90px 0 -10px;
    position: relative;
    z-index: 9; }
    @media (max-width: 767.98px) {
      #video-pictures #gallery-slider {
        margin: 0 -15px; } }
    #video-pictures #gallery-slider .item {
      padding: 15px 0; }
  #video-pictures .gallery-item {
    padding: 0 10px; }
    #video-pictures .gallery-item img {
      border-radius: 0.25rem; }
  #video-pictures .content-wrapper {
    background: #FFF;
    border: 3px solid #f2bb13;
    padding: 30px 120px 15px 30px;
    margin-right: -80px;
    border-radius: 20px; }
    @media (max-width: 767.98px) {
      #video-pictures .content-wrapper {
        border: none;
        padding: 15px;
        margin-right: 0; } }
  #video-pictures .content {
    position: relative; }
    #video-pictures .content .title {
      margin-bottom: 15px;
      background: #FFF;
      position: absolute;
      top: -65px;
      padding: 0 60px 0 15px;
      right: -60px;
      font-weight: 900;
      font-size: 24px;
      font-size: 1.5rem; }
      @media (min-width: 768px) {
        #video-pictures .content .title {
          font-size: 24px;
          font-size: 1.5rem; } }
      @media (min-width: 1200px) {
        #video-pictures .content .title {
          font-size: 25px;
          font-size: 1.6rem; } }
      @media (max-width: 767.98px) {
        #video-pictures .content .title {
          position: static;
          padding: 0; } }
    #video-pictures .content .description {
      color: #636363;
      text-align: justify;
      line-height: 1.8;
      height: 230px;
      overflow: hidden;
      margin-top: 15px;
      font-size: 14px;
      font-size: 0.875rem; }
      @media (min-width: 768px) {
        #video-pictures .content .description {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media (min-width: 1200px) {
        #video-pictures .content .description {
          font-size: 15px;
          font-size: 0.93333rem; } }
  #video-pictures .slick-arrow {
    top: 20%; }

#features {
  margin-bottom: 15px; }
  #features.inAboutPage {
    background: #fdf5dc; }
  @media (max-width: 991.98px) {
    #features {
      padding-top: 30px; } }
  #features #top {
    background: #363636;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: -53px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    border-radius: 8px; }
    @media (max-width: 991.98px) {
      #features #top {
        margin-bottom: 0;
        top: -65px; } }
    #features #top .item {
      display: flex;
      align-items: center;
      padding: 30px 15px;
      position: relative; }
      @media (max-width: 991.98px) {
        #features #top .item {
          padding: 15px; } }
      #features #top .item:before {
        content: '';
        display: block;
        height: 80%;
        position: absolute;
        right: 0;
        top: 10%;
        border-left: 1px solid #ced4da; }
      #features #top .item:first-child:before {
        border-left: 0; }
      @media (max-width: 991.98px) {
        #features #top .item:nth-child(3), #features #top .item:nth-child(4) {
          display: none; } }
    #features #top .icon {
      margin-left: 15px; }
      @media (max-width: 991.98px) {
        #features #top .icon {
          width: 70px;
          text-align: center; } }
      @media (max-width: 991.98px) {
        #features #top .icon {
          width: 40px; } }
    #features #top .content .title {
      font-weight: 700;
      color: #FFF;
      margin-bottom: 15px;
      font-size: 16px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        #features #top .content .title {
          font-size: 16px;
          font-size: 1rem; } }
      @media (min-width: 1200px) {
        #features #top .content .title {
          font-size: 17px;
          font-size: 1.06667rem; } }
      @media (max-width: 991.98px) {
        #features #top .content .title {
          margin-bottom: 0;
          font-size: 14px;
          font-size: 0.875rem; } }
  @media (max-width: 991.98px) and (min-width: 768px) {
    #features #top .content .title {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media (max-width: 991.98px) and (min-width: 1200px) {
    #features #top .content .title {
      font-size: 15px;
      font-size: 0.93333rem; } }
    #features #top .content .text {
      color: #d7d7d7;
      margin-bottom: 0;
      font-size: 12px;
      font-size: 0.75rem; }
      @media (min-width: 768px) {
        #features #top .content .text {
          font-size: 12px;
          font-size: 0.75rem; } }
      @media (min-width: 1200px) {
        #features #top .content .text {
          font-size: 13px;
          font-size: 0.8rem; } }
      @media (max-width: 991.98px) {
        #features #top .content .text {
          display: none; } }
  #features #feature-items {
    background: url("/assets/img/flower.png") no-repeat center 50px; }
    @media (max-width: 991.98px) {
      #features #feature-items {
        background: none; } }
    #features #feature-items ul {
      padding: 0;
      margin: 0; }
      @media (min-width: 992px) {
        #features #feature-items ul.reverse {
          direction: ltr;
          text-align: left; }
          #features #feature-items ul.reverse li .icon {
            margin-right: 15px;
            margin-left: 0; } }
      #features #feature-items ul li {
        list-style-type: none;
        display: flex;
        align-items: center;
        margin-bottom: 120px; }
        @media (max-width: 991.98px) {
          #features #feature-items ul li {
            margin-bottom: 30px; } }
        #features #feature-items ul li:hover .icon {
          -webkit-transform: rotateY(180deg);
          -moz-transform: rotateY(180deg);
          -ms-transform: rotateY(180deg);
          -o-transform: rotateY(180deg);
          transform: rotateY(180deg); }
        #features #feature-items ul li .icon {
          padding: 15px;
          background: #FFF;
          text-align: center;
          min-width: 95px;
          height: 95px;
          margin-left: 15px;
          display: flex;
          align-items: center;
          justify-content: center;
          -webkit-transform: rotateY(0deg);
          -moz-transform: rotateY(0deg);
          -ms-transform: rotateY(0deg);
          -o-transform: rotateY(0deg);
          transform: rotateY(0deg);
          transition: 300ms;
          border-radius: 50%;
          /*@include media-breakpoint-down(md) {
            width: 125px;
          }*/
          /*@include media-breakpoint-down(sm) {
            height: 85px;
          }*/ }
          @media screen and (prefers-reduced-motion: reduce) {
            #features #feature-items ul li .icon {
              transition: none; } }
        #features #feature-items ul li .title {
          font-weight: 700;
          color: #363636;
          font-size: 18px;
          font-size: 1.125rem; }
          @media (min-width: 768px) {
            #features #feature-items ul li .title {
              font-size: 18px;
              font-size: 1.125rem; } }
          @media (min-width: 1200px) {
            #features #feature-items ul li .title {
              font-size: 19px;
              font-size: 1.2rem; } }
        #features #feature-items ul li .text {
          color: #6c757d;
          margin: 00px;
          line-height: 1.8;
          height: 50px;
          overflow: hidden;
          width: 90%;
          font-size: 14px;
          font-size: 0.875rem; }
          @media (min-width: 768px) {
            #features #feature-items ul li .text {
              font-size: 14px;
              font-size: 0.875rem; } }
          @media (min-width: 1200px) {
            #features #feature-items ul li .text {
              font-size: 15px;
              font-size: 0.93333rem; } }

#last-products .box .box-content {
  text-align: center; }
  #last-products .box .box-content .title {
    color: #000;
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (min-width: 768px) {
      #last-products .box .box-content .title {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 1200px) {
      #last-products .box .box-content .title {
        font-size: 19px;
        font-size: 1.2rem; } }
  #last-products .box .box-content .price {
    color: #363636;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      #last-products .box .box-content .price {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media (min-width: 1200px) {
      #last-products .box .box-content .price {
        font-size: 15px;
        font-size: 0.93333rem; } }

#posts #posts-wrapper {
  width: 70%;
  margin: auto; }
  @media (max-width: 991.98px) {
    #posts #posts-wrapper {
      width: 100%; } }

#posts .post {
  margin-bottom: 90px; }
  @media (max-width: 767.98px) {
    #posts .post {
      margin-bottom: 45px; } }
  @media (min-width: 576px) {
    #posts .post.home-post:nth-child(even) {
      direction: ltr; }
      #posts .post.home-post:nth-child(even) .title, #posts .post.home-post:nth-child(even) .post-text, #posts .post.home-post:nth-child(even) .details, #posts .post.home-post:nth-child(even) .more {
        text-align: left; }
        #posts .post.home-post:nth-child(even) .title .det, #posts .post.home-post:nth-child(even) .title .icons, #posts .post.home-post:nth-child(even) .post-text .det, #posts .post.home-post:nth-child(even) .post-text .icons, #posts .post.home-post:nth-child(even) .details .det, #posts .post.home-post:nth-child(even) .details .icons, #posts .post.home-post:nth-child(even) .more .det, #posts .post.home-post:nth-child(even) .more .icons {
          margin-left: 0;
          margin-right: 10px; }
      #posts .post.home-post:nth-child(even) .title {
        margin-left: -15px; }
        #posts .post.home-post:nth-child(even) .title:before {
          right: auto;
          left: -100px; }
        #posts .post.home-post:nth-child(even) .title a {
          padding-right: 0;
          padding-left: 15px; }
      #posts .post.home-post:nth-child(even) .more {
        float: left; } }
  #posts .post .post-img {
    border: 3px solid #dee2e6;
    padding: 15px;
    position: relative;
    border-radius: 5px; }
    #posts .post .post-img:hover {
      border-color: #f2bb13; }
      #posts .post .post-img:hover:before {
        opacity: 1; }
      #posts .post .post-img:hover:after {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg); }
    #posts .post .post-img:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background: no-repeat center rgba(7, 7, 7, 0.5);
      opacity: 0;
      transition: 300ms; }
      @media screen and (prefers-reduced-motion: reduce) {
        #posts .post .post-img:before {
          transition: none; } }
#posts .post .post-img:after {
    content: '';
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--section-title) no-repeat center;
    position: absolute;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    transition: 300ms;
}
      @media screen and (prefers-reduced-motion: reduce) {
        #posts .post .post-img:after {
          transition: none; } }
    @media (max-width: 767.98px) {
      #posts .post .post-img {
        padding: 15px;
        margin-bottom: 15px; } }
    #posts .post .post-img img {
      width: 100%;
      border-radius: 5px; }
  #posts .post .title {
    margin-bottom: 0;
    position: relative;
    margin-right: -15px; }
    @media (min-width: 768px) {
      #posts .post .title:before {
        content: '';
        width: 200px;
        position: absolute;
        right: -100px;
        top: 18px;
        border-bottom: 2px solid #f2bb13; } }
    #posts .post .title a {
      display: block;
      color: #363636;
      height: 75px;
      overflow: hidden;
      line-height: 1.5;
      position: relative;
      padding-right: 15px;
      background: #FFF;
      transition: 300ms;
      font-size: 22px;
      font-size: 1.375rem; }
      @media screen and (prefers-reduced-motion: reduce) {
        #posts .post .title a {
          transition: none; } }
      @media (min-width: 768px) {
        #posts .post .title a {
          font-size: 22px;
          font-size: 1.375rem; } }
      @media (min-width: 1200px) {
        #posts .post .title a {
          font-size: 23px;
          font-size: 1.46667rem; } }
      #posts .post .title a:hover {
        color: #f2bb13; }
      @media (max-width: 767.98px) {
        #posts .post .title a {
          height: 35px; } }
  #posts .post .post-text {
    color: #636363;
    line-height: 2;
    height: 110px;
    overflow: hidden;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      #posts .post .post-text {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media (min-width: 1200px) {
      #posts .post .post-text {
        font-size: 15px;
        font-size: 0.93333rem; } }
    @media (max-width: 767.98px) {
      #posts .post .post-text {
        height: 80px;
        margin-bottom: 5px; } }
  #posts .post .details {
    display: flex;
    color: #959595;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      #posts .post .details {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      #posts .post .details {
        font-size: 17px;
        font-size: 1.06667rem; } }
    #posts .post .details .det {
      display: flex;
      align-items: center;
      margin-left: 15px; }
    #posts .post .details .icons {
      margin-left: 10px;
      position: relative;
      top: -2px;
      color: #ced4da;
      font-size: 18px;
      font-size: 1.125rem; }
      @media (min-width: 768px) {
        #posts .post .details .icons {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media (min-width: 1200px) {
        #posts .post .details .icons {
          font-size: 19px;
          font-size: 1.2rem; } }
  #posts .post .more {
    display: inline-block;
    color: #363636;
    margin-top: 5px;
    border-bottom: 1px dashed #f2bb13;
    line-height: 2;
    transition: 300ms;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (prefers-reduced-motion: reduce) {
      #posts .post .more {
        transition: none; } }
    @media (min-width: 768px) {
      #posts .post .more {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      #posts .post .more {
        font-size: 17px;
        font-size: 1.06667rem; } }
    #posts .post .more:hover {
      color: #f2bb13; }
    @media (max-width: 767.98px) {
      #posts .post .more {
        margin-top: 0; } }

#main-footer {
  direction: rtl;
  text-align: right;
  background: #363636;
  background-size: cover;
  position: relative;
  margin-top: 90px; }
  @media (max-width: 767.98px) {
    #main-footer {
      padding-top: 30px; } }
  #main-footer #footer-logo {
    display: block;
    background: url("/assets/img/footer-top.png") no-repeat center;
    padding: 30px;
    margin: auto;
    position: absolute;
    top: -105px;
    right: 0;
    left: 0; }
    #main-footer #footer-logo img {
      display: block;
      width: 120px;
      margin: auto;
      position: relative;
      top: 30px;
      right: 15px; }
  #main-footer .footer-section {
    padding-top: 45px; }
    @media (max-width: 767.98px) {
      #main-footer .footer-section.register-section {
        padding-top: 0; } }
    #main-footer .footer-section .footer-title {
      font-weight: 700;
      margin-bottom: 30px;
      padding-bottom: 15px;
      border-bottom: 1px solid #6c757d;
      color: #FFF;
      font-size: 16px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        #main-footer .footer-section .footer-title {
          font-size: 16px;
          font-size: 1rem; } }
      @media (min-width: 1200px) {
        #main-footer .footer-section .footer-title {
          font-size: 17px;
          font-size: 1.06667rem; } }
    #main-footer .footer-section.contact-details ul {
      margin: 0;
      padding: 0; }
      #main-footer .footer-section.contact-details ul li {
        list-style-type: none;
        margin-bottom: 5px;
        position: relative;
        padding-right: 30px;
        line-height: 2; }
        #main-footer .footer-section.contact-details ul li .value {
          color: #ced4da;
          font-size: 16px;
          font-size: 1rem; }
          @media (min-width: 768px) {
            #main-footer .footer-section.contact-details ul li .value {
              font-size: 16px;
              font-size: 1rem; } }
          @media (min-width: 1200px) {
            #main-footer .footer-section.contact-details ul li .value {
              font-size: 17px;
              font-size: 1.06667rem; } }
        #main-footer .footer-section.contact-details ul li .icons {
          position: absolute;
          right: 0;
          top: -5px;
          color: #f2bb13;
          font-size: 18px;
          font-size: 1.125rem; }
          @media (min-width: 768px) {
            #main-footer .footer-section.contact-details ul li .icons {
              font-size: 18px;
              font-size: 1.125rem; } }
          @media (min-width: 1200px) {
            #main-footer .footer-section.contact-details ul li .icons {
              font-size: 19px;
              font-size: 1.2rem; } }
    #main-footer .footer-section .links {
      padding: 0;
      margin-bottom: 30px; }
      #main-footer .footer-section .links li {
        list-style-type: none;
        margin-bottom: 15px; }
        #main-footer .footer-section .links li a {
          color: #ced4da;
          position: relative;
          right: 0;
          transition: all 0.2s ease-in-out;
          font-size: 16px;
          font-size: 1rem; }
          @media screen and (prefers-reduced-motion: reduce) {
            #main-footer .footer-section .links li a {
              transition: none; } }
          @media (min-width: 768px) {
            #main-footer .footer-section .links li a {
              font-size: 16px;
              font-size: 1rem; } }
          @media (min-width: 1200px) {
            #main-footer .footer-section .links li a {
              font-size: 17px;
              font-size: 1.06667rem; } }
          #main-footer .footer-section .links li a:before {
            display: inline-block;
            content: '\e809';
            font-family: 'icons';
            margin-left: 10px;
            font-size: 12px;
            font-size: 0.75rem; }
            @media (min-width: 768px) {
              #main-footer .footer-section .links li a:before {
                font-size: 12px;
                font-size: 0.75rem; } }
            @media (min-width: 1200px) {
              #main-footer .footer-section .links li a:before {
                font-size: 13px;
                font-size: 0.8rem; } }
          #main-footer .footer-section .links li a:hover {
            right: 5px;
            color: #f2bb13; }
    #main-footer .footer-section .register {
      margin-bottom: 60px;
      position: relative; }
      @media (max-width: 991.98px) {
        #main-footer .footer-section .register {
          margin-bottom: 15px; } }
      #main-footer .footer-section .register .input {
        border: none;
        border-bottom: 1px solid transparent;
        width: 100%;
        background: rgba(255, 255, 255, 0.1);
        height: 50px;
        padding: 10px 10px 10px 35px;
        text-align: left;
        direction: ltr;
        color: #dee2e6;
        transition: 300ms;
        font-size: 14px;
        font-size: 0.875rem;
        border-radius: 10px; }
        @media screen and (prefers-reduced-motion: reduce) {
          #main-footer .footer-section .register .input {
            transition: none; } }
        @media (min-width: 768px) {
          #main-footer .footer-section .register .input {
            font-size: 14px;
            font-size: 0.875rem; } }
        @media (min-width: 1200px) {
          #main-footer .footer-section .register .input {
            font-size: 15px;
            font-size: 0.93333rem; } }
        #main-footer .footer-section .register .input:focus {
          border-color: #dee2e6; }
      #main-footer .footer-section .register .icons {
        color: #f2bb13;
        position: absolute;
        left: 10px;
        top: 14px;
        font-size: 20px;
        font-size: 1.25rem; }
        @media (min-width: 768px) {
          #main-footer .footer-section .register .icons {
            font-size: 20px;
            font-size: 1.25rem; } }
        @media (min-width: 1200px) {
          #main-footer .footer-section .register .icons {
            font-size: 21px;
            font-size: 1.33333rem; } }
      #main-footer .footer-section .register .btn {
        width: 70px;
        border: 1px solid #adb5bd;
        padding: 5px 10px;
        background: rgba(0, 0, 0, 0.1);
        color: #dee2e6;
        position: absolute;
        top: 10px;
        right: 10px;
        box-shadow: none;
        border-radius: 20px;
        font-size: 12px;
        font-size: 0.75rem; }
        @media (min-width: 768px) {
          #main-footer .footer-section .register .btn {
            font-size: 12px;
            font-size: 0.75rem; } }
        @media (min-width: 1200px) {
          #main-footer .footer-section .register .btn {
            font-size: 13px;
            font-size: 0.8rem; } }
        #main-footer .footer-section .register .btn:hover, #main-footer .footer-section .register .btn.active {
          border-color: transparent;
          background: #f8f9fa;
          color: #275fa3; }
        #main-footer .footer-section .register .btn .loading {
          margin: auto;
          width: 20px;
          height: 20px;
          background: url("/assets/img/loading.svg") no-repeat center;
          background-size: contain;
          display: none; }
      #main-footer .footer-section .register #message {
        position: absolute;
        top: -20px;
        left: 10px;
        margin: 0;
        font-weight: 700;
        color: #FFF;
        font-size: 11px;
        font-size: 0.6875rem; }
        @media (min-width: 768px) {
          #main-footer .footer-section .register #message {
            font-size: 11px;
            font-size: 0.6875rem; } }
        @media (min-width: 1200px) {
          #main-footer .footer-section .register #message {
            font-size: 12px;
            font-size: 0.73333rem; } }
        #main-footer .footer-section .register #message.done {
          display: none; }
        #main-footer .footer-section .register #message.fail {
          display: none; }
      #main-footer .footer-section .register ::-webkit-input-placeholder {
        /* Edge */
        color: #ced4da; }
      #main-footer .footer-section .register :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #ced4da; }
    #main-footer .footer-section .logos {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #main-footer .footer-section .logos a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 110px;
        height: 110px;
        background: #FFF;
        padding: 10px;
        position: relative;
        top: 0;
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
        transition: all 0.2s ease-in-out;
        border-radius: 10px; }
        @media screen and (prefers-reduced-motion: reduce) {
          #main-footer .footer-section .logos a {
            transition: none; } }
        #main-footer .footer-section .logos a:hover {
          top: -3px; }
    #main-footer .footer-section .socials {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: rgba(0, 0, 0, 0.1);
      padding: 15px;
      margin-bottom: 10px;
      border-radius: 5px; }
      @media (max-width: 767.98px) {
        #main-footer .footer-section .socials {
          margin-bottom: 0; } }
      #main-footer .footer-section .socials p {
        margin-bottom: 0;
        color: #FFF;
        font-size: 14px;
        font-size: 0.875rem; }
        @media (min-width: 768px) {
          #main-footer .footer-section .socials p {
            font-size: 14px;
            font-size: 0.875rem; } }
        @media (min-width: 1200px) {
          #main-footer .footer-section .socials p {
            font-size: 15px;
            font-size: 0.93333rem; } }
      #main-footer .footer-section .socials a {
        color: #ced4da;
        margin-right: 20px;
        position: relative;
        top: 2px;
        transition: 300ms;
        font-size: 20px;
        font-size: 1.25rem; }
        @media screen and (prefers-reduced-motion: reduce) {
          #main-footer .footer-section .socials a {
            transition: none; } }
        @media (min-width: 768px) {
          #main-footer .footer-section .socials a {
            font-size: 20px;
            font-size: 1.25rem; } }
        @media (min-width: 1200px) {
          #main-footer .footer-section .socials a {
            font-size: 21px;
            font-size: 1.33333rem; } }
        #main-footer .footer-section .socials a:hover {
          color: #f2bb13; }
  #main-footer #footer-bottom {
    padding: 20px 15px 15px 15px;
    text-align: center;
    line-height: 1.5;
    border-top: 1px solid #6c757d; }
    @media (max-width: 767.98px) {
      #main-footer #footer-bottom {
        border-top: 0; } }
    #main-footer #footer-bottom .copy-right {
      color: #ced4da;
      margin-bottom: 0;
      font-size: 14px;
      font-size: 0.875rem; }
      @media (min-width: 768px) {
        #main-footer #footer-bottom .copy-right {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media (min-width: 1200px) {
        #main-footer #footer-bottom .copy-right {
          font-size: 15px;
          font-size: 0.93333rem; } }
    @media (max-width: 767.98px) {
      #main-footer #footer-bottom .text {
        display: block; } }
    #main-footer #footer-bottom .sai {
      display: inline-block;
      text-align: center;
      position: relative;
      color: #ced4da;
      font-size: 12px;
      font-size: 0.75rem; }
      @media (min-width: 768px) {
        #main-footer #footer-bottom .sai {
          font-size: 12px;
          font-size: 0.75rem; } }
      @media (min-width: 1200px) {
        #main-footer #footer-bottom .sai {
          font-size: 13px;
          font-size: 0.8rem; } }
      @media (max-width: 767.98px) {
        #main-footer #footer-bottom .sai {
          margin-top: 10px;
          margin: auto;
          display: block; } }
      #main-footer #footer-bottom .sai:hover {
        color: #FFF; }
      #main-footer #footer-bottom .sai:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url("/assets/img/sai.png") no-repeat center;
        background-size: contain;
        vertical-align: bottom;
        margin-left: 5px; }

#back-top {
  display: none;
  position: fixed;
  bottom: -100px;
  right: 15px;
  background: #f2bb13;
  color: #000;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 15px;
  z-index: 999;
  font-size: 20px;
  -webkit-box-shadow: 0 -3px 12px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -3px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -3px 12px 0px rgba(0, 0, 0, 0.2);
  transform: rotate(180deg);
  transition: 300ms;
  border-radius: 50%; }
  @media screen and (prefers-reduced-motion: reduce) {
    #back-top {
      transition: none; } }
  #back-top:active {
    background: #000;
    color: #FFF; }
  @media (max-width: 991.98px) {
    #back-top {
      display: block; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

#article .article-title {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    #article .article-title {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media (min-width: 1200px) {
    #article .article-title {
      font-size: 25px;
      font-size: 1.6rem; } }

#article .article-text {
  font-size: 15px;
  font-size: 0.9375rem; }
  @media (min-width: 768px) {
    #article .article-text {
      font-size: 15px;
      font-size: 0.9375rem; } }
  @media (min-width: 1200px) {
    #article .article-text {
      font-size: 16px;
      font-size: 1rem; } }
  #article .article-text p {
    line-height: 2.2; }
  #article .article-text blockquote {
    margin: 20px 0;
    padding: 15px 30px;
    background: #f8f9fa;
    color: #6c757d;
    font-size: 16px;
    font-size: 1rem;
    border-radius: 10px; }
    @media (min-width: 768px) {
      #article .article-text blockquote {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      #article .article-text blockquote {
        font-size: 17px;
        font-size: 1.06667rem; } }
    #article .article-text blockquote:before {
      content: '\e814';
      font-family: 'icons';
      margin-left: 15px; }
  #article .article-text ul, #article .article-text ol {
    padding-right: 30px;
    margin: 15px 0; }
    @media (max-width: 767.98px) {
      #article .article-text ul, #article .article-text ol {
        padding: 0; } }
    #article .article-text ul li, #article .article-text ol li {
      list-style-type: none;
      margin-bottom: 15px;
      color: #6c757d; }
      #article .article-text ul li:before, #article .article-text ol li:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #adb5bd;
        margin-left: 8px;
        vertical-align: middle;
        position: relative;
        top: -1px;
        border-radius: 50%; }

#article img {
  border-radius: 5px; }

#article .article-details {
  margin-bottom: 15px; }
  #article .article-details ul {
    padding: 0;
    margin-top: 15px; }
    #article .article-details ul li {
      list-style: none;
      display: inline-block;
      margin-left: 10px;
      color: #adb5bd;
      font-size: 14px;
      font-size: 0.875rem; }
      @media (min-width: 768px) {
        #article .article-details ul li {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media (min-width: 1200px) {
        #article .article-details ul li {
          font-size: 15px;
          font-size: 0.93333rem; } }
      #article .article-details ul li .icons {
        margin-left: 5px;
        vertical-align: bottom; }

#last-posts {
  padding: 0; }
  #last-posts .last-post {
    border-bottom: 1px solid #dee2e6; }
    #last-posts .last-post:last-child {
      border-bottom: 0; }
    #last-posts .last-post:hover a {
      background: rgba(148, 153, 182, 0.15); }
    #last-posts .last-post:hover:last-child a {
      border-radius: 0 0 10px 10px; }
    #last-posts .last-post a {
      display: block;
      padding: 15px;
      transition: 300ms; }
      @media screen and (prefers-reduced-motion: reduce) {
        #last-posts .last-post a {
          transition: none; } }
    #last-posts .last-post .title {
      color: #495057;
      line-height: 1.5;
      height: 50px;
      overflow: hidden;
      margin-bottom: 0;
      font-size: 14px;
      font-size: 0.875rem; }
      @media (min-width: 768px) {
        #last-posts .last-post .title {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media (min-width: 1200px) {
        #last-posts .last-post .title {
          font-size: 15px;
          font-size: 0.93333rem; } }
    #last-posts .last-post img {
      margin-top: 3px;
      border-radius: 5px; }
    #last-posts .last-post .details ul {
      padding: 0;
      margin: 0; }
      #last-posts .last-post .details ul li {
        list-style: none;
        color: #adb5bd;
        display: inline-block;
        margin-left: 5px;
        font-size: 12px;
        font-size: 0.75rem; }
        @media (min-width: 768px) {
          #last-posts .last-post .details ul li {
            font-size: 12px;
            font-size: 0.75rem; } }
        @media (min-width: 1200px) {
          #last-posts .last-post .details ul li {
            font-size: 13px;
            font-size: 0.8rem; } }
        #last-posts .last-post .details ul li .icons {
          margin-left: 5px;
          vertical-align: bottom; }

.pagination ul {
  padding: 0;
  margin: 0;
  text-align: center;
  direction: ltr; }
  .pagination ul li {
    list-style-type: none;
    margin: 0 5px;
    display: inline-block; }
    @media (max-width: 991.98px) {
      .pagination ul li {
        display: none; } }
    .pagination ul li a, .pagination ul li span {
      border: 1px solid #e9ecef;
      display: block;
      width: 40px;
      height: 40px;
      padding: 12px 5px 10px 5px;
      background: #f8f9fa;
      color: #343a40;
      transition: 300ms;
      font-size: 14px;
      font-size: 0.875rem;
      border-radius: 5px; }
      @media screen and (prefers-reduced-motion: reduce) {
        .pagination ul li a, .pagination ul li span {
          transition: none; } }
      @media (min-width: 768px) {
        .pagination ul li a, .pagination ul li span {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media (min-width: 1200px) {
        .pagination ul li a, .pagination ul li span {
          font-size: 15px;
          font-size: 0.93333rem; } }
    @media (max-width: 991.98px) {
      .pagination ul li.active, .pagination ul li:hover {
        display: inline-block; } }
    .pagination ul li.active a, .pagination ul li:hover a {
      border-color: #f2bb13;
      background: #f2bb13; }
    @media (max-width: 991.98px) {
      .pagination ul li:first-child {
        display: inline-block; } }
    .pagination ul li:first-child a {
      padding: 10px 3px 0 0;
      /*background: $_dark_bg;
          color: #FFF;

          &:hover {
            border-color: transparent;
            background: #828bb6;
          }*/ }
    @media (max-width: 991.98px) {
      .pagination ul li:last-child {
        display: inline-block; } }
    .pagination ul li:last-child a {
      padding: 10px 0 0 2px;
      /*background: $_primary_color;
          color: #FFF;
          -webkit-box-shadow: 0 3px 6px rgba(91, 190, 255, .5);
          -moz-box-shadow: 0 3px 6px rgba(91, 190, 255, .5);
          box-shadow: 0 3px 6px rgba(91, 190, 255, .5);

          &:hover {
            background: #F2A523;
          }*/ }

.categories {
  padding: 0;
  margin: 0; }
  .categories li {
    list-style-type: none;
    margin-bottom: 10px; }
    .categories li:last-child {
      margin-bottom: 0; }
    .categories li.active > a {
      color: #f2bb13; }
    .categories li a {
      display: block;
      color: #363636;
      padding-right: 15px;
      position: relative;
      line-height: 2;
      font-weight: 700;
      transition: 300ms;
      font-size: 15px;
      font-size: 0.9375rem; }
      @media screen and (prefers-reduced-motion: reduce) {
        .categories li a {
          transition: none; } }
      @media (min-width: 768px) {
        .categories li a {
          font-size: 15px;
          font-size: 0.9375rem; } }
      @media (min-width: 1200px) {
        .categories li a {
          font-size: 16px;
          font-size: 1rem; } }
      .categories li a:before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #f2bb13;
        margin-left: 8px;
        vertical-align: middle;
        position: absolute;
        right: 0;
        top: 13px;
        transition: 300ms; }
        @media screen and (prefers-reduced-motion: reduce) {
          .categories li a:before {
            transition: none; } }
      .categories li a:hover {
        color: #f2bb13; }
    .categories li ul {
      padding-right: 10px; }
      .categories li ul li {
        margin-bottom: 5px; }
        .categories li ul li a {
          color: #6c757d;
          font-weight: 500;
          font-size: 16px;
          font-size: 1rem; }
          @media (min-width: 768px) {
            .categories li ul li a {
              font-size: 16px;
              font-size: 1rem; } }
          @media (min-width: 1200px) {
            .categories li ul li a {
              font-size: 17px;
              font-size: 1.06667rem; } }
          .categories li ul li a:before {
            display: none; }

.tags {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  .tags li {
    list-style-type: none;
    margin: 0 0 10px 10px;
    display: flex;
    min-width: fit-content; }
    .tags li a {
      color: #6c757d;
      border: 1px solid #6c757d;
      padding: 10px 15px;
      line-height: 1;
      transition: 300ms;
      border-radius: 5px;
      font-size: 14px;
      font-size: 0.875rem; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tags li a {
          transition: none; } }
      @media (min-width: 768px) {
        .tags li a {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media (min-width: 1200px) {
        .tags li a {
          font-size: 15px;
          font-size: 0.93333rem; } }
      .tags li a:hover {
        border-color: #f2bb13;
        color: #f2bb13; }

#galleries {
  position: relative; }
  #galleries:before {
    content: '';
    display: block;
    width: 300px;
    height: 100%;
    background: url("/assets/img/right-pattern.png") no-repeat right;
    position: absolute;
    left: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media (max-width: 767.98px) {
      #galleries:before {
        background-size: cover; } }
  #galleries .box:hover .gallery-img:after {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  #galleries .box .content {
    padding: 15px 30px; }
  #galleries .box .gallery-img {
    position: relative; }
    #galleries .box .gallery-img:after {
      content: '\e81f';
      font-family: 'icons';
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      background: rgba(16, 139, 234, 0.5);
      color: #FFF;
      position: absolute;
      top: 0;
      right: 0;
      -webkit-transform: rotateX(90deg);
      -moz-transform: rotateX(90deg);
      -ms-transform: rotateX(90deg);
      -o-transform: rotateX(90deg);
      transform: rotateX(90deg);
      transition: all 0.2s ease-in-out;
      border-radius: 15px 15px 0 0;
      font-size: 40px;
      font-size: 2.5rem; }
      @media screen and (prefers-reduced-motion: reduce) {
        #galleries .box .gallery-img:after {
          transition: none; } }
      @media (min-width: 768px) {
        #galleries .box .gallery-img:after {
          font-size: 40px;
          font-size: 2.5rem; } }
      @media (min-width: 1200px) {
        #galleries .box .gallery-img:after {
          font-size: 41px;
          font-size: 2.66667rem; } }
      @media (max-width: 991.98px) {
        #galleries .box .gallery-img:after {
          display: none; } }
    #galleries .box .gallery-img img {
      border-radius: 15px 15px 0 0; }
  #galleries .box .title {
    height: 60px;
    overflow: hidden;
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      #galleries .box .title {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      #galleries .box .title {
        font-size: 17px;
        font-size: 1.06667rem; } }
    @media (max-width: 767.98px) {
      #galleries .box .title {
        height: 55px; } }
    #galleries .box .title a {
      color: #275fa3; }
  #galleries .box .details {
    display: flex;
    margin-top: 15px;
    margin-bottom: 5px; }
    @media (max-width: 991.98px) {
      #galleries .box .details {
        margin-top: 15px; } }
    #galleries .box .details .det {
      margin-left: 30px;
      color: #6c757d;
      font-size: 14px;
      font-size: 0.875rem; }
      @media (min-width: 768px) {
        #galleries .box .details .det {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media (min-width: 1200px) {
        #galleries .box .details .det {
          font-size: 15px;
          font-size: 0.93333rem; } }
      #galleries .box .details .det .icons {
        display: inline-block;
        margin-left: 5px;
        color: #adb5bd;
        vertical-align: bottom; }

#gallery-items .item {
  position: relative;
  display: block;
  cursor: pointer; }
  #gallery-items .item:hover:before {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  #gallery-items .item:hover:after {
    display: none; }
  #gallery-items .item:before {
    font-family: 'icons';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(16, 139, 234, 0.5);
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    transition: all 0.2s ease-in-out;
    border-radius: 15px;
    font-size: 40px;
    font-size: 2.5rem; }
    @media screen and (prefers-reduced-motion: reduce) {
      #gallery-items .item:before {
        transition: none; } }
    @media (min-width: 768px) {
      #gallery-items .item:before {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media (min-width: 1200px) {
      #gallery-items .item:before {
        font-size: 41px;
        font-size: 2.66667rem; } }
    @media (max-width: 991.98px) {
      #gallery-items .item:before {
        background: rgba(16, 139, 234, 0.2);
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
        transform: rotateX(0); } }
  #gallery-items .item:after {
    font-family: 'icons';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.2s ease-in-out;
    font-size: 40px;
    font-size: 2.5rem; }
    @media screen and (prefers-reduced-motion: reduce) {
      #gallery-items .item:after {
        transition: none; } }
    @media (min-width: 768px) {
      #gallery-items .item:after {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media (min-width: 1200px) {
      #gallery-items .item:after {
        font-size: 41px;
        font-size: 2.66667rem; } }
  #gallery-items .item.image:before {
    content: '\e81e'; }
  #gallery-items .item.video:before, #gallery-items .item.video:after {
    content: '\e821'; }
  #gallery-items .item img {
    border-radius: 15px; }

#video-wrapper {
  background: url("/assets/img/loading.svg") no-repeat center !important; }
  @media (min-width: 768px) {
    #video-wrapper {
      min-height: 400px; } }

#about-us #video {
  height: 500px;
  background: #fdf5dc url("/assets/img/loading.svg") no-repeat center;
  border-radius: 20px; }
  @media (max-width: 767.98px) {
    #about-us #video {
      height: 250px; } }
  #about-us #video div {
    height: 100%; }

#about-us #about-gallery-wrapper {
  width: 90%;
  margin: 0 auto 200px auto;
  border: 3px solid #f2bb13;
  border-top: 0;
  padding: 30px 60px 10px 60px;
  border-radius: 0 0 20px 20px; }
  @media (max-width: 991.98px) {
    #about-us #about-gallery-wrapper {
      width: 100%;
      margin: 15px 0 45px 0;
      border: none;
      padding: 0; } }

#about-us #about-gallery {
  margin: 0 -10px; }
  #about-us #about-gallery .gallery-item {
    padding: 10px; }
    #about-us #about-gallery .gallery-item img {
      border-radius: 5px; }

#about-us .slick-arrow {
  top: 25%; }

#contact-us #map-wrapper {
  margin-bottom: 75px; }
  @media (max-width: 767.98px) {
    #contact-us #map-wrapper {
      margin-bottom: 30px; } }
  #contact-us #map-wrapper #map {
    width: 100%;
    height: 500px;
    background: url("/assets/img/loading.svg") no-repeat center !important;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 12px; }
    @media (max-width: 767.98px) {
      #contact-us #map-wrapper #map {
        height: 300px; } }

#contact-us #contact-details .detail {
  text-align: center; }
  @media (max-width: 767.98px) {
    #contact-us #contact-details .detail {
      margin-bottom: 30px;
      text-align: right; } }
  #contact-us #contact-details .detail .icons {
    display: block;
    color: #f2bb13;
    margin-bottom: 45px;
    font-size: 35px;
    font-size: 2.1875rem; }
    @media (min-width: 768px) {
      #contact-us #contact-details .detail .icons {
        font-size: 35px;
        font-size: 2.1875rem; } }
    @media (min-width: 1200px) {
      #contact-us #contact-details .detail .icons {
        font-size: 36px;
        font-size: 2.33333rem; } }
    @media (max-width: 767.98px) {
      #contact-us #contact-details .detail .icons {
        display: inline;
        margin-left: 15px;
        vertical-align: middle;
        font-size: 25px;
        font-size: 1.5625rem; } }
  @media (max-width: 767.98px) and (min-width: 768px) {
    #contact-us #contact-details .detail .icons {
      font-size: 25px;
      font-size: 1.5625rem; } }
  @media (max-width: 767.98px) and (min-width: 1200px) {
    #contact-us #contact-details .detail .icons {
      font-size: 26px;
      font-size: 1.66667rem; } }
  #contact-us #contact-details .detail .title {
    color: #363636;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      #contact-us #contact-details .detail .title {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      #contact-us #contact-details .detail .title {
        font-size: 17px;
        font-size: 1.06667rem; } }
    @media (max-width: 767.98px) {
      #contact-us #contact-details .detail .title {
        display: inline-block; } }
  #contact-us #contact-details .detail .text {
    display: block;
    color: #666;
    line-height: 1.7;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      #contact-us #contact-details .detail .text {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media (min-width: 1200px) {
      #contact-us #contact-details .detail .text {
        font-size: 15px;
        font-size: 0.93333rem; } }

#contact-us #contact-details .socials {
  direction: ltr; }
  #contact-us #contact-details .socials .icons {
    display: inline-block;
    color: #6c757d;
    margin: 10px 15px;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (min-width: 768px) {
      #contact-us #contact-details .socials .icons {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 1200px) {
      #contact-us #contact-details .socials .icons {
        font-size: 19px;
        font-size: 1.2rem; } }
    #contact-us #contact-details .socials .icons:hover {
      color: #f2bb13; }

#contact-us #contactForm {
  margin-top: 60px; }
  @media (max-width: 767.98px) {
    #contact-us #contactForm {
      margin-top: 30px; } }

#page img {
  display: block;
  margin: 5px auto 15px auto;
  max-width: 100%;
  border-radius: 10px; }

#sort {
  display: flex;
  border-bottom: 2px solid #f2bb13;
  margin-top: 10px;
  padding-bottom: 15px; }
  #sort .title {
    color: #343a40;
    font-weight: 700;
    margin-left: 15px; }
  #sort ul {
    padding: 0;
    margin: 0; }
  #sort li {
    margin-left: 15px;
    display: inline-block; }
    #sort li a {
      color: #6c757d;
      font-size: 14px;
      font-size: 0.875rem; }
      @media (min-width: 768px) {
        #sort li a {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media (min-width: 1200px) {
        #sort li a {
          font-size: 15px;
          font-size: 0.93333rem; } }
      #sort li a:hover {
        color: #f2bb13; }
    #sort li.active a {
      color: #f2bb13; }

.search-exist {
  margin-top: 20px; }
  .search-exist .search-box-result {
    position: relative;
    margin: 10px 0; }
    @media (max-width: 767.98px) {
      .search-exist .search-box-result {
        margin-top: 15px; } }
    .search-exist .search-box-result .input {
      border: none;
      display: block;
      width: 100%;
      background: #e9ecef;
      color: #6c757d;
      padding: 15px 40px 15px 15px;
      border-radius: 5px; }
    .search-exist .search-box-result:before {
      display: inline-block;
      content: '\e827';
      font-family: 'icons';
      color: #adb5bd;
      position: absolute;
      right: 10px;
      top: 12px;
      font-size: 18px;
      font-size: 1.125rem; }
      @media (min-width: 768px) {
        .search-exist .search-box-result:before {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media (min-width: 1200px) {
        .search-exist .search-box-result:before {
          font-size: 19px;
          font-size: 1.2rem; } }
  .search-exist .switch-wrapper .text {
    color: #6c757d;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      .search-exist .switch-wrapper .text {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media (min-width: 1200px) {
      .search-exist .switch-wrapper .text {
        font-size: 15px;
        font-size: 0.93333rem; } }

#mobile-search-toggle button {
  background: #e9ecef;
  border: 1px solid #dee2e6;
  padding: 8px 10px;
  color: #6c757d;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    #mobile-search-toggle button {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media (min-width: 1200px) {
    #mobile-search-toggle button {
      font-size: 15px;
      font-size: 0.93333rem; } }
  #mobile-search-toggle button:active {
    background: #f2bb13;
    border-color: #f2bb13;
    color: #363636; }
  #mobile-search-toggle button .icons {
    margin-left: 5px;
    vertical-align: middle; }

#mobile-search-toggle .dropdown-toggle:after {
  display: none; }

#mobile-search-toggle .dropdown.show button {
  background: #f2bb13;
  border-color: #f2bb13;
  color: #363636; }

#mobile-search-options {
  width: 100vw;
  height: 100vh;
  background: #f8f9fa;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999999;
  display: none; }
  #mobile-search-options .header {
    background: #e9ecef;
    padding: 20px 15px 6px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between; }
    #mobile-search-options .header .title {
      color: #363636;
      font-weight: 700;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      line-height: 1.5;
      font-size: 18px;
      font-size: 1.125rem; }
      @media (min-width: 768px) {
        #mobile-search-options .header .title {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media (min-width: 1200px) {
        #mobile-search-options .header .title {
          font-size: 19px;
          font-size: 1.2rem; } }
    #mobile-search-options .header #close {
      font-size: 30px;
      color: #6c757d;
      line-height: 1; }
  #mobile-search-options .box {
    padding: 15px; }
    #mobile-search-options .box .box-content {
      padding: 15px; }
  #mobile-search-options .switch-wrapper {
    margin-right: 12px; }
    @media (max-width: 767.98px) {
      #mobile-search-options .switch-wrapper {
        margin-right: 0; } }
  #mobile-search-options #mobile-options {
    padding: 15px;
    overflow: auto;
    height: 95vh; }
  #mobile-search-options #submit-search-options {
    width: 101%;
    padding: 15px;
    background: #f2bb13;
    color: #363636;
    text-align: center;
    position: fixed;
    right: -1px;
    bottom: -1px;
    font-size: 18px;
    font-size: 1.125rem;
    border-radius: 0; }
    @media (min-width: 768px) {
      #mobile-search-options #submit-search-options {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 1200px) {
      #mobile-search-options #submit-search-options {
        font-size: 19px;
        font-size: 1.2rem; } }
    #mobile-search-options #submit-search-options .icons {
      margin-left: 10px;
      vertical-align: text-top;
      font-size: 22px;
      font-size: 1.375rem; }
      @media (min-width: 768px) {
        #mobile-search-options #submit-search-options .icons {
          font-size: 22px;
          font-size: 1.375rem; } }
      @media (min-width: 1200px) {
        #mobile-search-options #submit-search-options .icons {
          font-size: 23px;
          font-size: 1.46667rem; } }

#loading-wrapper {
  direction: rtl;
  width: 100vw;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  display: none; }
  #loading-wrapper #loading {
    width: 300px;
    text-align: center;
    padding: 30px;
    background: #FFF;
    border-radius: 10px; }
  #loading-wrapper .text {
    color: #f2bb13;
    font-weight: 700;
    margin: 0;
    font-size: 20px;
    font-size: 1.25rem; }
    @media (min-width: 768px) {
      #loading-wrapper .text {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media (min-width: 1200px) {
      #loading-wrapper .text {
        font-size: 21px;
        font-size: 1.33333rem; } }
  #loading-wrapper img {
    margin: 5px 0 30px 0;
    width: 60px; }

.products-wrapper .product {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  background: #FFF;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  /*.add-to-cart-btn {
			border: 1px solid $_primary_color;
			position: relative;
			color: $gray-600;
			background: none;
			min-width: 75%;
			margin: auto;
			display: block;
			padding: dir-values(7px 30px 7px 7px);
			@include transition();
			@include font-size(14);
			@include border-radius(5px);

			@include media-breakpoint-down(sm) {
				@include font-size(16);
				padding: dir-values(10px 40px 10px 10px);
			}

			&:hover {
				background: $_primary_color;
				color: $gray-800;
			}

			.icons {
				position: absolute;
				right: 0;
				top: 0;
				height: 100%;
				padding: 5px;
				border-left: 1px solid $_primary_color;
				font-size: 19px;

				@include media-breakpoint-down(sm) {
					font-size: 21px;
					padding: 7px 10px;
				}
			}
		}*/ }
  @media (max-width: 767.98px) {
    .products-wrapper .product {
      padding-bottom: 5px; } }
  .products-wrapper .product:hover .product-title {
    color: #000; }
  .products-wrapper .product:hover .img-wrapper:before {
    opacity: 1; }
  .products-wrapper .product:hover .img-wrapper:after {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  .products-wrapper .product .img-wrapper {
    display: block;
    position: relative; }
    .products-wrapper .product .img-wrapper:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background: no-repeat center rgba(7, 7, 7, 0.5);
      opacity: 0;
      border-radius: 5px 5px 0 0;
      transition: 300ms; }
      @media screen and (prefers-reduced-motion: reduce) {
        .products-wrapper .product .img-wrapper:before {
          transition: none; } }
.products-wrapper .product .img-wrapper:after {
    content: '';
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--section-title) no-repeat center;
    position: absolute;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    transition: 300ms;
}
      @media screen and (prefers-reduced-motion: reduce) {
        .products-wrapper .product .img-wrapper:after {
          transition: none; } }
  .products-wrapper .product img {
    display: block;
    width: 100%;
    height: 255px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 5px 5px 0 0; }
    @media (max-width: 767.98px) {
      .products-wrapper .product img {
        width: 100%;
        height: auto; } }
  .products-wrapper .product .product-title {
    color: #495057;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: -5px;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1.2;
    direction: rtl;
    padding: 0 10px;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (prefers-reduced-motion: reduce) {
      .products-wrapper .product .product-title {
        transition: none; } }
    @media (min-width: 768px) {
      .products-wrapper .product .product-title {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      .products-wrapper .product .product-title {
        font-size: 17px;
        font-size: 1.06667rem; } }
  .products-wrapper .product .price-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
    padding: 5px 10px;
    min-height: 55px; }
    .products-wrapper .product .price-btn .add-to-cart-btn {
      background: #f2bb13;
      border: none;
      color: #FFF;
      width: 35px;
      height: 35px;
      padding-top: 5px;
      box-shadow: 0 0 9px 0px rgba(242, 187, 19, 0.38);
      transition: all 0.2s ease-in-out;
      font-size: 18px;
      font-size: 1.125rem;
      border-radius: 10px; }
      @media screen and (prefers-reduced-motion: reduce) {
        .products-wrapper .product .price-btn .add-to-cart-btn {
          transition: none; } }
      @media (min-width: 768px) {
        .products-wrapper .product .price-btn .add-to-cart-btn {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media (min-width: 1200px) {
        .products-wrapper .product .price-btn .add-to-cart-btn {
          font-size: 19px;
          font-size: 1.2rem; } }
      .products-wrapper .product .price-btn .add-to-cart-btn:hover {
        box-shadow: 0 5px 10px rgba(242, 187, 19, 0.7); }
      .products-wrapper .product .price-btn .add-to-cart-btn.added {
        box-shadow: none !important;
        background-color: gray !important;
        border: gray !important;
        color: white !important; }
        .products-wrapper .product .price-btn .add-to-cart-btn.added .icons:before {
          content: '\e807' !important;
          font-size: 14px;
          position: relative;
          top: -5px; }
    .products-wrapper .product .price-btn .price {
      color: #6c757d; }
      .products-wrapper .product .price-btn .price .text {
        color: #363636;
        font-size: 18px;
        font-size: 1.125rem; }
        @media (min-width: 768px) {
          .products-wrapper .product .price-btn .price .text {
            font-size: 18px;
            font-size: 1.125rem; } }
        @media (min-width: 1200px) {
          .products-wrapper .product .price-btn .price .text {
            font-size: 19px;
            font-size: 1.2rem; } }
      .products-wrapper .product .price-btn .price .unit {
        display: inline-block;
        margin-right: 3px;
        color: #6c757d;
        font-size: 14px;
        font-size: 0.875rem; }
        @media (min-width: 768px) {
          .products-wrapper .product .price-btn .price .unit {
            font-size: 14px;
            font-size: 0.875rem; } }
        @media (min-width: 1200px) {
          .products-wrapper .product .price-btn .price .unit {
            font-size: 15px;
            font-size: 0.93333rem; } }
    .products-wrapper .product .price-btn .price-old {
      color: #6c757d;
      position: relative;
      text-align: left;
      margin-top: 5px; }
      .products-wrapper .product .price-btn .price-old:after {
        content: "";
        display: block;
        width: 70%;
        border-bottom: 1px solid #6c757d;
        position: absolute;
        top: 7px;
        left: -3px;
        transform: rotate(-3deg); }
      .products-wrapper .product .price-btn .price-old .title {
        margin-left: 15px; }
  .products-wrapper .product .volume {
    background: #f2bb13;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: center;
    padding: 7px 0;
    border-radius: 50%; }
    .products-wrapper .product .volume .number {
      display: block;
      color: #FFF;
      font-weight: 700;
      line-height: 1;
      font-size: 25px;
      font-size: 1.5625rem; }
      @media (min-width: 768px) {
        .products-wrapper .product .volume .number {
          font-size: 25px;
          font-size: 1.5625rem; } }
      @media (min-width: 1200px) {
        .products-wrapper .product .volume .number {
          font-size: 26px;
          font-size: 1.66667rem; } }
    .products-wrapper .product .volume .text {
      color: #f8f9fa;
      font-size: 12px;
      font-size: 0.75rem; }
      @media (min-width: 768px) {
        .products-wrapper .product .volume .text {
          font-size: 12px;
          font-size: 0.75rem; } }
      @media (min-width: 1200px) {
        .products-wrapper .product .volume .text {
          font-size: 13px;
          font-size: 0.8rem; } }
  .products-wrapper .product .unAvailable {
    background: #dc3545;
    color: #FFF;
    padding: 4px 8px;
    font-size: 12px;
    font-size: 0.75rem;
    border-radius: 5px; }
    @media (min-width: 768px) {
      .products-wrapper .product .unAvailable {
        font-size: 12px;
        font-size: 0.75rem; } }
    @media (min-width: 1200px) {
      .products-wrapper .product .unAvailable {
        font-size: 13px;
        font-size: 0.8rem; } }
  .products-wrapper .product .off-percent {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 0;
    height: 0;
    border-top: 40px solid #f2bb13;
    border-right: 40px solid transparent; }
    .products-wrapper .product .off-percent > span {
      position: absolute;
      top: -34px;
      left: 2px;
      color: #343a40;
      transform: rotate(-45deg);
      font-size: 12px;
      font-size: 0.75rem; }
      @media (min-width: 768px) {
        .products-wrapper .product .off-percent > span {
          font-size: 12px;
          font-size: 0.75rem; } }
      @media (min-width: 1200px) {
        .products-wrapper .product .off-percent > span {
          font-size: 13px;
          font-size: 0.8rem; } }
    .products-wrapper .product .off-percent .number {
      font-weight: 700;
      font-size: 13px;
      font-size: 0.8125rem; }
      @media (min-width: 768px) {
        .products-wrapper .product .off-percent .number {
          font-size: 13px;
          font-size: 0.8125rem; } }
      @media (min-width: 1200px) {
        .products-wrapper .product .off-percent .number {
          font-size: 14px;
          font-size: 0.86667rem; } }

.products-slider .item {
  padding: 0 15px; }
  @media (max-width: 767.98px) {
    .products-slider .item {
      padding: 0; } }

.products-slider .product img {
  width: 250px;
  height: 250px; }
  @media (max-width: 767.98px) {
    .products-slider .product img {
      width: 100%;
      height: auto; } }

.products-slider .product .product-title {
  font-weight: 700; }

.products-slider .product .price-btn {
  padding: 5px 15px;
  min-height: 55px; }
  .products-slider .product .price-btn .add-to-cart-btn {
    width: 43px;
    height: 43px;
    padding-top: 6px;
    font-size: 26px;
    font-size: 1.625rem; }
    @media (min-width: 768px) {
      .products-slider .product .price-btn .add-to-cart-btn {
        font-size: 26px;
        font-size: 1.625rem; } }
    @media (min-width: 1200px) {
      .products-slider .product .price-btn .add-to-cart-btn {
        font-size: 27px;
        font-size: 1.73333rem; } }

.products-slider .slick-arrow {
  top: 40%;
  font-size: 30px;
  width: 50px;
  height: 50px; }
  .products-slider .slick-arrow:hover {
    color: #f2bb13; }
  .products-slider .slick-arrow.slick-prev {
    left: -40px;
    right: auto; }
  .products-slider .slick-arrow.slick-next {
    right: -40px;
    left: auto; }
  .products-slider .slick-arrow.slick-disabled {
    color: #dee2e6; }

#product-page .product-img {
  margin-top: 30px; }
  @media (min-width: 576px) {
    #product-page .product-img {
      padding-left: 15px; } }
  #product-page .product-img img {
    width: 100%;
    height: 525px;
    object-fit: cover;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px; }
    @media (max-width: 767.98px) {
      #product-page .product-img img {
        width: 100%;
        height: auto; } }

#product-page .product-details {
  margin-top: 30px;
  height: 95%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 576px) {
    #product-page .product-details {
      padding-right: 15px; } }
  #product-page .product-details .product-title {
    color: #363636;
    font-weight: 700;
    padding-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f2bb13;
    font-size: 25px;
    font-size: 1.5625rem; }
    @media (min-width: 768px) {
      #product-page .product-details .product-title {
        font-size: 25px;
        font-size: 1.5625rem; } }
    @media (min-width: 1200px) {
      #product-page .product-details .product-title {
        font-size: 26px;
        font-size: 1.66667rem; } }
  #product-page .product-details .items {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      #product-page .product-details .items {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      #product-page .product-details .items {
        font-size: 17px;
        font-size: 1.06667rem; } }
    #product-page .product-details .items .title {
      display: inline-block;
      color: #6c757d;
      margin-left: 5px; }
    #product-page .product-details .items .value {
      color: #363636;
      padding: 0 2px; }
    #product-page .product-details .items a.value {
      color: #108bea; }
    #product-page .product-details .items.attributes .title {
      display: block;
      margin-bottom: 5px; }
    #product-page .product-details .items.attributes .value {
      display: inline-block;
      background: #e9ecef;
      color: #6c757d;
      padding: 5px 8px;
      margin-top: 5px;
      margin-left: 5px;
      font-size: 15px;
      transition: all 0.2s ease-in-out;
      border-radius: 5px; }
      @media screen and (prefers-reduced-motion: reduce) {
        #product-page .product-details .items.attributes .value {
          transition: none; } }
      #product-page .product-details .items.attributes .value:hover {
        background: #f2bb13;
        color: #FFF; }
  #product-page .product-details .select2-container {
    min-width: 120px; }
  #product-page .product-details .select2-selection {
    height: auto;
    padding: 2px 10px;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      #product-page .product-details .select2-selection {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media (min-width: 1200px) {
      #product-page .product-details .select2-selection {
        font-size: 15px;
        font-size: 0.93333rem; } }
  #product-page .product-details .select2-selection__arrow {
    height: 18px;
    width: 10px; }
  #product-page .product-details .price-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px; }
    @media (max-width: 767.98px) {
      #product-page .product-details .price-cart {
        margin-top: 0; } }
    #product-page .product-details .price-cart .price .title {
      display: inline-block;
      color: #6c757d;
      margin-left: 5px;
      font-size: 16px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        #product-page .product-details .price-cart .price .title {
          font-size: 16px;
          font-size: 1rem; } }
      @media (min-width: 1200px) {
        #product-page .product-details .price-cart .price .title {
          font-size: 17px;
          font-size: 1.06667rem; } }
    #product-page .product-details .price-cart .price .value {
      color: #363636;
      font-size: 25px;
      font-size: 1.5625rem; }
      @media (min-width: 768px) {
        #product-page .product-details .price-cart .price .value {
          font-size: 25px;
          font-size: 1.5625rem; } }
      @media (min-width: 1200px) {
        #product-page .product-details .price-cart .price .value {
          font-size: 26px;
          font-size: 1.66667rem; } }
    #product-page .product-details .price-cart .price-old {
      color: #6c757d;
      position: relative; }
      #product-page .product-details .price-cart .price-old:after {
        content: "";
        display: block;
        width: 75%;
        border-bottom: 1px solid #6c757d;
        position: absolute;
        top: 7px;
        right: -3px;
        transform: rotate(-5deg); }
  #product-page .product-details .add-to-cart-btn {
    display: block;
    background: #f2bb13;
    color: #363636;
    border: 3px solid #f2bb13;
    padding: 5px 10px;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    font-size: 1rem;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    /*&:hover {
				background: none;
				@include border-radius(10px);
			}*/ }
    @media screen and (prefers-reduced-motion: reduce) {
      #product-page .product-details .add-to-cart-btn {
        transition: none; } }
    @media (min-width: 768px) {
      #product-page .product-details .add-to-cart-btn {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      #product-page .product-details .add-to-cart-btn {
        font-size: 17px;
        font-size: 1.06667rem; } }
    @media (max-width: 767.98px) {
      #product-page .product-details .add-to-cart-btn {
        margin-top: 0;
        padding: 5px;
        font-size: 16px;
        font-size: 1rem; } }
  @media (max-width: 767.98px) and (min-width: 768px) {
    #product-page .product-details .add-to-cart-btn {
      font-size: 16px;
      font-size: 1rem; } }
  @media (max-width: 767.98px) and (min-width: 1200px) {
    #product-page .product-details .add-to-cart-btn {
      font-size: 17px;
      font-size: 1.06667rem; } }
    #product-page .product-details .add-to-cart-btn .icons {
      margin-left: 15px;
      vertical-align: middle;
      font-size: 25px;
      font-size: 1.5625rem; }
      @media (min-width: 768px) {
        #product-page .product-details .add-to-cart-btn .icons {
          font-size: 25px;
          font-size: 1.5625rem; } }
      @media (min-width: 1200px) {
        #product-page .product-details .add-to-cart-btn .icons {
          font-size: 26px;
          font-size: 1.66667rem; } }
      @media (max-width: 767.98px) {
        #product-page .product-details .add-to-cart-btn .icons {
          margin-left: 5px;
          font-size: 18px;
          font-size: 1.125rem; } }
  @media (max-width: 767.98px) and (min-width: 768px) {
    #product-page .product-details .add-to-cart-btn .icons {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (max-width: 767.98px) and (min-width: 1200px) {
    #product-page .product-details .add-to-cart-btn .icons {
      font-size: 19px;
      font-size: 1.2rem; } }
    #product-page .product-details .add-to-cart-btn.added {
      box-shadow: none !important;
      background-color: gray !important;
      border: gray !important;
      color: white !important; }
      #product-page .product-details .add-to-cart-btn.added .icons:before {
        content: '\e807' !important;
        font-size: 14px;
        position: relative;
        top: -5px; }

#product-page .send-items {
  min-height: 70px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 2px solid #f2bb13;
  border-bottom: 2px solid #f2bb13;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #product-page .send-items .item {
    display: flex;
    align-items: center; }
    @media (max-width: 767.98px) {
      #product-page .send-items .item {
        flex-direction: column; } }
    #product-page .send-items .item img {
      margin-left: 5px; }
    #product-page .send-items .item .text {
      color: #363636;
      font-size: 12px;
      font-size: 0.75rem; }
      @media (min-width: 768px) {
        #product-page .send-items .item .text {
          font-size: 12px;
          font-size: 0.75rem; } }
      @media (min-width: 1200px) {
        #product-page .send-items .item .text {
          font-size: 13px;
          font-size: 0.8rem; } }
      @media (max-width: 767.98px) {
        #product-page .send-items .item .text {
          margin-top: 10px; } }

#product-page #related-products {
  margin-top: 100px; }

#product-page #product-tabs {
  margin-top: 30px; }
  #product-page #product-tabs .nav-tabs {
    padding-right: 0;
    border-bottom: none; }
    #product-page #product-tabs .nav-tabs li a {
      display: block;
      padding: 10px 15px;
      margin-left: 5px;
      border: 2px solid transparent;
      border-bottom: 0;
      color: #6c757d;
      border-radius: 5px 5px 0 0;
      font-size: 18px;
      font-size: 1.125rem; }
      @media (min-width: 768px) {
        #product-page #product-tabs .nav-tabs li a {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media (min-width: 1200px) {
        #product-page #product-tabs .nav-tabs li a {
          font-size: 19px;
          font-size: 1.2rem; } }
      #product-page #product-tabs .nav-tabs li a:hover {
        color: #363636; }
      #product-page #product-tabs .nav-tabs li a.active {
        border-color: #f2bb13;
        background: #fdf5dc;
        color: #363636;
        height: 105%; }
  #product-page #product-tabs .tab-content {
    background: #fdf5dc;
    border: 2px solid #f2bb13;
    padding: 20px 30px;
    border-radius: 5px 0 5px 5px; }
    @media (max-width: 767.98px) {
      #product-page #product-tabs .tab-content {
        padding: 20px 10px; } }
    #product-page #product-tabs .tab-content .description {
      color: #363636;
      line-height: 2.2;
      font-size: 15px;
      font-size: 0.9375rem; }
      @media (min-width: 768px) {
        #product-page #product-tabs .tab-content .description {
          font-size: 15px;
          font-size: 0.9375rem; } }
      @media (min-width: 1200px) {
        #product-page #product-tabs .tab-content .description {
          font-size: 16px;
          font-size: 1rem; } }

@media (min-width: 992px) {
  #product-page #comments {
    padding: 0 15px; } }

#product-page #comments .comment {
  border-bottom: 1px solid #ced4da;
  margin-bottom: 20px;
  padding-bottom: 30px; }
  #product-page #comments .comment:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  #product-page #comments .comment img {
    border-radius: 50%; }
  #product-page #comments .comment .user {
    font-weight: 700;
    margin: 10px 0;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      #product-page #comments .comment .user {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media (min-width: 1200px) {
      #product-page #comments .comment .user {
        font-size: 15px;
        font-size: 0.93333rem; } }
  #product-page #comments .comment .user-mobile {
    width: 50px;
    float: right;
    margin-left: 10px;
    margin-top: -3px; }
  #product-page #comments .comment .comment-text {
    color: #6c757d;
    line-height: 2;
    font-size: 12px;
    font-size: 0.75rem; }
    @media (min-width: 768px) {
      #product-page #comments .comment .comment-text {
        font-size: 12px;
        font-size: 0.75rem; } }
    @media (min-width: 1200px) {
      #product-page #comments .comment .comment-text {
        font-size: 13px;
        font-size: 0.8rem; } }
  #product-page #comments .comment .reply-btn {
    float: left;
    font-weight: 500;
    color: #adb5bd;
    margin-top: 10px;
    transition: 300ms;
    font-size: 14px;
    font-size: 0.875rem; }
    @media screen and (prefers-reduced-motion: reduce) {
      #product-page #comments .comment .reply-btn {
        transition: none; } }
    @media (min-width: 768px) {
      #product-page #comments .comment .reply-btn {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media (min-width: 1200px) {
      #product-page #comments .comment .reply-btn {
        font-size: 15px;
        font-size: 0.93333rem; } }
    #product-page #comments .comment .reply-btn:hover {
      color: #f2bb13; }
  #product-page #comments .comment .reply {
    border-bottom: 0;
    background: #fea;
    padding: 15px;
    margin-top: 30px;
    border-radius: 5px; }
    #product-page #comments .comment .reply img {
      display: block;
      width: 85%;
      margin: auto; }
    #product-page #comments .comment .reply .user {
      margin: 5px 0; }
    #product-page #comments .comment .reply .user-mobile {
      width: 35px;
      float: right;
      margin-left: 10px;
      margin-top: 0; }

#cart-empty {
  background: #f2bb1330;
  padding: 30px;
  border-radius: 5px;
  width: 320px;
  margin: 30px auto;
  border: 1px solid #f2bb13;
  text-align: center;
  border-radius: 5px; }
  #cart-empty .icons {
    display: inline-block;
    font-size: 60px;
    margin-bottom: 30px;
    color: #f2bb13; }
  #cart-empty .title {
    font-size: 20px; }

.discountContainer {
  border-bottom: 2px solid #f2bb13;
  padding-bottom: 30px;
  margin-bottom: 30px; }

#discountForm {
  border-bottom: 2px solid #f2bb13;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  #discountForm input {
    height: 50px;
    border: 2px solid #ced4da;
    background: #FFF;
    color: #363636;
    border-radius: 5px;
    width: 300px;
    padding: 10px 20px;
    direction: ltr;
    text-align: left; }
  #discountForm button {
    background: #f2bb13;
    height: 50px;
    border-radius: 5px;
    border: none;
    width: 100px;
    font-weight: normal; }

.cart-steps {
  display: flex;
  align-items: center;
  margin-bottom: 60px; }
  @media (max-width: 767.98px) {
    .cart-steps {
      margin-bottom: 30px; } }
  .cart-steps .step {
    background: #636363;
    color: #FFF;
    width: 25%;
    padding: 20px;
    position: relative;
    text-align: center; }
    @media (max-width: 767.98px) {
      .cart-steps .step {
        padding: 10px 5px; } }
    .cart-steps .step:after {
      content: '';
      display: block;
      width: 45px;
      height: 100%;
      position: absolute;
      top: 0;
      left: -36px;
      background: url("/assets/img/step.png") no-repeat left;
      background-size: cover;
      z-index: 9; }
      @media (max-width: 767.98px) {
        .cart-steps .step:after {
          display: none; } }
    .cart-steps .step.current {
      background: #f2bb13;
      color: #363636; }
      .cart-steps .step.current:after {
        background: url("/assets/img/step-current.png") no-repeat left; }
    .cart-steps .step.done {
      background: #363636; }
      .cart-steps .step.done .icons {
        color: #f2bb13; }
      .cart-steps .step.done:after {
        background: url("/assets/img/step-done.png") no-repeat left; }
    .cart-steps .step:first-child {
      border-radius: 0 5px 5px 0; }
    .cart-steps .step:last-child {
      border-radius: 5px 0 0 5px; }
      .cart-steps .step:last-child:after {
        display: none; }
    .cart-steps .step .icons {
      vertical-align: middle;
      margin-left: 10px;
      font-size: 25px;
      font-size: 1.5625rem; }
      @media (min-width: 768px) {
        .cart-steps .step .icons {
          font-size: 25px;
          font-size: 1.5625rem; } }
      @media (min-width: 1200px) {
        .cart-steps .step .icons {
          font-size: 26px;
          font-size: 1.66667rem; } }
      @media (max-width: 767.98px) {
        .cart-steps .step .icons {
          display: block;
          margin-bottom: 10px;
          margin-left: auto;
          margin-right: auto;
          font-size: 20px;
          font-size: 1.25rem; } }
  @media (max-width: 767.98px) and (min-width: 768px) {
    .cart-steps .step .icons {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media (max-width: 767.98px) and (min-width: 1200px) {
    .cart-steps .step .icons {
      font-size: 21px;
      font-size: 1.33333rem; } }
    .cart-steps .step .text {
      font-weight: 700;
      font-size: 16px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        .cart-steps .step .text {
          font-size: 16px;
          font-size: 1rem; } }
      @media (min-width: 1200px) {
        .cart-steps .step .text {
          font-size: 17px;
          font-size: 1.06667rem; } }
      @media (max-width: 767.98px) {
        .cart-steps .step .text {
          font-weight: 500;
          font-size: 12px;
          font-size: 0.75rem; } }
  @media (max-width: 767.98px) and (min-width: 768px) {
    .cart-steps .step .text {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media (max-width: 767.98px) and (min-width: 1200px) {
    .cart-steps .step .text {
      font-size: 13px;
      font-size: 0.8rem; } }

.cart-table thead tr th {
  border-top: 2px solid #f2bb13;
  border-bottom: 2px solid #f2bb13;
  padding: 20px 10px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .cart-table thead tr th {
      font-size: 16px;
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    .cart-table thead tr th {
      font-size: 17px;
      font-size: 1.06667rem; } }
  .cart-table thead tr th.text-r {
    text-align: right; }

.cart-table tbody tr:last-child td {
  border-bottom: 2px solid #f2bb13; }

.cart-table tbody tr td {
  text-align: center;
  color: #6c757d;
  padding: 15px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #f2bb13;
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .cart-table tbody tr td {
      font-size: 16px;
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    .cart-table tbody tr td {
      font-size: 17px;
      font-size: 1.06667rem; } }
  @media (max-width: 767.98px) {
    .cart-table tbody tr td {
      min-width: 120px; }
      .cart-table tbody tr td:first-child {
        min-width: auto; } }

.cart-table tbody .product {
  display: flex;
  align-items: center;
  text-align: right; }
  @media (max-width: 767.98px) {
    .cart-table tbody .product {
      width: 250px; } }
  .cart-table tbody .product img {
    min-width: 100px;
    height: 100px;
    object-fit: cover;
    margin-left: 15px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    /*@include media-breakpoint-down(sm) {
					min-width: 60px;
					height: auto;
				}*/ }
  .cart-table tbody .product .product-title {
    color: #363636;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .cart-table tbody .product .product-title {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      .cart-table tbody .product .product-title {
        font-size: 17px;
        font-size: 1.06667rem; } }
    @media (max-width: 767.98px) {
      .cart-table tbody .product .product-title {
        margin-bottom: 5px; } }
  .cart-table tbody .product .category {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      .cart-table tbody .product .category {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media (min-width: 1200px) {
      .cart-table tbody .product .category {
        font-size: 15px;
        font-size: 0.93333rem; } }
    .cart-table tbody .product .category a {
      display: inline-block;
      margin-right: 5px;
      color: #f2bb13; }

.cart-table tbody .is-select2 {
  width: 80px; }

.cart-table tbody .select2-container {
  width: auto !important; }
  .cart-table tbody .select2-container .select2-selection--single {
    height: 40px;
    text-align: right;
    padding: 6px 10px 6px 30px; }
  .cart-table tbody .select2-container .select2-selection__arrow {
    left: 5px !important;
    top: 18% !important; }

.cart-table tbody .delete-icon {
  cursor: pointer;
  padding: 5px;
  transition: all 0.2s ease-in-out;
  font-size: 20px;
  font-size: 1.25rem; }
  @media screen and (prefers-reduced-motion: reduce) {
    .cart-table tbody .delete-icon {
      transition: none; } }
  @media (min-width: 768px) {
    .cart-table tbody .delete-icon {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media (min-width: 1200px) {
    .cart-table tbody .delete-icon {
      font-size: 21px;
      font-size: 1.33333rem; } }
  .cart-table tbody .delete-icon:hover {
    color: #dc3545; }

.cart-table tfoot tr td {
  padding: 30px 10px;
  border-bottom: 2px solid #f2bb13; }

.table-has-loading {
  position: relative; }
  .table-has-loading:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8) url("/assets/img/loading.svg") no-repeat center;
    background-size: 5%;
    position: absolute;
    top: 0;
    right: 0; }

.table-details {
  border-bottom: 2px solid #f2bb13;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  .table-details .details {
    display: flex;
    align-items: center;
    color: #6c757d;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem;
    /*&:last-child {
			margin-bottom: 0;
		}*/ }
    @media (min-width: 768px) {
      .table-details .details {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      .table-details .details {
        font-size: 17px;
        font-size: 1.06667rem; } }
    .table-details .details.left {
      justify-content: flex-end; }
      .table-details .details.left .det-value {
        text-align: left; }
    .table-details .details .det-title {
      display: block;
      width: 100%;
      min-width: 200px; }
    .table-details .details .det-value {
      display: block;
      width: 100%;
      color: #363636;
      min-width: 120px;
      line-height: 1.5; }

.cart-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 15px; }
  .cart-btns.has-border {
    border-top: 2px solid #f2bb13;
    padding-top: 30px;
    margin-top: 30px; }
  .cart-btns .btn {
    padding: 10px 15px;
    border: 2px solid #f2bb13;
    font-size: 16px;
    font-size: 1rem;
    border-radius: 5px; }
    @media (min-width: 768px) {
      .cart-btns .btn {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      .cart-btns .btn {
        font-size: 17px;
        font-size: 1.06667rem; } }
    @media (max-width: 767.98px) {
      .cart-btns .btn {
        padding: 5px 10px;
        font-weight: 700;
        font-size: 12px;
        font-size: 0.75rem; } }
  @media (max-width: 767.98px) and (min-width: 768px) {
    .cart-btns .btn {
      font-size: 12px;
      font-size: 0.75rem; } }
  @media (max-width: 767.98px) and (min-width: 1200px) {
    .cart-btns .btn {
      font-size: 13px;
      font-size: 0.8rem; } }
    .cart-btns .btn .icons {
      vertical-align: middle;
      display: inline-block;
      font-size: 20px;
      font-size: 1.25rem; }
      @media (min-width: 768px) {
        .cart-btns .btn .icons {
          font-size: 20px;
          font-size: 1.25rem; } }
      @media (min-width: 1200px) {
        .cart-btns .btn .icons {
          font-size: 21px;
          font-size: 1.33333rem; } }
      @media (max-width: 767.98px) {
        .cart-btns .btn .icons {
          font-size: 18px;
          font-size: 1.125rem; } }
  @media (max-width: 767.98px) and (min-width: 768px) {
    .cart-btns .btn .icons {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (max-width: 767.98px) and (min-width: 1200px) {
    .cart-btns .btn .icons {
      font-size: 19px;
      font-size: 1.2rem; } }
  .cart-btns .next {
    background: #f2bb13;
    color: #363636; }
    .cart-btns .next .icons {
      margin-right: 10px; }
  .cart-btns .prev {
    background: none;
    border-color: #adb5bd;
    color: #6c757d; }
    .cart-btns .prev .icons {
      margin-left: 10px; }

.send-method-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column; }

.send-method {
  display: flex;
  background: #FFF;
  align-items: center;
  border: 2px solid #adb5bd;
  margin-top: 25px;
  margin-bottom: 18px;
  padding: 20px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  border-radius: 5px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .send-method {
      transition: none; } }
  .send-method.selected {
    border-color: #f2bb13; }
    .send-method.selected:hover {
      border-color: #f2bb13; }
  .send-method:hover {
    border-color: #363636; }
  .send-method .icons {
    font-size: 80px;
    margin-left: 30px;
    color: #adb5bd; }
    @media (max-width: 767.98px) {
      .send-method .icons {
        margin-left: 10px; } }
  .send-method .method-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem; }
    @media (min-width: 768px) {
      .send-method .method-title {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media (min-width: 1200px) {
      .send-method .method-title {
        font-size: 21px;
        font-size: 1.33333rem; } }
    @media (max-width: 767.98px) {
      .send-method .method-title small {
        display: block;
        margin-top: 5px;
        margin-right: -5px; } }
  .send-method .method-cost {
    color: #6c757d;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      .send-method .method-cost {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media (min-width: 1200px) {
      .send-method .method-cost {
        font-size: 15px;
        font-size: 0.93333rem; } }
    .send-method .method-cost .cost {
      color: #f2bb13;
      margin-right: 5px;
      font-size: 16px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        .send-method .method-cost .cost {
          font-size: 16px;
          font-size: 1rem; } }
      @media (min-width: 1200px) {
        .send-method .method-cost .cost {
          font-size: 17px;
          font-size: 1.06667rem; } }
  .send-method .check {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #ced4da;
    position: absolute;
    left: 20px;
    top: calc(50% - 15px);
    transition: all 0.2s ease-in-out;
    border-radius: 50%; }
    @media screen and (prefers-reduced-motion: reduce) {
      .send-method .check {
        transition: none; } }
    .send-method .check:before {
      content: '\e807';
      font-family: 'icons';
      color: #FFF;
      position: relative;
      top: 3px;
      left: -4px;
      font-size: 18px;
      font-size: 1.125rem; }
      @media (min-width: 768px) {
        .send-method .check:before {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media (min-width: 1200px) {
        .send-method .check:before {
          font-size: 19px;
          font-size: 1.2rem; } }
    .send-method .check.selected {
      background: #f2bb13;
      border-color: #f2bb13; }
    .send-method .check input {
      display: none; }

.payment-box {
  background: #FFF;
  width: 550px;
  margin: 30px auto;
  border: 2px solid #f2bb13;
  text-align: center;
  border-radius: 5px; }
  @media (max-width: 767.98px) {
    .payment-box {
      width: 100%; } }
  .payment-box.failed .box-title {
    color: #dc3545; }
  .payment-box.failed .pay-price {
    background: rgba(220, 56, 72, 0.2);
    border: 1px solid rgba(220, 56, 72, 0.3); }
    .payment-box.failed .pay-price .price {
      color: #dc3545; }
  .payment-box .box-title {
    border-bottom: 2px solid #f2bb13;
    padding: 20px 10px;
    color: #28a745;
    font-size: 22px;
    font-size: 1.375rem; }
    @media (min-width: 768px) {
      .payment-box .box-title {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media (min-width: 1200px) {
      .payment-box .box-title {
        font-size: 23px;
        font-size: 1.46667rem; } }
  .payment-box .box-content {
    padding: 30px; }
  .payment-box .code {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    font-size: 20px;
    font-size: 1.25rem; }
    @media (min-width: 768px) {
      .payment-box .code {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media (min-width: 1200px) {
      .payment-box .code {
        font-size: 21px;
        font-size: 1.33333rem; } }
    .payment-box .code .title {
      color: #6c757d; }
  .payment-box .pay-price {
    background: rgba(40, 167, 69, 0.3);
    border: 1px solid rgba(40, 167, 69, 0.5);
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 1.25rem;
    border-radius: 5px;
    /*.text {
			@include media-breakpoint-down(sm) {
				display: block;
				margin-bottom: 15px;
			}
		}*/ }
    @media (min-width: 768px) {
      .payment-box .pay-price {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media (min-width: 1200px) {
      .payment-box .pay-price {
        font-size: 21px;
        font-size: 1.33333rem; } }
    @media (max-width: 767.98px) {
      .payment-box .pay-price {
        font-size: 18px;
        font-size: 1.125rem; } }
  @media (max-width: 767.98px) and (min-width: 768px) {
    .payment-box .pay-price {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (max-width: 767.98px) and (min-width: 1200px) {
    .payment-box .pay-price {
      font-size: 19px;
      font-size: 1.2rem; } }
    .payment-box .pay-price .price {
      color: #28a745;
      margin: 0 5px;
      font-size: 25px;
      font-size: 1.5625rem; }
      @media (min-width: 768px) {
        .payment-box .pay-price .price {
          font-size: 25px;
          font-size: 1.5625rem; } }
      @media (min-width: 1200px) {
        .payment-box .pay-price .price {
          font-size: 26px;
          font-size: 1.66667rem; } }
      @media (max-width: 767.98px) {
        .payment-box .pay-price .price {
          font-size: 20px;
          font-size: 1.25rem; } }
  @media (max-width: 767.98px) and (min-width: 768px) {
    .payment-box .pay-price .price {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media (max-width: 767.98px) and (min-width: 1200px) {
    .payment-box .pay-price .price {
      font-size: 21px;
      font-size: 1.33333rem; } }
    .payment-box .pay-price .unit {
      font-size: 16px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        .payment-box .pay-price .unit {
          font-size: 16px;
          font-size: 1rem; } }
      @media (min-width: 1200px) {
        .payment-box .pay-price .unit {
          font-size: 17px;
          font-size: 1.06667rem; } }
  .payment-box .btn {
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (min-width: 768px) {
      .payment-box .btn {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 1200px) {
      .payment-box .btn {
        font-size: 19px;
        font-size: 1.2rem; } }
    .payment-box .btn .icons {
      width: 40px;
      margin-left: 10px;
      vertical-align: middle;
      display: inline-block;
      font-size: 20px;
      font-size: 1.25rem; }
      @media (min-width: 768px) {
        .payment-box .btn .icons {
          font-size: 20px;
          font-size: 1.25rem; } }
      @media (min-width: 1200px) {
        .payment-box .btn .icons {
          font-size: 21px;
          font-size: 1.33333rem; } }

.order-status {
  margin-bottom: 30px; }
  .order-status .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ced4da;
    margin-top: 15px;
    padding-top: 15px; }
    @media (max-width: 767.98px) {
      .order-status .header {
        flex-direction: column; } }
    .order-status .header .order-number {
      margin-bottom: 0;
      font-size: 16px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        .order-status .header .order-number {
          font-size: 16px;
          font-size: 1rem; } }
      @media (min-width: 1200px) {
        .order-status .header .order-number {
          font-size: 17px;
          font-size: 1.06667rem; } }
      @media (max-width: 767.98px) {
        .order-status .header .order-number {
          margin-bottom: 10px; } }
    .order-status .header .order-time {
      color: #6c757d;
      margin-bottom: 0; }
  .order-status .content-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    .order-status .content-wrapper .icons {
      margin-left: 15px;
      border-left: 1px solid;
      padding-left: 13px;
      font-size: 35px;
      font-size: 2.1875rem; }
      @media (min-width: 768px) {
        .order-status .content-wrapper .icons {
          font-size: 35px;
          font-size: 2.1875rem; } }
      @media (min-width: 1200px) {
        .order-status .content-wrapper .icons {
          font-size: 36px;
          font-size: 2.33333rem; } }
    .order-status .content-wrapper .title {
      font-weight: 700;
      font-size: 18px;
      font-size: 1.125rem; }
      @media (min-width: 768px) {
        .order-status .content-wrapper .title {
          font-size: 18px;
          font-size: 1.125rem; } }
      @media (min-width: 1200px) {
        .order-status .content-wrapper .title {
          font-size: 19px;
          font-size: 1.2rem; } }
    .order-status .content-wrapper .description {
      margin-top: 10px;
      font-size: 16px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        .order-status .content-wrapper .description {
          font-size: 16px;
          font-size: 1rem; } }
      @media (min-width: 1200px) {
        .order-status .content-wrapper .description {
          font-size: 17px;
          font-size: 1.06667rem; } }

#cardToCardModal .user-card-name {
  color: #ced4da;
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 1.25rem; }
  @media (min-width: 768px) {
    #cardToCardModal .user-card-name {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media (min-width: 1200px) {
    #cardToCardModal .user-card-name {
      font-size: 21px;
      font-size: 1.33333rem; } }

#cardToCardModal .description {
  color: #ced4da;
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 768px) {
    #cardToCardModal .description {
      font-size: 16px;
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    #cardToCardModal .description {
      font-size: 17px;
      font-size: 1.06667rem; } }

#profile-menu .user-details {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #f2bb13;
  padding-bottom: 5px; }
  @media (max-width: 767.98px) {
    #profile-menu .user-details {
      margin-bottom: 15px; } }
  #profile-menu .user-details .content {
    width: 75%; }
  #profile-menu .user-details > .icons {
    color: #adb5bd;
    margin-left: 15px;
    font-size: 40px;
    font-size: 2.5rem; }
    @media (min-width: 768px) {
      #profile-menu .user-details > .icons {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media (min-width: 1200px) {
      #profile-menu .user-details > .icons {
        font-size: 41px;
        font-size: 2.66667rem; } }
  #profile-menu .user-details .name {
    color: #363636;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      #profile-menu .user-details .name {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      #profile-menu .user-details .name {
        font-size: 17px;
        font-size: 1.06667rem; } }
  #profile-menu .user-details .phone {
    margin-top: 5px;
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      #profile-menu .user-details .phone {
        font-size: 16px;
        font-size: 1rem; } }
    @media (min-width: 1200px) {
      #profile-menu .user-details .phone {
        font-size: 17px;
        font-size: 1.06667rem; } }

#profile-menu ul {
  padding: 0;
  margin-top: 15px; }
  #profile-menu ul li {
    list-style-type: none; }
    #profile-menu ul li:last-child a {
      border-bottom: 0; }
      #profile-menu ul li:last-child a:hover {
        border-right-color: #dc3545; }
    #profile-menu ul li a {
      display: block;
      background: #f8f9fa;
      color: #6c757d;
      padding: 15px;
      border-bottom: 1px solid #ced4da;
      border-right: 3px solid #dee2e6;
      transition: all 0.2s ease-in-out;
      font-size: 15px;
      font-size: 0.9375rem; }
      @media screen and (prefers-reduced-motion: reduce) {
        #profile-menu ul li a {
          transition: none; } }
      @media (min-width: 768px) {
        #profile-menu ul li a {
          font-size: 15px;
          font-size: 0.9375rem; } }
      @media (min-width: 1200px) {
        #profile-menu ul li a {
          font-size: 16px;
          font-size: 1rem; } }
      #profile-menu ul li a:hover {
        background: #e9ecef;
        border-right-color: #f2bb13; }
      #profile-menu ul li a.active {
        background: #e9ecef;
        border-right-color: #f2bb13; }
    #profile-menu ul li .icons {
      margin-left: 10px;
      font-size: 16px;
      font-size: 1rem; }
      @media (min-width: 768px) {
        #profile-menu ul li .icons {
          font-size: 16px;
          font-size: 1rem; } }
      @media (min-width: 1200px) {
        #profile-menu ul li .icons {
          font-size: 17px;
          font-size: 1.06667rem; } }

#profile-menu .mobile-menu .dropdown-toggle .icons {
  color: #adb5bd;
  font-size: 25px;
  font-size: 1.5625rem; }
  @media (min-width: 768px) {
    #profile-menu .mobile-menu .dropdown-toggle .icons {
      font-size: 25px;
      font-size: 1.5625rem; } }
  @media (min-width: 1200px) {
    #profile-menu .mobile-menu .dropdown-toggle .icons {
      font-size: 26px;
      font-size: 1.66667rem; } }

#profile-menu .mobile-menu .dropdown-toggle:after {
  display: none; }

#orders {
  margin-top: 17px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f2bb13; }
  #orders .table-title {
    border-bottom: 2px solid #f2bb13;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #495057;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (min-width: 768px) {
      #orders .table-title {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 1200px) {
      #orders .table-title {
        font-size: 19px;
        font-size: 1.2rem; } }
  #orders .table {
    margin-bottom: 0; }
    #orders .table tr.done td {
      background: rgba(40, 167, 69, 0.3);
      color: #495057; }
    #orders .table tr.canceled td {
      background: rgba(220, 53, 69, 0.2);
      color: #495057; }
    #orders .table tr:last-child td {
      border-bottom: 0; }
    #orders .table tr td {
      border-top: 0;
      border-bottom: 1px solid #e9ecef;
      background: #f8f9fa;
      color: #6c757d;
      padding: 15px;
      vertical-align: middle;
      text-align: center;
      font-size: 14px;
      font-size: 0.875rem; }
      @media (min-width: 768px) {
        #orders .table tr td {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media (min-width: 1200px) {
        #orders .table tr td {
          font-size: 15px;
          font-size: 0.93333rem; } }
      @media (max-width: 767.98px) {
        #orders .table tr td {
          min-width: 120px;
          line-height: 1.5; }
          #orders .table tr td:first-child {
            min-width: auto; } }
      #orders .table tr td .btn {
        display: inline-block;
        width: 80px; }

#main {
  direction: rtl;
  text-align: right; }
  @media (max-width: 767.98px) {
    #main {
      margin-top: 69px; } }

@font-face {
  font-family: "iranSans";
  font-style: "normal";
  font-weight: 400;
  src: url("fonts/iransans/IRANSansWeb(FaNum).eot");
  src: url("fonts/iransans/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("fonts/iransans/IRANSansWeb(FaNum).woff") format("woff"), url("fonts/iransans/IRANSansWeb(FaNum).ttf") format("truetype"); }

@font-face {
  font-family: "iranSans";
  font-style: "normal";
  font-weight: 700;
  src: url("fonts/iransans/IRANSansWeb(FaNum)_Bold.eot");
  src: url("fonts/iransans/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"), url("fonts/iransans/IRANSansWeb(FaNum)_Bold.woff") format("woff"), url("fonts/iransans/IRANSansWeb(FaNum)_Bold.ttf") format("truetype"); }

@font-face {
  font-family: "iranSans";
  font-style: "normal";
  font-weight: 900;
  src: url("fonts/iransans/IRANSansWeb(FaNum)_Black.eot");
  src: url("fonts/iransans/IRANSansWeb(FaNum)_Black.eot?#iefix") format("embedded-opentype"), url("fonts/iransans/IRANSansWeb(FaNum)_Black.woff") format("woff"), url("fonts/iransans/IRANSansWeb(FaNum)_Black.ttf") format("truetype"); }

body {
  font-family: "iranSans", arial, sans-serif; }
