﻿@charset "UTF-8";
@font-face {
  font-family: 'Conv_GretaSansStd-Bold';
  src: url('../fonts/GretaSansStd-Bold.eot');
  src:
    local('☺'),
    url('../fonts/GretaSansStd-Bold.woff') format('woff'),
    url('../fonts/GretaSansStd-Bold.ttf') format('truetype'),
    url('../fonts/GretaSansStd-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_GretaSansStd-Regular';
  src: url('../fonts/GretaSansStd-Regular.eot');
  src:
    local('☺'),
    url('../fonts/GretaSansStd-Regular.woff') format('woff'),
    url('../fonts/GretaSansStd-Regular.ttf') format('truetype'),
    url('../fonts/GretaSansStd-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_GretaSansStd-Thin';
  src: url('../fonts/GretaSansStd-Thin.eot');
  src:
    local('☺'),
    url('../fonts/GretaSansStd-Thin.woff') format('woff'),
    url('../fonts/GretaSansStd-Thin.ttf') format('truetype'),
    url('../fonts/GretaSansStd-Thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #f5ba39;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ea7200;
  --secondary: rgba(77, 64, 51, 0.7);
  --success: #28a745;
  --info: #17a2b8;
  --warning: #f5ba39;
  --danger: #ff4136;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1640px;
  --font-family-sans-serif:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
    Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  --font-family-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -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;
}
body {
  margin: 0;
  font-family: 'Conv_GretaSansStd-Regular';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4033;
  text-align: left;
  background-color: #fff;
}
[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: 0.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: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #ea7200;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #ea7200;
  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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: '— ';
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 630px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1640px) {
  .container {
    max-width: 1310px;
  }
}
.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: 1640px) {
  .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: #f9d8b8;
}
.table-hover .table-primary:hover {
  background-color: #f7cba0;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #f7cba0;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgba(224, 222, 220, 0.916);
}
.table-hover .table-secondary:hover {
  background-color: rgba(212, 209, 206, 0.916);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgba(212, 209, 206, 0.916);
}
.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: #fcecc8;
}
.table-hover .table-warning:hover {
  background-color: #fbe4b0;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbe4b0;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffcac7;
}
.table-hover .table-danger:hover {
  background-color: #ffb2ae;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffb2ae;
}
.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: #e8e1dc;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #e8e1dc;
  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: 1639.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: 54px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #7e6755;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  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: #7e6755;
  background-color: transparent;
  border-color: #ffb36b;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 114, 0, 0.25);
}
.form-control::placeholder {
  color: #f00;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #7e6755;
  background-color: transparent;
}
.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: 20px;
}
.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: 0.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 #e8e1dc,
    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: #ff4136;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 65, 54, 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: #ff4136;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ff4136;
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 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: #ff4136;
}
.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: #ff4136;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #ffbab6;
}
.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: #ff7169;
}
.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 #e8e1dc,
    0 0 0 0.2rem rgba(255, 65, 54, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff4136;
}
.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(255, 65, 54, 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;
  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(234, 114, 0, 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: #ea7200;
  border-color: #ea7200;
}
.btn-primary:hover {
  color: #fff;
  background-color: #c45f00;
  border-color: #b75900;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 114, 0, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #ea7200;
  border-color: #ea7200;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #b75900;
  border-color: #aa5300;
}
.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(234, 114, 0, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: rgba(77, 64, 51, 0.7);
  border-color: rgba(77, 64, 51, 0.7);
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgba(54, 45, 36, 0.7);
  border-color: rgba(46, 39, 31, 0.7);
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 64, 51, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: rgba(77, 64, 51, 0.7);
  border-color: rgba(77, 64, 51, 0.7);
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgba(46, 39, 31, 0.7);
  border-color: rgba(39, 32, 26, 0.7);
}
.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(77, 64, 51, 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: #f5ba39;
  border-color: #f5ba39;
}
.btn-warning:hover {
  color: #212529;
  background-color: #f3ad15;
  border-color: #efa80c;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 186, 57, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #f5ba39;
  border-color: #f5ba39;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #efa80c;
  border-color: #e39f0b;
}
.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(245, 186, 57, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #ff4136;
  border-color: #ff4136;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff1d10;
  border-color: #ff1103;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #ff4136;
  border-color: #ff4136;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1103;
  border-color: #f50d00;
}
.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(255, 65, 54, 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: #ea7200;
  background-color: transparent;
  background-image: none;
  border-color: #ea7200;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #ea7200;
  border-color: #ea7200;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 114, 0, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #ea7200;
  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: #ea7200;
  border-color: #ea7200;
}
.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(234, 114, 0, 0.5);
}
.btn-outline-secondary {
  color: rgba(77, 64, 51, 0.7);
  background-color: transparent;
  background-image: none;
  border-color: rgba(77, 64, 51, 0.7);
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: rgba(77, 64, 51, 0.7);
  border-color: rgba(77, 64, 51, 0.7);
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 64, 51, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: rgba(77, 64, 51, 0.7);
  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: rgba(77, 64, 51, 0.7);
  border-color: rgba(77, 64, 51, 0.7);
}
.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(77, 64, 51, 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: #f5ba39;
  background-color: transparent;
  background-image: none;
  border-color: #f5ba39;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #f5ba39;
  border-color: #f5ba39;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 186, 57, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #f5ba39;
  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: #f5ba39;
  border-color: #f5ba39;
}
.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(245, 186, 57, 0.5);
}
.btn-outline-danger {
  color: #ff4136;
  background-color: transparent;
  background-image: none;
  border-color: #ff4136;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff4136;
  border-color: #ff4136;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ff4136;
  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: #ff4136;
  border-color: #ff4136;
}
.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(255, 65, 54, 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: #ea7200;
  background-color: transparent;
}
.btn-link:hover {
  color: #ea7200;
  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,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media 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: #ea7200;
}
.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;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type='radio'],
.btn-group-toggle > .btn input[type='checkbox'],
.btn-group-toggle > .btn-group > .btn input[type='radio'],
.btn-group-toggle > .btn-group > .btn input[type='checkbox'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7e6755;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #e1e1e1;
  border-radius: 0;
}
.input-group-text input[type='radio'],
.input-group-text input[type='checkbox'] {
  margin-top: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  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: #ea7200;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow:
    0 0 0 1px #e8e1dc,
    0 0 0 0.2rem rgba(234, 114, 0, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ffcd9e;
}
.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: #ea7200;
}
.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: #ea7200;
}
.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(234, 114, 0, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(234, 114, 0, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ea7200;
}
.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(234, 114, 0, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: 54px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #7e6755;
  vertical-align: middle;
  background: transparent
    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 #e1e1e1;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #ffb36b;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 179, 107, 0.5);
}
.custom-select:focus::-ms-value {
  color: #7e6755;
  background-color: transparent;
}
.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: 54px;
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 54px;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #ffb36b;
  box-shadow: 0 0 0 0.2rem rgba(234, 114, 0, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #ffb36b;
}
.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: 54px;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #7e6755;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  border-radius: 0;
}
.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: #7e6755;
  content: 'Browse';
  background-color: #e9ecef;
  border-left: 1px solid #e1e1e1;
  border-radius: 0 0 0 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 #e8e1dc,
    0 0 0 0.2rem rgba(234, 114, 0, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow:
    0 0 0 1px #e8e1dc,
    0 0 0 0.2rem rgba(234, 114, 0, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow:
    0 0 0 1px #e8e1dc,
    0 0 0 0.2rem rgba(234, 114, 0, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ea7200;
  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: #ffcd9e;
}
.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: #ea7200;
  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: #ffcd9e;
}
.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: #ea7200;
  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: #ffcd9e;
}
.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: rgba(77, 64, 51, 0.7);
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #e8e1dc;
}
.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: #ea7200;
}
.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 0;
}
.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: 0;
  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%;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
@media (min-width: 992px) {
  .buy-tickets-mobile-eng {
    display: none !important;
  }
  .buy-tickets-mobile-ar {
    display: none !important;
  }
  .buy-tickets-desktop-english {
    display: list-item !important;
    margin-bottom: -15px;
    margin-top: -15px;
  }
  .buy-tickets-desktop-arabic {
    display: none !important;
  }
  .buy-tickets-desktop-orange {
    display: none;
  }
  .buy-tickets-desktop-white {
    display: list-item;
  }
  .buy-tickets-desktop-english:hover .buy-tickets-desktop-white {
    display: none;
  }
  .buy-tickets-desktop-english:hover .buy-tickets-desktop-orange {
    display: list-item;
  }
  .buy-tickets-desktop-arabic:hover .buy-tickets-desktop-white {
    display: none;
  }
  .buy-tickets-desktop-arabic:hover .buy-tickets-desktop-orange {
    display: list-item;
  }
}
@media (min-width: 0) {
  .buy-tickets-mobile-eng {
    position: absolute;
    right: 1.5rem;
    top: 1rem;
  }
  .buy-tickets-mobile-ar {
    position: absolute;
    right: 1.5rem;
    top: 1rem;
  }
  .buy-tickets-mobile-ar {
    display: none;
  }
  .buy-tickets-desktop-english {
    display: none;
  }
  .buy-tickets-desktop-arabic {
    display: none;
  }
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: '';
  background: no-repeat center center;
  background-size: 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    font-size: 14px;
    flex-direction: row;
    margin-left: auto !important;
  }
  .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: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    font-size: 14px;
    flex-direction: row;
    margin-left: auto !important;
  }
  .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: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    font-size: 14px;
    flex-direction: row;
    margin-left: auto !important;
  }
  .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: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    font-size: 14px;
    flex-direction: row;
    margin-left: auto !important;
  }
  .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: 1639.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1640px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    font-size: 14px;
    flex-direction: row;
    margin-left: auto !important;
  }
  .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: 15px;
  padding-left: 15px;
}
.navbar-expand .navbar-nav {
  font-size: 14px;
  flex-direction: row;
  margin-left: auto !important;
}
.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: transparent;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url(/wwwroot/images/Menu.png?ver=2025.09.17.01);
}
.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;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: 0;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-top,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-bottom,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-header,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.625rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.625rem;
  color: #fff;
  content: '>';
}
.breadcrumb-item + .breadcrumb-item a[title='Collection'],
.breadcrumb-item + .breadcrumb-item a[title='Media'],
.breadcrumb-item + .breadcrumb-item a[title='المجموعات الأثرية'],
.breadcrumb-item + .breadcrumb-item a[title='الوسائط'] {
  pointer-events: all;
}
.breadcrumb-item + .breadcrumb-item:nth-child(2) {
  pointer-events: none;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #fff;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ea7200;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #ea7200;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 114, 0, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ea7200;
  border-color: #ea7200;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.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: #ea7200;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #b75900;
}
.badge-secondary {
  color: #fff;
  background-color: rgba(77, 64, 51, 0.7);
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgba(46, 39, 31, 0.7);
}
.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: #f5ba39;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #efa80c;
}
.badge-danger {
  color: #fff;
  background-color: #ff4136;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ff1103;
}
.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;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #7a3b00;
  background-color: #fbe3cc;
  border-color: #f9d8b8;
}
.alert-primary hr {
  border-top-color: #f7cba0;
}
.alert-primary .alert-link {
  color: #472200;
}
.alert-secondary {
  color: rgba(28, 24, 19, 0.844);
  background-color: rgba(234, 232, 231, 0.94);
  border-color: rgba(224, 222, 220, 0.916);
}
.alert-secondary hr {
  border-top-color: rgba(212, 209, 206, 0.916);
}
.alert-secondary .alert-link {
  color: rgba(0, 0, 0, 0.844);
}
.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: #7f611e;
  background-color: #fdf1d7;
  border-color: #fcecc8;
}
.alert-warning hr {
  border-top-color: #fbe4b0;
}
.alert-warning .alert-link {
  color: #564114;
}
.alert-danger {
  color: #85221c;
  background-color: #ffd9d7;
  border-color: #ffcac7;
}
.alert-danger hr {
  border-top-color: #ffb2ae;
}
.alert-danger .alert-link {
  color: #5b1713;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ea7200;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ea7200;
  border-color: #ea7200;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #7a3b00;
  background-color: #f9d8b8;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #7a3b00;
  background-color: #f7cba0;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #7a3b00;
  border-color: #7a3b00;
}
.list-group-item-secondary {
  color: rgba(28, 24, 19, 0.844);
  background-color: rgba(224, 222, 220, 0.916);
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: rgba(28, 24, 19, 0.844);
  background-color: rgba(212, 209, 206, 0.916);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgba(28, 24, 19, 0.844);
  border-color: rgba(28, 24, 19, 0.844);
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #7f611e;
  background-color: #fcecc8;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #7f611e;
  background-color: #fbe4b0;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7f611e;
  border-color: #7f611e;
}
.list-group-item-danger {
  color: #85221c;
  background-color: #ffcac7;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #85221c;
  background-color: #ffb2ae;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #85221c;
  border-color: #85221c;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.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: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-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: 'Conv_GretaSansStd-Regular';
  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;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: 'Conv_GretaSansStd-Regular';
  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;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: '';
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^='top'] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^='top'] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^='top'] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^='top'] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^='top'] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^='right'] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^='right'] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^='right'] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^='right'] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^='right'] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^='bottom'] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^='bottom'] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^='bottom'] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^='bottom'] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^='bottom'] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: '';
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^='left'] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^='left'] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^='left'] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^='left'] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^='left'] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 9px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.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: #ea7200 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #b75900 !important;
}
.bg-secondary {
  background-color: rgba(77, 64, 51, 0.7) !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgba(46, 39, 31, 0.7) !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: #f5ba39 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #efa80c !important;
}
.bg-danger {
  background-color: #ff4136 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff1103 !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: #ea7200 !important;
}
.border-secondary {
  border-color: rgba(77, 64, 51, 0.7) !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #f5ba39 !important;
}
.border-danger {
  border-color: #ff4136 !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: 1640px) {
  .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: 1640px) {
  .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: 1640px) {
  .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: 1640px) {
  .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: 1640px) {
  .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: #ea7200 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b75900 !important;
}
.text-secondary {
  color: rgba(77, 64, 51, 0.7) !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: rgba(46, 39, 31, 0.7) !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: #f5ba39 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #efa80c !important;
}
.text-danger {
  color: #ff4136 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ff1103 !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;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: ' (' attr(title) ')';
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #fff;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'GEMHomeicon';
  src: url('../fonts/GEMHomeicon.ttf') format('truetype');
  src:
    url('../fonts/GEMHomeicon.woff') format('woff'),
    url('../fonts/GEMHomeicon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'GEMicon';
  src: url('../fonts/GEMicon.eot');
  src:
    url('../fonts/GEMicon.eot') format('embedded-opentype'),
    url('../fonts/GEMicon.ttf') format('truetype'),
    url('../fonts/GEMicon.woff') format('woff'),
    url('../fonts/GEMicon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^='icon-'],
[class*=' icon-'] {
  font-family: 'GEMHomeicon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-email:before {
  content: '';
}
.icon-share:before {
  content: '';
}
.icon-app-store:before {
  content: '';
  color: #4d4033;
}
.icon-footer-logo:before {
  content: '';
  color: #fff;
}
.icon-google-play:before {
  content: '';
  color: #4d4033;
}
.icon-open-menu:before {
  content: '';
  color: #fff;
}
.icon-close:before {
  content: '';
  color: #4d4033;
}
.icon-next:before {
  content: '';
  color: #fff;
}
.icon-facebook:before {
  content: '';
}
.icon-instagram:before {
  content: '';
}
.icon-twitter:before {
  content: '';
}
.icon-youtube:before {
  content: '';
}
.icon-auditorium:before {
  content: '';
  color: rgba(77, 64, 51, 0.7);
}
.icon-location:before {
  content: '';
}
.icon-login:before {
  content: '';
  color: #fff;
}
.icon-right-arrow:before {
  content: '';
  color: #fff;
}
.icon-search:before {
  content: '';
  color: #4d4033;
}
.icon-search:hover {
  color: #ea7200;
}
.icon-tickets:before {
  content: '';
  color: #fff;
}
.icon-user:before {
  content: '';
  color: #fff;
}
.icon-vr:before {
  content: '';
  color: #fff;
}
.icon-3601:before {
  content: '';
}
.icon-360:before {
  content: '';
}
.icon-single-ticket:before {
  content: '';
  color: #19345e;
}
.icon-out:before {
  content: '';
  color: #fff;
}
.icon-add:before {
  content: '';
}
.icon-top_arrow:before {
  font-family: 'GEMicon' !important;
  content: '';
}
html {
  font-size: 14px;
}
@media (min-width: 992px) {
  html {
    font-size: 20px;
  }
}
body {
  text-align: left;
  font-family: 'Conv_GretaSansStd-Regular';
  background-color: #fff;
}
@media (min-width: 992px) {
  body {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    padding-right: 10px;
  }
  body .c-scrollbar {
    background: #4d4033;
    width: 10px;
    transform: none !important;
    opacity: 1 !important;
    z-index: 999;
  }
  body .c-scrollbar_thumb {
    width: 100% !important;
    opacity: 1 !important;
    background: #a5916e;
    border-radius: 0;
    margin: 0;
  }
  @-moz-document url-prefix() {
    body {
      padding-right: 8px;
    }
    body .c-scrollbar {
      width: 8px;
    }
    body .c-scrollbar_thumb {
      width: 6px !important;
      left: 1px !important;
    }
    body .side-tools {
    }
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body {
    overflow: visible;
    width: auto;
    height: auto;
  }
}
@media (max-width: 992px) {
  html,
  body {
    overflow: visible !important;
  }
  [data-scroll-container],
  [data-scroll-section],
  [data-scroll] {
    opacity: 1 !important;
    transform: none !important;
  }
}
* {
  box-sizing: border-box;
}
.home-section {
  position: relative;
  padding: 1.7rem 0;
}
@media (min-width: 768px) {
  .home-section {
    padding: 2.7rem 0;
  }
}
@media (min-width: 992px) {
  .home-section {
    padding: 4rem 0;
  }
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none !important;
  color: inherit;
  pointer-events: all;
}
button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.listing-col-1-mo .card-img figure {
  height: 263px;
  object-fit: fill;
}
figure {
  margin: 0;
  pointer-events: none;
}
a:focus,
button:focus,
input:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(234, 114, 0, 0.5);
  transition: 0.2s;
}
a.no-focus-outline:focus,
button.no-focus-outline:focus,
input.no-focus-outline:focus {
  box-shadow: none;
}
.no-focus-outline a:focus,
.no-focus-outline button:focus,
.no-focus-outline input:focus {
  box-shadow: none;
}
.to-split .line-container {
  display: block;
  overflow: hidden;
  width: 100%;
}
.to-split .line-container span {
  display: block;
}
.section-header {
  position: relative;
  padding-left: 1rem;
}
.section-header .explore-more {
  display: none;
}
.section-header__title {
  font-family: 'Conv_GretaSansStd-Bold', Arial, Helvetica;
  font-size: 1.7rem;
  line-height: 2.14rem;
  margin: 0;
}
.section-header__sub-title {
  display: none;
}
.section-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.22rem;
  width: 0.357rem;
  height: 1.43rem;
  background-color: #a5916e;
}
.section-header--light .section-header__title {
  color: #fff;
}
.section-header--light .section-header__sub-title {
  color: #fff;
}
.section-header--dark .section-header__title {
  color: #4d4033;
}
.section-header--dark .section-header__sub-title {
  color: rgba(77, 64, 51, 0.7);
}
@media (min-width: 768px) {
  .section-header {
    padding-left: 1.2rem;
  }
  .section-header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-header__title,
  .section-header .explore-more {
    margin-bottom: 0.5rem;
  }
  .section-header .explore-more {
    display: flex;
    justify-content: flex-end;
    min-width: 9rem;
  }
  .section-header__title {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
  .section-header__sub-title {
    display: block;
    font-family: 'Conv_GretaSansStd-Regular', Arial, Helvetica;
    font-weight: 100;
    margin: 0;
    font-size: 1rem;
    line-height: 1.67rem;
  }
  .section-header:before {
    top: -0.1rem;
    width: 0.5rem;
    height: 1.8rem;
  }
}
@media (min-width: 992px) {
  .section-header {
    padding-left: 1.2rem;
  }
  .section-header__title,
  .section-header .explore-more {
    margin-bottom: 0.5rem;
  }
  .section-header__title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .section-header__sub-title {
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
  .section-header:before {
    top: 0.1rem;
    width: 0.45rem;
    height: 2.2rem;
  }
}
@media (min-width: 1640px) {
  .section-header {
    padding-left: 1.36rem;
  }
  .section-header__title {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  .section-header__sub-title {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .section-header:before {
    top: 0.44rem;
    width: 0.48rem;
    height: 2.48rem;
  }
}
.explore-more {
  color: #ea7200 !important;
  display: flex;
  align-items: center;
  font-size: 0.857rem;
  white-space: nowrap;
  overflow-y: hidden;
}
.explore-more__plus {
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #ea7200;
  margin-left: 0.71rem;
  display: block;
  position: relative;
  transition: background-color 0.4s ease;
}
.explore-more__plus span {
  font-family: 'Conv_GretaSansStd-thin';
  font-size: 1.4rem;
  line-height: 1.2;
  position: absolute;
  top: -24%;
  left: 15%;
  transition: color 0.4s ease;
}
.explore-more:hover .explore-more__plus {
  background-color: #ea7200;
}
.explore-more:hover .explore-more__plus span {
  color: #fff;
}
@media (min-width: 768px) {
  .explore-more {
    font-size: 1rem;
  }
  .explore-more__plus {
    border-width: 2px;
    margin-left: 1.1rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .explore-more *::-ms-backdrop,
  .explore-more__plus span {
    height: 1.75rem;
  }
}
.more-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background-color: #ea7200;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.68);
}
.more-box:hover {
  background-color: #fff;
  color: #ea7200;
}
.more-box:hover .more-box__plus {
  transform: translateY(-4px);
}
.more-box__word {
  font-size: 1.21rem;
  display: block;
}
.more-box__plus {
  font-family: 'Conv_GretaSansStd-thin', Arial, Helvetica;
  font-size: 3rem;
  line-height: 2rem;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .more-box {
    width: 4.67rem;
    height: 4.67rem;
  }
  .more-box__word {
    font-size: 1.15rem;
  }
  .more-box__plus {
    font-size: 3rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 992px) {
  .more-box {
    width: 4rem;
    height: 4rem;
  }
  .more-box__word {
    font-size: 1rem;
  }
  .more-box__plus {
    font-size: 3rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 1640px) {
  .more-box {
    width: 3.44rem;
    height: 3.44rem;
  }
  .more-box__word {
    font-size: 0.73rem;
  }
  .more-box__plus {
    font-size: 2.52rem;
    line-height: 1.92rem;
  }
}
.multiple-items .slick-prev {
  margin-top: 16%;
  position: absolute !important;
  left: 1% !important;
  top: 0% !important;
  height: 50%;
  z-index: 999 !important;
  color: transparent;
}
.multiple-items .slick-next {
  margin-top: 16%;
  position: absolute !important;
  top: 0% !important;
  margin-top: 16%;
  height: 50%;
  right: 1% !important;
  z-index: 999 !important;
  color: transparent;
}
.multiple-items .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.multiple-items .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.multiple-items .slick-list:focus {
  outline: none;
}
.multiple-items .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.multiple-items .slick-slider .slick-track,
.multiple-items .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.multiple-items .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.multiple-items .slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.multiple-items .slick-track:after {
  clear: both;
}
.multiple-items .slick-loading .slick-track {
  visibility: hidden;
}
.multiple-items .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.multiple-items [dir='rtl'] .slick-slide {
  float: right;
}
.multiple-items .slick-slide img {
  display: block;
}
.multiple-items .slick-slide.slick-loading img {
  display: none;
}
.multiple-items .slick-slide.dragging img {
  pointer-events: none;
}
.multiple-items .slick-initialized .slick-slide {
  display: block;
}
.multiple-items .slick-loading .slick-slide {
  visibility: hidden;
}
.multiple-items .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.multiple-items .slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 9 !important;
  bottom: 5%;
  pointer-events: none;
  width: 100%;
}
.slick-dots li {
  font-size: 0;
  margin-right: 1rem;
  pointer-events: auto;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.4s;
}
.slick-dots li.slick-active button {
  background-color: #ea7200;
}
.carousel-navs {
  display: flex;
}
.carousel-navs .slick-disabled {
  cursor: auto;
}
.carousel-navs__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.65rem;
  height: 1.65rem;
  font-size: 0.75rem;
  border-radius: 50%;
  border: 1px solid #707070;
  transition: 0.4s;
}
.carousel-navs__btn--next {
  transform: scale(-1);
}
.carousel-navs__btn:focus {
  outline: none !important;
}
.carousel-navs__arrow:before {
  color: #ea7200 !important;
}
@media (min-width: 768px) {
  .carousel-navs__btn {
    width: 2.11rem;
    height: 2.11rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .carousel-navs__btn {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 1640px) {
  .carousel-navs__btn {
    width: 2.16rem;
    height: 2.16rem;
    font-size: 0.96rem;
  }
}
.linear-lines {
  display: none;
}
@media (min-width: 992px) {
  .linear-lines {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .linear-lines * {
    height: 100%;
  }
  .linear-lines__wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .linear-lines__line {
    width: 1px;
    background-color: rgba(161, 161, 161, 0.17);
  }
  .linear-lines__line:nth-child(-n + 3) {
    display: none;
  }
}
@media (min-width: 1640px) {
  .linear-lines__line:nth-child(-n + 3) {
    display: block;
  }
}
.bottomNav_bottomNav__SW0V5 {
  gap: 1.2rem !important;
}
.bottomNav_bottomNav__SW0V5:last-child {
  padding-inline-end: 0 !important;
}
@media (min-width: 992px) {
  .bottomNav_bottomNav__SW0V5 {
    padding-inline-end: 1rem !important;
  }
}
@media (max-width: 575.98px) {
  .slick-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 9 !important;
    bottom: 10%;
    pointer-events: none;
    width: 100%;
  }
  .slick-dots li {
    font-size: 0;
    margin-right: 1rem;
    pointer-events: auto;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 0.4s;
  }
  .slick-dots li.slick-active button {
    background-color: #ea7200;
  }
}
@media (max-width: 767.98px) {
  .navbar-toggler {
    margin-top: 5rem;
    margin-right: 1rem;
  }
  .slick-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 9 !important;
    bottom: 10%;
    pointer-events: none;
    width: 100%;
  }
  .slick-dots li {
    font-size: 0;
    margin-right: 1rem;
    pointer-events: auto;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 0.4s;
  }
  .slick-dots li.slick-active button {
    background-color: #ea7200;
  }
}
.bottomNav_bottomNav_item_dropdown_item___oe0X {
  padding: 10px 20px !important;
}
.contrast-icon-color {
  fill: #7c6755;
}
body.loaded .page-header .page-title,
body.loaded .page-header .page-subtitle,
body.loaded .page-header .details-subtitle,
body.loaded .page-header .page-description,
body.loaded .page-header .breadcrumb li {
  opacity: 0;
  animation: fade-in-right ease 0.8s forwards;
}
body.loaded .page-header .breadcrumb li {
  animation-delay: 0.9s;
}
body.loaded .page-header .page-title {
  animation-delay: 1.1s;
}
body.loaded .page-header .details-subtitle,
body.loaded .page-header .page-subtitle {
  animation-delay: 1.3s;
}
body.loaded .page-header .page-description {
  animation-delay: 1.5s;
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(-15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 992px) {
  body.animate .ease-1 {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  }
  body.animate .section-header__title .line-container span {
    transition-delay: 0.2s;
  }
  body.animate .header {
    transform: translateX(-100%);
  }
  body.animate .more-box {
    opacity: 0;
    transform: translateY(30px);
  }
  body.animate .more-box.is-inview {
    opacity: 1;
    transform: translateY(0);
  }
  body.animate .imgCover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    transition: 1s cubic-bezier(0.8, 0, 0.1, 1) 0.1s;
  }
  body.animate .collections-section .three-sliders__slider:after {
    transform-origin: left;
  }
  body.animate .collections-section .three-sliders__slide {
    padding: 1px 0;
  }
  body.animate
    .collections-section
    .three-sliders__slide-title
    a
    .line-container
    span {
    transform: translateY(100%);
    color: #fff !important;
  }
  body.animate
    .collections-section
    .three-sliders
    .slick-active
    .three-sliders__slide-title
    a.is-inview
    .line-container
    span {
    transform: translateY(0);
    text-shadow: 2px 2px #312c2c;
    color: #fff !important;
  }
  body.animate .collections-section .three-sliders__slide-fig > div {
    transform: scale(1.1);
    overflow: hidden;
  }
  body.animate .collections-section .three-sliders:before {
    transition: 1.5s cubic-bezier(0.8, 0, 0.1, 1) 0.5s;
    transform-origin: left;
  }
  body.animate
    .collections-section
    .three-sliders.is-inview
    .three-sliders__slider:after {
    transform: scaleX(0);
  }
  body.animate .collections-section .three-sliders.is-inview:before {
    transform: scale(1);
  }
  body.animate .hololens-section .background__scroll-inner-wrp {
    transform: scale(1.2);
  }
  body.animate
    .hololens-section
    .background__wrap
    .background__scroll-inner-wrp {
    transition: 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body.animate
    .hololens-section
    .background__wrap.is-inview
    .background__scroll-inner-wrp {
    transform: scale(1);
  }
  body.animate .hololens-section .hololens__tab-here-scroll-wrp {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  }
  body.animate .hololens-section .hololens__tab-here-scroll-wrp.is-inview {
    opacity: 1;
    transform: translateY(0);
  }
  body.animate .highlights-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transform-origin: top;
    transition: 0.8s cubic-bezier(0.8, 0, 0.1, 1) 1.4s;
  }
  body.animate .highlights-section.is-inview:before {
    height: 23rem;
  }
}
@media (min-width: 992px) and (min-width: 1640px) {
  body.animate .highlights-section.is-inview:before {
    height: 28rem;
  }
}
@media (min-width: 992px) {
  body.animate .highlights-section.is-inview .highlights__background {
    opacity: 1;
  }
  body.animate .highlights-section .highlights__background {
    opacity: 0;
    transition: 1s ease-out 2.2s;
  }
  body.animate
    .highlights-section
    .highlights-items__container.is-inview
    .imgCover:after {
    transform: scaleX(0);
  }
  body.animate
    .highlights-section
    .highlights-items__container.is-inview
    .highlights__item
    .events-upper,
  body.animate
    .highlights-section
    .highlights-items__container.is-inview
    .highlights__item
    .highlights__location {
    opacity: 1 !important;
    transform: translateY(0);
  }
  body.animate
    .highlights-section
    .highlights__details__links
    .line-container
    span,
  body.animate
    .highlights-section
    .highlights__event--desktop
    .line-container
    span {
    transform: translateY(100%);
  }
  body.animate
    .highlights-section
    .slick-active
    .highlights__details__links.is-inview
    .line-container
    span,
  body.animate
    .highlights-section
    .slick-active
    .highlights__event--desktop.is-inview
    .line-container
    span {
    transform: translateY(0);
  }
  body.animate .highlights-section .imgCover:after {
    top: -1px;
    bottom: -1px;
    z-index: 0;
    transform-origin: left;
    background-color: #fff;
  }
  body.animate
    .highlights-section
    .highlights__item
    .highlights__events-details {
    bottom: 8rem !important;
  }
  body.animate
    .highlights-section
    .highlights__item
    .highlights__events-details:after {
    transition-delay: 0.4s;
    transform-origin: right;
  }
  body.animate .highlights-section .highlights__item .events-upper,
  body.animate .highlights-section .highlights__item .highlights__location {
    animation: none !important;
    transform: translateY(30px);
    opacity: 0 !important;
    transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  }
  body.animate .at-your-visit-section .visit-tabs__tab-content-container:after {
    transform-origin: bottom;
  }
  body.animate
    .at-your-visit-section
    .visit-tabs__tab-content-container.is-inview:after {
    transform: scaleY(0);
  }
  body.animate
    .at-your-visit-section
    .visit-tabs__tab-item
    a
    .line-container
    span {
    transform: translateY(100%);
  }
  body.animate
    .at-your-visit-section
    .visit-tabs__tab-item.active
    a.is-inview
    .line-container
    span,
  body.animate
    .at-your-visit-section
    .visit-tabs__tab-item.animating
    a.is-inview
    .line-container
    span {
    transform: translateY(0);
  }
  body.animate .at-your-visit-section .visit-tabs__nav-link:first-child:after {
    width: 0;
  }
  body.animate
    .at-your-visit-section
    .visit-tabs__nav-link.is-inview.active:after {
    width: 100%;
    transition-delay: 1s;
  }
  body.animate
    .at-your-visit-section
    .visit-tabs__nav-link
    .line-container
    span {
    transition-delay: 0.8s !important;
  }
  body.animate .footer__container {
    opacity: 0;
    transform: translateY(30px);
    transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  }
  body.animate .footer__container.is-inview {
    opacity: 1;
    transform: translateY(0);
  }
  .to-split .line-container span {
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    transform: translateY(100%);
  }
  .to-split .line-container:nth-child(1) span {
    transition-delay: 0.4s;
  }
  .to-split .line-container:nth-child(2) span {
    transition-delay: 0.6s;
  }
  .to-split .line-container:nth-child(3) span {
    transition-delay: 0.8s;
  }
  .to-split .line-container:nth-child(4) span {
    transition-delay: 1s;
  }
  .to-split.is-inview .line-container span {
    transform: translateY(0);
  }
  .revealText .line-container span {
    transform: translateY(100%);
    color: #fff;
  }
  .revealText .line-container:nth-child(1) span {
    transition-delay: 0.8s;
  }
  .revealText .line-container:nth-child(2) span {
    transition-delay: 1s;
  }
  .revealText .line-container:nth-child(3) span {
    transition-delay: 1.2s;
  }
  .revealText .line-container:nth-child(4) span {
    transition-delay: 1.4s;
  }
  .revealText .line-container:nth-child(5) span {
    transition-delay: 1.6s;
  }
  .revealText .line-container:nth-child(6) span {
    transition-delay: 1.8s;
  }
  .intro-section__tout-mask img {
    transition: 3s 0.8s;
    transform: translateX(20%) scale(1.2) !important;
  }
  .intro-section__shapes img {
    transition: 2.5s 0.8s;
    transform: translate(-15%, -20%) scale(1.05) !important;
    opacity: 0;
  }
  .intro-section__bg img {
    transition: 3s 0.8s;
    transform: scale(1.1, 1.1) !important;
  }
  .intro-section__title .line-container span {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    transition-duration: 1.4s;
    transform: translateY(100%);
  }
  .intro-section__title .line-container:nth-child(1) span {
    transition-delay: 1.2s;
  }
  .intro-section__title .line-container:nth-child(2) span {
    transition-delay: 1.3s;
  }
  .intro-section__btns-wrp {
    transition: 1.4s;
    transition-delay: 1.7s;
    opacity: 0;
    transform: translateY(100%);
  }
  body.loaded .header {
    animation: menuAnimOnLoad 1s forwards 1s;
  }
  body.loaded .intro-section__tout-mask img,
  body.loaded .intro-section__shapes img {
    opacity: 1;
    transform: translate(0, 0) scale(1) !important;
    width: 40%;
  }
  body.loaded .intro-section__bg img {
    transform: scale(1, 1) !important;
  }
  body.loaded .intro-section__title .line-container span {
    transform: translateY(0);
  }
  body.loaded .intro-section__btns-wrp {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1200px) {
  body.animate .collections-section .three-sliders__slide-fig > div {
    height: 35rem;
  }
}
@keyframes menuAnimOnLoad {
  to {
    transform: translateX(0);
  }
}
@keyframes dude {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes dude-rtl {
  0% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition:
    opacity 0.25s ease 0s,
    visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: 0) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: 0) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@font-face {
  font-family: 'swiper-icons';
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0 - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    200ms transform,
    200ms top;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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: 1640px) {
  .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;
  }
}
.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;
  }
}
.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: rgba(77, 64, 51, 0.7);
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #e8e1dc;
}
.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: #ea7200;
}
.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;
}
/*! locomotive-scroll v3.4.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.has-scroll-smooth body {
  overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}
.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition:
    transform 0.3s,
    opacity 0.3s;
  opacity: 0;
}
.c-scrollbar:hover {
  transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
  opacity: 1;
}
.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9999;
  background-size: cover;
  transition: all 1s 0.7s ease-in;
}
.loader.completed {
  opacity: 0;
  pointer-events: none;
}
.loader.completed svg {
  transform: scale(1.5);
}
.loader img {
  display: none;
}
.loader svg {
  display: block;
  width: 50%;
  max-width: 190px;
  opacity: 0;
  transition: 1s 1s ease-in;
  animation: GEMLogoFadeIn 1s ease-out forwards;
}
.loader .circles path {
  fill: transparent;
  stroke: #ea7200;
}
.loader .rect-bg-ar-word {
  fill: none;
  stroke: #ea7200;
  stroke-width: 2;
}
.loader path.left-border {
  fill: #4d4033;
}
.loader .GEM-EN g {
  transform: translateX(70px);
  opacity: 0;
  animation: GEMWordAnime 1.1s forwards;
}
.loader .GEM-EN g path {
  fill: #4d4033;
}
.loader .GEM-EN g:nth-child(1) {
  animation-delay: 0.5s;
}
.loader .GEM-EN g:nth-child(2) {
  animation-delay: 0.6s;
}
.loader .GEM-EN g:nth-child(3) {
  animation-delay: 0.7s;
}
.loader rect {
  fill: #ea7200;
  height: 0%;
  transition: height 2s ease;
  transform: rotateX(180deg) translateY(-100%);
}
@keyframes GEMWordAnime {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes GEMLogoFadeIn {
  to {
    opacity: 1;
  }
}
.back-to-top {
  cursor: pointer;
  display: none;
  background: #ea7200;
  color: #fff;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 15px;
  bottom: 0;
  padding: 15px 0;
  text-align: center;
  z-index: 9998;
  margin-bottom: 15px;
  justify-content: center;
  align-items: center;
}
.back-to-top:hover {
  background: #fff;
  color: #ea7200;
}
.back-to-top .icon-top_arrow {
  font-size: 35px;
  line-height: 0;
  display: block;
}
.back-to-top .btn {
  background: transparent;
  border: 0;
  line-height: 0;
  margin-top: 5px;
  text-transform: uppercase;
}
.back-to-top .btn-primary:not(:disabled):not(.disabled):active,
.back-to-top .btn-primary:not(:disabled):not(.disabled).active,
.back-to-top .show > .btn-primary.dropdown-toggle {
  background: transparent;
}
.back-to-top p {
  display: none;
}
@media (min-width: 768px) {
  .back-to-top {
    width: 45px;
    height: 45px;
    right: 20px;
    margin-bottom: 60px;
  }
  .back-to-top .icon-top_arrow {
    font-size: 37px;
  }
}
@media (min-width: 992px) {
  .back-to-top {
    width: 50px;
    height: 50px;
    right: 25px;
    margin-bottom: 60px;
  }
  .back-to-top .icon-top_arrow {
    font-size: 40px;
  }
}
body.modal-open {
  padding-right: 0 !important;
}
.modal {
  overflow-y: hidden;
  opacity: 0;
  transition: 0.4s;
}
.modal.show {
  opacity: 1;
}
.modal-backdrop {
  background-color: #000;
  transition: 0.4s;
}
.bs-alert-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 14px;
  text-align: initial;
  pointer-events: none;
  min-width: 40%;
  max-width: 660px;
  width: 100%;
}
@media (min-width: 768px) {
  .bs-alert-modal {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .bs-alert-modal {
    font-size: 20px;
  }
}
@media (min-width: 1640px) {
  .bs-alert-modal {
    font-size: 25px;
  }
}
.bs-alert-modal .alert-content {
  background-color: #fff;
  color: #fff;
  padding: 1.4em;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.bs-alert-modal .alert-icon {
  min-width: 5em;
  min-height: 5em;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2em;
}
.bs-alert-modal .alert-icon img {
  height: 3em;
  color: rgba(77, 64, 51, 0.7);
}
.bs-alert-modal .alert-title {
  font-family: 'Conv_GretaSansStd-Bold';
  font-size: 1.1em;
  margin-bottom: 1em;
}
.bs-alert-modal .alert-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.2em;
}
.bs-alert-modal .alert-actions > * {
  margin-left: 0.8em;
  padding: 0.35em 1.8em;
  border: 1px solid transparent;
  cursor: pointer;
  color: #fff !important;
  text-decoration: none !important;
}
.bs-alert-modal .alert-actions > *.main-action {
  background-color: #ea7200;
  transition: 0.4s;
}
.bs-alert-modal .alert-actions > *.main-action:hover {
  background-color: #ca6203;
}
.bs-alert-modal .alert-actions > *.sec-action {
  border: 1px solid #fff;
}
.alert-modal {
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  pointer-events: all;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  font-size: 14px;
  text-align: initial;
  cursor: auto;
}
@media (min-width: 768px) {
  .alert-modal {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .alert-modal {
    font-size: 20px;
  }
}
@media (min-width: 1640px) {
  .alert-modal {
    font-size: 25px;
  }
}
.alert-modal.open {
  opacity: 1;
  pointer-events: auto;
}
.alert-modal .alert-content {
  display: block !important;
  font-weight: bold !important;
  width: 500px;
  min-width: 40%;
  max-width: 660px;
  background-color: #fff;
  color: #4d4033;
  padding: 1.4em;
  align-items: flex-start;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.alert-modal .alert-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert-modal .alert-icon img {
  height: 3em;
  color: rgba(77, 64, 51, 0.7);
}
.alert-modal .alert-title {
  text-align: center;
  padding: 0 0 12px 0;
  border-bottom: 1.5px solid #ea7200;
  font-family: 'Conv_GretaSansStd-Bold';
  font-size: 1.1em;
  margin-bottom: 1em;
}
.alert-modal .alert-msg {
  text-align: center;
  font-size: large;
}
.alert-modal .alert-actions {
  border-top: 1.5px solid #e97200 !important;
  padding: 14px !important;
  display: flex;
  justify-content: flex-end;
  margin-top: 1.2em;
}
.alert-modal .alert-actions > * {
  margin-left: 0.8em;
  padding: 0.35em 1.8em;
  border: 1px solid #ea7200;
  cursor: pointer;
  text-decoration: none !important;
}
.alert-modal .alert-actions > *.main-action {
  background-color: #ea7200;
  transition: 0.4s;
  color: #fff;
  border-radius: 5px;
}
.alert-modal .alert-actions > *.main-action:hover {
  background-color: #fff;
  color: #ea7200;
}
.alert-modal .alert-actions > *.sec-action {
  border: 1px solid #fff;
  padding: 0% 4%;
  width: max-content;
  color: #ea7200;
  border-radius: 5px;
  border: 1px solid #ea7200;
}
.alert-modal .alert-actions > *.sec-action:hover {
  background-color: #ea7200;
  color: #fff;
}
.alert-modal .alert-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #000;
  opacity: 0.5;
}
header {
  padding: 6px 0;
  background-color: #fff;
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
}
header .navbar {
  padding: 0;
}
header .navbar_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header .navbar_box_logo {
  width: 100px;
  position: relative;
}
header .navbar_box_logo span {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  width: initial;
  height: initial;
  background: none;
  opacity: 1;
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 100%;
}
header .navbar_box_logo span img {
  display: block;
  max-width: 100%;
  width: initial;
  height: initial;
  background: none;
  opacity: 1;
  border: 0;
  margin: 0;
  padding: 0;
}
header .navbar_box_logo .beta-version {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  background-color: rgba(228, 111, 0, 0.08);
  border-radius: 4px;
  padding: 3px 8px;
  color: #e46f00;
  position: absolute;
  bottom: 4px;
  right: -7.5rem;
  font-weight: 600;
}
header .navbar_box_logo .beta-version .dot {
  width: 6px;
  height: 6px;
  background-color: #e46f00;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  header .navbar_box_logo {
    position: relative;
    left: 1rem;
  }
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: normal;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav.dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a {
  color: var(--bs-navbar-active-color);
}
.navbar-text a:focus,
.navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  align-items: center;
}
.navbar-toggler {
  margin-top: 5rem;
  margin-right: 1.5rem;
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
@media (max-width: 767.98px) {
  .navbar-toggler {
    margin-top: 5rem;
    margin-right: 1.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    font-size: 14px;
    flex-direction: row;
    margin-left: auto !important;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
@keyframes forgetPassword_Shimiring__a2Ae5 {
  0% {
    background-position: -1000px 0;
  }
  to {
    background-position: 1000px 0;
  }
}
.forgetPassword_fpForm__Q_LF_ {
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 20px 45px !important;
}
.forgetPassword_fpForm__Q_LF_ h3 {
  font-size: 25px;
  color: #4d4033;
  font-weight: 700;
  text-align: center;
  margin: 20px 0;
}
.forgetPassword_fpForm__Q_LF_ a {
  font-weight: 700;
  text-align: right;
  text-decoration: underline;
  font-size: 13px;
}
.forgetPassword_fpForm__Q_LF_ .forgetPassword_newsletter_group_label__D22f4 {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
.forgetPassword_fpForm__Q_LF_
  .forgetPassword_newsletter_group_label__D22f4
  span {
  color: #4d4033;
  font-weight: 700;
  font-size: 1.1rem;
}
.forgetPassword_fpForm__Q_LF_
  .forgetPassword_newsletter_group_groupPhone__r0kg0 {
  display: flex;
  gap: 1.5rem;
}
.forgetPassword_fpForm__Q_LF_ .forgetPassword_newsletter_group_control__s2Iv6 {
  height: 46px;
  padding: 7px 15px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid rgba(77, 64, 51, 0.1);
  color: #4d4033;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  width: 100%;
}
.forgetPassword_fpForm__Q_LF_
  .forgetPassword_newsletter_group_control__s2Iv6:focus {
  border-color: #e35a00;
}
.forgetPassword_fpForm__Q_LF_
  .forgetPassword_newsletter_group_selectControl__CNAbM {
  height: auto;
  padding: 5px 15px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid rgba(77, 64, 51, 0.1);
  color: #4d4033;
  transition: all 0.3s ease-in-out;
  width: 120px;
  max-width: 120px;
}
.forgetPassword_fpForm__Q_LF_
  .forgetPassword_newsletter_group_selectControl__CNAbM:focus {
  border-color: #e35a00;
}
.forgetPassword_fpForm_list__MP2ay {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 1.5rem;
}
.forgetPassword_fpForm_list_item__zzcJc {
  border-radius: 5px;
}
.forgetPassword_fpForm_list_item__zzcJc a {
  padding: 0;
  display: block;
}
.forgetPassword_div_link__XUBLE {
  text-align: center;
  margin: 3% 0 2%;
  font-size: 20px;
}
.forgetPassword_label_link__4uTD0 {
  text-decoration: underline !important;
  font-weight: 600 !important;
  margin: 0 4px;
}
.forgetPassword_simple_link___7AeQ {
  background-color: #e35a00;
  color: #fff;
  border-radius: 5px;
  border: 1px solid transparent;
  width: -moz-max-content;
  width: 100%;
}
.forgetPassword_simple_link___7AeQ .forgetPassword_simple_link_second__eEnKQ {
  font-size: 1rem;
  font-weight: 500;
  padding: 9px 50px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.forgetPassword_simple_link_second__eEnKQ {
  color: #212529;
  border-radius: 5px;
  border: 1px solid #212529;
  width: -moz-max-content;
  width: max-content;
  margin: 0 15px;
}
.forgetPassword_login_list__4iBr9 {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 15%;
  color: #fff;
  padding: 0;
}
.forgetPassword_login_list_item__mVNcc {
  background: #e94234 !important;
  padding: 5px 20px;
  border-radius: 5px;
}
.forgetPassword_login_list_item__mVNcc:first-child {
  background: #4166b1 !important;
}
.forgetPassword_login_list_item__mVNcc:last-child {
  background: #9da5a7 !important;
}
.forgetPassword_login_list_item__mVNcc a svg {
  padding: 0 !important;
  width: 30px;
  height: 30px;
}
.forgetPassword_modal_content__kjozl {
  background-color: #f8f8f8;
}
.forgetPassword_modal_body__CqyzZ {
  margin-bottom: 50px;
}
.forgetPassword_modal-content__PGBko {
  background: #f8f8f8 !important;
}
.forgetPassword_modal_header__ZOnt_ {
  justify-content: center !important;
  border-bottom: none !important;
}
.forgetPassword_modal_footer__YmZhF {
  padding-top: 20px;
  margin-bottom: 25px;
}
.forgetPassword_to_register__sLT1x {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.forgetPassword_to_register__sLT1x p {
  margin: 0;
  font-size: 14px;
}
.forgetPassword_to_register__sLT1x a {
  text-decoration: underline;
}
.forgetPassword_btn_right__q6NzW {
  right: 5%;
}
.forgetPassword_btn_left__XYIua {
  left: 5%;
}
.forgetPassword_btn_close__MmLDq {
  position: absolute;
  top: 5%;
  border-radius: 5px;
  background-color: #dedede;
  padding: 8px;
  width: 30px;
  height: 30px;
}
.forgetPassword_btn_close__MmLDq button {
  margin: 0 !important;
  padding: 0 !important;
}
@keyframes login_Shimiring___4Xi_ {
  0% {
    background-position: -1000px 0;
  }
  to {
    background-position: 1000px 0;
  }
}
.login_login__yfWyr {
  background-color: #f8f8f8;
  margin: auto;
  border-radius: 6px;
  padding: 0 45px !important;
}
.login_login__yfWyr h3 {
  font-size: 25px;
  color: #4d4033;
  font-weight: 700;
  text-align: center;
  margin: 20px 0;
}
.login_login__yfWyr a {
  font-weight: 700;
  text-align: right;
  text-decoration: underline;
  font-size: 13px;
}
.login_login__yfWyr .login_newsletter_group_label__ycsBx {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
.login_login__yfWyr .login_newsletter_group_label__ycsBx span {
  color: #4d4033;
  font-weight: 700;
  font-size: 1.1rem;
}
.login_login__yfWyr .login_newsletter_group_groupPhone___dTr8 {
  display: flex;
  gap: 1.5rem;
}
.login_login__yfWyr .login_newsletter_group_control__yliV_ {
  height: 46px;
  padding: 7px 15px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid rgba(77, 64, 51, 0.1);
  color: #4d4033;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  width: 100%;
}
.login_login__yfWyr .login_newsletter_group_control__yliV_:focus {
  border-color: #e35a00;
}
.login_login__yfWyr .login_newsletter_group_selectControl__UGxHD {
  height: auto;
  padding: 5px 15px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid rgba(77, 64, 51, 0.1);
  color: #4d4033;
  transition: all 0.3s ease-in-out;
  width: 120px;
  max-width: 120px;
}
.login_login__yfWyr .login_newsletter_group_selectControl__UGxHD:focus {
  border-color: #e35a00;
}
.login_login_list__2fEzp {
  gap: 2rem;
  margin-top: 1.5rem;
}
.login_login_list_item__hAUqi a {
  padding: 0;
  display: block;
}
.login_div_link__4AP28 {
  text-align: center;
  margin: 3% 0 2%;
  font-size: 20px;
}
.login_label_link__T_9Cp {
  text-decoration: underline !important;
  font-weight: 600 !important;
  margin: 0 4px;
}
.login_simple_link__h0KgO {
  background-color: #e35a00;
  color: #fff;
  border-radius: 5px;
  border: 1px solid transparent;
  width: -moz-max-content;
  width: 100%;
}
.login_simple_link__h0KgO,
.login_simple_link_second__JhLdr {
  font-size: 1rem;
  font-weight: 500;
  padding: 9px 50px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.login_simple_link_second__JhLdr {
  color: #212529;
  border-radius: 5px;
  border: 1px solid #212529;
  width: -moz-max-content;
  width: max-content;
  margin: 0 15px;
}
.login_login_list__2fEzp {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 15%;
  color: #fff;
  padding: 0;
}
.login_login_list_item__hAUqi {
  background: #e94234 !important;
  padding: 5px 20px;
  border-radius: 5px;
}
.login_login_list_item__hAUqi:first-child {
  background: #4166b1 !important;
}
.login_login_list_item__hAUqi:last-child {
  background: #9da5a7 !important;
}
.login_login_list_item__hAUqi a svg {
  padding: 0 !important;
  width: 30px;
  height: 30px;
}
.login_modal_content__cdJjj {
  background-color: #f8f8f8;
}
.login_modal_body__3jvw3 {
  border-bottom: none !important;
  padding: 0 20px;
  margin-bottom: 25px;
}
.login_modal-content__rKmuU {
  background: #f8f8f8 !important;
}
.login_modal_header__7ktv5 {
  justify-content: center !important;
  border-bottom: none !important;
  padding-bottom: 0;
}
.login_modal_footer__wObQG {
  padding: 0;
}
.login_to_register__hBtVN {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.login_to_register__hBtVN p {
  margin: 0;
  font-size: 14px;
}
.login_to_register__hBtVN a {
  text-decoration: underline;
}
.login_btn_right__d5S3b {
  right: 5%;
}
.login_btn_left__XqTj9 {
  left: 5%;
}
.login_btn_close__8CxBX {
  position: absolute;
  top: 5%;
  border-radius: 5px;
  background-color: #dedede;
  padding: 8px;
  width: 30px;
  height: 30px;
}
.login_btn_close__8CxBX button {
  margin: 0 !important;
  padding: 0 !important;
}
@keyframes topNav_Shimiring__I42J3 {
  0% {
    background-position: -1000px 0;
  }
  to {
    background-position: 1000px 0;
  }
}
.topNav_topNav__Yn_Vi {
  gap: 1em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0.75rem;
  margin-top: 0;
}
@media (max-width: 576px) {
  .topNav_topNav__Yn_Vi {
    order: 2;
    justify-content: flex-start;
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .topNav_topNav__Yn_Vi {
    order: 2;
    justify-content: flex-start;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .topNav_topNav__Yn_Vi {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.topNav_topNav_item__e5tJe {
  cursor: pointer;
  position: relative;
  padding-bottom: 10px;
  color: #4d4033;
}
.current:focus rect {
  fill: #4d4033 !important;
}
.current:focus path:nth-child(3) {
  fill: #fff;
}
.margnicon {
  margin-bottom: 4px;
}
.topNav_topNav_item__search_icon__4QFcv {
  transition: all 0.3s ease-in-out;
  order: 2;
}
.topNav_topNav_item_search__uj_Ko {
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: right;
}
.topNav_topNav_item__active__T7qM0 .topNav_topNav_item__search_icon__4QFcv {
  transform: scale(0);
  visibility: hidden;
}
.topNav_topNav_item__active__T7qM0 .topNav_topNav_item_search__uj_Ko {
  transform: scaleX(1);
  right: 0;
}
.topNav_topNav_item__active__T7qM0 .topNav_topNav_item_search_ar__eXeI9 {
  right: -200px;
}
.topNav_topNav_item_dropdown__yOq89 {
  position: absolute;
  top: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  color: #4d4033;
  transform: scaleY(0);
  transform-origin: top;
  background-color: #fff;
  z-index: 203;
  padding: 8px 16px 8px 16px;
  border: 1px solid #7c6755;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  margin-top: -10px;
  margin-left: -8px;
}
.topNav_topNav_item_dropdown_item__Tff01:first-of-type {
  padding-top: 0;
}
.topNav_topNav_item_dropdown_item__Tff01:last-of-type {
  padding-bottom: 0;
}
.topNav_topNav_item__e5tJe:hover,
.topNav_topNav_item_dropdown_item__Tff01:hover {
  color: #e35a00;
}
.topNav_topNav_item__e5tJe:hover .topNav_topNav_item_dropdown__yOq89 {
  transform: scaleY(1);
}
.profile_login_menu:hover {
  color: #e35a00;
}
.topNav_topNavAr_item_dropdown__5jgFn {
  right: auto !important;
  left: 0 !important;
}
.search_search_group__zqk1N {
  position: relative;
  border-radius: 10px;
}
.search_search_group_control__b6ToK {
  border-radius: 10px;
  padding: 2px 1.5rem 2px 15px;
  height: auto;
  border: 1px solid rgba(77, 64, 51, 0.7);
  font-size: 1rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  color: #4d4033;
}
.search_search_group_control__b6ToK:focus {
  border-color: #e35a00;
}
.search_search_group_submit__wWyG_ {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  color: #4d4033;
  z-index: 2;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.search_search_group_submit__wWyG_:hover {
  color: #e35a00;
}
.search_icon_en__iFNpp {
  right: 5px;
}
.search_icon_ar__0LyXq {
  left: 5px;
}
.bottomNav_bottomNav__SW0V5 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: -25px;
}
@media (max-width: 767.98px) {
  .bottomNav_bottomNav__SW0V5 {
    margin-inline-start: 1rem;
  }
}
@media (max-width: 991px) {
  .bottomNav_bottomNav__SW0V5 {
    margin-bottom: 0;
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .bottomNav_bottomNav__SW0V5 {
    order: 1;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNav__SW0V5 {
    order: 1;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .bottomNav_bottomNav_item__vSO53 {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNav_item__vSO53 {
    width: 100%;
  }
}
.bottomNav_bottomNav_item_link___MlOa {
  position: relative;
  font-weight: 700;
  color: #4d4033;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  padding-inline-end: 1.25rem;
  display: block;
  z-index: 202;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .bottomNav_bottomNav_item_link___MlOa {
    font-size: 0.8rem;
  }
}
@media (max-width: 991.98px) {
  .bottomNav_bottomNav_item_link___MlOa {
    font-size: 1rem;
  }
}
.direct {
  pointer-events: all;
}
@media (max-width: 576px) {
  .bottomNav_bottomNav_item_link___MlOa {
    padding-bottom: 5px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNav_item_link___MlOa {
    padding-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .bottomNav_bottomNav_item_link___MlOa {
    padding-inline-end: 0;
  }
}
.bottomNav_bottomNav_item__dropdown__V_vgw {
  position: relative;
  z-index: 202;
  left: auto !important;
}
@media (max-width: 767px) {
  .bottomNav_bottomNav_item__dropdown__V_vgw:before {
    position: absolute;
    content: '';
    right: 0.5rem;
    top: calc(52% - 5px);
    transform: translateY(-50%);
    width: 13px;
    height: 6.5px;
    background-image: url(/imgs/global/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 12px 6px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
  }
  body.bottomNav_ar__o9l_n .bottomNav_bottomNav_item__dropdown__V_vgw:before {
    right: auto !important;
    left: 0.5rem;
  }
}
.bottomNav_bottomNav_item__dropdown__V_vgw:hover:before {
  background-image: url(/imgs/global/orange-arrow-down.svg);
  transform: translateY(-50%) rotate(-90deg);
}
.bottomNav_bottomNav_item__dropdown__V_vgw:before {
  right: 0;
}
@media (max-width: 576px) {
  .bottomNav_bottomNav_item__dropdown__V_vgw:before {
    top: 12px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNav_item__dropdown__V_vgw:before {
    top: 12px;
  }
}
.bottomNav_bottomNav_item__dropdown__V_vgw:hover
  .bottomNav_bottomNav_item_dropdown__Xfspp {
  transform: scale(1);
}
@media (max-width: 768px) {
  .bottomNav_bottomNav_item__dropdown__V_vgw:hover
    .bottomNav_bottomNav_item_dropdown__Xfspp {
    transform: scale(1);
  }
}
@media (max-width: 576px) {
  .bottomNav_bottomNav_item__dropdown__V_vgw:hover
    .bottomNav_bottomNav_item_dropdown__Xfspp {
    position: relative;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNav_item__dropdown__V_vgw:hover
    .bottomNav_bottomNav_item_dropdown__Xfspp {
    position: relative;
  }
}
@media (max-width: 767px) {
  .bottomNav_bottomNav_item__dropdown__V_vgw:last-child:before {
    display: none;
  }
}
.bottomNav_bottomNav_item_dropdown__Xfspp {
  position: absolute;
  left: -15px;
  transform: scaleY(0);
  top: 100%;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-width: 8.25rem;
  width: 13.25rem;
  color: #4d4033;
  font-size: 0.8rem !important;
  transform-origin: top;
  background-color: #fff;
  z-index: 202;
}
@media (max-width: 767px) {
  .bottomNav_bottomNav_item_dropdown__Xfspp {
    left: 0;
    transform: scaleY(0);
  }
  .bottomNav_bottomNav_item_dropdown__Xfspp:before {
    top: 100%;
  }
}
@media (max-width: 576px) {
  .bottomNav_bottomNav_item_dropdown__Xfspp {
    right: auto;
    left: 10px;
    width: calc(100% - 10px);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNav_item_dropdown__Xfspp {
    right: auto;
    left: 10px;
    width: calc(100% - 10px);
  }
}
.bottomNav_bottomNav_item_dropdown_item___oe0X {
  font-size: 16px;
  text-transform: capitalize;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .bottomNav_bottomNav_item_dropdown_item___oe0X {
    padding: 0.5rem;
  }
}
.bottomNav_bottomNav_item_dropdown_item__dropdown__ENApP {
  position: relative;
  z-index: 202;
  left: auto !important;
  right: -15px !important;
}
@media (max-width: 767px) {
  .bottomNav_bottomNav_item_dropdown_item__dropdown__ENApP:before {
    position: absolute;
    content: '';
    right: 0.5rem;
    top: calc(52% - 5px);
    transform: translateY(-50%);
    width: 13px;
    height: 6.5px;
    background-image: url(/imgs/global/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 12px 6px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
  }
  body.bottomNav_ar__o9l_n
    .bottomNav_bottomNav_item_dropdown_item__dropdown__ENApP:before {
    right: auto !important;
    left: 0.5rem;
  }
}
.bottomNav_bottomNav_item_dropdown_item__dropdown__ENApP:hover:before {
  background-image: url(/imgs/global/orange-arrow-down.svg);
  transform: translateY(-50%) rotate(-90deg);
}
.bottomNav_bottomNav_item_dropdown_item__dropdown__ENApP:before {
  top: 55%;
}
@media (max-width: 576px) {
  .bottomNav_bottomNav_item_dropdown_item__dropdown__ENApP:before {
    top: 12px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNav_item_dropdown_item__dropdown__ENApP:before {
    top: 12px;
  }
}
.bottomNav_bottomNav_item_dropdown_item___oe0X:hover,
.bottomNav_bottomNav_item_dropdown_item_link__active__qi_z9 {
  color: #e35a00;
}
.bottomNav_bottomNav_item_dropdown_item___oe0X:hover
  .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL {
  transform: scale(1);
  visibility: visible;
}
@media (max-width: 576px) {
  .bottomNav_bottomNav_item_dropdown_item___oe0X:hover
    .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL {
    position: relative;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNav_item_dropdown_item___oe0X:hover
    .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL {
    position: relative;
  }
}
.bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL {
  position: absolute;
  left: -15px;
  transform: scaleY(0);
  top: 119%;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-width: 11.25rem;
  width: 11.25rem;
  color: #4d4033;
  transition: all 0.3s ease-in-out;
  transform-origin: top;
  background-color: #fff;
  z-index: 202;
  visibility: hidden;
  right: auto;
  left: 100%;
  top: 0;
}
@media (max-width: 767px) {
  .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL {
    left: 0;
    transform: scaleY(0);
  }
  .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL:before {
    top: 100%;
  }
}
@media (max-width: 576px) {
  .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL {
    right: auto;
    left: 10px;
    top: 100%;
    width: calc(100% - 10px);
    box-shadow: none;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL {
    right: auto;
    left: 10px;
    top: 100%;
    width: calc(100% - 10px);
    box-shadow: none;
  }
}
.bottomNav_bottomNav_item_dropdown_item_dropdown_item__uq2pl {
  font-size: 1.1rem;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  padding: 0.5rem 1rem;
}
@media (max-width: 768px) {
  .bottomNav_bottomNav_item_dropdown_item_dropdown_item__uq2pl {
    padding: 0.5rem;
  }
}
.bottomNav_bottomNav_item_dropdown_item_dropdown_item__dropdown__S3IWt {
  position: relative;
  z-index: 202;
  left: auto !important;
  right: -15px !important;
}
@media (max-width: 767px) {
  .bottomNav_bottomNav_item_dropdown_item_dropdown_item__dropdown__S3IWt:before {
    position: absolute;
    content: '';
    right: 0.5rem;
    top: calc(52% - 5px);
    transform: translateY(-50%);
    width: 13px;
    height: 6.5px;
    background-image: url(/imgs/global/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 12px 6px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
  }
  body.bottomNav_ar__o9l_n
    .bottomNav_bottomNav_item_dropdown_item_dropdown_item__dropdown__S3IWt:before {
    right: auto !important;
    left: 0.5rem;
  }
}
.bottomNav_bottomNav_item_dropdown_item_dropdown_item__dropdown__S3IWt:hover:before {
  background-image: url(/imgs/global/orange-arrow-down.svg);
  transform: translateY(-50%) rotate(-90deg);
}
.bottomNav_bottomNav_item_dropdown_item_dropdown_item__dropdown__S3IWt:before {
  top: 55%;
}
@media (max-width: 576px) {
  .bottomNav_bottomNav_item_dropdown_item_dropdown_item__dropdown__S3IWt:before {
    top: 12px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNav_item_dropdown_item_dropdown_item__dropdown__S3IWt:before {
    top: 12px;
  }
}
.bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz {
  position: absolute;
  right: -15px;
  transform: scaleY(0);
  top: 119%;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-width: 11.25rem;
  width: 11.25rem;
  color: #4d4033;
  transition: all 0.3s ease-in-out;
  transform-origin: top;
  background-color: #fff;
  z-index: 202;
  visibility: hidden;
  right: auto;
  left: 100%;
}
@media (max-width: 767px) {
  .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz {
    right: 0;
    transform: scaleY(0);
  }
  .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz:before {
    top: 100%;
  }
}
@media (max-width: 576px) {
  .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz {
    right: auto;
    left: 10px;
    top: 100%;
    width: calc(100% - 10px);
    box-shadow: none;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz {
    right: auto;
    left: 10px;
    top: 100%;
    width: calc(100% - 10px);
    box-shadow: none;
  }
}
.bottomNav_bottomNav_item_dropdown_item_dropdown_item__uq2pl:hover {
  color: #e35a00;
}
.bottomNav_bottomNav_item_dropdown_item_dropdown_item__uq2pl:hover
  .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz {
  transform: scaleY(1);
  visibility: visible;
}
@media (max-width: 576px) {
  .bottomNav_bottomNav_item_dropdown_item_dropdown_item__uq2pl:hover
    .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz {
    position: relative;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNav_item_dropdown_item_dropdown_item__uq2pl:hover
    .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz {
    position: relative;
  }
}
.bottomNav_bottomNav_item__vSO53:last-of-type
  .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL,
.bottomNav_bottomNav_item__vSO53:nth-last-of-type(2)
  .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL {
  left: auto;
  right: 100%;
}
@media (max-width: 576px) {
  .bottomNav_bottomNav_item__vSO53:last-of-type
    .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL,
  .bottomNav_bottomNav_item__vSO53:nth-last-of-type(2)
    .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL {
    right: auto;
    left: 10px;
    width: calc(100% - 10px);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNav_item__vSO53:last-of-type
    .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL,
  .bottomNav_bottomNav_item__vSO53:nth-last-of-type(2)
    .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL {
    right: auto;
    left: 10px;
    width: calc(100% - 10px);
  }
}
.bottomNav_bottomNav_item__vSO53:last-of-type
  .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz,
.bottomNav_bottomNav_item__vSO53:nth-last-of-type(2)
  .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz {
  left: auto;
  right: 100%;
}
@media (max-width: 576px) {
  .bottomNav_bottomNav_item__vSO53:last-of-type
    .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz,
  .bottomNav_bottomNav_item__vSO53:nth-last-of-type(2)
    .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz {
    right: auto;
    left: 10px;
    width: calc(100% - 10px);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNav_item__vSO53:last-of-type
    .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz,
  .bottomNav_bottomNav_item__vSO53:nth-last-of-type(2)
    .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz {
    right: auto;
    left: 10px;
    width: calc(100% - 10px);
  }
}
.bottomNav_bottomNav_item__active__LPfDZ .bottomNav_bottomNav_item_link___MlOa,
.bottomNav_bottomNav_item__vSO53:hover .bottomNav_bottomNav_item_link___MlOa {
  color: #e35a00;
}
.bottomNav_bottomNav_item__vSO53:last-of-type
  .bottomNav_bottomNav_item_link___MlOa {
  padding-inline-end: 0;
}
.bottomNav_bottomNavAr__S5Mu3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: -25px;
}
@media (max-width: 991px) {
  .bottomNav_bottomNavAr__S5Mu3 {
    margin-bottom: 0;
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .bottomNav_bottomNavAr__S5Mu3 {
    order: 1;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNavAr__S5Mu3 {
    order: 1;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .bottomNav_bottomNavAr_item__UU6d9 {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNavAr_item__UU6d9 {
    width: 100%;
  }
}
.bottomNav_bottomNavAr_item_link__dkelk {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  color: #4d4033;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  padding-inline-end: 1.25rem;
  display: block;
  z-index: 202;
}
@media (max-width: 576px) {
  .bottomNav_bottomNavAr_item_link__dkelk {
    padding-bottom: 5px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNavAr_item_link__dkelk {
    padding-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .bottomNav_bottomNavAr_item_link__dkelk {
    padding-inline-end: 0;
  }
}
.bottomNav_bottomNavAr_item__dropdown___82eD {
  position: relative;
  z-index: 202;
  left: auto !important;
  right: -15px !important;
}
@media (max-width: 767px) {
  .bottomNav_bottomNavAr_item__dropdown___82eD:before {
    position: absolute;
    content: '';
    right: 0.5rem;
    top: calc(52% - 5px);
    transform: translateY(-50%);
    width: 13px;
    height: 6.5px;
    background-image: url(/imgs/global/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 12px 6px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
  }
  body.bottomNav_ar__o9l_n .bottomNav_bottomNavAr_item__dropdown___82eD:before {
    right: auto !important;
    left: 0.5rem;
  }
}
.bottomNav_bottomNavAr_item__dropdown___82eD:hover:before {
  background-image: url(/imgs/global/orange-arrow-down.svg);
  transform: translateY(-50%) rotate(90deg);
}
.bottomNav_bottomNavAr_item__dropdown___82eD:before {
  right: auto !important;
  left: 0 !important;
}
@media (max-width: 576px) {
  .bottomNav_bottomNavAr_item__dropdown___82eD:before {
    top: 12px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNavAr_item__dropdown___82eD:before {
    top: 12px;
  }
}
.bottomNav_bottomNavAr_item__dropdown___82eD:hover
  .bottomNav_bottomNav_item_dropdown__Xfspp {
  transform: scale(1);
}
@media (max-width: 768px) {
  .bottomNav_bottomNavAr_item__dropdown___82eD:hover
    .bottomNav_bottomNav_item_dropdown__Xfspp {
    transform: scale(1);
  }
}
@media (max-width: 576px) {
  .bottomNav_bottomNavAr_item__dropdown___82eD:hover
    .bottomNav_bottomNav_item_dropdown__Xfspp {
    position: relative;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNavAr_item__dropdown___82eD:hover
    .bottomNav_bottomNav_item_dropdown__Xfspp {
    position: relative;
  }
}
.bottomNav_bottomNavAr_item_dropdown__wyx3S {
  position: absolute;
  right: -15px;
  transform: scaleY(0);
  top: 119%;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-width: 11.25rem;
  width: 11.25rem;
  color: #4d4033;
  transition: all 0.3s ease-in-out;
  transform-origin: top;
  background-color: #fff;
  z-index: 202;
}
@media (max-width: 767px) {
  .bottomNav_bottomNavAr_item_dropdown__wyx3S {
    right: 0;
    transform: scaleY(0);
  }
  .bottomNav_bottomNavAr_item_dropdown__wyx3S:before {
    top: 100%;
  }
}
@media (max-width: 576px) {
  .bottomNav_bottomNavAr_item_dropdown__wyx3S {
    left: auto !important;
    right: 10px !important;
    width: calc(100% - 10px);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNavAr_item_dropdown__wyx3S {
    left: auto !important;
    right: 10px !important;
    width: calc(100% - 10px);
  }
}
.bottomNav_bottomNavAr_item_dropdown_item__9Rg3Q {
  font-size: 1.1rem;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  padding: 0.5rem 1rem;
}
@media (max-width: 768px) {
  .bottomNav_bottomNavAr_item_dropdown_item__9Rg3Q {
    padding: 0.5rem;
  }
}
.bottomNav_bottomNavAr_item_dropdown_item__dropdown__Ph_Ii {
  position: relative;
  z-index: 202;
  left: auto !important;
  right: -15px !important;
}
@media (max-width: 767px) {
  .bottomNav_bottomNavAr_item_dropdown_item__dropdown__Ph_Ii:before {
    position: absolute;
    content: '';
    right: 0.5rem;
    top: calc(52% - 5px);
    transform: translateY(-50%);
    width: 13px;
    height: 6.5px;
    background-image: url(/imgs/global/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 12px 6px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
  }
  body.bottomNav_ar__o9l_n
    .bottomNav_bottomNavAr_item_dropdown_item__dropdown__Ph_Ii:before {
    right: auto !important;
    left: 0.5rem;
  }
}
.bottomNav_bottomNavAr_item_dropdown_item__dropdown__Ph_Ii:hover:before {
  background-image: url(/imgs/global/orange-arrow-down.svg);
  transform: translateY(-50%) rotate(90deg);
}
.bottomNav_bottomNavAr_item_dropdown_item__dropdown__Ph_Ii:before {
  top: 55%;
}
@media (max-width: 576px) {
  .bottomNav_bottomNavAr_item_dropdown_item__dropdown__Ph_Ii:before {
    top: 12px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNavAr_item_dropdown_item__dropdown__Ph_Ii:before {
    top: 12px;
  }
}
.bottomNav_bottomNavAr_item_dropdown_item__9Rg3Q:hover,
.bottomNav_bottomNavAr_item_dropdown_item_link__active__ccF__ {
  color: #e35a00;
}
.bottomNav_bottomNavAr_item_dropdown_item__9Rg3Q:hover
  .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL {
  transform: scale(1);
  visibility: visible;
}
@media (max-width: 576px) {
  .bottomNav_bottomNavAr_item_dropdown_item__9Rg3Q:hover
    .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL {
    position: relative;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNavAr_item_dropdown_item__9Rg3Q:hover
    .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL {
    position: relative;
  }
}
.bottomNav_bottomNavAr_item_dropdown_item_dropdown__wLpTh {
  position: absolute;
  right: -15px;
  transform: scaleY(0);
  top: 119%;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-width: 11.25rem;
  width: 11.25rem;
  color: #4d4033;
  transition: all 0.3s ease-in-out;
  transform-origin: top;
  background-color: #fff;
  z-index: 202;
  visibility: hidden;
  left: auto !important;
  right: 100% !important;
  top: 0;
}
@media (max-width: 767px) {
  .bottomNav_bottomNavAr_item_dropdown_item_dropdown__wLpTh {
    right: 0;
    transform: scaleY(0);
  }
  .bottomNav_bottomNavAr_item_dropdown_item_dropdown__wLpTh:before {
    top: 100%;
  }
}
@media (max-width: 576px) {
  .bottomNav_bottomNavAr_item_dropdown_item_dropdown__wLpTh {
    left: auto !important;
    right: 10px !important;
    top: 100%;
    width: calc(100% - 10px);
    box-shadow: none;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNavAr_item_dropdown_item_dropdown__wLpTh {
    left: auto !important;
    right: 10px !important;
    top: 100%;
    width: calc(100% - 10px);
    box-shadow: none;
  }
}
.bottomNav_bottomNavAr_item_dropdown_item_dropdown_item__LR5IQ {
  font-size: 1.1rem;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  padding: 0.5rem 1rem;
}
@media (max-width: 768px) {
  .bottomNav_bottomNavAr_item_dropdown_item_dropdown_item__LR5IQ {
    padding: 0.5rem;
  }
}
.bottomNav_bottomNavAr_item_dropdown_item_dropdown_item__dropdown__tsEhG {
  position: relative;
  z-index: 202;
}
@media (max-width: 767px) {
  .bottomNav_bottomNavAr_item_dropdown_item_dropdown_item__dropdown__tsEhG:before {
    position: absolute;
    content: '';
    right: 0.5rem;
    top: calc(52% - 5px);
    transform: translateY(-50%);
    width: 13px;
    height: 6.5px;
    background-image: url(/imgs/global/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 12px 6px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
  }
  body.bottomNav_ar__o9l_n
    .bottomNav_bottomNavAr_item_dropdown_item_dropdown_item__dropdown__tsEhG:before {
    right: auto !important;
    left: 0.5rem;
  }
}
.bottomNav_bottomNavAr_item_dropdown_item_dropdown_item__dropdown__tsEhG:hover:before {
  background-image: url(/imgs/global/orange-arrow-down.svg);
  transform: translateY(-50%) rotate(90deg);
}
.bottomNav_bottomNavAr_item_dropdown_item_dropdown_item__dropdown__tsEhG:before {
  top: 55%;
}
@media (max-width: 576px) {
  .bottomNav_bottomNavAr_item_dropdown_item_dropdown_item__dropdown__tsEhG:before {
    top: 12px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNavAr_item_dropdown_item_dropdown_item__dropdown__tsEhG:before {
    top: 12px;
  }
}
.bottomNav_bottomNavAr_item_dropdown_item_dropdown_item_dropdown__1cdtQ {
  position: absolute;
  left: -15px;
  transform: scaleY(0);
  top: 119%;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-width: 11.25rem;
  width: 11.25rem;
  color: #4d4033;
  transition: all 0.3s ease-in-out;
  transform-origin: top;
  background-color: #fff;
  z-index: 202;
  visibility: hidden;
  left: auto !important;
  right: 100% !important;
}
@media (max-width: 767px) {
  .bottomNav_bottomNavAr_item_dropdown_item_dropdown_item_dropdown__1cdtQ {
    left: 0;
    transform: scaleY(0);
  }
  .bottomNav_bottomNavAr_item_dropdown_item_dropdown_item_dropdown__1cdtQ:before {
    top: 100%;
  }
}
@media (max-width: 576px) {
  .bottomNav_bottomNavAr_item_dropdown_item_dropdown_item_dropdown__1cdtQ {
    left: auto !important;
    right: 10px !important;
    top: 100%;
    width: calc(100% - 10px);
    box-shadow: none;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNavAr_item_dropdown_item_dropdown_item_dropdown__1cdtQ {
    left: auto !important;
    right: 10px !important;
    top: 100%;
    width: calc(100% - 10px);
    box-shadow: none;
  }
}
.bottomNav_bottomNavAr_item_dropdown_item_dropdown_item__LR5IQ:hover {
  color: #e35a00;
}
.bottomNav_bottomNavAr_item_dropdown_item_dropdown_item__LR5IQ:hover
  .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz {
  transform: scaleY(1);
  visibility: visible;
}
@media (max-width: 576px) {
  .bottomNav_bottomNavAr_item_dropdown_item_dropdown_item__LR5IQ:hover
    .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz {
    position: relative;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNavAr_item_dropdown_item_dropdown_item__LR5IQ:hover
    .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz {
    position: relative;
  }
}
.bottomNav_bottomNavAr_item__UU6d9:last-of-type
  .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL,
.bottomNav_bottomNavAr_item__UU6d9:nth-last-of-type(2)
  .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL {
  left: 100% !important;
  right: auto !important;
}
@media (max-width: 576px) {
  .bottomNav_bottomNavAr_item__UU6d9:last-of-type
    .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL,
  .bottomNav_bottomNavAr_item__UU6d9:nth-last-of-type(2)
    .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL {
    left: auto !important;
    right: 10px !important;
    width: calc(100% - 10px);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNavAr_item__UU6d9:last-of-type
    .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL,
  .bottomNav_bottomNavAr_item__UU6d9:nth-last-of-type(2)
    .bottomNav_bottomNav_item_dropdown_item_dropdown__tKGZL {
    left: auto !important;
    right: 10px !important;
    width: calc(100% - 10px);
  }
}
.bottomNav_bottomNavAr_item__UU6d9:last-of-type
  .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz,
.bottomNav_bottomNavAr_item__UU6d9:nth-last-of-type(2)
  .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz {
  left: 100% !important;
  right: auto !important;
}
@media (max-width: 576px) {
  .bottomNav_bottomNavAr_item__UU6d9:last-of-type
    .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz,
  .bottomNav_bottomNavAr_item__UU6d9:nth-last-of-type(2)
    .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz {
    left: auto !important;
    right: 10px !important;
    width: calc(100% - 10px);
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bottomNav_bottomNavAr_item__UU6d9:last-of-type
    .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz,
  .bottomNav_bottomNavAr_item__UU6d9:nth-last-of-type(2)
    .bottomNav_bottomNav_item_dropdown_item_dropdown_item_dropdown__GeNDz {
    left: auto !important;
    right: 10px !important;
    width: calc(100% - 10px);
  }
}
.bottomNav_bottomNavAr_item__UU6d9:hover .bottomNav_bottomNav_item_link___MlOa,
.bottomNav_bottomNavAr_item__active__692lV
  .bottomNav_bottomNav_item_link___MlOa {
  color: #e35a00;
}
.bottomNav_bottomNavAr_item__UU6d9:last-of-type
  .bottomNav_bottomNav_item_link___MlOa {
  padding-inline-end: 0;
}
.side-menu__user-welcome {
  margin: 0;
  width: 0.5em;
  height: 0.5em;
}
#LoginPartialLogOutBtn:hover {
  color: #ea7200;
}
.side-menu__user-info {
  margin: 0;
  display: flex;
  flex-direction: column;
  color: #ea7200 !important;
  font-size: 1em;
  transition: 0.5s;
}
.side-menu__user-avatar {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.5em;
}
.side-menu__user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
}
.side-menu__user-name {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 1rem 0;
}
.side-menu__user-name span {
  font-size: 0.8em;
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0 0.857em;
  transform: translateY(-50%);
  transition: 0.5s;
}
footer .footer__bold--mobile:after,
footer .mus-schedule__container:after,
footer .footer__apps:after,
footer .footer__socialmedia:after {
  content: '';
  display: block;
  height: 1px;
  width: 300%;
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.48);
  margin: auto;
  left: -50%;
}
footer .mus-hours__conatiner,
footer .mus-open {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  padding: 1em 1.35em;
}
footer {
  font-size: 14px;
  padding: 1.79em 0;
  color: #4d4033;
  background-color: #fcf5f3;
  overflow: hidden;
  padding-bottom: 7rem;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  margin: 0;
  line-height: normal;
}
footer h4 {
  margin-block-start: inherit;
  margin-block-end: inherit;
  margin-top: inherit;
}
footer .footer__heading a[title='Collection'],
footer .footer__heading a[title='Media'],
footer .footer__heading a[title='المجموعات الأثرية'],
footer .footer__heading a[title='الوسائط'] {
  pointer-events: all;
}
footer .footer__heading a {
  pointer-events: none;
}
footer .footer__columns footer a:hover {
  text-decoration: underline;
}
footer .footer__side,
footer .footer__main {
  line-height: normal;
}
footer .linear-lines__line {
  background-color: rgba(112, 112, 112, 0.17);
}
footer .footer__bold--mobile {
  padding-bottom: 1.54em;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
footer .footer__bold--mobile h4 {
  margin: inherit;
  display: inline-block;
  width: 49%;
  margin-bottom: 0.8em;
  font-size: 1em;
}
footer .footer__bold--mobile h4:nth-child(1),
footer .footer__bold--mobile h4:nth-child(2),
footer .footer__bold--mobile h4:nth-child(3) {
  width: auto;
  vertical-align: top;
  padding-bottom: 1em;
  padding-right: 0.7em;
  display: table-cell;
  font-size: 1em;
}
footer .footer__bold--mobile h4:nth-child(1) a,
footer .footer__bold--mobile h4:nth-child(2) a,
footer .footer__bold--mobile h4:nth-child(3) a {
  font-size: 1.15em;
  display: block;
  font-family: 'Conv_GretaSansStd-Bold';
  line-height: normal;
}
footer .footer__bold--mobile h4 a {
  text-decoration: none;
  font-size: 1em;
  line-height: normal;
}
footer .footer__bold--mobile h4 a {
  color: #fff;
}
footer .footer__bold--mobile h4 a:visited {
  color: #fff;
}
footer .footer__bold--mobile h4 a:hover {
  color: #fff;
}
footer .footer__bold--mobile h4 a:active,
footer .footer__bold--mobile h4 a:focus {
  color: #fff;
}
footer .mus-schedule__container {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
footer .mus-hours {
  display: flex;
  justify-content: space-around;
  flex-grow: 2;
}
footer .mus-hours_shift {
  text-transform: uppercase;
  margin-left: 0.36em;
  font-family: 'Conv_GretaSansStd-thin';
}
footer .mus-hours__number {
  font-size: 20px;
  font-family: 'Conv_GretaSansStd-Bold';
}
footer .mus-hours__text {
  font-family: 'Conv_GretaSansStd-thin';
}
footer .mus-open {
  text-align: center;
}
footer .mus-open .icon-auditorium {
  font-size: 1.71em;
}
footer .mus-open__title {
  font-size: 1em;
}
footer .footer__navigation--desktop,
footer .footer__bold--desktop {
  display: none;
}
footer .footer__bold--desktop a {
  margin-top: inherit;
  margin-bottom: inherit;
  text-decoration: none;
  font-size: small;
  display: inline-block;
  transition: transform 0.4s;
}
footer .footer__bold--desktop a {
  color: rgba(77, 64, 51, 0.7);
}
footer .footer__bold--desktop a:visited {
  color: rgba(77, 64, 51, 0.7);
}
footer .footer__bold--desktop a:hover {
  color: #ea7200;
}
footer .footer__bold--desktop a:active,
footer .footer__bold--desktop a:focus {
  color: rgba(77, 64, 51, 0.7);
}
footer .footer__bold--desktop a:focus {
  color: rgba(77, 64, 51, 0.7);
}
footer .footer__bold--desktop a:hover {
  transform: scale(1.07);
}
footer .footer__bold--desktop h4 {
  margin-top: inherit;
  padding: 10px 10px 0 0;
}
footer .footer__bold.footer__bold--mobile {
  display: none;
}
footer .footer__apps {
  display: flex;
  justify-content: space-between;
  padding: 1.96em 0 2.63em;
  align-items: center;
  position: relative;
}
footer .apps__icon {
  padding: 0;
  display: flex;
  text-decoration: none;
}
footer .apps__icon span {
  font-size: 1.57em;
}
footer .apps__text {
  font-size: 18px;
  margin-block-start: inherit;
  margin-block-end: inherit;
}
footer .footer__socialmedia {
  display: flex;
  justify-content: space-around;
  position: relative;
  right: -15%;
  padding: 1.96em 0;
}
footer .socialmedia-item__wrapper {
  margin-right: 0;
  padding: 0 0;
  transition: all ease 300ms;
  flex-grow: 2;
}
footer .socialmedia__item {
  position: relative;
  padding-top: 0.32em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
footer .socialmedia__item {
  color: #4d4033;
}
footer .socialmedia__item:visited {
  color: #4d4033;
}
footer .socialmedia__item:hover {
  color: #fff;
}
footer .socialmedia__item:active,
footer .socialmedia__item:focus {
  color: #4d4033;
}
footer .socialmedia__icon {
  font-size: 0.5em;
  padding-left: 0;
}
footer .socialmedia__title {
  font-size: 0.64em;
}
footer .footer__page-foot {
  display: flex;
  flex-direction: column;
}
footer .footer__copyrights {
  display: flex;
  margin-block-start: inherit;
  margin-block-end: inherit;
  flex-direction: column;
  align-items: center;
  padding-top: 1.54em;
}
footer .footer__logo {
  height: 5.5em;
  text-decoration: none;
}
footer .footer__logo {
  color: #fff;
}
footer .footer__logo:visited {
  color: #fff;
}
footer .footer__logo:hover {
  color: #fff;
}
footer .footer__logo:active,
footer .footer__logo:focus {
  color: #fff;
}
footer .footer__logo img {
  height: 100%;
  width: auto;
}
footer .copyrights__text {
  font-size: 0.58em;
  margin: 1em 0;
}
.iconst {
  font-size: xx-large;
}
.opensDailyCss {
  display: flex;
  border: 0.5px solid;
  padding: 10px;
  width: max-content;
}
.partOpensDaily {
  text-align: center;
  font-size: medium;
  padding: 9px;
}
.footer_manu_section {
  display: flex !important;
  margin-left: 0%;
  margin-top: 40.6% !important;
  width: -webkit-fill-available !important;
}
.footer_manu_section h6 {
  font-size: 9px !important;
}
.footer_manu_section h6:hover {
  color: #ec7203;
}
footer {
  position: relative;
  padding: 2.5em 0;
  min-height: 26em;
  font-size: 18px;
  padding-bottom: 7rem;
}
footer .opensDailyCss {
  display: flex;
  border: 2px solid #4d4033;
  padding: 10px;
  width: 100%;
}
footer .forLeadMD {
  position: absolute;
  top: 87%;
  text-align: center;
  right: 0;
  z-index: 999;
}
footer .iosIcon {
  width: 100%;
  position: absolute;
  right: 0%;
  top: 170%;
  text-align: center;
}
footer .iosIcon .social-media-icons-container {
  display: flex;
  padding-top: 2%;
  position: relative;
  z-index: 9;
}
footer .footer__bold--mobile {
  flex-direction: column;
  margin-bottom: 2.5em;
  width: auto;
  margin: inherit;
}
footer .footer__bold--mobile:after {
  content: none;
}
footer .footer__bold--mobile h4 {
  margin-bottom: 1em;
  width: 35%;
  margin-bottom: 0;
  padding-bottom: 1em;
}
footer .footer__bold--mobile h4:nth-child(1),
footer .footer__bold--mobile h4:nth-child(2),
footer .footer__bold--mobile h4:nth-child(3) {
  padding-right: 1em;
  width: auto;
  margin-bottom: 1.34em;
}
footer .footer__bold--mobile h4:nth-child(1) a,
footer .footer__bold--mobile h4:nth-child(2) a,
footer .footer__bold--mobile h4:nth-child(3) a {
  font-size: 1.34em;
}
footer .mus-schedule__container {
  position: absolute;
  right: 0;
  top: 2em;
  padding: 0;
  flex-direction: column;
  width: auto;
  margin: inherit;
}
footer .mus-schedule__container:before {
  content: '';
  width: 1px;
  height: 300%;
  background-color: #707070;
  position: absolute;
  top: -2em;
  left: 0;
}
footer .mus-schedule__container:after {
  content: none;
}
footer .mus-open {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  padding: 0 0 1.79em;
  border: none;
}
footer .mus-open .icon-auditorium {
  font-size: 4em;
}
footer .mus-open:after {
  content: none;
}
footer .mus-open:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  background-color: rgba(77, 64, 51, 0.7);
  margin: auto;
}
footer .mus-open__title {
  width: 100%;
  margin: 0 auto 1.1em;
  word-break: break-word;
  font-size: 20px;
}
footer .mus-hours__conatiner {
  margin: 0.4em 0;
  padding: 0;
  border: none;
}
footer .mus-hours__text,
footer .mus-hours_shift {
  font-size: 1em;
}
footer .mus-hours__number {
  font-size: 20px;
  line-height: normal;
}
footer .footer__side {
  top: 4%;
  width: auto;
  position: absolute;
  left: 25%;
}
footer .footer__main {
  width: 100%;
}
footer .mus-hours {
  flex-direction: column;
  align-items: center;
  padding: 1.5em 0 0;
}
footer .footer__socialmedia {
  padding-bottom: 0;
}
footer .footer__socialmedia:after {
  content: none;
}
footer .socialmedia__title {
  font-size: 0.83em;
}
footer .footer__apps {
  padding: 0;
  margin-bottom: 1.5em;
  justify-content: unset;
}
footer .footer__apps:after {
  content: none;
}
footer .apps__text {
  font-size: 15px;
  font-family: 'Conv_GretaSansStd-Bold';
  margin-bottom: 0;
}
footer .apps__icon {
  padding: 0;
  margin-left: 0.85em;
}
footer .apps__icon span {
  font-size: 2em;
}
footer .footer__page-foot {
  flex-direction: unset;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
}
footer .footer__copyrights {
  flex-direction: row;
  align-items: flex-end;
  top: 26px;
  position: absolute;
  left: 0%;
}
footer__logo {
  height: 4.8em;
}
footer .copyrights__text {
  font-size: 0.61em;
  margin-left: 0;
  position: absolute;
  top: 93%;
}
@media (min-width: 576px) {
  .footer_manu_section {
    display: flex !important;
    margin-left: 0%;
    margin-top: 27.6% !important;
    width: -webkit-fill-available !important;
  }
  .footer_manu_section h6 {
    font-size: 12px !important;
  }
  .footer_manu_section h6:hover {
    color: #ec7203;
  }
  footer {
    position: relative;
    padding: 2.5em 0;
    min-height: 32em;
    font-size: 18px;
    padding-bottom: 7rem;
  }
  footer .footer__side {
    top: 5%;
    width: auto;
    position: absolute;
    left: 33%;
  }
  footer .opensDailyCss {
    display: flex;
    border: 0.5px solid;
    padding: 10px;
    width: 300px;
    height: 167px;
  }
  footer .forLeadMD {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    z-index: 999;
  }
  footer .iosIcon {
    width: 100%;
    position: absolute;
    right: 0%;
    top: 171%;
    text-align: center;
  }
  footer .footer__bold--mobile {
    flex-direction: column;
    margin-bottom: 2.5em;
    width: auto;
    margin: inherit;
  }
  footer .footer__bold--mobile:after {
    content: none;
  }
  footer .footer__bold--mobile h4 {
    margin-bottom: 1em;
    width: 35%;
    margin-bottom: 0;
    padding-bottom: 1em;
  }
  footer .footer__bold--mobile h4:nth-child(1),
  footer .footer__bold--mobile h4:nth-child(2),
  footer .footer__bold--mobile h4:nth-child(3) {
    padding-right: 1em;
    width: auto;
    margin-bottom: 1.34em;
  }
  footer .footer__bold--mobile h4:nth-child(1) a,
  footer .footer__bold--mobile h4:nth-child(2) a,
  footer .footer__bold--mobile h4:nth-child(3) a {
    font-size: 1.34em;
  }
  footer .mus-schedule__container {
    position: absolute;
    right: 0;
    top: 2em;
    padding: 0;
    flex-direction: column;
    width: auto;
    margin: inherit;
  }
  footer .mus-schedule__container:before {
    content: '';
    width: 1px;
    height: 300%;
    background-color: #707070;
    position: absolute;
    top: -2em;
    left: 0;
  }
  footer .mus-schedule__container:after {
    content: none;
  }
  footer .mus-open {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding: 0 0 1.79em;
    border: none;
  }
  footer .mus-open .icon-auditorium {
    font-size: 4em;
  }
  footer .mus-open:after {
    content: none;
  }
  footer .mus-open:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    background-color: rgba(77, 64, 51, 0.7);
    margin: auto;
  }
  footer .mus-open__title {
    width: 100%;
    margin: 0 auto 1.1em;
    word-break: break-word;
    font-size: 20px;
  }
  footer .iconst {
    font-size: 45px;
  }
  footer .mus-hours__conatiner {
    margin: 0.4em 0;
    padding: 0;
    border: none;
  }
  footer .mus-hours__text,
  footer .mus-hours_shift {
    font-size: 1em;
  }
  footer .mus-hours__number {
    font-size: 20px;
    line-height: normal;
  }
  footer .footer__side {
    top: 7%;
    width: auto;
    position: absolute;
    left: 28%;
  }
  footer .footer__main {
    width: 100%;
  }
  footer .mus-hours {
    flex-direction: column;
    align-items: center;
    padding: 1.5em 0 0;
  }
  footer .footer__socialmedia {
    padding-bottom: 0;
  }
  footer .footer__socialmedia:after {
    content: none;
  }
  footer .socialmedia__title {
    font-size: 0.83em;
  }
  footer .footer__apps {
    padding: 0;
    margin-bottom: 1.5em;
    justify-content: unset;
  }
  footer .footer__apps:after {
    content: none;
  }
  footer .apps__text {
    font-size: 18px;
    font-family: 'Conv_GretaSansStd-Bold';
    margin-bottom: 0;
  }
  footer .apps__icon {
    padding: 0;
    margin-left: 0;
  }
  footer .apps__icon svg {
    width: 140px !important;
    padding: 0 5px 0 0;
  }
  footer .apps__icon span {
    font-size: 2em;
  }
  footer .footer__page-foot {
    flex-direction: unset;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 60%;
  }
  footer .footer__copyrights {
    flex-direction: row;
    align-items: flex-end;
  }
  footer__logo {
    height: 4.8em;
  }
  footer .copyrights__text {
    font-size: 0.61em;
    margin-left: 2px;
    position: absolute;
    top: 93%;
  }
}
@media (min-width: 768px) {
  .footer_manu_section {
    display: flex !important;
    margin-left: 0%;
    margin-top: 20% !important;
    width: -webkit-fill-available !important;
  }
  .footer_manu_section h6 {
    font-size: 12px !important;
  }
  .footer_manu_section h6:hover {
    color: #ec7203;
  }
  footer {
    position: relative;
    padding: 2.5em 0;
    min-height: 32em;
    font-size: 18px;
    padding-bottom: 7rem;
  }
  footer .opensDailyCss {
    display: flex;
    border: 0.5px solid;
    padding: 10px;
    width: 300px;
    height: 167px;
  }
  footer .forLeadMD {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    z-index: 999;
  }
  footer .iosIcon {
    width: 100%;
    position: absolute;
    right: 0%;
    top: 171%;
    text-align: center;
  }
  footer .footer__bold--mobile {
    flex-direction: column;
    margin-bottom: 2.5em;
    width: auto;
    margin: inherit;
  }
  footer .footer__bold--mobile:after {
    content: none;
  }
  footer .footer__bold--mobile h4 {
    margin-bottom: 1em;
    width: 35%;
    margin-bottom: 0;
    padding-bottom: 1em;
  }
  footer .footer__bold--mobile h4:nth-child(1),
  footer .footer__bold--mobile h4:nth-child(2),
  footer .footer__bold--mobile h4:nth-child(3) {
    padding-right: 1em;
    width: auto;
    margin-bottom: 1.34em;
  }
  footer .footer__bold--mobile h4:nth-child(1) a,
  footer .footer__bold--mobile h4:nth-child(2) a,
  footer .footer__bold--mobile h4:nth-child(3) a {
    font-size: 1.34em;
  }
  footer .mus-schedule__container {
    position: absolute;
    right: 0;
    top: 2em;
    padding: 0;
    flex-direction: column;
    width: auto;
    margin: inherit;
  }
  footer .mus-schedule__container:before {
    content: '';
    width: 1px;
    height: 300%;
    background-color: #707070;
    position: absolute;
    top: -2em;
    left: 0;
  }
  footer .mus-schedule__container:after {
    content: none;
  }
  footer .mus-open {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding: 0 0 1.79em;
    border: none;
  }
  footer .mus-open .icon-auditorium {
    font-size: 4em;
  }
  footer .mus-open:after {
    content: none;
  }
  footer .mus-open:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    background-color: rgba(77, 64, 51, 0.7);
    margin: auto;
  }
  footer .mus-open__title {
    width: 100%;
    margin: 0 auto 1.1em;
    word-break: break-word;
    font-size: 20px;
  }
  footer .mus-hours__conatiner {
    margin: 0.4em 0;
    padding: 0;
    border: none;
  }
  footer .mus-hours__text,
  footer .mus-hours_shift {
    font-size: 1em;
  }
  footer .mus-hours__number {
    font-size: 20px;
    line-height: normal;
  }
  footer .footer__side {
    top: 7%;
    width: auto;
    position: absolute;
    left: 33%;
  }
  footer .footer__main {
    width: 100%;
  }
  footer .mus-hours {
    flex-direction: column;
    align-items: center;
    padding: 1.5em 0 0;
  }
  footer .footer__socialmedia {
    padding-bottom: 0;
  }
  footer .footer__socialmedia:after {
    content: none;
  }
  footer .socialmedia__title {
    font-size: 0.83em;
  }
  footer .footer__apps {
    padding: 0;
    margin-bottom: 1.5em;
    justify-content: unset;
  }
  footer .footer__apps:after {
    content: none;
  }
  footer .apps__text {
    font-size: 18px;
    font-family: 'Conv_GretaSansStd-Bold';
    margin-bottom: 0;
  }
  footer .apps__icon {
    padding: 0;
    margin-left: 0;
  }
  footer .apps__icon span {
    font-size: 2em;
  }
  footer .footer__page-foot {
    flex-direction: unset;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 60%;
  }
  footer .footer__copyrights {
    flex-direction: row;
    align-items: flex-end;
  }
  footer__logo {
    height: 4.8em;
  }
  footer .copyrights__text {
    font-size: 0.61em;
    margin-left: 0;
    position: absolute;
    top: 92%;
  }
}
@media (min-width: 992px) {
  .footer_manu_section {
    display: flex !important;
    margin-left: 22%;
    margin-top: 16% !important;
    width: -webkit-fill-available !important;
  }
  .footer_manu_section h6 {
    font-size: 12px !important;
  }
  .footer_manu_section h6:hover {
    color: #ec7203;
  }
  footer {
    font-size: 20px;
    padding: 1.75em 0;
    min-height: 32em;
    padding-bottom: 7rem;
  }
  footer .footer__container {
    position: relative;
    padding: 0;
  }
  footer .opensDailyCss {
    display: flex;
    border: 0.5px solid;
    padding: 10px;
    width: max-content;
  }
  footer .forLeadMD {
    position: absolute;
    top: 0%;
    left: 63%;
    padding: 0 !important;
    text-align: left;
    position: absolute;
    z-index: 999;
  }
  footer .iosIcon {
    width: 37%;
    position: absolute;
    right: 0%;
    top: 70%;
    text-align: left;
  }
  footer .footer__main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 25em;
    min-height: 19em;
  }
  footer .footer-upper__container {
    display: table;
    width: 100%;
  }
  footer .footer-upper__container > div {
    display: table-cell;
    vertical-align: top;
  }
  footer .footer__navigation--desktop,
  footer .footer__bold--desktop {
    display: flex;
  }
  footer .footer__bold.footer__bold--mobile {
    display: none;
  }
  footer .footer__bold--desktop h4 {
    margin-top: inherit;
    padding: 21px 5px 0 0;
  }
  footer .footer__bold--desktop a {
    margin-top: inherit;
    margin-bottom: inherit;
    text-decoration: none;
    font-size: small;
    display: inline-block;
    transition: transform 0.4s;
  }
  footer .footer__bold--desktop a {
    color: rgba(77, 64, 51, 0.7);
  }
  footer .footer__bold--desktop a:visited {
    color: rgba(77, 64, 51, 0.7);
  }
  footer .footer__bold--desktop a:hover {
    color: #ea7200;
  }
  footer .footer__bold--desktop a:active,
  footer .footer__bold--desktop a:focus {
    color: rgba(77, 64, 51, 0.7);
  }
  footer .footer__bold--desktop a:hover {
    transform: scale(1.07);
  }
  footer .footer__heading {
    margin-top: inherit;
  }
  footer .footer__heading {
    color: #fff;
  }
  footer .footer__heading:visited {
    color: #fff;
  }
  footer .footer__heading:hover {
    color: #fff;
  }
  footer .footer__heading:active,
  footer .footer__heading:focus {
    color: #fff;
  }
  footer .footer__heading a {
    text-decoration: none;
    text-decoration: none;
    display: block;
    text-decoration: none !important;
    transition: transform 0.4s;
  }
  footer .footer__heading a {
    color: #4d4033;
  }
  footer .footer__heading a:visited {
    color: #4d4033;
  }
  footer .footer__heading a:hover {
    color: #ea7200;
  }
  footer .footer__heading a:active,
  footer .footer__heading a:focus {
    color: #4d4033;
  }
  footer .footer__heading a:hover {
    transform: scale(1.07);
  }
  footer .footer__link {
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 0.7em;
    transition: transform 0.4s;
  }
  footer .footer__link {
    color: #4d4033;
  }
  footer .footer__link:visited {
    color: #4d4033;
  }
  footer .footer__link:hover {
    color: #ea7200;
  }
  footer .footer__link:active,
  footer .footer__link:focus {
    color: #4d4033;
  }
  footer .footer__link:hover {
    transform: scale(1.07);
  }
  footer .mus-schedule__container {
    position: relative;
  }
  footer .mus-schedule__container {
    flex-direction: column;
    top: inherit;
  }
  footer .mus-hours {
    flex-direction: column;
    padding: 1.25em 0.5em 0;
  }
  footer .footer__navigation--desktop .footer__heading {
    font-size: 16px;
    font-family: 'Conv_GretaSansStd-Bold';
    margin-bottom: 1em;
  }
  footer .footer__navigation--desktop .footer__heading a {
    font-size: 14px;
  }
  footer .footer__navigation--desktop .footer__item {
    display: flex;
    flex-direction: column;
    float: left;
    clear: none;
    width: 12.5%;
    margin-right: 0.2em;
  }
  footer .footer__navigation--desktop .footer__item .footer__item {
    width: 100%;
    display: block;
  }
  footer .desktop-list__heading {
    margin-top: inherit;
    margin-bottom: 1em;
  }
  footer .footer__side {
    position: absolute;
    top: 64%;
    width: auto;
    left: 0;
    right: 0;
  }
  footer .mus-open__title {
    font-size: 1em;
    margin-bottom: 1em;
  }
  footer .mus-hours__text,
  footer .mus-hours_shift {
    font-size: 0.85em;
  }
  footer .mus-hours__number {
    font-size: 20px;
  }
  footer mus-open__title {
    font-size: 1.25em;
  }
  footer .mus-open .icon-auditorium {
    font-size: 3em;
  }
  footer .socialmedia__title {
    font-size: 0.88em;
  }
  footer .socialmedia__icon {
    padding-left: 0;
  }
  footer .apps__icon {
    padding: 1px;
    margin-left: 0;
    margin-bottom: 0.75em;
    display: table;
  }
  footer .apps__text {
    font-size: 18px;
    margin-bottom: 1em;
    line-height: normal;
  }
  footer .footer__socialmedia {
    width: auto;
    justify-content: space-between;
    margin: inherit;
    align-self: flex-end;
    padding-bottom: 0;
    position: relative;
    right: -15%;
    margin-bottom: -1em;
  }
  footer .socialmedia-item__wrapper .socialmedia-item__wrapper {
    margin-right: 1.07em;
  }
  footer .socialmedia-item__wrapper:last-child {
    margin-right: 0;
  }
  footer .footer__copyrights {
    margin: 0;
    width: auto;
    top: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footer__page-foot {
    flex-direction: unset;
    justify-content: space-between;
    width: 100%;
    margin-top: 8%;
    position: absolute;
    top: 99%;
  }
  footer .copyrights__text {
    margin-left: 0;
    position: relative;
    font-size: 0.55em;
    top: 232px;
  }
}
@media (min-width: 1200px) {
  footer {
    font-size: 20px;
    padding: 1.75em 0;
    min-height: 34em;
  }
  footer .footer__container {
    position: relative;
    padding: 0;
  }
  footer .forLeadMD {
    position: absolute;
    top: 0%;
    left: 71%;
    padding: 0 !important;
    text-align: left;
    z-index: 999;
  }
  footer .footer_manu_section {
    display: flex !important;
    margin-left: 20%;
    margin-top: 13% !important;
    width: 100% !important;
    justify-content: end;
  }
  footer .footer_manu_section h6 {
    font-size: 12px !important;
  }
  footer .footer_manu_section h6:hover {
    color: #ec7203;
  }
  footer .footer__main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 25em;
    min-height: 19em;
  }
  footer .footer-upper__container {
    margin-left: 1%;
    display: table;
    width: 100%;
  }
  footer .footer-upper__container > div {
    display: table-cell;
    vertical-align: top;
  }
  footer .footer__navigation--desktop,
  footer .footer__bold--desktop {
    display: flex;
  }
  footer .footer__bold.footer__bold--mobile {
    display: none;
  }
  footer .footer__bold--desktop h4 {
    margin-top: inherit;
    padding: 21px 5px 0 0;
  }
  footer .footer__bold--desktop a {
    margin-top: inherit;
    margin-bottom: inherit;
    text-decoration: none;
    font-size: small;
    display: inline-block;
    transition: transform 0.4s;
  }
  footer .footer__bold--desktop a {
    color: rgba(77, 64, 51, 0.7);
  }
  footer .footer__bold--desktop a:visited {
    color: rgba(77, 64, 51, 0.7);
  }
  footer .footer__bold--desktop a:hover {
    color: #ea7200;
  }
  footer .footer__bold--desktop a:active,
  footer .footer__bold--desktop a:focus {
    color: rgba(77, 64, 51, 0.7);
  }
  footer .footer__bold--desktop a:hover {
    transform: scale(1.07);
  }
  footer .footer__heading {
    margin-top: inherit;
  }
  footer .footer__heading {
    color: #fff;
  }
  footer .footer__heading:visited {
    color: #fff;
  }
  footer .footer__heading:hover {
    color: #fff;
  }
  footer .footer__heading:active,
  footer .footer__heading:focus {
    color: #fff;
  }
  footer .footer__heading a {
    text-decoration: none;
    text-decoration: none;
    display: block;
    text-decoration: none !important;
    transition: transform 0.4s;
  }
  footer .footer__heading a {
    color: #4d4033;
  }
  footer .footer__heading a:visited {
    color: #4d4033;
  }
  footer .footer__heading a:hover {
    color: #ea7200;
  }
  footer .footer__heading a:active,
  footer .footer__heading a:focus {
    color: #4d4033;
  }
  footer .footer__heading a:hover {
    transform: scale(1.07);
  }
  footer .footer__link {
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 0.7em;
    transition: transform 0.4s;
  }
  footer .footer__link {
    color: #4d4033;
  }
  footer .footer__link:visited {
    color: #4d4033;
  }
  footer .footer__link:hover {
    color: #ea7200;
  }
  footer .footer__link:active,
  footer .footer__link:focus {
    color: #4d4033;
  }
  footer .footer__link:hover {
    transform: scale(1.07);
  }
  footer .mus-schedule__container {
    position: relative;
  }
  footer .mus-schedule__container {
    flex-direction: column;
    top: inherit;
  }
  footer .mus-hours {
    flex-direction: column;
    padding: 1.25em 0.5em 0;
  }
  footer .footer__navigation--desktop .footer__heading {
    font-size: 16px;
    font-family: 'Conv_GretaSansStd-Bold';
    margin-bottom: 1em;
  }
  footer .footer__navigation--desktop .footer__heading a {
    font-size: 14px;
  }
  footer .footer__navigation--desktop .footer__item {
    display: flex;
    flex-direction: column;
    float: left;
    clear: none;
    width: 12.5%;
    margin-right: 0.2em;
  }
  footer .footer__navigation--desktop .footer__item .footer__item {
    width: 100%;
    display: block;
  }
  footer .desktop-list__heading {
    margin-top: inherit;
    margin-bottom: 1em;
  }
  footer .footer__side {
    top: 64%;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
  }
  footer .footer__side .opensDailyCss {
    display: flex;
    border: 0.5px solid;
    padding: 10px;
    width: max-content;
  }
  footer .footer__side .iosIcon {
    width: 35%;
    position: absolute;
    left: 71%;
    top: 80%;
    text-align: left;
  }
  footer .mus-open__title {
    font-size: 1.2em;
    margin-bottom: 1em;
  }
  footer .mus-hours__text,
  footer .mus-hours_shift {
    font-size: 0.85em;
  }
  footer .mus-hours__number {
    font-size: 20px;
  }
  footer mus-open__title {
    font-size: 1.25em;
  }
  footer .mus-open .icon-auditorium {
    font-size: 3em;
  }
  footer .socialmedia__title {
    font-size: 0.88em;
  }
  footer .socialmedia__icon {
    padding-left: 0;
  }
  footer .apps__icon {
    padding: 1px;
    margin-left: 0;
    margin-bottom: 0.75em;
    display: table;
  }
  footer .apps__text {
    font-size: 18px;
    margin-bottom: 1em;
    line-height: normal;
  }
  footer .footer__socialmedia {
    width: auto;
    justify-content: space-between;
    margin: inherit;
    align-self: flex-end;
    padding-bottom: 0;
    position: relative;
    right: -15%;
    margin-bottom: -1em;
  }
  footer .socialmedia-item__wrapper .socialmedia-item__wrapper {
    margin-right: 1.07em;
  }
  footer .socialmedia-item__wrapper:last-child {
    margin-right: 0;
  }
  footer .footer__copyrights {
    margin: 0;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footer__page-foot {
    flex-direction: unset;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 85%;
    text-align: left;
    left: 0;
  }
  footer .copyrights__text {
    margin-left: 0;
    font-size: 0.55em;
    margin-bottom: 0;
    position: relative;
    top: 187px;
  }
}
.footer__item:nth-child(5) {
  margin-left: 20px;
  width: 10% !important;
}
.footer__item:nth-child(7) {
  margin-left: 2%;
}
@media (min-width: 1640px) {
  footer {
    font-size: 25px;
  }
  footer .forLeadMD {
    position: absolute;
    top: 45%;
    left: -15%;
    text-align: left;
    z-index: 999;
  }
  footer .footer__page-foot {
    flex-direction: unset;
    justify-content: space-between;
    width: 75%;
    position: absolute;
    top: 50%;
  }
  footer .footer__navigation--desktop .footer__item {
    display: flex;
    flex-direction: column;
    float: left;
    clear: none;
    width: 13.5%;
    margin-right: 0.2em;
  }
  footer .footer__container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  footer .footer__main {
    flex-grow: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 25em;
    min-height: 19em;
  }
  footer .footer__heading {
    font-size: 1.36em;
  }
  footer .desktop-list__heading {
    margin-top: inherit;
    margin-bottom: 1.4em;
  }
  footer .footer__link {
    font-size: 12px;
  }
  footer .footer__side {
    position: relative;
    right: inherit;
  }
  footer .footer__side .opensDailyCss {
    display: flex;
    border: 0.5px solid;
    padding: 30px;
    width: 246px;
  }
  footer .footer__side .iosIcon {
    width: 100%;
    position: absolute;
    left: -13%;
    top: 70%;
    text-align: left;
  }
  footer .mus-open {
    padding-bottom: 2.2em;
  }
  footer .mus-open:after {
    width: 100%;
    right: 0;
    left: auto;
  }
  footer .mus-open__title {
    font-size: 14px;
    margin-bottom: 0.8em;
  }
  footer .mus-hours__conatiner {
    margin: 0;
  }
  footer .mus-hours {
    padding-top: 2em;
  }
  footer .mus-hours__text,
  footer .mus-hours_shift {
    font-size: 0.9em;
  }
  footer .mus-hours__number {
    font-size: 20px;
  }
  footer .footer__apps {
    padding-right: 1em;
  }
  footer .apps__text {
    font-size: 18px;
  }
  footer .footer__socialmedia {
    align-self: flex-end;
  }
  footer .socialmedia__icon {
    padding-left: 0;
  }
  footer .socialmedia-item__wrapper:last-child {
    margin-right: 0.7em;
  }
  footer .footer__bold--desktop a {
    font-size: small;
  }
  footer__logo {
    height: 4.7em;
  }
  footer .copyrights__text {
    font-size: 0.64em;
    top: 21%;
    position: relative;
  }
  .footer_manu_section {
    display: flex !important;
    margin-top: 14.6% !important;
    margin-left: 4%;
    font-size: medium;
  }
  .footer_manu_section h6 {
    font-size: 16px !important;
  }
}
.sliding-search {
  background: rgba(255, 255, 255, 0.94);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sliding-search {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .sliding-search {
    font-size: 20px;
  }
}
@media (min-width: 1640px) {
  .sliding-search {
    font-size: 25px;
  }
}
.sliding-search.show {
  opacity: 1;
  pointer-events: auto;
  z-index: 99999;
}
.sliding-search .sliding-search-close {
  position: absolute;
  top: 2em;
  right: 2em;
  font-size: 1.2em;
  cursor: pointer;
  color: #4d4033 !important;
}
@media (min-width: 992px) {
  .sliding-search .sliding-search-close {
    top: 4em;
    right: 4em;
  }
}
.sliding-search .search-content-wrp {
  width: 85%;
  max-width: 38em;
}
.sliding-search .seacrh-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Conv_GretaSansStd-thin';
  color: #4d4033;
}
.sliding-search .seacrh-header h1 {
  font-size: 1.7em;
  font-weight: 100;
  margin: 0;
}
.sliding-search .seacrh-header a {
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
}
.sliding-search .search-input-wrp {
  display: flex;
  height: 3em;
  position: relative;
  margin-bottom: 1em;
}
.sliding-search .search-input-wrp input[type='search'] {
  width: 100%;
  background-color: rgba(185, 61, 34, 0.1);
  border: none;
  outline: none !important;
  box-sizing: border-box;
  padding: 1em;
  font-size: 1em;
  color: #4d4033;
}
.sliding-search .search-input-wrp a#GlobalSearchBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5em;
  margin-left: 0.4em;
  background-color: #ea7200;
  color: #fff;
  border: none;
  outline: none !important;
  text-shadow: none;
  text-transform: uppercase;
  transition: background-color 0.15s ease-in-out;
}
.sliding-search .search-input-wrp a#GlobalSearchBtn:after {
  content: '';
  font-family: 'GEMHomeicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 0.7em;
  transform: scaleX(-1);
  display: inline-block;
  margin-left: 0.5em;
}
.sliding-search .suggested-terms-wrp {
  text-align: left;
  color: #4d4033;
}
.sliding-search .suggested-terms-wrp .suggested-terms-header {
  margin-bottom: 0.5em;
  font-size: 0.75em;
}
.sliding-search .suggested-terms-wrp .suggested-terms-list {
  list-style-type: none;
}
.sliding-search .suggested-terms-wrp .suggested-terms-item a {
  float: left;
  margin-right: 0.45em;
  margin-bottom: 0.6em;
  border: 1px solid rgba(77, 64, 51, 0.7);
  padding: 0.4em 1.6em;
  text-decoration: none;
  font-size: 0.9em;
  font-family: 'Conv_GretaSansStd-thin';
  transition: 0.4s ease;
}
.sliding-search .suggested-terms-wrp .suggested-terms-item .search-term {
  cursor: pointer;
}
.sliding-search .suggested-terms-wrp .suggested-terms-item .search-term:hover,
.sliding-search .suggested-terms-wrp .suggested-terms-item .search-term:focus {
  background-color: #ea7200;
  color: #fff;
}
.consents {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  color: #4d4033;
  font-size: 1.25rem;
  line-height: 1.25rem;
  z-index: 999;
  padding-inline: 1.5rem;
}
@media (max-width: 575.98px) {
  .consents {
    padding-inline: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .consents {
    flex-wrap: wrap;
    row-gap: 8px;
  }
}
.consents p {
  margin-block-end: 0;
}
.consents p a {
  color: #ea7200;
}
.consents-accept-cookies {
  font-size: 16px;
  line-height: 1.25rem;
  cursor: pointer;
  border: none;
  outline: none;
  background: #ea7200;
  color: #fff;
  font-weight: 700;
  padding: 0.8rem 1.2rem;
  border-radius: 3px;
  margin-left: 1.5rem;
  transition: 0.35s ease;
}
@media (max-width: 767.98px) {
  .consents-accept-cookies {
    margin-left: 0.5rem;
  }
}
.consents-accept-cookies:hover {
  background: #fff;
  color: #ea7200;
  box-shadow: 0.01rem 0.01rem 0.1rem #ddd;
}
.consents-reject-cookies {
  cursor: pointer;
  border: 0.5px solid #000;
  outline: none;
  background: #fff;
  color: #ea7200;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25rem;
  padding: 0.8rem 1.2rem;
  border-radius: 3px;
  margin-left: 0.5rem;
  transition: 0.35s ease;
}
.consents-reject-cookies:hover {
  background: #ea7200;
  color: #fff;
  box-shadow: 0.01rem 0.01rem 0.1rem #ddd;
}
@media (min-width: 768px) {
  .side-tools__search-toggler {
    cursor: pointer;
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .side-tools {
    display: flex;
    flex-direction: column;
    z-index: 9998;
    font-size: 20px;
  }
  .side-tools a {
    color: #fff !important;
  }
  .side-tools__accessibility-wrp {
    height: 6.4em;
    width: 2.5em;
    text-align: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    transition: width 0.4s;
  }
  .side-tools__accessibility-wrp.opened {
    width: 4em;
  }
  .side-tools__accessibility-wrp.opened .side-tools__accessibility-label {
    display: none;
  }
  .side-tools__accessibility-wrp.opened .side-tools__accessibility-content-wrp {
    visibility: visible;
  }
  .side-tools__accessibility-wrp.opened
    .side-tools__accessibility-toggler
    span {
    transform: rotate(180deg);
  }
  .side-tools__accessibility-toggler {
    min-width: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.17);
  }
  .side-tools__accessibility-toggler span {
    font-size: 0.48em;
  }
  .side-tools__accessibility-label {
    font-size: 0.8em;
    position: absolute;
    top: 40%;
    right: -1.3em;
    transform: rotate(90deg);
    transform-origin: center;
  }
  .side-tools__accessibility-content-wrp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.5em;
    visibility: hidden;
  }
  .side-tools__accessibility-content {
    min-width: 3em;
  }
  .side-tools__search-toggler {
    cursor: pointer;
    margin-top: 5px;
  }
  .side-tools__search-toggler:hover {
    color: #ea7200;
  }
  .side-tools__search-toggler span {
    height: 1em;
    width: 1em;
    display: inline-block;
  }
  .side-tools .font-resize {
    display: inline-block;
    font-family: Arial, Tahoma, Helvetica;
    position: relative;
    z-index: 0;
  }
  .side-tools .font-resize a {
    cursor: pointer;
  }
  .side-tools .font-resize a.minimize {
    padding-right: 0;
  }
  .side-tools .font-resize a.maximize {
    padding-left: 0;
  }
  .side-tools .font-resize a:hover {
    text-decoration: none;
  }
  .side-tools .font-resize .maximize {
    font-size: 1em;
  }
  .side-tools .font-resize .icon-font-resize {
    line-height: 0;
    font-size: 3.625em;
    position: relative;
    z-index: -1;
    width: 5px;
    height: 5px;
    background-color: #ea7200;
    border-radius: 50%;
    position: absolute;
    bottom: -1px;
    transform: translateY(50%);
    left: 0;
  }
  .side-tools .font-resize .icon-font-resize::before {
    display: none;
  }
}
.intro-section {
  margin-top: 4.8rem;
  padding: 0;
  background-color: #fff;
  background-image: url(/wwwroot/images/homepage-imgs/intro-bg-mobile.jpg?ver=2025.09.17.01);
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: right top;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
}
.intro-section__content {
  padding: 13rem 1rem 3rem;
  margin-top: auto;
}
.intro-section__title {
  color: #fff;
  font-family: 'Conv_GretaSansStd-Bold';
  font-size: 2.143rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
  max-width: 19rem;
}
.intro-section__btns-wrp {
  display: flex;
  flex-wrap: wrap;
}
.intro-section__cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  width: auto;
  height: 1.5rem;
  color: #fff;
  background-color: #ea7200;
  margin-bottom: 0;
  margin-right: 0.5rem;
  margin-top: -0.3rem;
  font-size: 0.9rem;
  padding: 0.2rem 0.5rem;
  transition: 0.4s;
}
.intro-section__cta span:before {
  color: #fff;
  transition: 0.4s;
}
.intro-section__cta:hover {
  border: 1px solid #ea7200;
  background-color: #fff;
  color: #ea7200;
}
.intro-section__cta:hover span:before {
  color: #ea7200;
}
@media (min-width: 768px) {
  .intro-section__content {
    padding: 3rem 1rem 3rem;
    margin-top: auto;
    position: absolute;
  }
}
@media (min-width: 768px) {
  .intro-section {
    height: calc(100vh - 4.44rem);
    display: block;
    background-image: none;
  }
  .intro-section__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .intro-section__bg img {
    position: absolute;
    left: 0;
    height: 100%;
    width: auto;
    min-width: 100%;
  }
  .intro-section__tout-mask {
    pointer-events: none;
    position: absolute;
    bottom: 0;
    height: 100%;
    top: -4px;
    right: 0;
    width: 100%;
    overflow: hidden;
  }
  .intro-section__tout-mask img {
    position: absolute;
    height: 100%;
    width: 40%;
    right: -8%;
  }
  .intro-section__shapes {
    position: absolute;
    left: 0;
    top: 4%;
    width: 79%;
    height: 58%;
    z-index: 0;
    overflow: hidden;
  }
  .intro-section__shapes img {
    position: absolute;
    left: -18%;
    top: 17%;
    width: 100%;
  }
  .intro-section__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 2.83rem 3.2rem;
    position: relative;
    z-index: 2;
  }
  .intro-section__title {
    font-size: 3rem;
    line-height: 3.33rem;
    max-width: 26rem;
  }
  .intro-section__btns-wrp {
    display: flex;
  }
  .intro-section__cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    width: auto;
    height: 1.5rem;
    color: #fff;
    background-color: #ea7200;
    margin-bottom: 0;
    margin-right: 0.5rem;
    margin-top: -0.3rem;
    font-size: 0.9rem;
    padding: 0.2rem 0.5rem;
    transition: 0.4s;
  }
  .intro-section__cta span.icon-tickets {
    margin-left: 0.4rem;
  }
  .intro-section__cta span.external-indicator {
    margin-right: 1.11rem;
    font-size: 1.2rem;
  }
  .intro-section__cta span:before {
    color: #fff;
    transition: 0.4s;
  }
}
@media (min-width: 992px) {
  .intro-section {
    height: 100vh;
  }
  .intro-section .linear-lines {
    z-index: 1;
  }
  .intro-section__bg img {
    left: 0;
    height: 100%;
  }
  .intro-section__shapes {
    top: 2%;
  }
  .intro-section__shapes img {
    left: 17%;
    width: 82%;
  }
  .intro-section__content {
    padding: 0 1rem 3.2rem;
  }
  .intro-section__title {
    max-width: 31rem;
    line-height: 4rem;
    margin-bottom: 1rem;
  }
  .intro-section__cta {
    margin-right: 0.8rem;
  }
}
@media (min-width: 1200px) {
  .intro-section__shapes {
    width: 61%;
  }
  .intro-section__shapes img {
    left: 18%;
    width: 72%;
  }
}
@media (min-width: 1640px) {
  .intro-section__shapes {
    top: 2%;
  }
  .intro-section__shapes img {
    width: 80%;
    left: 14%;
  }
  .intro-section__content {
    padding: 0 2rem 4.2rem;
  }
  .intro-section__cta {
    font-size: 0.8rem;
  }
}
.collections-section .section-header {
  margin-bottom: 1.643rem;
}
.collections-section .section-header__title {
  text-transform: uppercase;
}
.collections-section .carousel-navs {
  display: none;
  justify-content: space-between;
  margin-top: 1.57rem;
  padding: 0 15px;
  width: 100%;
}
.collections-section .explore-more {
  justify-content: center;
  margin-top: 22px;
}
.collections-section .more-box {
  display: none;
}
@media (min-width: 768px) {
  .collections-section .section-header {
    margin-bottom: 2.33rem;
  }
  .collections-section .section-header__top .explore-more {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
  }
  .collections-section .section-header__sub-title {
    width: 25rem;
  }
  .collections-section .carousel-navs {
    display: none;
    position: absolute;
    top: 25%;
    width: 100%;
    margin: 3.9rem auto 0;
    padding: 0 5rem;
  }
  .collections-section .carousel-navs__btn:first-child {
    background-color: #fff;
    position: absolute;
    right: 9px;
  }
  .collections-section .explore-more {
    display: none;
  }
  .collections-section .more-box {
    display: flex;
    position: relative;
    bottom: 2.5rem;
    left: 7rem;
    z-index: 10;
  }
}
@media (min-width: 992px) {
  .collections-section .section-header {
    margin-bottom: 1.3rem;
  }
  .collections-section .section-header__sub-title {
    width: 24rem;
  }
  .collections-section .carousel-navs {
    display: flex;
    flex-direction: row;
    width: 100%;
    top: 40%;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    position: absolute;
  }
  .collections-section .carousel-navs__btn:first-child {
    background-color: #fff;
    position: absolute;
    left: 9px;
  }
  .collections-section .slider-next-button.carousel-navs__btn--next {
    background-color: #fff;
    position: absolute;
    left: 9px;
  }
  .collections-section .more-box {
    display: flex;
    position: relative;
    bottom: 4.5rem;
    left: 13rem;
    z-index: 9999999 !important;
  }
}
@media (min-width: 1200px) {
  .collections-section .section-header__sub-title {
    width: 35rem;
  }
  .collections-section .carousel-navs {
    position: absolute;
    top: 25%;
    display: flex;
    width: 100%;
    margin: 3.9rem auto 0;
    padding: 0 5rem;
  }
  .collections-section .carousel-navs__btn:first-child {
    background-color: #fff;
    position: absolute;
    left: 9px;
  }
  .collections-section .carousel-navs__btn--next {
    background-color: #fff;
    position: absolute;
    right: 9px;
  }
  .collections-section .more-box {
    display: flex;
    position: relative;
    bottom: 2.5rem;
    left: 75%;
    z-index: 9999999 !important;
  }
}
@media (min-width: 1640px) {
  .collections-section .section-header {
    margin-bottom: 4.35rem;
  }
  .collections-section .section-header__sub-title {
    width: 45rem;
  }
  .collections-section .carousel-navs {
    position: absolute;
    top: 25%;
    display: flex;
    width: 100%;
    margin: 3.9rem auto 0;
    padding: 0 5rem;
  }
  .collections-section .carousel-navs__btn:first-child {
    background-color: #fff;
    position: absolute;
    left: 9px;
  }
  .collections-section .carousel-navs__btn--next {
    background-color: #fff;
    position: absolute;
    right: 9px;
  }
  .collections-section .more-box {
    display: flex;
    position: relative;
    bottom: 2rem;
    right: -22rem;
    left: unset;
    z-index: 10;
  }
}
.three-sliders {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  padding: 0 0;
  padding-bottom: 0;
}
.three-sliders__slider {
  width: 9rem;
}
.three-sliders__slider--prev,
.three-sliders__slider--next {
  position: absolute;
  overflow: hidden;
}
.three-sliders__slider--prev img,
.three-sliders__slider--next img {
  transition:
    transform 1s cubic-bezier(0.075, 0.82, 0.165, 1),
    -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.three-sliders__slider--prev:hover img,
.three-sliders__slider--next:hover img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.three-sliders__slider--prev .three-sliders__slide,
.three-sliders__slider--next .three-sliders__slide {
  height: 14.3rem;
}
.three-sliders__slider--prev .slick-arrow,
.three-sliders__slider--next .slick-arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: inherit;
  height: inherit;
  z-index: 10;
}
.three-sliders__slider--prev .slick-arrow.slick-disabled,
.three-sliders__slider--next .slick-arrow.slick-disabled {
  cursor: auto;
}
.three-sliders__slider--prev {
  right: 76.5%;
  -webkit-transform: translateX(2.57rem);
  transform: translateX(2.57rem);
  border-radius: 20px;
}
.three-sliders__slider--prev .three-sliders__slide img {
  opacity: 1;
}
.three-sliders__slider--prev .slick-next {
  display: none !important;
}
.three-sliders__slider--center {
  margin-bottom: 9px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.42);
  position: relative;
  z-index: 2;
  border-radius: 20px;
}
.three-sliders__slider--center .three-sliders__slide {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.three-sliders__slider--center .three-sliders__slide img {
  transition:
    transform 0.9s 0.3s cubic-bezier(0.653, 0, 0.372, 1),
    -webkit-transform 0.9s 0.3s cubic-bezier(0.653, 0, 0.372, 1);
}
.three-sliders__slider--center .three-sliders__slide-fig {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.42);
  border-radius: 20px;
  pointer-events: none;
}
.three-sliders__slider--next {
  left: 76.5%;
  -webkit-transform: translateX(-2.57rem);
  transform: translateX(-2.57rem);
  border-radius: 20px;
}
.three-sliders__slider--next .three-sliders__slide img {
  opacity: 1;
}
.three-sliders__slider--next .three-sliders__slide:last-child {
  opacity: 0;
}
.three-sliders__slider--next .slick-prev {
  display: none !important;
}
.three-sliders__slide {
  height: 14.29rem;
  position: relative;
  outline: none !important;
}
.three-sliders__slide img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.three-sliders__slide-fig {
  overflow: hidden;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.three-sliders__slide-fig > div {
  height: 100%;
  width: 100%;
}
.three-sliders__slide-title {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  font-family: 'Conv_GretaSansStd-Bold';
  color: #fff;
  padding: 2rem 0.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .three-sliders__slide-title {
    padding: 1rem 0.5rem;
  }
}
.three-sliders__slide-title a {
  font-size: 1.6rem;
}
@media (max-width: 767.98px) {
  .three-sliders__slide-title a {
    font-size: 1.3rem;
    word-break: break-word;
  }
}
.three-sliders__slide-title:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 30%;
  bottom: 0;
  z-index: -1;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}
.three-sliders__counter-wrp {
  position: absolute;
  bottom: 0;
  color: #211f20;
  z-index: 2;
  outline: none !important;
  user-select: none;
}
.three-sliders__counter {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Conv_GretaSansStd-Bold';
  font-size: 2.143rem;
  width: 2.3rem;
}
.three-sliders__counter .slick-slide {
  line-height: 1;
}
.three-sliders__counter-total {
  position: absolute;
  right: -39%;
  bottom: -14%;
  font-size: 1rem;
}
.three-sliders__counter-total:before {
  content: '';
  position: absolute;
  height: 25px;
  width: 1px;
  top: -53%;
  left: -58%;
  background-color: #707070;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .three-sliders__slider {
    width: 13rem;
  }
  .three-sliders__slider--prev .three-sliders__slide,
  .three-sliders__slider--next .three-sliders__slide {
    height: 22.2rem;
  }
  .three-sliders__slider--prev {
    transform: translateX(7rem);
  }
  .three-sliders__slider--next {
    transform: translateX(-7rem);
  }
  .three-sliders__slide {
    height: 22.22rem;
  }
  .three-sliders__slide-title {
    text-align: left;
    padding: 1.61rem 2.42rem;
  }
  .three-sliders__slide-title a {
    font-size: 1.2rem;
  }
  .three-sliders__counter {
    font-size: 3.7rem;
  }
  .three-sliders__counter-total {
    font-size: 1.833rem;
    right: -79%;
    bottom: -14%;
  }
  .three-sliders__counter-total:before {
    height: 44px;
    width: 1px;
    top: -26%;
    left: -11%;
  }
}
@media (min-width: 992px) {
  .three-sliders:before {
    transform: scale(0);
  }
  .three-sliders__slider-wrp {
    position: relative;
  }
  .three-sliders__slider {
    width: 18rem;
  }
  .three-sliders__slider--prev:hover,
  .three-sliders__slider--next:hover {
    opacity: 0.8;
    filter: grayscale(50%);
  }
  .three-sliders__slider--prev:hover .three-sliders__slide img,
  .three-sliders__slider--next:hover .three-sliders__slide img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .three-sliders__slider--prev .three-sliders__slide,
  .three-sliders__slider--next .three-sliders__slide {
    height: 19.1rem;
  }
  .three-sliders__slider--prev {
    transform: translateX(8rem);
  }
  .three-sliders__slider--center {
    box-shadow: none;
    margin-bottom: 0;
    background: transparent;
  }
  .three-sliders__slider--center .three-sliders__slide-fig {
    box-shadow: none;
  }
  .three-sliders__slider--next {
    transform: translateX(-8rem);
  }
  .three-sliders__slide {
    height: 21rem;
  }
  .three-sliders__slide-fig {
    height: 19rem;
  }
  .three-sliders__slide-title {
    padding: 4.61rem 2.42rem;
    justify-content: flex-start;
  }
  .three-sliders__counter-wrp {
    bottom: auto;
    top: 33%;
    right: 21vw;
  }
  .three-sliders__counter {
    font-size: 2.7rem;
  }
  .three-sliders__counter-total {
    font-size: 1.5rem;
    right: -48%;
    bottom: -16%;
  }
}
@media (min-width: 1200px) {
  .three-sliders__slider {
    width: 25rem;
  }
  .three-sliders__slider--prev .three-sliders__slide,
  .three-sliders__slider--next .three-sliders__slide {
    height: 30.1rem;
  }
  .three-sliders__slider--prev {
    transform: translateX(9.2rem);
    right: 77.5%;
  }
  .three-sliders__slider--next {
    transform: translateX(-9.2rem);
    left: 77.5%;
  }
  .three-sliders__slide {
    height: 30rem;
  }
  .three-sliders__slide-fig {
    height: 30.1rem;
  }
  .three-sliders__counter-wrp {
    top: 30.7%;
    right: 22vw;
  }
  .three-sliders__counter {
    font-size: 3.7rem;
  }
  .three-sliders__counter-total {
    font-size: 1.83rem;
    right: -88%;
    bottom: -22%;
  }
  .three-sliders__counter-total:before {
    top: -48%;
    left: -24%;
    height: 56px;
  }
}
@media (min-width: 1640px) {
  .three-sliders__slider {
    width: 26rem;
  }
  .three-sliders__slider--prev .three-sliders__slide,
  .three-sliders__slider--next .three-sliders__slide {
    height: 30rem;
  }
  .three-sliders__slider--prev {
    right: 65.5%;
    -webkit-transform: translateX(2.57rem);
    transform: translateX(-2.57rem);
  }
  .three-sliders__slider--prev .three-sliders__slide {
    height: 30.6rem;
  }
  .three-sliders__slider--next {
    left: 65.5%;
    -webkit-transform: translateX(-2.57rem);
    transform: translateX(2.57rem);
  }
  .three-sliders__slider--next .three-sliders__slide {
    height: 30.6rem;
  }
  .three-sliders__slide {
    height: 30.5rem;
  }
  .three-sliders__slide-fig {
    height: 30.5rem;
  }
  .three-sliders__slide-title a {
    font-size: 1.84rem;
  }
  .three-sliders__counter-wrp {
    top: 31%;
  }
  .three-sliders__counter {
    font-size: 4rem;
  }
  .three-sliders__counter-total {
    font-size: 2rem;
  }
  .three-sliders__counter-total:before {
    top: -52%;
    left: 7%;
    height: 79px;
  }
}
.at-your-visit-section .visit-tabs {
  margin-top: 1.29rem;
}
.at-your-visit-section > .explore-more {
  justify-content: center;
  padding-top: 0.8rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(199, 199, 199, 0.53);
}
.at-your-visit-section .more-box {
  display: none;
}
@media (min-width: 768px) {
  .at-your-visit-section .visit-tabs {
    margin-top: 1.5rem;
  }
  .at-your-visit-section > .explore-more {
    display: none;
  }
  .at-your-visit-section .section-header__sub-title {
    max-width: 36rem;
  }
}
@media (min-width: 992px) {
  .at-your-visit-section .visit-tabs {
    margin-bottom: 2rem;
  }
  .at-your-visit-section .more-box {
    display: flex;
    position: absolute;
    bottom: -2rem;
    right: 1.8rem;
    z-index: 1;
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 1200px) {
  .at-your-visit-section .visit-tabs {
    margin-bottom: 2.5rem;
  }
  .at-your-visit-section .more-box {
    bottom: -2.5rem;
    right: 2.2rem;
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 1640px) {
  .at-your-visit-section .more-box {
    position: absolute;
    bottom: -1.8rem;
    right: 1.8rem;
    z-index: 1;
    width: 3.5rem;
    height: 3.5rem;
  }
  .at-your-visit-section .more-box__word {
    font-size: 1rem;
  }
  .at-your-visit-section .more-box__plus {
    font-size: 2.4rem;
  }
}
.visit-tabs__nav {
  overflow-x: auto;
  flex-wrap: nowrap;
}
.visit-tabs__nav-link {
  display: block;
  font-family: 'Conv_GretaSansStd-Bold';
  font-size: 1rem;
  padding: 1rem 1.7rem;
  color: rgba(77, 64, 51, 0.7) !important;
  border: 1px solid rgba(199, 199, 199, 0.53);
  border-left: none;
  white-space: normal;
  height: 100%;
  min-width: 10rem;
  cursor: pointer;
  transition: color 0.2s;
}
.visit-tabs__nav-link.active {
  color: #ea7200 !important;
  border-bottom: none;
  pointer-events: none;
}
.visit-tabs__nav-link.disabled {
  pointer-events: none;
}
.visit-tabs__tab-content-container {
  max-width: 720px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  height: 17rem;
  position: relative;
  margin-top: 1.4rem;
}
.visit-tabs__tab-content {
  width: 100%;
  height: 99%;
  position: relative;
  overflow: hidden;
}
.visit-tabs__tab-item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateY(100%);
  overflow: hidden;
  transition: transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.visit-tabs__tab-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.visit-tabs__tab-item.active,
.visit-tabs__tab-item.animating {
  transform: translateY(0);
}
.visit-tabs__tab-img-wrp {
  display: block;
  height: 100%;
}
.visit-tabs__tab-img-wrp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visit-tabs__tab-title {
  font-size: 1rem;
  line-height: 1.42rem;
  position: absolute;
  height: 100%;
  bottom: 0;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  z-index: 1;
  padding: 2rem 0.7rem;
  font-size: 1rem;
  line-height: 1.42rem;
  text-shadow: 1.5px 1.5px #312c2c;
}
@media (min-width: 768px) {
  .visit-tabs__nav-link {
    font-size: 1.56rem;
    padding: 1.9rem 4rem;
    min-width: 18rem;
  }
  .visit-tabs__tab-content-container {
    height: 29rem;
  }
  .visit-tabs__tab-title {
    font-size: 1.6rem;
    line-height: 1.94rem;
    padding: 0 2.1rem 2rem;
    font-size: 1.6rem;
    line-height: 1.94rem;
  }
}
@media (min-width: 992px) {
  .visit-tabs {
    max-width: none !important;
    width: calc(100% - 11.6rem) !important;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    padding: 0;
  }
  .visit-tabs__nav-container {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .visit-tabs__nav {
    overflow-x: visible;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .visit-tabs__nav-item {
    position: relative;
  }
  .visit-tabs__nav-link {
    min-width: auto;
    border: none;
    font-size: 1.6rem;
    line-height: 1.85rem;
    padding: 0;
    max-width: 11rem;
  }
  .visit-tabs__nav-link:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    transition: 1s cubic-bezier(0.6, 0.2, 0, 1);
  }
  .visit-tabs__nav-link.active:after {
    width: 100%;
  }
  .visit-tabs__tab-content-container {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0;
    margin: 0;
    height: 44vw;
    z-index: 1;
  }
  .visit-tabs__tab-title {
    padding: 4rem 2.1rem;
  }
}
@media (min-width: 1200px) {
  .visit-tabs {
    margin-top: 2.5rem;
  }
  .visit-tabs__nav-container {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .visit-tabs__tab-content-container {
    flex: 0 0 50%;
    max-width: 50%;
    height: 35vw;
  }
  .visit-tabs__tab-title {
    padding: 5rem 2.1rem;
  }
}
@media (min-width: 1640px) {
  .visit-tabs {
    width: calc(100% - 13.2rem) !important;
  }
}
.highlights-section {
  position: relative;
  overflow: hidden;
}
.highlights-section.home-section {
  padding-bottom: 0;
}
.highlights-section .highlights-items__container {
  max-height: 100vh;
}
.highlights-section .highlights__background {
  position: absolute;
  width: 100%;
  height: 16rem;
  top: 0;
  background-size: cover, 100%;
  background-repeat: no-repeat;
  background-position: top;
}
.highlights-section .section-header {
  margin-bottom: 1.68rem;
}
.highlights-section .highlights_section__title {
  color: #4d4033 !important;
}
.highlights-section .highlights__img__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.highlights-section .slick-list {
  margin: 0 -0.645rem;
  padding: 0 50px;
}
.highlights-section .slick-track {
  padding: 0 0 4rem;
}
.highlights-section .highlights__item {
  position: relative;
  margin: 0 0.645rem;
}
.highlights-section .highlights__img {
  height: 85vh;
  overflow: hidden;
}
.highlights-section .highlights__img figure {
  height: 100%;
}
.highlights-section .highlights__img img {
  height: 100%;
  width: 100%;
}
.highlights-section .highlights__img-scroll-wrp {
  width: 100%;
  height: 100%;
  position: relative;
}
.highlights-section .highlights__img-scroll-wrp:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.highlights-section .highlights__title {
  position: absolute;
  color: #fff;
  top: 3rem;
}
.highlights-section .highlights__title.sliderPart {
  position: absolute !important;
  color: #fff !important;
  top: 8rem !important;
  left: 3%;
}
.highlights-section .highlights__title.sliderPart span {
  background: none !important;
  color: #fff !important;
  font-size: 50px !important;
  display: inline-block;
  text-shadow: 2px 2px #312c2c;
  text-align: left;
  font-weight: 700;
  margin-left: 10px;
  margin-top: 90px;
}
.highlights-section .highlights__details__links {
  display: block;
  padding: 0 1.28rem;
  margin-top: 0.5rem;
  line-height: 1.2rem;
  text-decoration: none !important;
  text-shadow: 1px 1px #312c2c;
}
.highlights-section .highlights__details__links {
  color: #fff;
}
.highlights-section .highlights__details__links:visited {
  color: #fff;
}
.highlights-section .highlights__details__links:hover {
  color: #fff;
}
.highlights-section .highlights__details__links:active,
.highlights-section .highlights__details__links:focus {
  color: #fff;
}
.highlights-section .highlights__details__links:hover {
  text-decoration: underline;
}
.highlights-section .highlights__events-details {
  position: absolute;
  width: calc(100% - 2rem);
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1.9rem;
  z-index: 1;
  background-color: #fff;
  padding: 0 0.93rem 0.8rem;
  box-shadow: 0 2px 4px #c1c1c1;
  min-height: 5rem;
}
@media (max-width: 767.98px) {
  .highlights-section .highlights__events-details {
    bottom: 0;
  }
}
.highlights-section .more-box {
  display: flex;
  position: absolute;
  bottom: -1rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
}
.highlights-section .more-box .more-box__word {
  font-size: 1.1rem;
}
@media (max-width: 767.98px) {
  .highlights-section .more-box {
    bottom: 0;
  }
}
.highlights-section .more-box.more-box--desktop {
  position: absolute;
  right: 1rem;
  left: inherit;
  bottom: 1rem;
}
@media (max-width: 767.98px) {
  .highlights-section .more-box.more-box--desktop {
    bottom: 0;
  }
}
.highlights-section .events-upper {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
}
@media (max-width: 767.98px) {
  .highlights-section .events-upper {
    margin-top: 4%;
  }
}
.highlights-section .highlights__event--desktop {
  margin-left: 1rem;
  background-color: #fff;
  color: #000;
  display: inline-block;
}
.highlights-section .highlights__event--desktop span {
  color: #000;
}
.highlights-section .highlights__event--mobile {
  background-color: #a5916e;
  color: #fff;
  font-size: 0.715rem;
  padding: 0.17rem 1rem;
  margin-right: 1.59rem;
  display: none;
}
.highlights-section .highlights__date__holder {
  display: flex;
  flex-grow: 2;
  align-items: flex-end;
  margin-bottom: 5px;
}
.highlights-section .highlights__day-month {
  display: flex;
  align-items: flex-end;
}
.highlights-section .highlights__date {
  display: flex;
  flex-direction: column;
  margin: 0 1rem;
}
.highlights-section .highlights-year__wrap {
  display: flex;
}
.highlights-section .highlights__month {
  font-size: 0.79rem;
  text-transform: uppercase;
}
.highlights-section .highlights__day {
  font-family: 'Conv_GretaSansStd-Bold';
  font-size: 1.43rem;
  line-height: 1rem;
}
.highlights-section .date__separator {
  font-family: 'Conv_GretaSansStd-Bold';
  margin: 0 0.2rem;
}
.highlights-section .highlights__year {
  font-size: 0.79rem;
  font-family: 'Conv_GretaSansStd-Bold';
}
.highlights-section .highlights__location {
  display: flex;
  align-items: center;
}
.highlights-section .icon-location {
  font-size: 0.75rem;
  margin-right: 0.5rem;
}
.highlights-section .location__text {
  font-size: 0.79rem;
  font-size: 0.79rem;
  line-height: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.highlights-section .carousel-navs {
  display: none;
}
#mute-video {
  position: absolute;
  z-index: 9999999999;
  color: #000;
  top: 50%;
  left: 48%;
  cursor: pointer;
}
.expand {
  display: none;
}
#mute-video {
  top: 55%;
}
.videoClass {
  position: absolute;
  z-index: 999;
  height: 100vh;
}
.highlights-section {
  position: relative;
  overflow: hidden;
}
.highlights-section .highlights__img {
  height: 25vh;
  overflow: hidden;
}
.highlights-section .highlights__img figure {
  height: 100%;
}
.highlights-section .highlights__img img {
  height: 100%;
  width: 100%;
}
.highlights-section .highlights__title {
  position: absolute;
  color: #fff;
  top: 3rem;
}
@media (max-width: 767.98px) {
  .highlights-section .highlights__title {
    top: 1rem;
  }
}
.highlights-section .highlights__title.sliderPart {
  position: absolute !important;
  color: #fff !important;
  top: 5rem !important;
  left: 3%;
}
.highlights-section .highlights__title.sliderPart span {
  background: none !important;
  color: #fff !important;
  font-size: 18px !important;
  display: inline-block;
  text-shadow: 2px 2px #312c2c;
}
.highlights-section .highlights__event--desktop {
  margin-left: 1rem;
  padding: 0.17rem 1rem;
  display: inline-block;
  font-size: 0.75rem;
}
.highlights-section .highlights__details__links {
  font-size: 1rem;
  padding: 0 1.28rem;
  margin-top: 10px;
  line-height: 1.2rem;
}
@media (min-width: 576px) {
  #mute-video {
    top: 59%;
  }
  .videoClass {
    position: absolute;
    z-index: 999;
    height: 100vh;
  }
  .highlights-section {
    position: relative;
    overflow: hidden;
  }
  .highlights-section .highlights__img {
    height: 35vh;
    overflow: hidden;
  }
  .highlights-section .highlights__img figure {
    height: 100%;
  }
  .highlights-section .highlights__img img {
    height: 100%;
    width: 100%;
  }
  .highlights-section .highlights__title {
    position: absolute;
    color: #fff;
    top: 3rem;
  }
  .highlights-section .highlights__title.sliderPart {
    position: absolute !important;
    color: #fff !important;
    top: 5rem !important;
    left: 3%;
  }
  .highlights-section .highlights__title.sliderPart span {
    background: none !important;
    color: #fff !important;
    font-size: 18px !important;
    display: inline-block;
    text-shadow: 2px 2px #312c2c;
  }
  .highlights-section .highlights__event--desktop {
    margin-left: 1rem;
    padding: 0.17rem 1rem;
    display: inline-flex;
    font-size: 0.75rem;
  }
  .highlights-section .highlights__details__links {
    font-size: 1.25rem;
    padding: 0 1.28rem;
    margin-top: 0.5rem;
    line-height: 1.2rem;
  }
}
@media (min-width: 768px) {
  .videoClass {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100vh;
  }
  .highlights-section .slick-track {
    padding: 0 0 6rem;
  }
  .highlights-section .highlights__background {
    height: 16rem;
  }
  .highlights-section .slick-list {
    margin: 0 -1.46rem;
  }
  .highlights-section .highlights__item {
    margin-right: 1.46rem;
  }
  .highlights-section .highlights__img {
    height: 45vh;
  }
  .highlights-section .highlights__event--desktop {
    margin-left: 1rem;
    padding: 0.17rem 1rem;
    display: inline-flex;
    font-size: 1rem;
  }
  .highlights-section .highlights__details__links {
    font-size: 1.25rem;
    padding: 0 1.28rem;
    margin-top: 0.5rem;
    line-height: 1.2rem;
  }
  .highlights-section .highlights__events-details {
    margin: 0 1.09rem;
    width: calc(100% - 2.18rem);
  }
  .highlights-section .events-upper {
    padding-right: 1.83rem;
  }
  .highlights-section .highlights__title {
    position: absolute;
    color: #fff;
    top: 3rem;
  }
  .highlights-section .highlights__title.sliderPart {
    position: absolute !important;
    color: #fff !important;
    top: 4rem !important;
    left: 3%;
  }
  .highlights-section .highlights__title.sliderPart span {
    background: none !important;
    color: #fff !important;
    font-size: 24px !important;
    display: inline-block;
    text-shadow: 2px 2px #312c2c;
  }
}
@media (min-width: 992px) {
  #mute-video {
    top: 50%;
  }
  .videoClass {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100vh;
  }
  .highlights-section {
    background-color: #fff;
  }
  .highlights-section .highlights__background {
    height: 23rem;
  }
  .highlights-section .slick-list {
    padding: 0;
  }
  .highlights-section .bottomNav_bottomNav_item_dropdown__Xfspp .slick-track {
    padding: 0;
    padding-top: 1.7rem;
  }
  .highlights-section .highlights-items__container {
    width: 100%;
    margin-top: 4%;
  }
  .highlights-section .highlights__img {
    height: 75vh;
    width: 38.45rem;
    position: relative;
  }
  .highlights-section .highlights__title {
    bottom: 3.36rem;
    top: 3rem;
    width: 100%;
    position: absolute;
    color: #fff;
  }
  .highlights-section .highlights__title.sliderPart {
    position: absolute !important;
    color: #fff !important;
    top: 10rem !important;
    left: 7%;
  }
  .highlights-section .highlights__title.sliderPart span {
    background: none !important;
    color: #fff !important;
    font-size: 50px !important;
    display: inline-block;
    text-shadow: 2px 2px #312c2c;
  }
  .highlights-section .highlights__details__links {
    font-size: 1.5rem;
    padding: 0;
    padding-right: 1.75rem;
    padding-left: 7.2rem;
    margin-top: 0.75rem;
    max-width: 80%;
    line-height: 2.3rem;
  }
  .highlights-section .highlights__events-details {
    bottom: 8rem !important;
    right: 0;
    left: auto;
    margin: 0;
    width: 14rem;
    display: flex;
    flex-direction: column;
    padding-top: 0.7rem;
    padding-bottom: 4rem;
    padding-right: 0.56rem;
    padding-left: 2.08rem;
    box-shadow: none;
    height: 11rem;
    margin-left: 1rem;
  }
  .highlights-section .events-upper {
    padding-right: 0;
  }
  .highlights-section .highlights__event--desktop {
    margin: 0;
    margin-right: 1.75rem;
    margin-left: 7.2rem;
    padding: 1rem 1rem;
    display: inline-flex;
    align-items: center;
    height: 1.4rem;
    font-size: 1.25rem;
  }
  .highlights-section .highlights__event--mobile {
    display: none;
  }
  .highlights-section .icon-location {
    font-size: 1.1rem;
  }
  .highlights-section .highlights__date {
    margin: 0;
  }
  .highlights-section .highlights__date__holder {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
  .highlights-section .highlights__day-month {
    width: 100%;
    align-items: end;
  }
  .highlights-section .highlights__day {
    font-size: 3.95rem;
    line-height: inherit;
    margin-top: -1rem;
  }
  .highlights-section .date__separator {
    margin: 0;
    font-size: 3.95rem;
    padding: 0 1rem;
  }
  .highlights-section .highlights__year {
    font-size: 1.3rem;
    margin-top: -1rem;
  }
  .highlights-section .highlights-year__wrap {
    flex-direction: column;
  }
  .highlights-section .more-box {
    display: flex;
    position: absolute;
    bottom: -3rem;
    width: 4.6rem;
    height: 4.8rem;
  }
  .highlights-section .more-box .more-box__word {
    font-size: 1.12rem;
  }
  .highlights-section .more-box.more-box--desktop {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
  }
  .highlights-section .carousel-navs {
    display: flex;
    flex-direction: row;
    top: 60%;
    position: absolute;
    width: 100%;
  }
  .highlights-section .carousel-navs__btn {
    background-color: #fff;
    position: absolute;
    margin-left: 2.5rem;
  }
  .highlights-section .carousel-navs__btn::before,
  .highlights-section .carousel-navs__btn--prev {
    position: absolute;
    left: -26px;
  }
  .highlights-section .carousel-navs__btn::after,
  .highlights-section .carousel-navs__btn--next {
    position: absolute;
    right: 15px;
  }
  .highlights-section .more-box {
    width: 4rem;
    height: 4rem;
    bottom: -3rem;
  }
  .highlights-section .more-box.more-box--desktop {
    bottom: 5rem;
  }
  .highlights-section .more-box .more-box__word {
    font-size: 1rem;
  }
  .highlights-section .slick-active .highlights__location {
    animation-name: fadeInUpSD;
    -webkit-animation-name: fadeInUpSD;
    -moz-animation-name: fadeInUpSD;
    -ms-animation-name: fadeInUpSD;
    -o-animation-name: fadeInUpSD;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    opacity: 1;
    width: 100%;
  }
  .highlights-section .slick-active .events-upper {
    animation-name: fadeInUpSD;
    -webkit-animation-name: fadeInUpSD;
    -moz-animation-name: fadeInUpSD;
    -ms-animation-name: fadeInUpSD;
    -o-animation-name: fadeInUpSD;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    opacity: 1;
    width: 100%;
  }
  .highlights-section .slick-active .highlights__title {
    animation-name: fadeInUpSD;
    -webkit-animation-name: fadeInUpSD;
    -moz-animation-name: fadeInUpSD;
    -ms-animation-name: fadeInUpSD;
    -o-animation-name: fadeInUpSD;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    opacity: 1;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #mute-video {
    top: 48%;
  }
  .videoClass {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100vh;
  }
  .highlights-section .highlights-items__container {
    width: 100%;
    margin-top: 4%;
  }
  .highlights-section .highlights__img {
    width: 100%;
    height: 95vh;
  }
  .highlights-section .carousel-navs {
    display: flex;
    flex-direction: row;
    top: 60%;
    position: absolute;
    width: 100%;
  }
  .highlights-section .highlights__title.sliderPart {
    position: absolute !important;
    color: #fff !important;
    top: 10rem !important;
    left: 7%;
  }
  .highlights-section .highlights__title.sliderPart span {
    background: none !important;
    color: #fff !important;
    font-size: 45px !important;
    display: inline-block;
    text-shadow: 2px 2px #312c2c;
  }
  .highlights-section .highlights__event--desktop {
    margin: 0;
    margin-right: 1.75rem;
    margin-left: 7.2rem;
    padding: 1rem 1rem;
    display: inline-flex;
    align-items: center;
    height: 1.4rem;
    font-size: 1.25rem;
  }
  .highlights-section .highlights__details__links {
    font-size: 1.75rem;
    padding: 0;
    padding-right: 1.75rem;
    padding-left: 7.2rem;
    margin-top: 0.75rem;
    max-width: 80%;
    line-height: 2.3rem;
  }
}
@media (min-width: 1640px) {
  #mute-video {
    top: 46%;
  }
  .videoClass {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100vh;
  }
  .highlights-section .highlights__title .sliderPart span {
    background: none !important;
    color: #fff !important;
    font-size: 50px !important;
    display: inline-block;
    text-shadow: 2px 2px #312c2c;
  }
  .highlights-section .highlights__background {
    height: 28rem;
  }
  .highlights-section .highlights-items__container {
    width: 100%;
    margin-top: 4%;
  }
  .highlights-section .highlights__img {
    height: 100vh;
    width: 55rem;
  }
  .highlights-section .highlights__event--desktop {
    margin: 0;
    margin-left: 8.2rem;
    margin-right: 1.75rem;
    font-size: 1.75rem;
    padding: 1.5rem 2rem;
  }
  .highlights-section .highlights__details__links {
    padding: 0;
    padding-right: 1.75rem;
    padding-left: 8.2rem;
    font-size: 1.75rem;
    margin-top: 0.75rem;
    max-width: 80%;
    line-height: 2.3rem;
  }
  .highlights-section .highlights__events-details {
    width: 16rem;
    padding-top: 2.24rem;
    padding-bottom: 4.66rem;
    padding-right: 1.52rem;
    padding-left: 2.84rem;
    right: 0;
    height: 13rem;
    margin-left: 1rem;
  }
  .highlights-section .icon-location {
    font-size: 1.24rem;
  }
  .highlights-section .highlights__day {
    font-size: 4.52rem;
  }
  .highlights-section .highlights__month,
  .highlights-section .location__text {
    font-size: 0.8rem;
  }
  .highlights-section .date__separator {
    font-size: 4.52rem;
  }
  .highlights-section .more-box {
    bottom: -3rem;
  }
  .highlights-section .carousel-navs {
    display: flex;
    flex-direction: row;
    top: 60%;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .highlights-section .highlights-items__container {
    margin-top: 4%;
  }
  .highlights-section .highlights__item {
    opacity: 1 !important;
  }
  .highlights-section .highlights__item > div {
    overflow: hidden;
    width: 100%;
  }
  .highlights-section .highlights__img {
    width: 100%;
    height: 100vh;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.653, 0, 0.372, 1);
  }
  .highlights-section .highlights__events-details {
    opacity: 0;
  }
  .highlights-section .highlights__events-details > div {
    transform: translateY(30px);
    opacity: 0 !important;
    transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  }
  .highlights-section .highlights__events-details > div:last-child {
    transition-delay: 0.6s;
  }
  .highlights-section .to-next .highlights__img {
    transform: translateX(1%);
  }
  .highlights-section .to-prev .highlights__img {
    transform: translateX(-1%);
  }
  .highlights-section .no-transition .highlights__img {
    transition-duration: 0s;
    transition-delay: 0s;
  }
  .highlights-section .with-transition .highlights__img {
    transition-delay: 0.8s;
    transition-duration: 0.6s;
  }
  .highlights-section .slick-active .highlights__img {
    transform: translateX(0);
    transition: transform 0.9s cubic-bezier(0.653, 0, 0.372, 1);
    transition-delay: 0s;
  }
  .highlights-section .slick-active .highlights__events-details {
    opacity: 1;
  }
  .highlights-section .slick-active .highlights__events-details > div {
    opacity: 1 !important;
    transform: translateY(0);
  }
  .highlights-section .slick-active .more-box > span {
    animation: none;
  }
  .highlights-section .slick-active .highlights__title {
    animation: none;
  }
  .highlights-section .slick-active .highlights__title .sliderPart span {
    background: none !important;
    color: #fff !important;
    font-size: 41px !important;
    display: inline-block;
    text-shadow: 2px 2px #312c2c;
  }
}
@media (min-width: 1200px) {
  .highlights-section .highlights__item > div {
    width: 100%;
  }
}
@media (min-width: 1640px) {
  .highlights-section .highlights__item > div {
    width: 100%;
  }
}
@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
.fancybox-error p {
  text-align: left !important;
}
.fancybox-bg {
  background: transparent !important;
}
.fancybox-container {
  background-color: rgba(77, 64, 51, 0.95) !important;
}
#renderCanvas {
  width: 100% !important;
  height: 100% !important;
  touch-action: none !important;
  outline: none !important;
  cursor: grab;
}
.fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}
.fancybox-content {
  padding: 0 !important;
  overflow: hidden !important;
  background-color: transparent;
}
.fancybox-slide--html .fancybox-close-small {
  color: #fff !important;
  display: none;
}
#renderCanvas {
  border: 0.2rem solid #fff;
}
.hololens-section {
  height: 483px;
  padding: 0;
  margin-top: 1.68rem;
}
.hololens-section .background__scroll-inner-wrp {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hololens-section .background__scroll-inner-wrp > div {
  width: 100%;
  height: 100%;
}
.hololens-section .background__wrap {
  height: 100%;
  padding-top: 1.7rem;
  position: relative;
  overflow: hidden;
}
.hololens-section .background__wrap:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.hololens-section .hololens__backgroundImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(/wwwroot/images/homepage-imgs/Hololens-background-new.jpg?ver=2025.09.17.01)
    no-repeat center top;
  background-size: cover;
}
.hololens-section .hololens__tab-here {
  position: absolute;
  right: 3rem;
  bottom: 14rem;
}
.hololens-section .more-box {
  position: absolute;
  bottom: 4rem;
  right: 2.8rem;
}
.hololens-section .hololens__icon__wrapper {
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 5rem;
  height: 5rem;
  display: flex;
  background-color: rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  z-index: 0;
  transition: 0.4s;
}
.hololens-section .hololens__icon__wrapper:hover {
  background-color: #fff;
}
.hololens-section .hololens__icon__wrapper:before {
  content: '';
  width: 4rem;
  height: 4rem;
  background-color: #ea7200;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.hololens-section .icon-vr {
  font-size: 2.22rem;
}
.hololens-section .vr-line:before {
  content: '';
  position: absolute;
  width: 0.81rem;
  height: 0.81rem;
  border: 1px solid #fff;
  top: 6.5rem;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
.hololens-section .vr-line:after {
  content: '';
  height: 4.5rem;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 2rem;
  z-index: -2;
  left: 0;
  right: 0;
  margin: auto;
}
.hololens-section .hololens__popUp {
  color: #fff;
  display: block;
  padding-top: 8rem;
  width: 5rem;
  text-align: center;
  font-size: 0.86rem;
}
@media (min-width: 576px) {
  .hololens-section {
    height: calc(100vh - 2.3rem);
  }
  .hololens-section .hololens__tab-here {
    bottom: 2rem;
  }
  .hololens-section .more-box {
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .panoramaImg-homepage {
    margin: 0;
    padding: 44px;
    position: relative;
    height: auto;
  }
  .hololens-section {
    height: 70vh;
  }
  .hololens-section .hololens__backgroundImg {
    background-image: url(/wwwroot/images/homepage-imgs/Hololens-background-new.jpg?ver=2025.09.17.01);
    background-size: cover;
    background-position: center top;
    transform: scale(1.1);
  }
  .hololens-section .background__wrap {
    padding-top: 3rem;
  }
  .hololens-section .hololens__tab-here {
    right: 5rem;
    bottom: 8rem;
  }
  .hololens-section .more-box {
    bottom: 10rem;
  }
  .hololens-section .hololens__popUp {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .hololens-section {
    height: 100vh;
  }
  .hololens-section .section-header__sub-title {
    width: 33rem;
  }
  .hololens-section .hololens__tab-here {
    left: 0;
    right: 0;
    margin: auto;
    width: 5.5rem;
  }
  .hololens-section .more-box {
    right: inherit;
    left: 7.7rem;
  }
}
@media (min-width: 1200px) {
  .hololens-section .section-header__title {
    width: 45rem;
  }
  .hololens-section .section-header__sub-title {
    width: 40rem;
  }
}
@media (min-width: 1640px) {
  .hololens-section .section-header__title {
    width: 55rem;
  }
  .hololens-section .section-header__sub-title {
    width: 47rem;
  }
  .hololens-section .more-box {
    right: inherit;
    left: 11.4rem;
    bottom: 13rem;
  }
}
.pyramids-wall-section {
  color: #fff;
  padding: 3.3rem 0;
}
.pyramids-wall-section .form-input::placeholder {
  color: #fff !important;
  font-size: 1rem;
}
.pyramids-wall-section .pyramids-wall {
  margin-top: 2em;
}
@media (min-width: 992px) {
  .pyramids-wall-section .pyramids-wall {
    margin-top: 1em;
  }
}
.pyramids-wall {
  position: relative;
  z-index: 1;
}
.pyramids-wall .triangle-top,
.pyramids-wall .shape-0 .image-wrp,
.pyramids-wall .shape-0 .highlight-bg,
.pyramids-wall .shape-2 .image-wrp,
.pyramids-wall .shape-2 .highlight-bg,
.pyramids-wall .shape-4 .image-wrp,
.pyramids-wall .shape-4 .highlight-bg {
  clip-path: polygon(0% 100%, 50% 0%, 50% 0%, 100% 100%);
  background-position: center 60%;
}
.pyramids-wall .triangle-down,
.pyramids-wall .shape-1 .image-wrp,
.pyramids-wall .shape-1 .highlight-bg,
.pyramids-wall .shape-3 .image-wrp,
.pyramids-wall .shape-3 .highlight-bg,
.pyramids-wall .shape-5 .image-wrp,
.pyramids-wall .shape-5 .highlight-bg {
  clip-path: polygon(50% 100%, 50% 100%, 0% 0%, 100% 0%);
  background-position: center 30%;
}
.pyramids-wall .highlight-bg-down,
.pyramids-wall .shape-1 .highlight-bg,
.pyramids-wall .shape-3 .highlight-bg,
.pyramids-wall .shape-5 .highlight-bg {
  top: -0.3em;
  bottom: -0.6em;
  left: -0.6em;
  right: -0.6em;
}
.pyramids-wall .highlight-bg-top,
.pyramids-wall .shape-0 .highlight-bg,
.pyramids-wall .shape-2 .highlight-bg,
.pyramids-wall .shape-4 .highlight-bg {
  top: -0.6em;
  bottom: -0.3em;
  left: -0.6em;
  right: -0.6em;
}
.pyramids-wall .slider {
  position: relative;
}
.pyramids-wall .slider .linear-lines {
  display: none;
}
.pyramids-wall .slider-header {
  display: flex;
  align-items: center;
}
.pyramids-wall .slider-header .inner-loader-wrp {
  margin: 0 1em;
  height: 1.7em;
}
.pyramids-wall .slider-header .inner-loader-wrp img {
  height: 1.8em;
  width: auto;
}
.pyramids-wall .search-form {
  display: inline-flex;
  align-items: stretch;
}
.pyramids-wall .search-controls {
  display: flex;
  align-items: center;
}
.pyramids-wall .form-input {
  background-color: transparent;
  border: 1px solid rgba(203, 203, 203, 0.6);
  border-right: none;
  padding: 0.5em;
}
.pyramids-wall .validation-msg {
  color: #fff;
  font-size: 0.8em;
  margin: 0 1em;
}
.pyramids-wall .submit-btn {
  padding: 0 0.9em;
  background: #ea7200;
  color: #fff;
  border: 1px solid #fff;
}
.pyramids-wall .submit-btn:hover {
  background: #fff;
  color: #ea7200;
}
.pyramids-wall .submit-btn span {
  vertical-align: middle;
}
.pyramids-wall .submit-btn .text {
  display: none;
}
.pyramids-wall .navigate-btn {
  border: 1px solid rgba(203, 203, 203, 0.6);
  width: 1.8em;
  height: 1.8em;
  margin-left: 1em;
}
.pyramids-wall .navigate-btn.disabled span:before {
  color: rgba(203, 203, 203, 0.6);
}
.pyramids-wall .navigate-btn span {
  display: block;
  font-size: 0.6em;
}
.pyramids-wall .navigate-btn span:before {
  color: #ea7200;
}
.pyramids-wall .navigate-btn.prev span {
  transform: rotate(90deg);
}
.pyramids-wall .navigate-btn.next span {
  transform: rotate(-90deg);
}
.pyramids-wall .reset-btn {
  color: #ea7200;
  margin: 0.5em 1em;
}
.pyramids-wall .pyramids-wall-brief {
  color: #cbcbcb;
  margin-top: 1em;
  width: 24em;
  font-size: 1em;
}
.pyramids-wall .swiper-wrapper {
  margin-left: 4em !important;
}
.pyramids-wall .custom-swiper-button-prev,
.pyramids-wall .custom-swiper-button-next {
  display: none;
}
.pyramids-wall .swiper-slide {
  padding-bottom: 0.7em;
  padding-left: 0.7em;
}
@media (max-width: 991.98px) {
  .pyramids-wall .swiper-slide {
    width: 30em !important;
  }
}
.pyramids-wall .swiper-slide > * {
  height: 24em;
  position: relative;
}
.pyramids-wall .shape {
  position: absolute;
  color: #000;
}
.pyramids-wall .shape .image-wrp {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-image: url('/wwwroot/images/Logo-gray.png');
  background-size: 30%;
  background-repeat: no-repeat;
  background-color: #4a4a4a;
}
.pyramids-wall .shape .image-wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pyramids-wall .shape .highlight-bg {
  background-color: #ea7200;
  position: absolute;
  z-index: -1;
  opacity: 0.3;
}
.pyramids-wall .shape .highlight-bg.active {
  opacity: 1;
}
.pyramids-wall .shape-0 {
  width: 8.7em;
  height: 8em;
  left: 0;
  top: 15em;
  color: #000;
}
.pyramids-wall .shape-1 {
  width: 8em;
  height: 7em;
  top: 13.9em;
  left: 4.9em;
  color: #000;
}
.pyramids-wall .shape-2 {
  width: 8em;
  height: 7em;
  top: 5.8em;
  left: 4.9em;
  color: #000;
}
.pyramids-wall .shape-3 {
  width: 9em;
  height: 7.5em;
  left: 9.3em;
  top: 4em;
  color: #000;
}
.pyramids-wall .shape-4 {
  width: 19.4em;
  height: 18em;
  left: 9.3em;
  top: 5em;
  color: #000;
}
.pyramids-wall .shape-5 {
  width: 19em;
  height: 18em;
  left: 19.7em;
  top: 4em;
  color: #000;
}
@media (min-width: 768px) {
  .pyramids-wall .swiper-wrapper {
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .pyramids-wall {
    font-size: 0.8rem;
  }
  .pyramids-wall .swiper-container {
    margin-left: 12em;
  }
  .pyramids-wall .swiper-slide {
    margin-right: 0;
    margin-left: 0;
    width: 30em !important;
  }
  .pyramids-wall .custom-swiper-button-prev,
  .pyramids-wall .custom-swiper-button-next {
    cursor: pointer;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 1px solid rgba(203, 203, 203, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 7em;
    background-color: #fff;
  }
  .pyramids-wall .custom-swiper-button-prev.hide,
  .pyramids-wall .custom-swiper-button-next.hide {
    visibility: hidden;
  }
  .pyramids-wall .custom-swiper-button-prev.show,
  .pyramids-wall .custom-swiper-button-next.show {
    visibility: visible;
  }
  .pyramids-wall .custom-swiper-button-prev span:before,
  .pyramids-wall .custom-swiper-button-next span:before {
    color: #ea7200;
  }
  .pyramids-wall .custom-swiper-button-prev.swiper-button-disabled,
  .pyramids-wall .custom-swiper-button-next.swiper-button-disabled {
    cursor: default;
  }
  .pyramids-wall .custom-swiper-button-prev.swiper-button-disabled span:before,
  .pyramids-wall .custom-swiper-button-next.swiper-button-disabled span:before {
    color: rgba(203, 203, 203, 0.6);
  }
  .pyramids-wall .custom-swiper-button-prev {
    bottom: 4em;
  }
  .pyramids-wall .custom-swiper-button-next {
    bottom: 1em;
  }
  .pyramids-wall .custom-swiper-button-next span {
    display: block;
    transform: scaleX(-1);
  }
  .pyramids-wall .form-input {
    padding: 0.3em 0.7em;
    font-size: 0.9em;
    width: 14em;
  }
  .pyramids-wall .submit-btn {
    padding: 0 0.7em;
    font-size: 0.8em;
  }
  .pyramids-wall .navigate-btn {
    border-color: #ea7200;
    padding: 0.8em 0;
    font-size: 0.7em;
    height: auto;
  }
  .pyramids-wall .reset-btn {
    margin: 0.2em 1em;
  }
  .pyramids-wall .shape-0 {
    width: 10.8em;
    height: 9.2em;
    left: 0;
    top: 14.8em;
  }
  .pyramids-wall .shape-1 {
    width: 10em;
    height: 8em;
    top: 13.9em;
    left: 6.2em;
  }
  .pyramids-wall .shape-2 {
    width: 10em;
    height: 8em;
    top: 4.8em;
    left: 6.2em;
  }
  .pyramids-wall .shape-3 {
    width: 11em;
    height: 9em;
    left: 11.5em;
    top: 3em;
  }
  .pyramids-wall .shape-4 {
    width: 17em;
    height: 15em;
    top: 9em;
    left: 11.9em;
  }
  .pyramids-wall .shape-5 {
    width: 15.2em;
    height: 13.2em;
    left: 21.85em;
    top: 8.7em;
  }
}
@media (min-width: 1200px) {
  .pyramids-wall {
    font-size: 1rem;
  }
  .pyramids-wall .form-input {
    width: 16em;
  }
}
.inner .pyramids-wall {
  margin-top: -4.5rem;
}
@media (min-width: 992px) {
  .inner .pyramids-wall {
    font-size: 1.25rem;
  }
}
.inner .pyramids-wall .pyramids-wall-brief {
  display: none;
}
.inner .pyramids-wall .slider {
  padding-bottom: 2rem;
}
.inner .pyramids-wall .slider .linear-lines {
  display: block;
  position: absolute;
  top: 1.5rem;
}
.inner .pyramids-wall .custom-swiper-button-prev,
.inner .pyramids-wall .custom-swiper-button-next {
  left: 8em;
}
.inner .pyramids-wall .custom-swiper-button-prev {
  bottom: 6em;
}
.inner .pyramids-wall .custom-swiper-button-next {
  bottom: 3em;
}
.inner .pyramids-wall .reset-btn {
  color: #fff;
}
.inner .pyramids-wall .search-form {
  flex-grow: 1;
}
.inner .pyramids-wall .search-form .form-input {
  flex-grow: 1;
  background-color: #fff;
  border: none;
  height: 3rem;
}
.inner .pyramids-wall .search-form .submit-btn {
  margin-left: 1em;
  color: #fff;
}
@media (min-width: 992px) {
  .inner .pyramids-wall .search-form .submit-btn {
    padding: 0 3.62%;
    font-size: 1em;
  }
  .inner .pyramids-wall .search-form .submit-btn .icon-search {
    display: none;
  }
  .inner .pyramids-wall .search-form .submit-btn .text {
    display: block;
  }
}
.pyramids-wall-popup-content {
  color: #fff;
  text-align: center;
  background: transparent !important;
}
.pyramids-wall-popup-content .img-wrp {
  margin: 2em;
  border: 0.2em solid #fff;
  padding: 1em;
}
@media (min-width: 992px) {
  .pyramids-wall-popup-content .img-wrp {
    padding: 2em;
  }
}
.pyramids-wall-popup-content .img-wrp img {
  width: auto;
  max-width: 100%;
  max-height: 65vh;
  margin: 0 auto;
  display: block;
}
.pyramids-wall-popup-content .popup-title {
  margin: 0;
  font-size: 1.2em;
}
.pyramids-wall-popup-content .social-share-wrp {
  position: absolute;
  right: 3em;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0.3em;
}
.pyramids-wall-popup-content .social-share-wrp .share-wrapper {
  width: 25px;
  display: flex;
  justify-content: center;
}
.pyramids-wall-popup-content
  .social-share-wrp
  .share-wrapper
  .share-button
  span[class*='icon-share']:before {
  color: #fff;
}
.dimmed {
  position: relative;
}
.dimmed::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.8);
  z-index: 4;
}
.share-wrapper {
  position: relative;
  width: auto;
  height: 25px;
  margin: auto;
  z-index: 4;
}
.share-wrapper .share-button {
  position: relative;
  width: auto;
  height: 100%;
  border-radius: 50%;
  display: flex;
  transition: all 0.4s ease-in-out;
  z-index: 5;
}
.share-wrapper .share-button:hover {
  cursor: pointer;
}
.share-wrapper .share-button span {
  height: 100%;
  color: #ea7200;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.37, -0.38, 0.595, 1.395) 0s;
}
.share-wrapper .share-button span[class*='icon-close'] {
  transform: scale(0);
  position: absolute;
  left: 0;
  top: 0;
}
.share-wrapper .share-button span[class*='icon-share'] {
  transform: scale(1);
}
.share-wrapper .share-button span[class*='icon-share']:before {
  color: #ea7200;
}
.share-wrapper .share-button .share-word {
  display: none;
  width: auto;
}
.share-wrapper .share-url {
  z-index: 0;
  position: absolute;
  width: 10px;
  height: 10px;
  overflow: hidden;
  bottom: 50%;
  right: 50%;
  margin-bottom: -5px;
  margin-right: -5px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0);
}
.share-wrapper .share-url.facebook {
  background-color: #3b5998;
}
.share-wrapper .share-url.twitter {
  background-color: #000;
}
.share-wrapper .share-url.twitter .x-share {
  fill: #fff;
}
.share-wrapper .share-url.mail {
  background-color: #808080;
}
.share-wrapper .share-url > span {
  color: #fff;
  font-size: 20px !important;
}
.share-wrapper .share-url.url-1 {
  transition-delay: 0.2s;
}
.share-wrapper .share-url.url-2 {
  transition-delay: 0.15s;
}
.share-wrapper .share-url.url-3 {
  transition-delay: 0.07s;
}
.share-wrapper .share-url.url-4 {
  transition-delay: 0s;
}
.share-wrapper .share-url:hover {
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(1px);
}
.share-wrapper.open .share-button span[class*='icon-close'] {
  transform: scale(1);
}
.share-wrapper.open .share-button span[class*='icon-share'] {
  transform: scale(0);
}
.share-wrapper.open .share-url {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
}
.share-wrapper.open .share-url.url-1 {
  bottom: 50px;
  right: 0;
  left: auto;
  margin-right: 0;
  margin-bottom: 0;
  transition-delay: 0s;
}
.share-wrapper.open .share-url.url-2 {
  bottom: 40px;
  right: 40px;
  left: auto;
  margin-right: 0;
  margin-bottom: 0;
  transition-delay: 0.05s;
  padding: 0.5rem;
}
.share-wrapper.open .share-url.url-3 {
  bottom: 10px;
  right: 70px;
  left: auto;
  margin-right: 0;
  margin-bottom: 0;
  transition-delay: 0.12s;
}
.share-wrapper.open .share-url.url-4 {
  bottom: 0;
  right: 80px;
  left: auto;
  margin-right: 0;
  margin-bottom: 0;
  transition-delay: 0.2s;
}
.hpb-section:hover .intro-section__tout-mask img {
  right: -20%;
}
.intro-section__tout-mask img {
  width: 40% !important;
}
.gsdd {
  pointer-events: auto;
  position: absolute;
  left: 4%;
  bottom: 19%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (min-width: 1640px) {
  .gsdd {
    left: 47%;
    bottom: 19%;
  }
}
@media (min-width: 992px) {
  .gsdd {
    left: 44%;
    bottom: 19%;
  }
}
.hpb-container {
  display: flex;
  width: 100%;
  position: relative;
  height: 750px;
  max-height: 750px;
}
@media (max-width: 1639.98px) {
  .hpb-container {
    height: 660px;
    max-height: 660px;
  }
}
@media (max-width: 1199.98px) {
  .hpb-container {
    height: 500px;
    max-height: 500px;
  }
}
@media (max-width: 991.98px) {
  .hpb-container {
    height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 767.98px) {
  .hpb-container {
    height: 280px;
    max-height: 280px;
  }
}
.hpb-container .hpb-carousel {
  display: block;
  width: inherit;
}
.hpb-container .hpb-carousel .hpb-item figure {
  z-index: -1;
}
.hpb-container .hpb-carousel .hpb-item figure div {
  z-index: -1;
}
.hpb-container .hpb-carousel .hpb-item figure div picture {
  pointer-events: auto;
}
.hpb-container .hpb-carousel .hpb-item figure div .hpb-carousel-media {
  width: 100%;
  height: 750px;
  max-height: 750px;
}
@media (max-width: 1639.98px) {
  .hpb-container .hpb-carousel .hpb-item figure div .hpb-carousel-media {
    height: 660px;
    max-height: 660px;
  }
}
@media (max-width: 1199.98px) {
  .hpb-container .hpb-carousel .hpb-item figure div .hpb-carousel-media {
    height: 500px;
    max-height: 500px;
  }
}
@media (max-width: 991.98px) {
  .hpb-container .hpb-carousel .hpb-item figure div .hpb-carousel-media {
    height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 767.98px) {
  .hpb-container .hpb-carousel .hpb-item figure div .hpb-carousel-media {
    height: 280px;
    max-height: 280px;
  }
}
.hpb-container .hpb-carousel .hpb-item figure div .hpb-video {
  object-fit: cover;
  pointer-events: auto;
}
.hpb-container .hpb-carousel .hpb-item figure div .caption {
  pointer-events: none;
  position: absolute;
  z-index: 9;
  color: #fff !important;
  font-size: 16px;
  text-shadow: 1px 1px #312c2c;
  top: 23%;
  left: 10%;
  display: inline-block;
}
@media (min-width: 576px) {
  .hpb-container .hpb-carousel .hpb-item figure div .caption {
    font-size: 16px;
    text-shadow: 1px 1px #312c2c;
    top: 23%;
    left: 10%;
  }
}
@media (min-width: 768px) {
  .hpb-container .hpb-carousel .hpb-item figure div .caption {
    font-size: 35px;
    text-shadow: 1px 1px #312c2c;
    top: 23%;
    left: 13%;
  }
}
@media (min-width: 992px) {
  .hpb-container .hpb-carousel .hpb-item figure div .caption {
    font-size: 45px;
    text-shadow: 1px 1px #312c2c;
    top: 23%;
    left: 15%;
  }
}
@media (min-width: 1640px) {
  .hpb-container .hpb-carousel .hpb-item figure div .caption {
    font-size: 45px;
    text-shadow: 1px 1px #312c2c;
    top: 23%;
    left: 15%;
  }
}
.hpb-container .hpb-carousel-navs {
  display: flex;
  position: absolute;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  justify-content: space-between;
  align-items: center;
  padding-inline: 1rem;
  pointer-events: none;
  inset: 0;
}
.hpb-container .hpb-carousel-navs__btn {
  display: flex;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.65rem;
  height: 1.65rem;
  font-size: 0.75rem;
  border-radius: 50%;
  border: 1px solid #707070;
  transition: 0.4s;
  pointer-events: auto;
}
.hpb-container .hpb-carousel-navs__btn:focus {
  outline: none !important;
}
.hpb-container .hpb-carousel-navs__btn--prev {
  transform: scale(1);
}
.hpb-container .hpb-carousel-navs__btn--next {
  transform: scale(-1);
}
@media (min-width: 768px) {
  .hpb-container .hpb-carousel-navs__btn {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) {
  .hpb-container .hpb-carousel-navs__btn {
    width: 2.11rem;
    height: 2.11rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 1640px) {
  .hpb-container .hpb-carousel-navs__btn {
    width: 2.16rem;
    height: 2.16rem;
    font-size: 0.96rem;
  }
}
.hpb-container .hpb-carousel-navs__arrow:before {
  color: #ea7200 !important;
}
