﻿@charset "UTF-8";
@import url(/wwwroot/css/material/prebuilt-themes/indigo-pink.css);
@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;
}
.page-description,
.clamp,
.media-component .media-cont__slide .caption-box .caption,
.simple-template .caption-box .caption {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.collections-container .collections-item {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.small-text {
  font-size: 1.166666666666667rem;
  font-family: 'Conv_GretaSansStd-Regular';
  color: #7e6755;
  line-height: 1.5;
}
@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: 'GEMicon' !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-open-location:before {
  content: '';
  color: #ea7200;
}
.icon-visibility-on:before {
  content: '';
  color: #fff;
}
.icon-visibility-off:before {
  content: '';
  color: #fff;
}
.icon-out:before {
  content: '';
}
.icon-validating-ticket:before {
  content: '';
}
.icon-maximize:before {
  content: '';
  color: #fff;
}
.icon-brochure:before {
  content: '';
}
.icon-minusFAQ:before {
  content: '';
  color: #ea7200;
}
.icon-plusFAQ:before {
  content: '';
  color: #8f8f8f;
}
.icon-question-CU:before {
  content: '';
  color: #fff;
}
.icon-reset:before {
  content: '';
  color: #fff;
}
.icon-mail:before {
  content: '';
  color: #ea7200;
}
.icon-calendar:before {
  content: '';
  color: #ea7200 !important;
}
.icon-clock:before {
  content: '';
  color: #ea7200;
}
.icon-map:before {
  content: '';
  color: #ea7200;
}
.icon-pharoh:before {
  content: '';
  color: #a5916e;
}
.icon-refresh:before {
  content: '';
  color: #fff;
}
.icon-google:before {
  content: '';
  color: #fff;
}
.icon-home:before {
  content: '';
  color: #4d4033;
}
.icon-microsoft:before {
  content: '';
  color: #fff;
}
.icon-star:before {
  content: '';
  color: #19345e;
}
.icon-tickets:before {
  content: '';
  color: #19345e;
}
.icon-Youtube-white:before {
  content: '';
}
.icon-youtube:before {
  content: '';
}
.icon-fav-notfound:before {
  content: '';
}
.icon-collection:before {
  content: '';
}
.icon-instagram-logo:before {
  content: '';
}
.icon-360:before {
  content: '';
}
.icon-profile:before {
  content: '';
}
.icon-Path-832:before {
  content: '';
}
.icon-alert-icon:before {
  content: '';
}
.icon-hash:before {
  content: '';
}
.icon-favourite:before {
  content: '';
}
.icon-partof:before {
  content: '';
}
.icon-author:before {
  content: '';
}
.icon-bookmarkbook:before {
  content: '';
}
.icon-instractorprogram:before {
  content: '';
}
.icon-thematic:before {
  content: '';
}
.icon-bookpage:before {
  content: '';
}
.icon-checked-1:before {
  content: '';
}
.icon-file:before {
  content: '';
}
.icon-grid:before {
  content: '';
}
.icon-list:before {
  content: '';
}
.icon-arrow-right:before {
  content: '';
}
.icon-arrow-left:before {
  content: '';
}
.icon-programtype:before {
  content: '';
}
.icon-targetaudience:before {
  content: '';
}
.icon-attachment:before {
  content: '';
}
.icon-agegroup:before {
  content: '';
}
.icon-check-mark:before {
  content: '';
}
.icon-rubbish-bin:before {
  content: '';
}
.icon-clock1:before {
  content: '';
}
.icon-racing:before {
  content: '';
}
.icon-guide:before {
  content: '';
}
.icon-tour:before {
  content: '';
}
.icon-metro:before {
  content: '';
}
.icon-contactus:before {
  content: '';
}
.icon-speaker:before {
  content: '';
}
.icon-picture:before {
  content: '';
}
.icon-video:before {
  content: '';
}
.icon-Arrows:before {
  content: '';
}
.icon-agenda:before {
  content: '';
}
.icon-internet:before {
  content: '';
}
.icon-close:before {
  content: '';
  color: #4d4033;
}
.icon-ticket-single:before {
  content: '';
}
.icon-user-image:before {
  content: '';
}
.icon-change-password:before {
  content: '';
}
.icon-logout:before {
  content: '';
}
.icon-Opening-Hours:before {
  content: '';
}
.icon-Location:before {
  content: '';
}
.icon-Ticket-Prices:before {
  content: '';
}
.icon-filter:before {
  content: '';
}
.icon-share:before {
  content: '';
}
.icon-Ticket:before {
  content: '';
}
.icon-facebook-dark:before {
  content: '';
}
.icon-facebook-white:before {
  content: '';
}
.icon-font-resize:before {
  content: '';
}
.icon-home1:before {
  content: '';
}
.icon-instagram-dark:before {
  content: '';
}
.icon-Instagram-white:before {
  content: '';
}
.icon-left-arrow:before {
  content: '';
}
.icon-Mask-Group-1:before {
  content: '';
}
.icon-Menu:before {
  content: '';
}
.icon-search:before {
  content: '';
}
.icon-small-calendar:before {
  content: '';
}
.icon-twitter-dark:before {
  content: '';
}
.icon-twitter-white:before {
  content: '';
}
.icon-top_arrow:before {
  content: '';
}
.icon-email:before {
  content: '';
}
.icon-twitter:before {
  content: '';
}
.icon-app-store:before {
  content: '';
  color: #4d4033;
}
.icon-auditorium:before {
  content: '';
  color: rgba(77, 64, 51, 0.7);
}
.icon-facebook1:before {
  content: '';
  color: #fff;
}
.icon-footer-logo:before {
  content: '';
  color: #fff;
}
.icon-google-play:before {
  content: '';
  color: #4d4033;
}
.icon-instagram:before {
  content: '';
}
.icon-open-daily:before {
  content: '';
  color: #fff;
}
.icon-twitter1:before {
  content: '';
  color: #fff;
}
.icon-youtube1:before {
  content: '';
  color: #fff;
}
.icon-contrast1:before {
  content: '';
  color: #ea7200;
}
.icon-open-menu:before {
  content: '';
  color: #fff;
}
.icon-close1:before {
  content: '';
  color: #fff;
}
.icon-next:before {
  content: '';
  color: #fff;
}
.icon-facebook2:before {
  content: '';
  color: #fff;
}
.icon-instagram1:before {
  content: '';
  color: #fff;
}
.icon-twitter2:before {
  content: '';
  color: #fff;
}
.icon-youtube2:before {
  content: '';
  color: #fff;
}
.icon-auditorium1:before {
  content: '';
  color: #fff;
}
.icon-location:before {
  content: '';
}
.icon-login:before {
  content: '';
  color: #fff;
}
.icon-right-arrow:before {
  content: '';
  color: #fff;
}
.icon-search1:before {
  content: '';
  color: #fff;
}
.icon-tickets1:before {
  content: '';
}
.icon-user:before {
  content: '';
  color: #fff;
}
.icon-vr:before {
  content: '';
  color: #fff;
}
.icon-google1:before {
  content: '';
  color: #fff;
}
.icon-home2:before {
  content: '';
  color: #fff;
}
.icon-microsoft1:before {
  content: '';
  color: #fff;
}
.icon-star1:before {
  content: '';
  color: #19345e;
}
.icon-tickets2:before {
  content: '';
  color: #19345e;
}
.icon-arrow_drop_down:before {
  content: '';
}
.icon-down-arrow:before {
  content: '';
}
.icon-down-arrow1:before {
  content: '';
}
.icon-add:before {
  content: '';
}
.icon-favourite-fill:before {
  content: '';
}
.icon-facebook:before {
  content: '';
}
html {
  text-align: left;
  direction: ltr;
  font-size: 12px;
  padding-top: 0;
  scrollbar-color: #01081a #a5916e;
  scrollbar-width: thin !important;
}
html body::-webkit-scrollbar {
  width: 6px !important;
}
html body::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: #01081a;
}
html body::-webkit-scrollbar-thumb {
  background-color: #a5916e;
}
html body #content-wrp {
  min-height: calc(100vh + 1px);
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html {
    scrollbar-color: rgba(77, 64, 51, 0.7) #fff;
    scrollbar-width: thin;
  }
}
@media (min-width: 1640px) {
  html {
    font-size: 20px;
  }
}
body {
  text-align: left;
  font-family: 'Conv_GretaSansStd-Regular';
  background-color: #fff;
  overflow: hidden;
}
body.loaded {
  overflow: visible;
}
body.compensate-for-scrollbar {
  overflow: hidden !important;
}
@media (min-width: 992px) {
  body {
    padding-top: 0;
    scrollbar-color: #4d4033 #a5916e;
    scrollbar-width: thin;
  }
  body::-webkit-scrollbar {
    width: 10px;
  }
  body::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: #4d4033;
  }
  body::-webkit-scrollbar-thumb {
    background-color: #a5916e;
  }
  body #content-wrp {
    min-height: calc(100vh + 1px);
  }
}
body main {
  margin-bottom: 5.5rem;
  position: relative;
  z-index: 1;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-container ul {
  list-style: inside !important;
  padding: 0;
  margin: 0;
}
.p-container ul ul {
  list-style: inside !important;
  padding: 0 5%;
  list-style-type: circle !important;
}
button {
  background-color: transparent;
  border: none;
  padding: 0;
}
a {
  text-decoration: none !important;
  color: inherit;
}
figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
.btn-load-more {
  margin-top: 1.875rem;
  background-color: #ea7200;
  color: #fff;
  padding: 0.625rem 2.1875rem;
}
.mat-input-element:focus {
  color: #7e6755 !important;
  background-color: transparent !important;
  outline: 0 !important;
}
h4 a,
h3 a {
  color: #7e6755;
}
h4 a:hover,
h3 a:hover {
  color: #7e6755;
}
.small-text {
  margin: 0;
}
.small-text .more-arrow {
  color: #e6a821 !important;
}
.inner-container {
  max-width: 1170px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.ms-bullets.ms-dir-v[style] {
  right: 2% !important;
}
.h-border {
  color: #4d4033;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.h-border:after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #e6a821;
  width: 100%;
  top: 50%;
  margin-left: 10px;
}
.shadow {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
}
.page-subtitle {
  display: inline-block;
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 13px;
  position: relative;
}
.page-description {
  font-size: 1.125rem;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  -ms-line-clamp: 3;
  line-height: 1.375rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .page-description {
    font-size: 1rem;
    line-height: 1.5rem;
    -webkit-line-clamp: 5;
    -moz-line-clamp: 5;
    -o-line-clamp: 5;
    -ms-line-clamp: 5;
  }
}
.item-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 1rem;
  position: relative;
  max-width: 100%;
  flex-shrink: 0;
}
.item-title::before {
  content: '';
  width: 0.4167rem;
  height: 1.67rem;
  background-color: #a5916e;
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .item-title::before {
    width: 0.643rem;
    height: 2.143rem;
  }
}
@media (min-width: 992px) {
  .item-title::before {
    width: 0.5625rem;
    height: 2.44rem;
  }
}
@media (min-width: 1640px) {
  .item-title::before {
    width: 0.6rem;
    height: 3.1rem;
  }
}
.details-subtitle {
  font-size: 1.75rem;
  margin-bottom: 8.7px;
  padding-left: 1.5rem;
  position: relative;
  font-family: 'Conv_GretaSansStd-Bold';
}
.details-subtitle::before {
  content: '';
  width: 0.4167rem;
  height: 1.67rem;
  background-color: #a5916e;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .details-subtitle::before {
    width: 0.643rem;
    height: 2.143rem;
  }
}
@media (min-width: 992px) {
  .details-subtitle::before {
    width: 0.5625rem;
    height: 2.44rem;
  }
}
@media (min-width: 1640px) {
  .details-subtitle::before {
    width: 0.6rem;
    height: 3.1rem;
  }
}
.item-description {
  color: #fff;
  font-size: 1.125rem;
}
.block-reveal {
  opacity: 0;
  animation: fade-in-up ease-in-out 0.5s forwards;
  animation-delay: 0.9s;
}
.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.compat-object-fit img {
  opacity: 0;
}
.overflow-h {
  overflow: hidden;
}
.active-truncate {
  overflow: hidden;
  position: relative;
}
.active-truncate:after {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.error-msg,
.success-msg {
  padding: 30px;
  max-width: 550px;
  min-height: 397px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 0;
  margin-top: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.error-msg i,
.success-msg i {
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 31px;
  margin-bottom: 15px;
}
.error-msg .msg-title,
.success-msg .msg-title {
  font-size: 3.625rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.error-msg .msg-detils,
.success-msg .msg-detils {
  font-size: 1.25rem;
}
.error-msg .back-link,
.success-msg .back-link {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.25rem;
  text-decoration: underline;
}
.error-msg svg,
.success-msg svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.alert-danger {
  color: #b93d23;
  background-color: rgba(185, 61, 35, 0.2);
  border-color: rgba(185, 61, 35, 0.2);
  margin-top: 20px;
  border-radius: 0;
}
a:focus,
button:focus,
input:focus,
select:focus,
.btn-link: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,
select.no-focus-outline:focus,
.btn-link.no-focus-outline:focus {
  box-shadow: none;
}
.no-focus-outline a:focus,
.no-focus-outline button:focus,
.no-focus-outline input:focus,
.no-focus-outline select:focus,
.no-focus-outline .btn-link:focus {
  box-shadow: none;
}
.explore-more {
  color: #ea7200;
  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: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.4s ease;
}
.explore-more__plus span {
  font-family: 'Conv_GretaSansStd-thin';
  font-size: 1.4rem;
  line-height: 1.2rem;
  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 {
    width: 1.2rem;
    height: 1.2rem;
    border-width: 2px;
    margin-left: 1.1rem;
  }
  .explore-more__plus span {
    font-size: 1.5rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .explore-more *::-ms-backdrop,
  .explore-more__plus span {
    height: 1.75rem;
  }
}
.page-header {
  height: 100vh;
  margin-top: 8rem;
  min-height: 15rem;
  padding: 2.1rem 0 1rem;
  margin-bottom: 2rem;
  color: #fff;
  background: #fcf5f3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-image: url(/wwwroot/images/inner-header-background.jpg?ver=2025.09.17.01);
}
.page-header:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.page-header > .container {
  position: relative;
}
.page-header .breadcrumb {
  border-radius: 0;
  margin-bottom: 0.5rem;
}
.page-header .breadcrumb a {
  color: #fff !important;
}
.page-header .page-title {
  font-family: 'Conv_GretaSansStd-Bold';
  margin: 0;
  font-size: 2.5rem;
  text-shadow: 2px 2px #312c2c;
}
.page-header.center .breadcrumb {
  margin: 2rem 0 1rem;
}
.page-header.center .page-title {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .page-header {
    min-height: 18.5rem;
  }
  .page-header .container {
    z-index: 2;
  }
  .page-header .page-title {
    font-size: 3.75rem;
  }
  .page-header.center {
    min-height: 100vh;
    padding-bottom: 17rem;
  }
  .page-header.center .breadcrumb {
    margin: 3rem 0 2rem;
  }
}
.header-tabs {
  position: relative;
  margin-bottom: 4rem;
}
.header-tabs .container {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.header-tabs .nav-tabs {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 1px;
}
.header-tabs .nav-tabs.owl-carousel .owl-stage {
  padding-left: 0;
  display: flex;
}
.header-tabs .nav-tabs.owl-carousel .owl-item:first-child .nav-item {
  margin-left: 0;
}
.header-tabs .nav-item {
  display: flex;
  z-index: 1;
  margin-right: 2rem;
}
.header-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 1.75rem;
  padding: 0.2rem 0.5rem;
  white-space: nowrap;
  transition: 0.3s ease;
  width: 100%;
  justify-content: center;
  border-bottom: 2px solid transparent;
  background: transparent !important;
}
.header-tabs .nav-item .nav-link:focus,
.header-tabs .nav-item .nav-link.active {
  border-color: #fff;
  font-family: 'Conv_GretaSansStd-Bold';
}
.header-tabs .nav-item.active .nav-link {
  border-color: #fff;
}
.card-footer {
  all: unset;
  display: block;
  margin-top: auto;
  padding: 0.5rem 0 0;
  background-color: transparent;
  border-top: 1px solid rgba(165, 145, 110, 0.5);
}
.card-footer .info .icon {
  font-size: 1.3rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.card-footer .info .icon:before {
  color: #ea7200;
}
.card-footer .info .label {
  font-size: 1rem;
  line-height: 1.2;
}
.card-footer .info time {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Conv_GretaSansStd-Bold';
}
@media (min-width: 768px) {
  .card-footer .info time {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .card-footer .info time {
    font-size: 1.2rem;
  }
}
.card-footer .info time:first-child {
  margin-right: 1rem;
}
.card-footer .info time span {
  font-family: 'Conv_GretaSansStd-Regular';
  text-transform: uppercase;
  font-weight: initial;
}
.card-footer .info .seprator-data:before {
  content: '-';
  font-weight: bold;
  font-family: 'Conv_GretaSansStd-Bold';
  margin-left: 0.4rem;
}
.date {
  display: flex;
  margin-right: 1rem;
}
.date > div {
  line-height: 1;
}
.date p {
  text-transform: uppercase;
  font-size: 1rem;
  display: flex;
  line-height: 1;
  align-items: center;
  margin-bottom: 0;
}
.date span {
  font-size: 1rem;
  line-height: 1.2;
}
.date .icon {
  font-size: 1.3rem;
  margin-right: 0.5rem;
}
.date .icon:before {
  color: #ea7200;
}
.date .number {
  vertical-align: middle;
  width: 50%;
  font-size: 2.9rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .date span {
    font-size: 0.7rem;
  }
  .date .icon {
    font-size: 1.1rem;
  }
  .date p {
    font-size: 0.7rem;
  }
  .date .number {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  .date span {
    font-size: 0.8rem;
  }
  .date p {
    font-size: 0.8rem;
  }
  .date .number {
    font-size: 2.3rem;
    margin-right: 0.2rem;
  }
}
.tag-list {
  padding-top: 0.5rem;
}
.tag-list li {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.5rem;
}
.tag-list li:before {
  content: '';
  background: #ea7200;
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  left: 0;
}
.w-img-filter {
  position: relative;
}
.w-img-filter:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to top, #4d4033, rgba(77, 64, 51, 0.25));
  opacity: 0.4;
  pointer-events: none;
}
.img-hover {
  overflow: visible;
}
.img-hover figure,
.img-hover picture,
.img-hover header {
  overflow: hidden;
}
.img-hover img {
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1) !important;
}
.img-hover:hover img {
  transform: scale(1.07);
  color: #000;
}
.disable-pointer-events {
  pointer-events: none;
}
.main-button,
.main-button-inv,
.media-gallery .media-gallery-carousel .owl-nav .owl-prev,
.media-gallery .media-gallery-carousel .owl-nav .owl-next {
  display: inline-block;
  font-size: 1.25rem;
  color: #fff;
  background-color: #ea7200;
  cursor: pointer;
  text-transform: none;
  border: 1px solid #fff;
  text-decoration: none !important;
  position: relative;
  z-index: 0;
  transition: 0.4s;
}
.main-button:hover,
.main-button-inv:hover,
.media-gallery .media-gallery-carousel .owl-nav .owl-prev:hover,
.media-gallery .media-gallery-carousel .owl-nav .owl-next:hover {
  color: #ea7200;
  background-color: #fff;
}
.btn-link {
  font-size: 1.25rem;
  text-decoration: none !important;
}
.main-button-inv {
  color: #fff;
  background-color: #ea7200;
  border: 1px solid #fff;
}
.main-button-inv:hover {
  color: #ea7200;
  background-color: #fff;
}
.dimmed-txt {
  color: #707070;
}
.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;
  }
}
.one-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.maxLines-2 {
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  -ms-line-clamp: 2;
}
.maxLines-3 {
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  -ms-line-clamp: 3;
}
.maxLines-4 {
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -o-line-clamp: 4;
  -ms-line-clamp: 4;
}
.slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-top: 0;
  top: 95% !important;
  left: 30% !important;
  z-index: 999 !important;
}
.slick-dots li {
  font-size: 0;
  margin-right: 1rem;
}
.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__Xfspp {
  min-width: 13.8rem !important;
  width: 11.8rem !important;
}
.home-section {
  position: relative;
  padding: 0 0 1.7rem 0;
}
@media (min-width: 768px) {
  .home-section {
    padding: 0 0 2.61rem 0;
  }
}
@media (min-width: 992px) {
  .home-section {
    padding: 0 0 3rem 0;
  }
}
.highlights-section .carousel-navs {
  top: 50% !important;
}
.carousel-navs__btn--prev {
  left: -14px !important;
}
.carousel-navs__btn--prev {
  right: 8px;
}
.highlights-section .highlights__img img {
  margin-left: 5px;
}
.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%;
  }
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=''],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.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;
}
::-webkit-input-placeholder {
  color: rgba(77, 64, 51, 0.7) !important;
  font-size: 1rem;
}
::-moz-placeholder {
  color: rgba(77, 64, 51, 0.7) !important;
  font-size: 1rem;
}
:-ms-input-placeholder {
  color: rgba(77, 64, 51, 0.7) !important;
  font-size: 1rem;
}
:-moz-placeholder {
  color: rgba(77, 64, 51, 0.7) !important;
  font-size: 1rem;
}
.collapse-expand {
  border: 1px solid rgba(77, 64, 51, 0.7);
  width: 30px;
  height: 30px;
  text-align: center;
  right: 15px;
  position: absolute;
  top: 10px;
  z-index: 99;
}
.collapse-expand i.icon-down-arrow {
  font-size: 1.5rem;
  line-height: 1.2;
  color: rgba(77, 64, 51, 0.7);
}
.cdk-overlay-pane {
  transform: none !important;
}
.cdk-overlay-pane .mat-select-panel {
  min-width: initial !important;
  min-width: none !important;
  max-width: 100% !important;
}
.filtration {
  position: relative;
  background: #fff;
  padding: 1.5rem;
  border-bottom: rgba(112, 112, 112, 0.5);
  margin-bottom: 2.5rem;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  color: #4d4033;
}
.filtration .filtration-title {
  display: none;
}
.filtration .filter-title {
  font-size: 1.2rem;
}
.filtration .main-button,
.filtration .main-button-inv,
.filtration .media-gallery .media-gallery-carousel .owl-nav .owl-prev,
.media-gallery .media-gallery-carousel .owl-nav .filtration .owl-prev,
.filtration .media-gallery .media-gallery-carousel .owl-nav .owl-next,
.media-gallery .media-gallery-carousel .owl-nav .filtration .owl-next {
  width: 100%;
  text-align: center;
  color: #fff;
}
.filtration .main-button:hover,
.filtration .main-button-inv:hover,
.filtration .media-gallery .media-gallery-carousel .owl-nav .owl-prev:hover,
.media-gallery .media-gallery-carousel .owl-nav .filtration .owl-prev:hover,
.filtration .media-gallery .media-gallery-carousel .owl-nav .owl-next:hover,
.media-gallery .media-gallery-carousel .owl-nav .filtration .owl-next:hover {
  color: #ea7200;
}
.filtration .filter-button {
  font-family: 'Conv_GretaSansStd-Bold', Arial, Helvetica !important;
  font-size: 1.125rem;
  position: relative;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  display: block;
  line-height: 1.5rem;
  color: rgba(77, 64, 51, 0.7) !important;
}
.filtration .filter-button:before {
  content: '+';
  margin-right: 10px;
  width: 8px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Conv_GretaSansStd-Bold', Arial, Helvetica !important;
  font-size: 1.25rem;
}
.filtration .filter-button-active:before {
  content: '-';
}
.filtration .filter-sliding {
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  margin-top: 10px;
}
.filtration .datepicker-input {
  height: 100%;
  background: transparent;
  border: 0;
  padding: 10px;
  width: 100%;
}
.filtration .btn-link {
  border: none !important;
  color: #ea7200;
  background-color: transparent !important;
  padding: 0;
}
.filtration .btn-link .icon-reset {
  margin-right: 0.5rem;
  vertical-align: text-top;
}
.filtration .btn-link .icon-reset:before {
  color: #ea7200;
}
.filtration label {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #4d4033;
}
.filtration .mat-form-field {
  width: 100%;
}
.filtration .mat-form-field .mat-form-field-wrapper {
  padding: 0;
}
.filtration .mat-form-field .mat-form-field-wrapper .mat-form-field-infix {
  padding: 0;
  border: 0;
  width: 100%;
}
.filtration
  .mat-form-field
  .mat-form-field-wrapper
  .mat-form-field-infix:after {
  content: '';
  font-family: 'GEMicon';
  position: absolute;
  top: 50%;
  right: 15px;
  color: #4d4033 !important;
  pointer-events: none;
  transform: translateY(-50%);
}
.filtration
  .mat-form-field
  .mat-form-field-wrapper
  .mat-form-field-infix
  input.mat-input-element {
  margin: 0;
  height: 100%;
  text-align: left;
  font-size: 1rem;
  font-family: 'Conv_GretaSansStd-Regular';
  color: rgba(77, 64, 51, 0.7) !important;
  cursor: pointer;
}
.filtration
  .mat-form-field
  .mat-form-field-wrapper
  .mat-form-field-infix
  .mat-form-field-label-wrapper {
  top: 0;
  padding: 0;
  text-align: left;
}
.filtration
  .mat-form-field
  .mat-form-field-wrapper
  .mat-form-field-infix
  .mat-form-field-label-wrapper
  .mat-form-field-label {
  color: rgba(77, 64, 51, 0.51);
  font-family: 'Conv_GretaSansStd-Regular';
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  top: 0;
  margin: 0;
  height: 100%;
  display: none;
  align-items: center;
}
.filtration
  .mat-form-field
  .mat-form-field-wrapper
  .mat-form-field-infix
  .mat-form-field-label-wrapper
  .mat-form-field-label.mat-empty.mat-form-field-empty {
  display: flex;
  color: #4d4033;
}
.filtration .mat-form-field .mat-form-field-wrapper .mat-form-field-suffix {
  top: -15px;
  display: none;
  right: 5px;
}
.filtration .mat-form-field .mat-form-field-wrapper .mat-form-field-underline {
  display: none;
}
.filtration
  .mat-form-field.mat-focused
  .mat-form-field-wrapper
  .mat-form-field-infix
  .mat-form-field-label-wrapper
  .mat-form-field-label {
  display: none;
}
.filtration .form-control.mat-form-field {
  padding: 0;
}
.filtration .form-control {
  border: 1px solid #4d4033;
  height: 3rem;
  color: #4d4033;
  font-size: 1.166666666666667rem;
}
.filtration select.form-control {
  padding: 0.375rem 0 0.375rem;
  padding-left: 0.75rem;
  padding-right: 2.75rem;
}
.filtration .btn {
  height: 3rem;
  width: 100%;
}
.filtration .mt-6 {
  margin-top: 2rem;
}
.filtration
  .form-select
  .mat-form-field-wrapper
  .mat-form-field-flex
  .mat-form-field-infix:after {
  content: '';
}
.filtration
  .form-select
  .mat-form-field-wrapper
  .mat-form-field-flex
  .mat-form-field-infix
  .mat-select {
  height: 100%;
}
.filtration
  .form-select
  .mat-form-field-wrapper
  .mat-form-field-flex
  .mat-form-field-infix
  .mat-select-trigger {
  height: 100%;
}
.filtration
  .form-select
  .mat-form-field-wrapper
  .mat-form-field-flex
  .mat-form-field-infix
  .mat-select-trigger
  .mat-select-value {
  color: rgba(77, 64, 51, 0.7);
  padding-left: 17px;
}
.filtration
  .form-select
  .mat-form-field-wrapper
  .mat-form-field-flex
  .mat-form-field-infix
  .mat-select-trigger
  .mat-select-value
  .mat-select-placeholder {
  padding-top: 23px;
}
.filtration
  .form-select
  .mat-form-field-wrapper
  .mat-form-field-flex
  .mat-form-field-infix
  .mat-select-trigger
  .mat-select-value
  .mat-select-value-text {
  padding-top: 0.75rem;
  overflow: visible;
  max-width: 95%;
}
.filtration
  .form-select
  .mat-form-field-wrapper
  .mat-form-field-flex
  .mat-form-field-infix
  .mat-select-trigger
  .mat-select-value
  .mat-select-value-text
  span {
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .filtration
    .form-select
    .mat-form-field-wrapper
    .mat-form-field-flex
    .mat-form-field-infix
    .mat-select-trigger
    .mat-select-value
    .mat-select-value-text {
    padding-top: 0.9rem;
  }
}
.filtration
  .form-select
  .mat-form-field-wrapper
  .mat-form-field-flex
  .mat-form-field-infix
  .mat-select-arrow-wrapper {
  opacity: 0;
}
.filter-wrp {
  margin-top: 21px;
  display: none;
}
.load-more {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  margin-top: 5px;
}
.load-more .btn {
  padding: 10px;
  width: 150px;
}
.search-wrapper .search-form {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.9375rem;
  margin-bottom: 33px;
}
.search-wrapper .form-group {
  margin-bottom: 0;
}
.search-wrapper label {
  color: #4d4033;
  font-size: 1.125rem;
}
.search-wrapper .form-control {
  width: 60%;
  margin-right: 20px;
}
.search-wrapper .form-control:focus {
  box-shadow: none;
  border-color: #9b9089;
}
.search-wrapper .search-result {
  text-align: left;
  color: rgba(77, 64, 51, 0.7);
  border-bottom: 1px solid rgba(77, 64, 51, 0.7);
  margin-bottom: 35px;
  font-size: 1.25rem;
}
.search-wrapper .search-result a {
  text-decoration: underline;
  margin-left: 10px;
}
.search-wrapper .btn {
  width: 20%;
  margin-bottom: 0 !important;
}
.mat-option {
  text-align: left !important;
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ea7200 !important;
}
.mat-select-value-text {
  display: block;
  text-align: left !important;
}
@media (min-width: 768px) {
  .search-wrapper .btn {
    width: 12%;
  }
  .search-wrapper .form-control {
    width: 85%;
  }
  .mat-datepicker-content .mat-calendar {
    width: 296px !important;
  }
}
@media (min-width: 992px) {
  .filtration {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin-bottom: 3.5rem;
    color: #fff;
  }
  .filtration .filtration-title {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .filtration .filter-wrp {
    padding: 0;
  }
  .filtration .form-control {
    background-color: #fff;
    border: none;
  }
  .filtration label {
    color: #4d4033;
  }
  .filtration .btn-link {
    color: #fff;
  }
  .filtration .btn-link .icon-reset:before {
    color: #fff;
  }
  .filtration .form-control.mat-form-field {
    border: none;
  }
  .filter-wrp {
    margin-top: 0;
    display: block;
  }
  .load-more .btn {
    padding: 15px;
    width: 215px;
  }
  .search-wrapper .form-control {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .filtration .form-control {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .search-wrapper label {
    font-size: 1.5rem;
  }
  .search-wrapper .form-control {
    height: 50px;
  }
}
.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;
  }
}
.empty-template-wrp {
  width: 100%;
}
.empty-template {
  background-repeat: no-repeat;
  background-image: url(/wwwroot/images/empty-template.jpg?ver=2025.09.17.01);
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 2.24rem 0;
  font-size: 1.875rem;
  position: relative;
}
.empty-template.calender {
  margin-top: 3rem;
}
.empty-template::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(165, 145, 110, 0.5);
  z-index: 1;
}
.empty-template .content {
  z-index: 2;
  position: relative;
  padding: 2.4rem 0.5rem;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background-image: linear-gradient(to right bottom, #fff, #a5916e);
  margin: 0 auto;
}
.empty-template .content span {
  font-size: 3.5rem;
}
.empty-template .content h4 {
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-size: 1.28rem;
  color: #4d4033;
  font-family: 'Conv_GretaSansStd-Bold';
}
.empty-template .content p {
  color: #4d4033;
  font-size: 0.9rem;
}
.empty-template.calendar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: none;
  z-index: 1000;
  margin: 24rem 0;
  padding: 0;
}
.empty-template.landing {
  margin-top: 2rem;
}
.empty-template.retry {
  padding: 1rem 0;
  background-image: url(/wwwroot/images/refrsh.jpg?ver=2025.09.17.01);
}
.empty-template.retry::before {
  background-color: rgba(25, 52, 94, 0.8);
}
.empty-template.retry * {
  z-index: 2;
  position: relative;
}
.empty-template.retry .lg-txt {
  margin-bottom: 0;
  margin-top: 0.68rem;
  font-size: 1.2rem;
  line-height: 1;
}
.empty-template.retry .small-txt {
  font-size: 0.8rem;
  margin-bottom: 0.67rem;
}
.empty-template.retry button.btn {
  font-size: 0.72rem;
  padding: 0.5rem 1.12rem;
}
.empty-template.retry .icon-retry:before {
  color: #e6a821;
}
.empty-template .icon-filter {
  font-size: 45px;
}
.calendar-template-wrp .retry {
  background-image: none;
  z-index: 9999;
  position: relative;
}
.figure {
  overflow: hidden;
}
article a {
  color: #4d4033;
}
article a:active,
article a:hover {
  text-decoration: none;
  color: #4d4033;
}
.card.listing-col-3 {
  margin-bottom: 35px;
  text-align: left;
  direction: ltr;
  transition: transform 0.5s;
  position: relative;
  width: 100%;
}
.card.listing-col-3 .card-tools,
.card.listing-col-3 .card-border {
  padding: 0 !important;
}
.card.listing-col-3 article {
  min-height: 424px;
}
.card.listing-col-3 figure {
  overflow: hidden;
}
.card.listing-col-3 .card-body {
  direction: ltr;
}
.card.listing-col-3 h4 {
  font-size: 1.666666666666667rem;
  margin-bottom: 0;
  color: rgba(77, 64, 51, 0.7);
  font-family: 'Conv_GretaSansStd-Bold';
  margin-bottom: 1rem;
}
.card.listing-col-3 .small-text {
  color: #4d4033;
}
.latest-card figure,
.listing-col-3 figure {
  height: 45vw;
}
.latest-card .main-card-img,
.listing-col-3 .main-card-img {
  color: #7e6755;
  font-size: 1rem;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.latest-card .card-tools,
.listing-col-3 .card-tools {
  position: relative;
  padding-left: 1.666666666666667rem;
  direction: ltr;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  flex-wrap: nowrap;
}
.latest-card .card-tools > .small-text.d-inline-block,
.listing-col-3 .card-tools > .small-text.d-inline-block {
  display: flex !important;
  align-items: center;
}
.latest-card .card-tools .card-tools .small-text,
.listing-col-3 .card-tools .card-tools .small-text {
  text-transform: uppercase;
  margin-top: 4px;
  color: #4d4033;
}
.latest-card .card-tools .share-button,
.listing-col-3 .card-tools .share-button {
  justify-content: center;
}
.latest-card .card-tools .icon-share,
.listing-col-3 .card-tools .icon-share {
  font-size: 1.1rem;
}
.latest-card .card-tools .icon-small-calendar,
.listing-col-3 .card-tools .icon-small-calendar {
  padding-right: 0.85rem;
  float: left;
  color: #ea7200;
  font-size: 1.42rem;
}
.latest-card .card-tools time,
.listing-col-3 .card-tools time {
  color: #4d4033;
}
.latest-card .card-tools a,
.listing-col-3 .card-tools a {
  float: right;
  padding-left: 0.625rem;
  font-size: 1rem;
  color: #7e6755;
}
.latest-card .card-tools a:hover,
.listing-col-3 .card-tools a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .latest-card .card-tools,
  .listing-col-3 .card-tools {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.latest-card .card-border,
.listing-col-3 .card-border {
  margin-top: 15px;
  width: 95%;
  position: relative;
  padding-left: 1.666666666666667rem;
  direction: ltr;
  text-align: left;
}
.latest-card {
  direction: rtl;
  text-align: left;
  position: relative;
  margin-bottom: 70px;
  right: -15px;
  top: 20px;
  background-color: #fff;
  border-right: 20px solid #ea7200;
}
.latest-card a > .row {
  margin-left: -15px;
}
.latest-card h3 {
  font-size: 1.666666666666667rem;
  line-height: 30px;
  color: rgba(77, 64, 51, 0.7);
  font-size: 2.2rem;
  position: relative;
  font-family: 'Conv_GretaSansStd-Bold';
  margin-bottom: 1rem;
}
.latest-card h3:before {
  content: '';
  position: absolute;
  left: -1rem;
  height: 100%;
  width: 0.5rem;
  background-color: #a5916e;
}
.latest-card:before {
  content: '';
  border-top: 20px solid #ea7200;
  position: absolute;
  right: -20px;
  width: 97%;
  top: -20px;
}
.latest-card:after {
  content: '';
  border-bottom: 20px solid #ea7200;
  position: absolute;
  right: -20px;
  width: 97%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.latest-card .small-text {
  font-size: 1.166666666666667rem;
  color: #4d4033;
}
.latest-card .col-md-6:last-child {
  background: #fff;
}
.latest-card .col-md-6:first-child {
  float: right;
}
.latest-card img {
  height: 100%;
}
.latest-card .card-body {
  direction: ltr;
}
@media (min-width: 576px) {
  .latest-card {
    border-width: 10px;
    top: 10px;
    right: 0;
  }
  .latest-card a > .row {
    margin-left: 0;
  }
  .latest-card:before,
  .latest-card:after {
    border-width: 10px;
    right: -10px;
  }
  .latest-card:before {
    top: -10px;
  }
  .latest-card h3 {
    line-height: 20px;
    margin-bottom: 0;
    font-family: 'Conv_GretaSansStd-Bold';
  }
  .latest-card .card-border .small-text {
    font-size: 0.9rem;
  }
  .card.listing-col-3 h4 {
    font-size: 0.9rem;
  }
  .card.listing-col-3 .small-text {
    font-size: 0.8rem;
  }
  .card.listing-col-3 .icon-small-calendar {
    padding-right: 5px;
    font-size: 1rem;
  }
  .card.listing-col-3 .card-border {
    border-left-width: 3.79px;
    margin-top: 10px;
  }
  .card.listing-col-3 .card-border .small-text {
    font-size: 0.8rem;
  }
  .latest-card .card-tools,
  .latest-card .card-border {
    padding-left: 0.8333333333333333rem;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .share-btn .share-wrapper {
    width: 17px;
    height: 17px;
  }
}
@media (min-width: 768px) {
  .News .listing-col-1-mo .card-body h4 {
    font-size: 1.8rem;
  }
  .card.listing-col-3 {
    margin-bottom: 25px;
  }
  .card.listing-col-3 figure {
    height: 10.5vw;
  }
  .card.listing-col-3 .card-tools {
    margin: 0;
  }
  .latest-card {
    margin-bottom: 50px;
    background-color: transparent;
    border: none;
    direction: ltr;
  }
  .latest-card figure {
    height: 14rem;
  }
  .latest-card:before,
  .latest-card:after {
    display: none;
  }
  .latest-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  .latest-card .card-body {
    padding: 1rem 2rem;
    padding-left: 1rem;
    background-color: #fff;
  }
  .latest-card .card-border {
    border: none;
    margin-top: 0.5rem;
  }
  .latest-card .col-md-6:last-child {
    left: -5rem;
    background-color: transparent;
    top: 2rem;
  }
  .latest-card .card-tools time {
    font-size: 1rem;
  }
  .card-body .share-wrapper {
    height: auto;
  }
}
@media (min-width: 992px) {
  .latest-card .card-body {
    padding: 1rem 2.4rem;
    padding-left: 1rem;
  }
  .latest-card .col-md-6:last-child {
    left: -7rem;
  }
}
@media (min-width: 1200px) {
  .latest-card {
    border-width: 20px;
    margin-bottom: 80px;
    top: 20px;
  }
  .latest-card:before,
  .latest-card:after {
    border-width: 20px;
    right: -20px;
  }
  .latest-card:before {
    top: -20px;
  }
  .latest-card h3 {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 2rem;
  }
  .latest-card .card-tools .share-btn .share-wrapper {
    width: 20.7px;
    height: 22px;
  }
  .latest-card figure {
    height: 19rem;
  }
  .latest-card .card-border {
    margin-top: 15px;
  }
  .latest-card .card-border .small-text {
    font-size: 1rem;
  }
  .latest-card .card-border:before {
    border-left-width: 8px;
  }
  .card.listing-col-3 {
    margin-bottom: 35px;
  }
  .card.listing-col-3 h4 {
    min-height: 0;
    font-size: 1.3125rem;
    margin-bottom: 0.3rem;
  }
  .card.listing-col-3 .small-text {
    font-size: 0.875rem;
  }
  .card.listing-col-3 .share-btn .share-wrapper {
    width: 20.7px;
    height: 22px;
  }
  .card.listing-col-3 .card-border {
    margin-top: 0.8rem;
  }
  .card.listing-col-3 .card-border .small-text {
    font-size: 0.8rem;
  }
  .latest-card .card-tools,
  .latest-card .card-border,
  .card.listing-col-3 .card-tools,
  .card.listing-col-3 .card-border {
    padding-left: 1.666666666666667rem;
  }
}
@media (min-width: 1640px) {
  .listing-col-3 h4 {
    font-size: 1.5rem;
  }
  .latest-card h3 {
    font-size: 2.2rem;
  }
  .latest-card figure {
    height: 22rem;
  }
}
.listing-col-1-mo {
  background: transparent;
}
.listing-col-1-mo .share-btn {
  margin-left: 1rem;
}
.listing-col-1-mo .share-btn .share-wrapper {
  width: 1.4rem;
  height: 1.4rem;
}
.listing-col-1-mo .share-btn span {
  font-size: 1.2rem;
}
.listing-col-1-mo article {
  display: block;
  margin-bottom: 2rem;
}
.listing-col-1-mo .card-img {
  display: block;
  height: 20rem;
}
.listing-col-1-mo .card-img figure {
  height: 100%;
}
.listing-col-1-mo .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.listing-col-1-mo .card-body {
  height: 55vw;
  padding: 1rem;
  background-color: #fbf4f2;
  direction: ltr;
  min-height: 17rem;
  color: #4d4033;
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.listing-col-1-mo .card-body .nearby-categories {
  margin-bottom: 0.7rem;
}
.listing-col-1-mo .card-body .nearby-categories .card-category {
  color: #fff;
  background-color: #a5916e;
  padding: 0.4375rem 0.8125rem;
  line-height: 1;
}
.listing-col-1-mo
  .card-body
  .nearby-categories
  .card-category:not(:first-child) {
  margin-left: 0.6rem;
}
.listing-col-1-mo .card-body .max-height-section-header {
  max-height: 41vw;
}
.listing-col-1-mo .card-body .section-header .p-container {
  overflow-y: auto;
  scrollbar-width: thin;
  height: fit-content;
}
.listing-col-1-mo .card-body .section-header .p-container p {
  font-size: 1.125rem;
}
.listing-col-1-mo .card-body h4 {
  color: #4d4033 !important;
}
@supports not (-ms-high-contrast: none) {
  .listing-col-1-mo .card-body h4 {
    max-height: none !important;
  }
}
.listing-col-1-mo .card-body a {
  color: #ea7200;
}
.listing-col-1-mo .card-body a:visited {
  color: #ea7200;
}
.listing-col-1-mo .card-body a:hover {
  color: #ea7200;
}
.listing-col-1-mo .card-body a:active,
.listing-col-1-mo .card-body a:focus {
  color: #ea7200;
}
.listing-col-1-mo .card-body .card-text {
  margin-bottom: 1rem;
}
.listing-col-1-mo .card-body .card-text a {
  color: #ea7200;
}
.listing-col-1-mo .card-date {
  display: flex;
  margin-top: auto;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(165, 145, 110, 0.5);
}
@media (min-width: 768px) {
  .listing-col-1-mo article:nth-child(even) {
    direction: rtl;
  }
  .listing-col-1-mo article:nth-child(even) .card-body {
    right: auto;
    left: 0;
  }
  .listing-col-1-mo .card-container {
    display: flex;
    position: relative;
  }
  .listing-col-1-mo .card-img {
    width: 50%;
    height: 20rem;
  }
  .listing-col-1-mo .card-body {
    height: 20rem;
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 1rem 1rem 0.4rem;
    max-height: 100%;
    z-index: 1;
    overflow: visible;
  }
  .listing-col-1-mo .card-body .max-height-section-header {
    max-height: 14rem;
  }
  .listing-col-1-mo .card-body .card-text {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .listing-col-1-mo .card-body .card-text a {
    color: #ea7200;
  }
}
@media (min-width: 992px) {
  .listing-col-1-mo .share-btn .share-wrapper {
    width: 1.4rem;
    height: 1.4rem;
  }
  .listing-col-1-mo .share-btn span {
    font-size: 1.4rem;
  }
  .listing-col-1-mo .card-img {
    height: 20rem;
  }
  .listing-col-1-mo .card-body {
    height: 20rem;
    min-height: 14rem;
    padding: 1.5rem 1.4rem 0.6rem;
    overflow: visible;
  }
  .listing-col-1-mo .card-body .max-height-section-header {
    max-height: 15rem;
    overflow: visible;
  }
}
@media (min-width: 1200px) {
  .listing-col-1-mo .card-img {
    height: 20rem;
  }
  .listing-col-1-mo .card-body {
    height: 23vw;
    min-height: 15rem;
    overflow: visible;
    scrollbar-width: thin !important;
  }
  .listing-col-1-mo .card-body .max-height-section-header {
    max-height: 13vw;
  }
  .listing-col-1-mo .card-body .card-text {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1640px) {
  .listing-col-1-mo .share-btn .share-wrapper {
    width: 1.8rem;
    height: 1.8rem;
  }
  .listing-col-1-mo .share-btn span {
    font-size: 1.8rem;
  }
  .listing-col-1-mo .card-body {
    min-height: 16rem;
    overflow: visible;
    scrollbar-width: thin !important;
  }
}
.see-more-btn {
  border: 1px #a5916e solid;
  color: rgba(77, 64, 51, 0.7);
  width: 70px;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.see-more-btn:hover {
  color: #ea7200;
  border: 1px #ea7200 solid;
}
.news-details {
  width: 100%;
}
.news-details .details-card {
  padding: 0 !important;
}
.news-details .body-container {
  padding: 1.66667rem 1.25rem !important;
}
.news-details .img-container {
  margin-bottom: 0 !important;
}
.news-details .main-card-wrp {
  margin-top: 17px;
  margin-bottom: 0;
}
.news-details .main-card-wrp .main-card {
  position: relative;
}
.news-details .main-card-wrp .main-card:after,
.news-details .main-card-wrp .main-card:before {
  content: '';
  position: absolute;
  background-color: #e6a821;
}
.news-details .main-card-wrp .main-card .image-wrp {
  text-align: left;
  position: relative;
  height: 43vw;
}
.news-details .main-card-wrp .main-card .image-wrp .main-card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.news-details .main-card-wrp .main-card .card-body {
  background-color: #fff;
  position: relative;
}
.news-details .main-card-wrp .main-card .card-body .card-tools {
  margin-bottom: 16px;
}
.news-details
  .main-card-wrp
  .main-card
  .card-body
  .card-tools
  .icon-small-calendar {
  margin-right: 0.4166666666666667rem;
  display: inline-block;
  font-size: 1rem;
  color: #ea7200;
}
.news-details .main-card-wrp .main-card .card-body .card-tools .date-text {
  font-size: 1.167rem;
  color: #4d4033;
}
.news-details .main-card-wrp .main-card .card-body .share-btn {
  position: absolute;
  right: 14px;
  top: 20px;
}
.news-details .main-card-wrp .main-card .card-body .share-btn span {
  font-size: 20px;
}
.news-details .main-card-wrp .main-card .card-body .card-border .title-wrp {
  position: relative;
}
.news-details
  .main-card-wrp
  .main-card
  .card-body
  .card-border
  .title-wrp:after {
  content: '';
  width: 0.6rem;
  height: 100%;
  left: -1.5rem;
  bottom: 0;
  top: 0;
  background: #a5916e;
  position: absolute;
}
.news-details .main-card-wrp .main-card .card-body .card-border .title-wrp h4 {
  color: #4d4033;
  font-size: 1.6666666666666667rem;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: 'Conv_GretaSansStd-Bold';
}
.news-details
  .main-card-wrp
  .main-card
  .card-body
  .card-border
  .card-body-content {
  font-size: 14px;
  color: #4d4033;
}
.news-details
  .main-card-wrp
  .main-card
  .card-body
  .card-border
  .card-body-content
  p {
  font-size: 1.16rem;
  color: #4d4033;
  margin: 0;
}
.news-details
  .main-card-wrp
  .main-card
  .card-body
  .card-border
  .card-body-content
  ul,
.news-details
  .main-card-wrp
  .main-card
  .card-body
  .card-border
  .card-body-content
  ol {
  color: rgba(0, 0, 0, 0.6);
  list-style-position: inside;
  padding-left: 15px;
}
.news-details
  .main-card-wrp
  .main-card
  .card-body
  .card-border
  .card-body-content
  a {
  color: #e6a821;
  text-decoration: underline;
  word-break: break-all;
}
.news-details .h-border {
  margin: 63px 0 21px 0;
}
@media (min-width: 768px) {
  .col-half {
    flex: 0 0 3.33333%;
    max-width: 3.33333%;
  }
  .news-details .main-card-wrp {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .news-details .main-card-wrp .main-card .card-body {
    padding: 1.66667rem 1.25rem;
  }
  .news-details
    .main-card-wrp
    .main-card
    .card-body
    .card-tools
    .icon-small-calendar {
    margin-right: 0.4166666666666667rem;
    color: #ea7200;
  }
  .news-details .main-card-wrp .main-card .card-body .card-tools .date-text {
    color: #4d4033;
  }
  .news-details .main-card-wrp .main-card .card-body .share-btn span {
    font-size: 20px;
  }
  .news-details
    .main-card-wrp
    .main-card
    .card-body
    .card-border
    .title-wrp
    h4 {
    font-size: 1.6666666666666667rem;
    line-height: 36px;
  }
  .news-details
    .main-card-wrp
    .main-card
    .card-body
    .card-border
    .card-body-content {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .news-details .main-card-wrp .main-card .image-wrp {
    height: 31.3vw;
  }
  .news-details .main-card-wrp .main-card .card-body .card-tools {
    margin-bottom: 17px;
  }
  .news-details
    .main-card-wrp
    .main-card
    .card-body
    .card-tools
    .icon-small-calendar {
    margin-right: 0.4166666666666667rem;
  }
  .news-details .main-card-wrp .main-card .card-body .share-btn {
    position: absolute;
    right: 24px;
    top: 24px;
  }
  .news-details .main-card-wrp .main-card .card-body .share-btn span {
    font-size: 23px;
  }
  .news-details
    .main-card-wrp
    .main-card
    .card-body
    .card-border
    .card-body-content {
    font-size: 1.125rem;
  }
  .news-details .h-border {
    font-size: 1.75rem;
    margin: 52px 0 12px 0;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .news-details
    .main-card-wrp
    .main-card
    .card-body
    .card-tools
    .icon-small-calendar {
    font-size: 1.2rem;
  }
  .news-details
    .main-card-wrp
    .main-card
    .card-body
    .card-border
    .title-wrp:after {
    width: 0.4rem;
    left: -1rem;
  }
  .news-details
    .main-card-wrp
    .main-card
    .card-body
    .card-border
    .title-wrp
    h4 {
    font-size: 2.2rem;
  }
  .news-details .main-card-wrp .main-card .card-body .card-body-content {
    font-size: 1rem;
  }
}
@media (min-width: 1640px) {
  .news-details .main-card-wrp {
    margin: 30px 0 0 0;
  }
  .news-details
    .main-card-wrp
    .main-card
    .card-body
    .card-tools
    .icon-small-calendar {
    margin-right: 0.4166666666666667rem;
  }
  .news-details .main-card-wrp .main-card .card-body .share-btn {
    position: absolute;
    right: 24px;
    top: 24px;
  }
  .news-details .main-card-wrp .main-card .card-body .share-btn span {
    font-size: 26px;
  }
  .news-details
    .main-card-wrp
    .main-card
    .card-body
    .card-border
    .title-wrp
    h4 {
    font-size: 2rem;
  }
}
.details-card-wrap .details-card {
  padding: 1.66667rem 1.25rem;
  background-color: #fff;
  color: #4d4033;
}
.details-card-wrap .details-card-header {
  position: relative;
}
.details-card-wrap .details-card-header .details-info {
  margin-bottom: 1rem;
  display: flex;
  line-height: 1;
}
.details-card-wrap .details-card-header .date-container .date:last-child {
  position: relative;
}
.details-card-wrap
  .details-card-header
  .date-container
  .date:last-child:before {
  content: '-';
  position: absolute;
  left: -27%;
  top: 33%;
  font-size: 2rem;
  color: #4d4033;
}
.details-card-wrap .details-card-header .date-container .label {
  margin: 0;
}
.details-card-wrap .details-card-header .icons-wrapper {
  font-size: 2rem;
  width: 3rem;
}
.details-card-wrap .details-card-header .icons-wrapper:before {
  color: #ea7200;
}
.details-card-wrap .details-card-header .label {
  display: block;
  font-size: 1rem;
  font-weight: 100;
  margin-bottom: 0.5rem;
}
.details-card-wrap .details-card-header .info {
  font-size: 1.2rem;
  font-family: 'Conv_GretaSansStd-Bold';
}
.details-card-wrap .details-card-header .info span {
  font-family: 'Conv_GretaSansStd-Regular';
  text-transform: uppercase;
}
.details-card-wrap .details-card-header .nearby-categories ul {
  padding: 0;
  list-style: none;
}
.details-card-wrap .details-card-header .nearby-categories ul li {
  font-size: 0.7rem;
  color: #fff;
  background-color: #a5916e;
  padding: 0.4375rem 0.8125rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'Conv_GretaSansStd-Bold';
}
.details-card-wrap
  .details-card-header
  .nearby-categories
  ul
  li:not(:first-child) {
  margin-left: 0.6rem;
}
.details-card-wrap .details-card-header .tag-list {
  display: flex;
  flex-wrap: wrap;
}
.details-card-wrap .details-card-header .tag-list li {
  margin-right: 3rem;
}
.details-card-wrap .details-card-header .tag-list li:last-child {
  margin-right: 0;
}
.details-card-wrap .details-card-header .tickets-note {
  font-family: 'Conv_GretaSansStd-Regular', Arial, Helvetica;
  font-size: 1.0833rem;
  color: #7e6755;
  opacity: 0.7;
  display: block;
  margin-top: 0.5rem;
}
.details-card-wrap .img-container {
  margin-bottom: 1rem;
  height: 43vw;
}
.details-card-wrap .img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.details-card-wrap .map-image {
  margin: 2rem auto 0;
  height: 50vw;
}
.details-card-wrap .details-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.details-card-wrap .body-container {
  font-size: 1.1667rem;
  margin-top: 1rem;
}
.details-card-wrap .body-container ul,
.details-card-wrap .body-container ol {
  list-style-position: inside;
  padding-left: 15px;
}
.details-card-wrap .body-container ul:not(.tag-list) {
  list-style-type: initial;
  padding: 0;
}
.details-card-wrap .body-container a {
  color: #ea7200;
  text-decoration: underline !important;
  word-break: break-all;
}
@media (min-width: 992px) {
  .details-card-wrap .details-card-header .icons-wrapper {
    width: auto;
    margin-right: 0.7rem;
  }
  .details-card-wrap .details-card-header .label {
    font-size: 1rem;
  }
  .details-card-wrap .details-card-header .info {
    font-size: 1.2rem;
  }
  .details-card-wrap .img-container {
    height: 31.3vw;
  }
  .details-card-wrap .map-image {
    width: 30vw;
    height: 18vw;
  }
}
@media (min-width: 1200px) {
  .details-card-wrap .body-container {
    font-size: 1.125rem;
  }
}
.program-details-wrapper .details-card {
  padding: 1rem 1.25rem;
}
.program-details-wrapper.details-card-wrap {
  margin-bottom: 77px;
}
.program-details-wrapper.details-card-wrap .details-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.program-details-wrapper.details-card-wrap .details-card-header {
  margin-top: 7px;
  position: relative;
}
.program-details-wrapper.details-card-wrap .details-card-header h2 {
  color: #4d4033;
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 25px;
  padding-right: 25px;
}
.program-details-wrapper.details-card-wrap .details-card-header .share-btn {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 16px;
  margin-right: 16px;
}
.program-details-wrapper.details-card-wrap
  .details-card-header
  .share-btn
  .icon-share {
  font-size: 20px;
}
.program-details-wrapper.details-card-wrap
  .details-card-header
  .date-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.program-details-wrapper.details-card-wrap
  .details-card-header
  .date-container
  > time.date {
  font-family: 'Conv_GretaSansStd-Regular';
  margin-right: 2rem;
}
.program-details-wrapper.details-card-wrap
  .details-card-header
  .date-container
  > time.date
  .date-note {
  display: block;
  font-size: 0.8333333333333334rem;
  color: rgba(77, 64, 51, 0.7);
}
.program-details-wrapper.details-card-wrap
  .details-card-header
  .date-container
  > time.date
  .date-day {
  font-size: 48px;
  color: #ec721f;
  line-height: 1;
  float: left;
}
.program-details-wrapper.details-card-wrap
  .details-card-header
  .date-container
  > time.date
  .date-year {
  font-size: 0.916rem;
  color: rgba(77, 64, 51, 0.7);
  vertical-align: super;
  text-transform: uppercase;
  float: left;
  line-height: 1;
  margin-top: 18px;
  margin-left: 5px;
}
.program-details-wrapper.details-card-wrap
  .details-card-header
  .date-container
  .dash {
  width: 12px;
  height: 1px;
  background: #d8d8d8;
  margin: 20px 15px 0;
}
.program-details-wrapper.details-card-wrap .details-card-header .icons-wrapper {
  display: inline-block;
  vertical-align: top;
  color: #ec721f;
}
.program-details-wrapper.details-card-wrap
  .details-card-header
  .icon-Opening-Hours {
  font-size: 16px;
  color: #ec721f;
}
.program-details-wrapper.details-card-wrap .details-card-header .icon-Location {
  font-size: 21px;
  color: #ec721f;
}
.program-details-wrapper.details-card-wrap
  .details-card-header
  .icon-Ticket-Prices {
  font-size: 20px;
  color: #ec721f;
}
.program-details-wrapper.details-card-wrap .details-card-header .info-details {
  font-size: 1.25rem;
  color: rgba(77, 64, 51, 0.7);
  vertical-align: middle;
  display: inline;
  line-height: 1.2;
}
.program-details-wrapper.details-card-wrap
  .details-card-header
  .first-row-icons {
  margin-left: 11px;
}
.program-details-wrapper.details-card-wrap
  .details-card-header
  .second-row-icons {
  margin-left: 6px;
}
.program-details-wrapper.details-card-wrap
  .details-card-header
  .info-details-container {
  width: 82%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.program-details-wrapper.details-card-wrap .details-card-header .ticket-prices {
  margin-bottom: 0.20834rem;
  vertical-align: top;
  line-height: 1.2;
}
.program-details-wrapper.details-card-wrap .details-card-header .tickets-note {
  font-family: 'Conv_GretaSansStd-Regular', Arial, Helvetica;
  font-size: 1.0833rem;
  opacity: 0.7;
  display: block;
}
.program-details-wrapper.details-card-wrap .details-card-header .opening-hours {
  margin-top: 1.9001rem;
  vertical-align: middle;
}
.program-details-wrapper.details-card-wrap .img-container {
  color: #7e6755;
}
.program-details-wrapper.details-card-wrap .details-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.program-details-wrapper.details-card-wrap .body-container {
  padding: 1.25rem;
}
.program-details-wrapper.details-card-wrap .body-container ul,
.program-details-wrapper.details-card-wrap .body-container ol {
  list-style-position: inside;
  padding-left: 15px;
}
.program-details-wrapper.details-card-wrap .body-container ul:not(.tag-list) {
  list-style-type: initial;
}
.program-details-wrapper.details-card-wrap .body-container a {
  color: #e6a821;
  text-decoration: underline !important;
  word-break: break-all;
}
.program-details-wrapper .related-card-wrp .card .card-body .news-type {
  background: #e6a821;
  color: #000;
}
.program-details-wrapper
  .media-gallery
  .media-gallery-section
  .item
  .media-gallery-item
  .media-item-body
  [class^='icon-'] {
  background: transparent;
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .program-details-wrapper.details-car-wrap
    .details-card-header
    .ticket-prices-container {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .program-details-wrapper.details-card-wrap .details-card-header h2 {
    line-height: 35px;
  }
  .program-details-wrapper.details-card-wrap
    .details-card-header
    .opening-hours {
    margin-top: 0;
  }
  .program-details-wrapper.details-card-wrap
    .details-card-header
    .opening-hours-container {
    display: inline !important;
  }
  .program-details-wrapper.details-card-wrap .details-card-header .first-col {
    right: 0;
    top: 0;
    border-right: 1px solid #d8d8d8;
  }
  .program-details-wrapper.details-card-wrap
    .details-card-header
    .date-container
    > time.date
    .date-year {
    margin-left: 4px;
    margin-right: 0;
    margin-top: 4px;
  }
  .program-details-wrapper.details-card-wrap
    .details-card-header
    .date-container
    > time.date
    .date-note {
    font-size: 1rem;
  }
  .program-details-wrapper.details-card-wrap .details-card-header .date-col {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 1.25rem;
  }
  .program-details-wrapper.details-card-wrap .ticket-prices {
    width: calc(100% - 140px);
  }
}
@media (min-width: 1200px) {
  .program-details-wrapper.details-card-wrap .details-card-header h2 {
    font-size: 1.75rem;
    line-height: 40px;
  }
  .program-details-wrapper.details-card-wrap
    .details-card-header
    .info-details {
    font-size: 1.125rem;
  }
  .program-details-wrapper.details-card-wrap
    .details-card-header
    .opening-hours-container {
    display: inline-block !important;
  }
  .program-details-wrapper.details-card-wrap
    .details-card-header
    .date-container
    > time.date
    .date-year {
    margin-top: 11px;
  }
}
@media (min-width: 1600px) {
  .program-details-wrapper.details-card-wrap .details-card-header h2 {
    margin-bottom: 1.375rem;
  }
  .program-details-wrapper.details-card-wrap
    .details-card-header
    .date-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .program-details-wrapper.details-card-wrap
    .details-card-header
    .date-container
    > time.date
    .date-day {
    font-size: 3.7rem;
  }
  .program-details-wrapper.details-card-wrap
    .details-card-header
    .date-container
    > time.date
    .date-year {
    font-size: 1.0625rem;
  }
  .program-details-wrapper.details-card-wrap
    .details-card-header
    .date-container
    .dash {
    width: 22px;
  }
  .program-details-wrapper.details-card-wrap .details-card-header .share-btn {
    margin-top: 26.6px;
    margin-right: 28px;
  }
  .program-details-wrapper.details-card-wrap
    .details-card-header
    .icon-Opening-Hours {
    font-size: 1.3125rem;
  }
  .program-details-wrapper.details-card-wrap
    .details-card-header
    .icon-Location {
    font-size: 1.75rem;
  }
  .program-details-wrapper.details-card-wrap
    .details-card-header
    .icon-Ticket-Prices {
    font-size: 1.5rem;
  }
  .program-details-wrapper.details-card-wrap .body-container {
    padding: 2.3125rem;
  }
}
.related-card-wrp .h-border.see-more {
  color: #4d4033;
  font-size: 1.4rem;
  font-family: 'Conv_GretaSansStd-Bold';
}
.related-card-wrp .h-border.see-more::after {
  display: none;
}
.related-card-wrp.highlights {
  overflow: hidden;
  margin-top: 35.9px;
}
.related-card-wrp.highlights article[class*='col-'],
.related-card-wrp.highlights .owl-item {
  display: flex;
}
.related-card-wrp.highlights .owl-carousel {
  display: flex;
  width: auto;
}
.related-card-wrp.highlights .owl-carousel .owl-stage {
  display: flex;
}
.related-card-wrp.highlights .owl-carousel .items-wrp {
  width: 100%;
  max-width: 100%;
}
.related-card-wrp.highlights .owl-carousel .items-wrp picture {
  height: unset !important;
  flex: 1;
}
.related-card-wrp.highlights .owl-carousel .items-wrp div {
  flex: none;
}
.related-card-wrp.highlights .owl-carousel .img-dimensions {
  max-height: 360px;
  max-width: 25%;
}
@media (max-width: 991.98px) {
  .related-card-wrp.highlights .owl-carousel .img-dimensions {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .related-card-wrp.highlights .owl-carousel .img-dimensions {
    min-height: 300px;
  }
}
.related-card-wrp.highlights .items-center {
  justify-content: center;
}
@media (max-width: 767.98px) {
  .related-card-wrp.highlights .items-center {
    flex-direction: column;
  }
}
.related-card-wrp.highlights .h-border {
  line-height: 1.8125rem;
  font-size: 1.75rem;
  margin-bottom: 12px;
  margin-top: 0;
  font-weight: bold;
}
.related-card-wrp.highlights .h-border::after {
  display: none;
}
.related-card-wrp.highlights a.view-all {
  color: #000;
  font-size: 1rem;
  line-height: 1.375rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
}
.related-card-wrp.highlights a.view-all:after {
  content: '';
  margin-left: 0.5rem;
  font-family: 'GEMicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  font-size: 0.5625rem;
  margin-bottom: 0.125rem;
  display: inline-block;
  transform: scale(-1);
}
.related-card-wrp.highlights a.view-all:hover {
  color: #ea7200 !important;
}
.related-card-wrp.highlights .view-all {
  text-align: right;
}
.related-card-wrp.highlights .items-wrp {
  margin-bottom: 30px;
  background-color: transparent;
  width: 100%;
}
@media (max-width: 767.98px) {
  .related-card-wrp.highlights .items-wrp {
    min-height: 300px;
  }
}
.related-card-wrp.highlights .items-wrp:hover {
  text-decoration: none;
}
.related-card-wrp.highlights .card picture {
  background: #fff;
  flex: 1;
}
.related-card-wrp.highlights .card picture .card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-card-wrp.highlights .card .card-body {
  min-height: 0;
  max-height: none;
  padding: 1rem;
  background: rgba(185, 61, 34, 0.06);
  flex: none;
}
.related-card-wrp.highlights .card .card-body .card-text {
  color: #4d4033;
  min-height: 0;
  font-size: 1.2rem;
  margin: 0;
}
.related-card-wrp.highlights.publications .card {
  width: 100%;
  padding: 0;
}
.related-card-wrp.highlights.publications .card picture .card-img-top {
  background: #fff;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-card-wrp.highlights.publications .card .card-body .card-text {
  color: #7e6755;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 0;
}
.related-card-wrp.highlights.publications .card .card-body .card-author {
  display: inline-block;
  color: #7a7a7a;
  font-size: 12px;
}
.related-card-wrp .items-wrp {
  margin-bottom: 30px;
}
.related-card-wrp .related-section-title {
  position: relative;
  color: #172d50;
  font-size: 1.75rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.related-card-wrp .related-section-title::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-right: -100%;
  border-bottom: 1px solid #e6a821;
  vertical-align: middle;
  margin-left: 0.8125rem;
}
.related-card-wrp .card picture {
  overflow: hidden;
  height: 50vw;
}
.related-card-wrp .card picture .card-img-top {
  background: #fff;
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  background-color: #000;
}
.related-card-wrp .card .card-body {
  position: relative;
  padding: 36px 26px 29px 19px;
  max-height: 131px;
}
.related-card-wrp .card .card-body .news-type {
  top: -20.5px;
  background: #ca6203;
  left: 12px;
  color: #fff;
  text-align: center;
  padding: 4.5px 10px;
  min-width: 141px;
  font-size: 1.25rem;
  line-height: 32px;
  font-family: 'Conv_GretaSansStd-Regular' !important;
  margin-bottom: 0;
}
.related-card-wrp .card .card-body .card-text {
  font-size: 1.5rem;
  line-height: 24px;
  color: #000;
}
.related-card-wrp .items-wrp {
  margin-bottom: 10px;
}
.related-card-wrp .card picture {
  height: 15vw;
}
.related-card-wrp .card .card-body .card-text {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .related-card-wrp .items-wrp {
    margin-bottom: 12px;
  }
  .related-card-wrp .card picture {
    height: 20vw;
  }
  .related-card-wrp .card .card-body .card-text {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .highlighted-artifacts-container {
    width: 100%;
    padding-left: 70px;
  }
  .related-card-wrp .items-wrp {
    margin-bottom: 15px;
  }
  .related-card-wrp .card picture {
    height: 14rem;
  }
}
@media (min-width: 992px) {
  .highlighted-artifacts-container {
    width: auto;
    padding-left: 15px;
  }
  .related-card-wrp .card .card-body {
    padding: 30px 26px 12px 19px;
    max-height: 106px;
    min-height: 106px;
  }
  .related-card-wrp .card .card-body .news-type {
    font-size: 1.125rem;
  }
  .related-card-wrp .card .card-body .card-text {
    font-size: 1.125rem;
  }
  .related-card-wrp.highlights .card .card-body .card-text {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .related-card-wrp .items-wrp {
    margin-bottom: 30px;
  }
}
.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;
}
.drag-wrapper {
  position: relative;
}
.drag-wrapper .icon-360 {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.drag-wrapper .icon-360:before {
  color: #fff;
  font-size: 30px;
}
.fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}
.fancybox-container {
  background-color: rgba(77, 64, 51, 0.95) !important;
}
.fancybox-container .fancybox-content {
  border: 0 solid #fff;
  background-color: #4d4033;
}
.fancybox-container .fancybox-content .zooming-image {
  width: 100vw;
  height: 80vh;
}
.fancybox-container .fancybox-content .zooming-image .openseadragon-container {
  position: absolute !important;
}
.fancybox-container
  .fancybox-content
  .zooming-image
  .openseadragon-container
  img {
  width: 2rem;
  height: 2rem;
  min-width: 28px;
  min-height: 28px;
  cursor: pointer;
}
.fancybox-container .fancybox-content > * {
  display: block;
  max-width: 100%;
  max-height: 80vh;
}
.fancybox-container .fancybox-navigation .fancybox-button {
  height: 120px;
  width: 90px;
  top: calc(50% - 90px);
  transition: opacity 0.3s;
}
@media (max-width: 767.98px) {
  .fancybox-container .fancybox-navigation .fancybox-button {
    width: 82px;
    top: calc(50% - 82px);
  }
}
.fancybox-container .fancybox-navigation .fancybox-button > div {
  background-color: #ea7200;
}
.fancybox-container .fancybox-navigation .fancybox-button > div svg path {
  fill: #4d4033;
}
.fancybox-container .fancybox-navigation [disabled] {
  opacity: 0.5 !important;
}
.fancybox-container canvas {
  cursor: grab;
}
.media-component .media-cont {
  margin-bottom: 1rem;
}
.media-component .media-cont .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  left: 50% !important;
  transform: translateX(-50%);
}
.media-component .media-cont .slick-dots li {
  font-size: 0;
  margin-right: 1rem;
}
.media-component .media-cont .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.4s;
}
.media-component .media-cont .slick-dots li.slick-active button {
  background-color: #ea7200;
}
.media-component .media-cont__slide {
  height: 60vw;
  position: relative;
}
.media-component .media-cont__slide > * {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.media-component .media-cont__slide > * video,
.media-component .media-cont__slide > * iframe,
.media-component .media-cont__slide > * .drag-wrapper,
.media-component .media-cont__slide > * canvas,
.media-component .media-cont__slide > * picture {
  display: block;
  width: 100%;
  height: 70%;
  flex-grow: 1;
  object-fit: cover;
}
.media-component .media-cont__slide > * img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-component .media-cont__slide .video {
  background-color: #000;
  max-width: 100%;
}
.media-component .media-cont__slide .maximize-btn {
  visibility: hidden;
}
.media-component .media-cont__slide .overlay:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 43%;
  background-image: linear-gradient(to top, #000, transparent);
  z-index: 1;
  pointer-events: none;
}
.media-component .media-cont__slide .overlay .maximize-btn {
  display: block;
  visibility: visible;
  position: absolute;
  bottom: 1.4rem;
  left: 1.4rem;
  z-index: 2;
  cursor: pointer;
  line-height: 1;
}
.media-component .media-cont__slide .overlay .maximize-btn .icon-maximize {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}
.media-component .media-cont__slide .caption-box {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 1rem 2rem;
  background-color: #4d4d4d;
  position: relative;
  z-index: 1;
}
.media-component .media-cont__slide .caption-box .maximize-btn {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: auto;
  margin-left: 1.2rem;
}
.media-component .media-cont__slide .caption-box .maximize-btn .icon-maximize {
  font-size: 2rem;
}
.media-component .media-cont__slide .caption-box .caption {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.33;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  -ms-line-clamp: 2;
}
.media-component .nav-carousel {
  display: none;
}
.media-component .item-info-wrp {
  padding: 14px 20px;
}
.media-component .item-info-wrp .info-item {
  margin-bottom: 1rem;
}
.media-component .item-info-wrp .title {
  color: #4d4033;
  font-size: 1.4rem;
  font-family: 'Conv_GretaSansStd-Regular' !important;
  font-weight: normal;
  margin: 0;
}
.media-component .item-info-wrp .description {
  font-size: 1.1rem;
  color: rgba(77, 64, 51, 0.8);
}
@media (min-width: 768px) {
  .media-component .media-cont__slide {
    height: 52vw;
  }
}
@media (min-width: 992px) {
  .media-component {
    padding: 2.5%;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .media-component.single-item {
    align-items: flex-start;
  }
  .media-component .media-cont {
    width: 75% !important;
    margin-bottom: 0;
  }
  .media-component .media-cont > * video,
  .media-component .media-cont > * iframe,
  .media-component .media-cont > * .drag-wrapper,
  .media-component .media-cont > * picture {
    height: 80%;
  }
  .media-component .media-cont > * canvas {
    height: 100%;
  }
  .media-component .media-cont__slide {
    height: 34vw;
  }
  .media-component .media-cont__slide > div.image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .media-component
    .media-cont__slide
    .caption-box
    .maximize-btn
    .icon-maximize {
    font-size: 1.3rem;
  }
  .media-component .media-cont__slide .caption-box .caption {
    font-size: 0.9rem;
  }
  .media-component .item-info-wrp {
    width: 25%;
    margin-left: 2%;
    padding: 2rem 0;
  }
  .media-component .nav-carousel {
    display: block;
    width: 23% !important;
    margin-left: 2%;
    height: 30vw;
  }
  .media-component .nav-carousel .slick-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0;
    box-shadow: none !important;
    transition: opacity 0.3s;
  }
  .media-component .nav-carousel .slick-arrow:after {
    content: '';
    font-family: 'GEMicon';
    font-size: 1.5rem;
    display: block;
    color: rgba(0, 0, 0, 0.27);
  }
  .media-component .nav-carousel .slick-arrow.slick-prev {
    top: -9%;
  }
  .media-component .nav-carousel .slick-arrow.slick-prev:after {
    transform: rotate(90deg);
  }
  .media-component .nav-carousel .slick-arrow.slick-next {
    bottom: -9%;
  }
  .media-component .nav-carousel .slick-arrow.slick-next:after {
    transform: rotate(-90deg);
  }
  .media-component .nav-carousel .slick-arrow.slick-disabled {
    opacity: 0.5;
  }
  .media-component .nav-carousel__slide {
    position: relative;
    height: calc(28vw / 3);
    margin-bottom: 1vw;
    cursor: pointer;
  }
  .media-component .nav-carousel__slide:before,
  .media-component .nav-carousel__slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: 0.6s;
  }
  .media-component .nav-carousel__slide:before {
    background-image: linear-gradient(
      to bottom,
      rgba(126, 103, 85, 0.4) 0%,
      rgba(0, 0, 0, 0.4) 100%
    );
  }
  .media-component .nav-carousel__slide::after {
    box-shadow: inset 0 0 0 0.5rem #ea7200;
    opacity: 0;
  }
  .media-component .nav-carousel__slide:hover:before {
    opacity: 0.4;
  }
  .media-component .nav-carousel__slide:focus {
    outline: none;
  }
  .media-component .nav-carousel__slide.slick-current::after {
    opacity: 1;
  }
  .media-component .nav-carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .media-component .nav-carousel__slide span {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: #fff;
    font-size: 1.4rem;
  }
}
.section-header {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  height: fit-content;
}
.section-header .header-date span {
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 0.5rem;
  vertical-align: text-top;
}
.section-header .header-date span:before {
  color: #ea7200;
}
.section-header .header-date .date-text {
  color: #4d4033;
}
.section-header__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.section-header__top > * {
  margin-bottom: 0.5rem !important;
}
.section-header__top > *:last-child {
  min-width: fit-content;
  margin-left: 1rem;
}
.section-header__top:before {
  content: '';
  position: absolute;
  left: -1rem;
  top: 0;
  width: 0.357rem;
  height: 1.7rem;
  background-color: #a5916e;
}
.section-header .view-all {
  white-space: nowrap;
  color: #fff;
  transition: 0.3s;
}
.section-header .view-all:hover {
  color: #ea7200;
}
.section-header__title {
  font-family: 'Conv_GretaSansStd-Bold', Arial, Helvetica;
  font-size: 1.75rem;
  line-height: 1.7rem;
  margin: 0;
  color: #fff;
  margin-right: auto;
}
.section-header__sub-title {
  direction: ltr;
  font-weight: 100;
  font-size: 1.125rem;
  color: #fff;
}
.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 .header-date span {
    font-size: 1.2rem;
  }
  .section-header__top:before {
    left: -1.2rem;
    width: 0.5rem;
    height: 1.8rem;
  }
  .section-header .explore-more {
    display: flex;
    justify-content: flex-end;
    min-width: 9rem;
  }
  .section-header__title {
    font-size: 1.75rem;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .section-header {
    padding-left: 1.2rem;
  }
  .section-header__top:before {
    width: 0.45rem;
  }
  .section-header__sub-title {
    font-size: 1.125rem;
  }
}
@media (min-width: 1640px) {
  .section-header {
    padding-left: 1.36rem;
  }
  .section-header:before {
    left: -1.36rem;
    width: 0.48rem;
  }
}
.inner-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.inner-section-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.357rem;
  height: 1.4rem;
  background-color: #a5916e;
}
.inner-section-header .title {
  font-family: 'Conv_GretaSansStd-Bold', Arial, Helvetica;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin: 0;
  margin-right: auto;
  color: #4d4033;
}
.inner-section-header.light .title {
  color: #fff;
}
.inner-section-header.light a.view-all {
  color: #fff;
}
.inner-section-header.light a.view-all:hover {
  color: #ea7200;
}
.inner-section-header.margin-top {
  margin-top: 2rem;
}
a.view-all {
  color: #fff;
  font-size: 1rem;
  line-height: 1.375rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin-left: auto;
  transition: 0.3s;
}
a.view-all:after {
  content: '';
  margin-left: 0.5rem;
  font-family: 'GEMicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  font-size: 0.5625rem;
  margin-bottom: 0.125rem;
  display: inline-block;
  transform: scale(-1);
}
a.view-all:hover {
  color: #ea7200 !important;
}
.section-header.section-header--dark {
  max-height: 100%;
}
.children-map-container {
  display: block;
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 30px;
}
.children-map-container .modal-content {
  height: 60vh;
}
.children-map-container .modal-content .modal-body {
  height: 100%;
  width: 100%;
  position: relative;
}
.children-map-container .modal-content .modal-body img {
  display: none;
  max-width: 95%;
  max-height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.children-map-container img[usemap] {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.children-map-container area {
  outline: none !important;
}
.children-map-container area:hover {
  cursor: zoom-in;
}
app-failure-message {
  width: 100%;
}
.failure-message {
  background: #b93d23;
  color: #fff;
  position: relative;
  padding: 1.8125rem 2.5rem;
  margin-bottom: 2.5rem;
  display: block;
  text-align: center;
}
.failure-message [class^='icon-'].icon-alert-icon {
  font-size: 2.5rem;
}
.failure-message [class^='icon-'].icon-close {
  font-size: 1.125rem;
}
.failure-message .failure-text {
  font-size: 1.5625rem;
  color: #fff;
  margin-bottom: 0;
  border-top: 1px solid #fff;
  padding-top: 1.875rem;
  margin-top: 1.875rem;
}
.failure-message .close-failure {
  position: absolute;
  right: 7px;
  top: -18px;
  width: 42px;
  height: 42px;
  border: 1px solid #ec721f;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  background: #ec721f;
}
.failure-message .close-failure [class^='icon-'] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.failure-message .close-failure:after {
  background: transparent;
}
.failure-message .close-failure:hover {
  border: 1px solid #fff;
}
.failure-message .close-failure:hover:before {
  background: #b93d23;
  border-radius: 50%;
}
.success-message {
  background: #fff;
  margin-bottom: 3.125rem;
  padding: 3.125rem 3.125rem 5.625rem;
}
.success-message [class^='icon-'] {
  font-size: 9.375rem;
  color: #8ac24a;
  margin-bottom: 1.875rem;
  display: block;
}
.success-message .message-title {
  font-size: 2.25rem;
  line-height: 3rem;
  color: #7e6755;
  margin-bottom: 0.625rem;
}
.success-message .message-content {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.875rem;
  color: #7e6755;
}
.success-message .back-home {
  display: table;
  margin: 0 auto 1.875rem auto;
  padding: 10px 38px;
}
.success-message .new-message {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #ec721f;
  text-decoration: underline;
}
.success-message .new-message:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .failure-message {
    display: flex;
    text-align: left;
  }
  .failure-message .failure-text {
    border-left: 1px solid #fff;
    padding-left: 1.875rem;
    margin-left: 1.875rem;
    border-top: 0;
    margin-top: 0;
    padding-top: 0.25rem;
    padding-right: 5%;
  }
  .failure-message .close-failure {
    position: absolute;
    right: 27px;
    top: 27px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
  }
  .failure-message .close-failure:after {
    background: #b93d23;
  }
  .failure-message .close-failure:hover {
    border: 1px solid #ec721f;
  }
  .failure-message .close-failure:hover:before {
    background: #ec721f;
  }
}
.center-section {
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.center-section .section-header {
  position: relative;
  z-index: 1;
  display: block;
}
.center-section .section-header__top {
  margin-bottom: 1.5rem;
}
.center-section .section-header__top:before {
  height: 100%;
}
.center-section .section-header__title {
  font-size: 1.83rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  text-shadow: 1px 1px #312c2c;
}
.center-section .section-header__title span {
  line-height: 1.1;
  font-size: 1.1rem;
  font-family: 'Conv_GretaSansStd-Regular';
  margin-bottom: 1rem;
}
.center-section .section-header__sub-title {
  color: #fff;
  margin-bottom: 1.5rem;
}
.center-section .section-header a {
  padding: 0.5rem 2rem;
}
.center-section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .center-section .section-header__top {
    margin-bottom: 2rem;
  }
  .center-section .section-header__title {
    font-size: 3.75rem;
  }
  .center-section .section-header__title span {
    font-size: 1.2rem;
  }
  .center-section .section-header__sub-title {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 576px) {
  .center-section .section-header__title {
    text-shadow: 1px 1px #312c2c;
  }
}
.projects-section {
  padding: 3rem 0;
  margin-bottom: 2rem;
  background-attachment: scroll;
}
.projects-section:nth-child(odd) {
  padding-bottom: 22rem;
  background-color: rgba(185, 61, 34, 0.06);
}
.projects-section:nth-child(odd):after {
  background-position: bottom;
  background-size: cover;
}
.projects-section:nth-child(even):after {
  background-size: cover;
}
.projects-section:nth-child(even) .section-header {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.projects-section:nth-child(even) .section-header__top {
  justify-content: center;
}
.projects-section:nth-child(even) .section-header__top:before {
  display: none;
}
@media (min-width: 768px) {
  .projects-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-attachment: fixed;
  }
  .projects-section .section-header {
    width: 50%;
  }
  .projects-section:nth-child(odd) {
    height: auto;
    padding-bottom: 3rem;
  }
  .projects-section:nth-child(even) {
    height: auto;
  }
  .projects-section:nth-child(even) .section-header {
    width: 60%;
  }
}
.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;
  }
}
.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.inners {
    position: fixed;
    z-index: 1;
    pointer-events: none;
  }
  .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;
  }
}
.more-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  background-color: #ea7200;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.68);
  border: 1px solid transparent;
}
@media (max-width: 767.98px) {
  .more-box {
    width: 5rem;
    height: 5rem;
  }
}
.more-box:hover {
  background-color: #fff;
  color: #ea7200;
}
.more-box:hover .more-box__plus {
  transform: translateY(-4px);
}
.more-box__word {
  text-align: center;
  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: 6.67rem;
    height: 6.67rem;
  }
  .more-box__word {
    font-size: 1.5rem;
  }
  .more-box__plus {
    font-size: 3rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 992px) {
  .more-box {
    width: 6rem;
    height: 6rem;
  }
  .more-box__word {
    font-size: 1.35rem;
  }
  .more-box__plus {
    font-size: 3rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 1640px) {
  .more-box {
    width: 5.44rem;
    height: 5.44rem;
  }
  .more-box__word {
    font-size: 1.08rem;
  }
  .more-box__plus {
    font-size: 2.52rem;
    line-height: 1.92rem;
  }
}
@media (max-width: 767.98px) {
  .more-box__word {
    font-size: 1.1rem;
  }
  .more-box__plus {
    font-size: 2.8rem;
  }
}
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;
}
.switch-toggle input[type='checkbox'] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}
.switch-toggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 2.4rem;
  height: 1.4rem;
  background: #e6e6e6;
  border-radius: 100px;
  border: 1px solid #b7b7b7;
  display: block;
  position: relative;
  margin-bottom: 0;
}
.switch-toggle label:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1.4rem;
  height: 1.4rem;
  background: #b7b7b7;
  border-radius: 50%;
  transition: 0.3s;
}
.switch-toggle input:checked + label {
  background: #f3f3f3;
}
.switch-toggle input:checked + label:after {
  background-color: #e6a821;
  left: calc(100% + 1px);
  transform: translateX(-100%);
}
.share-link-input {
  position: relative;
  width: 60%;
}
.share-link-input input {
  background: #dedede;
  border: none;
  padding: 0.4rem 0.5rem;
  width: 100%;
  font-size: 0.8rem;
  padding-right: 4rem;
  direction: ltr;
}
.share-link-input .share-btn {
  position: absolute;
  right: 0.15rem;
  top: 0.15rem;
  bottom: 0.15rem;
  background: #eee;
  padding: 0.15rem 1.1rem;
}
.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;
}
.error {
  font-size: 1rem;
  color: #dc3545;
  display: none;
  position: relative;
  text-align: left;
  margin: 0.8333333333333334rem 0;
}
.error.show {
  display: block;
}
.error::before {
  content: '!';
  margin-right: 0.4167rem;
  color: #fff;
  background-color: #ff4136;
  width: 1.3333rem;
  height: 1.25rem;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 1.1667rem;
  line-height: 1.3;
}
.error p {
  display: inline-block;
  width: calc(100% - 12%);
  vertical-align: top;
  margin-bottom: 0;
}
.Exhibitions-Lisiting .ongoing-space {
  margin-bottom: 30px;
}
.Exhibitions-Lisiting .ongoing {
  position: relative;
  background: #fff;
}
.Exhibitions-Lisiting .ongoing:after {
  content: '';
  position: absolute;
  width: 92%;
  height: 59%;
  right: -10px;
  bottom: -10px;
  background: #e6a821;
  z-index: -1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.Exhibitions-Lisiting .ongoing .ongoing-img-wrp {
  position: relative;
}
.Exhibitions-Lisiting .ongoing .ongoing-img-wrp .ongoing-img {
  max-width: 100%;
  width: 100%;
  max-height: 198px;
  min-height: 198px;
}
.Exhibitions-Lisiting .ongoing .ongoing-img-wrp:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 43%,
    rgba(0, 0, 0, 0.65) 46%,
    rgba(0, 0, 0, 0.63) 48%,
    transparent 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 43%,
    rgba(0, 0, 0, 0.65) 46%,
    rgba(0, 0, 0, 0.63) 48%,
    transparent 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 43%,
    rgba(0, 0, 0, 0.65) 46%,
    rgba(0, 0, 0, 0.63) 48%,
    transparent 100%
  );
}
.Exhibitions-Lisiting .ongoing .ongoing-content {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.Exhibitions-Lisiting
  .ongoing
  .ongoing-content
  .current-exh-item
  .share-wrapper
  .share-button
  span,
.Exhibitions-Lisiting
  .ongoing
  .ongoing-content
  .current-exh-item
  .share-wrapper
  .share-button
  span::before {
  color: #fff;
}
.Exhibitions-Lisiting
  .ongoing
  .ongoing-content
  .current-exh-item
  .current-exh-content {
  z-index: 3;
  color: #fff;
  padding: 12px 0;
  padding-left: 15px;
  padding-right: 37px;
}
.Exhibitions-Lisiting
  .ongoing
  .ongoing-content
  .current-exh-item
  .current-exh-content
  .title-wrp-item {
  margin-bottom: 11px;
}
.Exhibitions-Lisiting
  .ongoing
  .ongoing-content
  .current-exh-item
  .current-exh-content
  .title-wrp-item
  .current-exh-title {
  display: block;
  display: -webkit-box;
  font-size: 20px;
  line-height: 22px;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -o-line-clamp: 4;
  -ms-line-clamp: 4;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-height: 85px;
}
.Exhibitions-Lisiting
  .ongoing
  .ongoing-content
  .current-exh-item
  .current-exh-content
  .current-exh-time {
  display: flex;
  align-items: center;
}
.Exhibitions-Lisiting
  .ongoing
  .ongoing-content
  .current-exh-item
  .current-exh-content
  .current-exh-time
  .wrp-time
  .time-title {
  font-size: 11px;
  display: block;
}
.Exhibitions-Lisiting
  .ongoing
  .ongoing-content
  .current-exh-item
  .current-exh-content
  .current-exh-time
  .wrp-time
  .day-data {
  font-size: 22px;
}
.Exhibitions-Lisiting
  .ongoing
  .ongoing-content
  .current-exh-item
  .current-exh-content
  .current-exh-time
  .wrp-time
  .day-data
  .day-month {
  margin-left: 11px;
  font-size: 13px;
}
.Exhibitions-Lisiting
  .ongoing
  .ongoing-content
  .current-exh-item
  .current-exh-content
  .current-exh-time
  .seprator-data {
  width: 15px;
  height: 1px;
  background-color: #d8d8d8;
  margin: 21px 10px 0;
}
.Exhibitions-Lisiting
  .ongoing
  .ongoing-content
  .current-exh-item
  .current-exh-content
  .current-exh-berif {
  display: none;
  max-height: 50px;
}
.Exhibitions-Lisiting .Exhibitions-upcoming .card:hover:before,
.Exhibitions-Lisiting .Exhibitions-upcoming .card:hover:after {
  content: none;
}
.Exhibitions-Lisiting .Exhibitions-upcoming .past .exh-card-content {
  background-color: #e6e6e6;
}
.Exhibitions-Lisiting .Exhibitions-upcoming .past .exh-card-content .card-body {
  background-color: #e6e6e6;
  margin-left: 0;
}
.Exhibitions-Lisiting .Exhibitions-upcoming .past .card-date .number {
  color: #878787;
}
.Exhibitions-Lisiting .Exhibitions-upcoming .listing-col-1-mo {
  background-color: transparent;
}
.Exhibitions-Lisiting .Exhibitions-upcoming .card-img:before,
.Exhibitions-Lisiting .Exhibitions-upcoming .card-img:after {
  content: none;
}
.Exhibitions-Lisiting .Exhibitions-upcoming .card-img img {
  width: 100%;
  max-width: 100%;
}
.Exhibitions-Lisiting .Exhibitions-upcoming .exh-card-content {
  position: relative;
  z-index: 9;
  background: #fff;
  padding: 11px 0 19px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: -33px 11px 30px;
  padding-left: 16px;
  padding-right: 35px;
}
.Exhibitions-Lisiting .Exhibitions-upcoming .exh-card-content .card-body {
  padding: 0;
  min-height: inherit;
  max-height: inherit;
}
.Exhibitions-Lisiting .Exhibitions-upcoming .exh-card-content .card-body:after {
  content: none;
}
.Exhibitions-Lisiting
  .Exhibitions-upcoming
  .exh-card-content
  .card-body
  .upcoming-exh-title {
  height: 54px;
  display: block;
  display: -webkit-box;
  font-size: 20px;
  line-height: 28px;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  -ms-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.Exhibitions-Lisiting .Exhibitions-upcoming .exh-card-content .card-body p,
.Exhibitions-Lisiting
  .Exhibitions-upcoming
  .exh-card-content
  .card-body
  .card-text {
  color: #7e6755;
  max-height: 78px;
  display: block;
  display: -webkit-box;
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 4;
  -moz-line-clamp: 4;
  -o-line-clamp: 4;
  -ms-line-clamp: 4;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.Exhibitions-Lisiting
  .Exhibitions-upcoming
  .exh-card-content
  .card-body
  .card-date {
  position: relative;
  margin-bottom: 9px;
}
.Exhibitions-Lisiting
  .Exhibitions-upcoming
  .exh-card-content
  .card-body
  .card-date
  .card-data-list {
  display: block;
  list-style: none;
  list-style-type: none;
  color: transparent;
}
.Exhibitions-Lisiting
  .Exhibitions-upcoming
  .exh-card-content
  .card-body
  .card-date
  .card-data-list
  li {
  display: inline-block;
  vertical-align: middle;
  color: #7e6755;
}
.Exhibitions-Lisiting
  .Exhibitions-upcoming
  .exh-card-content
  .card-body
  .card-date
  .card-data-list
  li
  .date-label-name {
  color: #878787;
  line-height: 1;
}
.Exhibitions-Lisiting
  .Exhibitions-upcoming
  .exh-card-content
  .card-body
  .card-date
  .card-data-list
  li
  .number {
  line-height: 31px;
  font-size: 22px;
}
.Exhibitions-Lisiting
  .Exhibitions-upcoming
  .exh-card-content
  .card-body
  .card-date
  .card-data-list
  li
  .day-month {
  font-size: 13px;
  line-height: 16px;
}
.Exhibitions-Lisiting
  .Exhibitions-upcoming
  .exh-card-content
  .card-body
  .card-date
  .card-data-list
  li
  .seprator-data {
  height: 1px;
  margin-top: 10px;
  display: block;
  background-color: #d8d8d8;
  width: 15px;
}
.Exhibitions-Lisiting
  .Exhibitions-upcoming
  .exh-card-content
  .card-body
  .card-date
  .card-data-list
  li:nth-child(2) {
  margin: 0 7px;
}
.Exhibitions-Lisiting
  .Exhibitions-upcoming
  .exh-card-content
  .card-body
  .title-wrp {
  margin-bottom: 13px;
}
.Exhibitions-Lisiting
  .Exhibitions-upcoming
  .exh-card-content
  .card-body
  .title-wrp
  h3 {
  display: block;
  display: -webkit-box;
  font-size: 20px;
  line-height: 28px;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  -ms-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.Exhibitions-Lisiting .Exhibitions-upcoming .share-btn {
  margin: 17px 13px 0;
}
.Exhibitions-Lisiting .Exhibitions-upcoming .share-btn .share-wrapper {
  width: 20px;
  height: 20px;
}
.Exhibitions-Lisiting .Exhibitions-upcoming .share-btn span {
  font-size: 20px;
}
.Exhibitions-Lisiting .Exhibitions-upcoming .h-border {
  margin-top: 6px;
  margin-bottom: 27px;
}
.Exhibitions-Lisiting .share-btn {
  position: absolute;
  right: 0;
  top: 0;
  margin: 12px 20px 0;
  z-index: 99;
}
.Exhibitions-Lisiting .share-btn .share-wrapper {
  width: 20px;
  height: 20px;
}
.Exhibitions-Lisiting .share-btn span {
  font-size: 20px;
}
.mat-calendar-body-selected {
  background-color: #ea7200 !important;
}
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: #ea7200 !important;
  color: #fff;
}
.mat-calendar-period-button {
  order: 2;
}
.mat-calendar-previous-button {
  order: 1;
}
.mat-calendar-next-button {
  order: 3;
}
.mat-calendar-controls {
  justify-content: center;
}
.mat-calendar-spacer {
  display: none;
}
.mat-button-wrapper {
  font-size: 15px;
  color: #7e6755;
  font-family: 'Conv_GretaSansStd-Bold', Arial, Helvetica !important;
}
@media (min-width: 768px) {
  .Exhibitions-Lisiting .ongoing-space {
    margin-bottom: 40px;
  }
  .Exhibitions-Lisiting .ongoing:after {
    width: 75%;
    height: 58%;
  }
  .Exhibitions-Lisiting .ongoing .ongoing-img-wrp .ongoing-img {
    max-height: 270px;
    min-height: 270px;
  }
  .Exhibitions-Lisiting .ongoing .ongoing-content .current-exh-item .share-btn {
    margin: 25px 20px 0;
  }
  .Exhibitions-Lisiting
    .ongoing
    .ongoing-content
    .current-exh-item
    .share-btn
    .share-wrapper {
    width: 22px;
    height: 22px;
  }
  .Exhibitions-Lisiting
    .ongoing
    .ongoing-content
    .current-exh-item
    .share-btn
    span {
    font-size: 22px;
  }
  .Exhibitions-Lisiting
    .ongoing
    .ongoing-content
    .current-exh-item
    .current-exh-content {
    padding: 25px 0;
    padding-left: 30px;
    padding-right: 50px;
  }
  .Exhibitions-Lisiting
    .ongoing
    .ongoing-content
    .current-exh-item
    .current-exh-content
    .title-wrp-item {
    margin-bottom: 20px;
  }
  .Exhibitions-Lisiting
    .ongoing
    .ongoing-content
    .current-exh-item
    .current-exh-content
    .current-exh-berif {
    display: block;
    display: -webkit-box;
    font-size: 1.125rem;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -ms-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .card:hover:before,
  .Exhibitions-Lisiting .Exhibitions-upcoming .card:hover:after {
    content: none;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .listing-col-1-mo {
    background-color: transparent;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .card-img:before,
  .Exhibitions-Lisiting .Exhibitions-upcoming .card-img:after {
    content: none;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .card-img img {
    width: 100%;
    max-width: 100%;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .exh-card-content {
    margin: -61px 30px 30px;
  }
  .Exhibitions-Lisiting
    .Exhibitions-upcoming
    .exh-card-content
    .card-body
    .upcoming-exh-title {
    display: block;
    display: -webkit-box;
    font-size: 22px;
    line-height: 28px;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -ms-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .exh-card-content .card-body p,
  .Exhibitions-Lisiting
    .Exhibitions-upcoming
    .exh-card-content
    .card-body
    .card-text {
    height: 48px;
    display: block;
    display: -webkit-box;
    font-size: 18px;
    line-height: 25px;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -o-line-clamp: 3;
    -ms-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .Exhibitions-Lisiting
    .Exhibitions-upcoming
    .exh-card-content
    .card-body
    .title-wrp {
    margin-bottom: 13px;
  }
  .Exhibitions-Lisiting
    .Exhibitions-upcoming
    .exh-card-content
    .card-body
    .title-wrp
    h3 {
    display: block;
    display: -webkit-box;
    font-size: 20px;
    line-height: 28px;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -ms-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .h-border {
    margin-top: 6px;
    margin-bottom: 27px;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .share-btn {
    margin: 17px 17px 0;
  }
  .Exhibitions-Lisiting .share-btn {
    margin: 17px 13px 0;
  }
  .Exhibitions-Lisiting .share-btn .share-wrapper {
    width: 22px;
    height: 22px;
  }
  .Exhibitions-Lisiting .share-btn span {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .Exhibitions-Lisiting .ongoing-space {
    margin-bottom: 60px;
  }
  .Exhibitions-Lisiting .ongoing {
    max-height: 486px;
  }
  .Exhibitions-Lisiting .ongoing:after {
    width: 71%;
    height: 60%;
    right: -16px;
    bottom: -16px;
  }
  .Exhibitions-Lisiting .ongoing .ongoing-img-wrp {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: inherit;
  }
  .Exhibitions-Lisiting .ongoing .ongoing-img-wrp .ongoing-img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: inherit;
  }
  .Exhibitions-Lisiting .ongoing .ongoing-content .current-exh-item .share-btn {
    margin: 31px 39px 0;
  }
  .Exhibitions-Lisiting
    .ongoing
    .ongoing-content
    .current-exh-item
    .share-btn
    .share-wrapper {
    width: 22px;
    height: 22px;
  }
  .Exhibitions-Lisiting
    .ongoing
    .ongoing-content
    .current-exh-item
    .share-btn
    span {
    font-size: 22px;
  }
  .Exhibitions-Lisiting
    .ongoing
    .ongoing-content
    .current-exh-item
    .current-exh-content {
    padding: 29px 0;
    padding-left: 45px;
    padding-right: 50px;
  }
  .Exhibitions-Lisiting
    .ongoing
    .ongoing-content
    .current-exh-item
    .current-exh-content
    .title-wrp-item {
    margin-bottom: 20px;
  }
  .Exhibitions-Lisiting
    .ongoing
    .ongoing-content
    .current-exh-item
    .current-exh-content
    .title-wrp-item
    .current-exh-title {
    display: block;
    display: -webkit-box;
    font-size: 1.875rem;
    line-height: 2.625rem;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -ms-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .Exhibitions-Lisiting
    .ongoing
    .ongoing-content
    .current-exh-item
    .current-exh-content
    .current-exh-time
    .wrp-time
    .time-title {
    font-size: 0.875rem;
    display: block;
    line-height: 1;
  }
  .Exhibitions-Lisiting
    .ongoing
    .ongoing-content
    .current-exh-item
    .current-exh-content
    .current-exh-time
    .wrp-time
    .day-data {
    font-size: 1.9375rem;
  }
  .Exhibitions-Lisiting
    .ongoing
    .ongoing-content
    .current-exh-item
    .current-exh-content
    .current-exh-time
    .wrp-time
    .day-data
    .day-month {
    margin-left: 15px;
    font-size: 18px;
    margin-bottom: 7px;
    line-height: 1;
    vertical-align: middle;
  }
  .Exhibitions-Lisiting
    .ongoing
    .ongoing-content
    .current-exh-item
    .current-exh-content
    .current-exh-time
    .seprator-data {
    width: 23px;
    margin: 13px 9px 0 20px;
  }
  .Exhibitions-Lisiting
    .ongoing
    .ongoing-content
    .current-exh-item
    .current-exh-content
    .current-exh-berif {
    margin-top: 1px;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .card {
    margin-bottom: 68px;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .card:hover:before,
  .Exhibitions-Lisiting .Exhibitions-upcoming .card:hover:after {
    content: none;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .card .card-img img {
    min-height: 389px;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .card:nth-of-type(even) {
    direction: rtl;
  }
  .Exhibitions-Lisiting
    .Exhibitions-upcoming
    .card:nth-of-type(even)
    .exh-card-content {
    right: auto;
    left: 0;
    direction: ltr;
    margin: 0 0 0 0;
  }
  .Exhibitions-Lisiting
    .Exhibitions-upcoming
    .card:nth-of-type(even)
    .exh-card-content
    .card-body {
    margin-left: 0;
  }
  .Exhibitions-Lisiting
    .Exhibitions-upcoming
    .card:nth-of-type(even)
    .card-img {
    padding-left: 37px;
    padding-right: 0;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .listing-col-1-mo {
    background-color: transparent;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .card-img {
    padding-right: 37px;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .card-img:before,
  .Exhibitions-Lisiting .Exhibitions-upcoming .card-img:after {
    content: none;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .card-img img {
    width: 100%;
    max-width: 100%;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .exh-card-content {
    position: absolute;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    right: 0;
    top: 50%;
    margin: 0 0 0 0;
    background-color: transparent;
    box-shadow: none;
    transform: translate(0, -50%);
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .exh-card-content .card-body {
    max-height: 260px;
    min-height: 260px;
    background-color: #fff;
    padding: 22px 0 19px 0;
    padding-left: 32px;
    padding-right: 35px;
    margin-left: 21px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .Exhibitions-Lisiting
    .Exhibitions-upcoming
    .exh-card-content
    .card-body
    .upcoming-exh-title {
    height: 4.3125rem;
    display: block;
    display: -webkit-box;
    font-size: 1.875rem;
    line-height: 2.125rem;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -ms-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .exh-card-content .card-body p,
  .Exhibitions-Lisiting
    .Exhibitions-upcoming
    .exh-card-content
    .card-body
    .card-text {
    color: #7e6755;
    display: block;
    display: -webkit-box;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -ms-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .Exhibitions-Lisiting
    .Exhibitions-upcoming
    .exh-card-content
    .card-body
    .card-date {
    margin-bottom: 5px;
  }
  .Exhibitions-Lisiting
    .Exhibitions-upcoming
    .exh-card-content
    .card-body
    .card-date
    .card-data-list
    li
    .date-label-name {
    font-size: 0.875rem;
  }
  .Exhibitions-Lisiting
    .Exhibitions-upcoming
    .exh-card-content
    .card-body
    .card-date
    .card-data-list
    li
    .number {
    font-size: 1.75rem;
    line-height: 34px;
    margin-right: 10px;
  }
  .Exhibitions-Lisiting
    .Exhibitions-upcoming
    .exh-card-content
    .card-body
    .card-date
    .card-data-list
    li
    .day-month {
    font-size: 1rem;
    line-height: 20px;
    vertical-align: middle;
  }
  .Exhibitions-Lisiting
    .Exhibitions-upcoming
    .exh-card-content
    .card-body
    .card-date
    .card-data-list
    li
    .seprator-data {
    width: 19px;
  }
  .Exhibitions-Lisiting
    .Exhibitions-upcoming
    .exh-card-content
    .card-body
    .card-date
    .card-data-list
    li:nth-child(2) {
    margin: 0 6px 0 13px;
  }
  .Exhibitions-Lisiting
    .Exhibitions-upcoming
    .exh-card-content
    .card-body
    .title-wrp {
    margin-bottom: 31px;
  }
  .Exhibitions-Lisiting
    .Exhibitions-upcoming
    .exh-card-content
    .card-body
    .title-wrp
    h3 {
    display: block;
    display: -webkit-box;
    font-size: 30px;
    line-height: 34px;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -ms-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .h-border {
    margin-top: 12px;
    margin-bottom: 33px;
    font-size: 36px;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .h-border:after {
    margin-left: 27px;
    margin-top: 2px;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .share-btn {
    margin: 20px 16px 0;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .share-btn .share-wrapper {
    width: 22px;
    height: 22px;
  }
  .Exhibitions-Lisiting .Exhibitions-upcoming .share-btn span {
    font-size: 22px;
  }
}
.lisitng-with-details .details-items header {
  position: relative;
}
.lisitng-with-details .details-items header .details-items-img {
  max-width: 100%;
  width: 100%;
  max-height: 38.875rem;
}
.lisitng-with-details .details-items header:after {
  content: '';
  background: rgba(126, 103, 85, 0.36);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lisitng-with-details .details-items .details-body-container {
  padding-right: 15px;
  padding-left: 15px;
  background: #fff;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body {
  padding: 2.1875rem 15px;
  position: relative;
  z-index: 9;
  background: #fff;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section {
  padding-left: 1.75rem;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section
  .details-items-header {
  position: relative;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section
  .details-items-header
  h3 {
  font-size: 2rem;
  line-height: 2.75rem;
  color: #7e6755;
  position: relative;
  min-height: 4.6875rem;
  padding-right: 3.125rem;
  margin-bottom: 0.9375rem;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section
  .details-items-header
  h3:before {
  content: '';
  position: absolute;
  left: -1.6875rem;
  width: 0.5rem;
  height: 100%;
  min-height: 3.0625rem;
  max-height: 5.625rem;
  background: #b93d23;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section
  .details-items-header
  .icon-share {
  font-size: 1.875rem;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section
  .details-section {
  margin-bottom: 0.9375rem;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section
  .details-section
  .main-title {
  font-size: 1.375rem;
  color: #878787;
  display: block;
  line-height: 1;
  margin-bottom: 0.9375rem;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section
  .details-section
  .main-title
  [class^='icon-'] {
  font-size: 1.125rem;
  margin-right: 0.46875rem;
  display: inline-block;
  color: #ec721f;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section
  .details-section
  .time-sec {
  font-size: 2rem;
  color: #ec721f;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5625rem;
  line-height: 1;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section
  .details-section
  .time-sec
  span {
  font-size: 1.625rem;
  color: #7e6755;
  text-transform: uppercase;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section
  .details-section
  .seprator-data {
  width: 0.875rem;
  height: 1px;
  background: #d8d8d8;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section
  .details-section
  .contact-info {
  font-size: 1rem;
  line-height: 1.8125rem;
  color: #7e6755;
  margin: 0;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section
  .details-section
  .location {
  display: block;
  margin-top: 0.9375rem;
  font-size: 1.125rem;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section
  .details-section
  .location
  .icon-Location {
  font-size: 21px;
  margin-right: 5px;
  vertical-align: middle;
  color: #ec721f;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section
  .contact-section
  .contact-info {
  display: block;
  line-height: 1.5rem;
  text-transform: none;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section
  .contact-section
  .contact-info
  span {
  margin-left: 5px;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section
  .tag-list {
  list-style-type: none;
  padding-top: 15px;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section
  .tag-list
  li {
  margin-bottom: 10px;
  float: left;
  min-width: 50%;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section
  .tag-list
  li
  h4 {
  position: relative;
  line-height: 1;
  font-size: 1rem;
  color: #878787;
  font-family: 'Conv_GretaSansStd-Regular' !important;
  padding-left: 14px;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section
  .tag-list
  li
  h4:before {
  content: '';
  background: #b93d23;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  left: 0;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .top-section
  .share-wrapper {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 1.4375rem;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .details-items-desc,
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  p,
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  ul {
  font-size: 1.125rem;
  color: #7e6755;
  line-height: 1.375rem;
  margin-bottom: 1.3125rem;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .details-items-desc
  ul,
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .details-items-desc
  ol,
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  p
  ul,
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  p
  ol,
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  ul
  ul,
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  ul
  ol {
  list-style-position: inside;
  padding-left: 0.9375rem;
}
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  .details-items-desc
  a,
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  p
  a,
.lisitng-with-details
  .details-items
  .details-body-container
  .details-items-body
  ul
  a {
  color: #e6a821;
  text-decoration: underline;
  word-break: break-all;
}
@media (min-width: 1200px) {
  .lisitng-with-details
    .details-items
    .details-body-container
    .details-items-body
    .top-section
    .details-section
    .location {
    margin-top: 2.1875rem;
  }
}
.collections-header {
  position: relative;
}
.collections-header ::-webkit-input-placeholder {
  color: #4d4033 !important;
  font-size: 1rem;
  line-height: 1.3125rem;
}
.collections-header ::-moz-placeholder {
  color: #4d4033 !important;
  font-size: 1rem;
  line-height: 1.3125rem;
}
.collections-header :-ms-input-placeholder {
  color: #4d4033 !important;
  font-size: 1rem;
  line-height: 1.3125rem;
}
.collections-header :-moz-placeholder {
  color: #4d4033 !important;
  font-size: 1rem;
  line-height: 1.3125rem;
}
.collections-header .page-title {
  margin-bottom: 1.1rem;
}
.collections-header .collection-info .form-field,
.collections-header .collection-info .search-button {
  display: flex;
}
.collections-header .collection-info .form-field input {
  height: 3rem;
  padding: 0.375rem 0.75rem;
  border: none;
  color: #4d4033;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-family:
    Segoe UI,
    Arial,
    Helvetica;
  flex-grow: 1;
}
.collections-header .collection-info .search-button .main-button,
.collections-header .collection-info .search-button .main-button-inv,
.collections-header
  .collection-info
  .search-button
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .owl-prev,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  .collections-header
  .collection-info
  .search-button
  .owl-prev,
.collections-header
  .collection-info
  .search-button
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .owl-next,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  .collections-header
  .collection-info
  .search-button
  .owl-next {
  height: 3rem;
  padding: 0;
  line-height: 3rem;
  flex-grow: 1;
  text-align: center;
}
.collections-header .scroll-down {
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  border: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
.collections-header .scroll-down:hover i {
  animation-name: hvr-icon-down;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
}
.collections-header .scroll-down i {
  font-size: 1.25rem;
  font-weight: bold;
  transform: translateZ(0);
}
.collections-header .scroll-down span {
  margin-right: 9.7px;
}
.collections-header.museum-section-header {
  color: #7e6755;
  padding-bottom: 40px;
}
.collections-header.museum-section-header .page-description {
  color: #7e6755;
}
.collections-header.museum-section-header
  .collection-info
  .search-button
  .main-button,
.collections-header.museum-section-header
  .collection-info
  .search-button
  .main-button-inv,
.collections-header.museum-section-header
  .collection-info
  .search-button
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .owl-prev,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  .collections-header.museum-section-header
  .collection-info
  .search-button
  .owl-prev,
.collections-header.museum-section-header
  .collection-info
  .search-button
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .owl-next,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  .collections-header.museum-section-header
  .collection-info
  .search-button
  .owl-next {
  padding: 16px 52px;
  height: 52px;
}
.collections-container {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background: rgba(185, 61, 34, 0.06);
}
.collections-container:last-of-type {
  margin-bottom: 0;
}
.collections-container .collections-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 22rem;
  padding: 3rem;
  text-decoration: none;
  z-index: 1;
  background-size: 100% 100% !important;
  background-color: #000;
}
@media (max-width: 760px) {
  .collections-container .collections-item {
    background-size: cover !important;
  }
}
.collections-container .collections-item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.collections-container .collections-item .item-description {
  margin-bottom: 1rem;
  line-height: 1.375rem;
}
.collections-container .collections-item .main-button-inv {
  padding: 0.7rem 3rem;
  flex-shrink: 0;
}
.museum-section-header {
  padding-top: 1.875rem;
}
.museum-section-header .page-subtitle {
  font-size: 1.625rem;
  border: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 1.25rem;
  font-family: 'Conv_GretaSansStd-Regular';
  text-transform: uppercase;
}
.museum-section-header .page-title {
  text-transform: uppercase;
}
.museum-section-header .page-description {
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  .collections-header .collection-info .search-button {
    text-align: right;
  }
  .collections-container .collections-item {
    height: 20rem;
  }
}
@media (min-width: 768px) {
  .collections-container {
    margin-bottom: 35.9px;
    background: #fcf5f3;
  }
  .collections-container:last-of-type {
    margin-bottom: 0;
  }
  .collections-container .collections-item .section-header__sub-title {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .collections-container .collections-item {
    height: 22rem;
  }
}
@media (max-width: 1199.98px) {
  .collections-container .collections-item .item-description {
    width: 100%;
  }
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=''],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.collections-header .collection-details-info .page-description {
  margin-bottom: 2rem;
}
.collections-header .collection-details-info .main-button,
.collections-header .collection-details-info .main-button-inv,
.collections-header
  .collection-details-info
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .owl-prev,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  .collections-header
  .collection-details-info
  .owl-prev,
.collections-header
  .collection-details-info
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .owl-next,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  .collections-header
  .collection-details-info
  .owl-next {
  padding: 0.7rem 3rem;
}
.collections-header .related-card-wrp.highlights {
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 2rem;
}
.collections-header .related-card-wrp.highlights .owl-carousel .owl-stage {
  left: -40px;
}
.collections-header
  .related-card-wrp.highlights
  .owl-carousel
  .owl-item
  .items-wrp {
  margin: 0;
}
.collections-header .related-card-wrp.highlights .h-border {
  margin-top: 0;
  margin-bottom: 10px;
}
.collections-header .related-card-wrp.highlights a.view-all {
  color: #fff;
  margin-bottom: 10px;
  transition: 0.3s;
}
.collections-header .related-card-wrp.highlights a.view-all span::before {
  color: #fff;
}
.collections-header .related-card-wrp.highlights .items-wrp {
  margin-bottom: 0;
}
.collection-details {
  overflow: hidden;
}
.collection-details #magic-line {
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.collection-details .tab-content > .active {
  opacity: 1;
}
.collection-details .item-figure {
  overflow: hidden;
}
.collection-details .item-figure img {
  width: 100%;
  height: 13rem;
  object-fit: cover;
}
.collection-details .item-figure.compat-object-fit img {
  transition: none;
}
.item-details {
  background-color: rgba(185, 61, 34, 0.06);
  color: #4d4033;
  padding: 1.5rem 2rem;
  font-size: 1.333rem;
  line-height: 1.833rem;
  word-wrap: break-word;
  line-height: 1.75rem;
}
.item-details p:empty {
  display: none;
}
.collection-item-viewall {
  display: inline-flex;
}
.collection-item-viewall .h4 {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .collections-header.museum-section-header .page-description {
    padding: 0 16%;
  }
  .collections-header .related-card-wrp.highlights .card .card-body {
    min-height: initial;
    max-height: initial;
  }
  .collections-header .related-card-wrp.highlights .owl-carousel .owl-stage {
    left: 0;
  }
  .collection-details .item-figure img {
    height: 17rem;
  }
  .collection-details .item-details {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .collection-details .item-figure img {
    height: 20rem;
  }
}
@media (min-width: 992px) {
  .collection-details .item-figure img {
    height: 20rem;
  }
  .related-card-wrp .highlights .collection {
    margin-right: 9.7rem;
    margin-left: 9.7rem;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .related-card-wrp .highlights .collection {
    margin-right: 11.7rem;
    margin-left: 11.7rem;
    margin-top: 0;
  }
}
@media (min-width: 1640px) {
  .related-card-wrp .highlights .collection {
    margin-right: 9.1rem;
    margin-left: 9.1rem;
    margin-top: 0;
  }
}
.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.mejs__container {
  background: #000;
  box-sizing: border-box;
  font-family: 'Helvetica', Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}
.mejs__container * {
  box-sizing: border-box;
}
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}
.mejs__fill-container,
.mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%;
}
.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.mejs__container:focus {
  outline: none;
}
.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
.mejs__embed,
.mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.mejs__fullscreen {
  overflow: hidden !important;
}
.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}
.mejs__background {
  left: 0;
  position: absolute;
  top: 0;
}
.mejs__mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
:root .mejs__poster-img {
  display: none;
}
.mejs__poster-img {
  border: 0;
  padding: 0;
}
.mejs__overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}
.mejs__layer {
  z-index: 1;
}
.mejs__overlay-play {
  cursor: pointer;
}
.mejs__overlay-button {
  background: url('mejs-controls.svg') no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}
.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px;
}
.mejs__overlay-loading {
  height: 80px;
  width: 80px;
}
.mejs__overlay-loading-bg-img {
  animation: mejs__loading-spinner 1s linear infinite;
  background: transparent url('mejs-controls.svg') -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}
@keyframes mejs__loading-spinner {
  100% {
    transform: rotate(360deg);
  }
}
.mejs__controls {
  bottom: 0;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.mejs__controls:not([style*='display: none']) {
  background: rgba(255, 0, 0, 0.7);
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}
.mejs__button,
.mejs__time,
.mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}
.mejs__button > button {
  background: transparent url('mejs-controls.svg');
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}
.mejs__button > button:focus {
  outline: dotted 1px #999;
}
.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role='slider'],
.mejs__container-keyboard-inactive [role='slider']:focus {
  outline: 0;
}
.mejs__time {
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}
.mejs__play > button {
  background-position: 0 0;
}
.mejs__pause > button {
  background-position: -20px 0;
}
.mejs__replay > button {
  background-position: -160px 0;
}
.mejs__time-rail {
  direction: ltr;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}
.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
}
.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0 0;
  width: 100%;
}
.mejs__time-buffering {
  animation: buffering-stripes 2s linear infinite;
  background: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.4) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.4) 75%,
    transparent 75%,
    transparent
  );
  background-size: 15px 15px;
  width: 100%;
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3);
}
.mejs__time-current,
.mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9);
}
.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}
.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: 0.15s ease-in all;
  width: 100%;
}
.mejs__time-buffering {
  transform: scaleX(1);
}
.mejs__time-hovered {
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
.mejs__time-hovered.no-hover {
  transform: scaleX(0) !important;
}
.mejs__time-handle,
.mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  transform: translateX(0);
  z-index: 11;
}
.mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  transform: scale(0);
  width: 10px;
}
.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
  transform: scale(1);
}
.mejs__time-float {
  background: #eee;
  border: solid 1px #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 36px;
}
.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}
.mejs__time-float-corner {
  border: solid 5px #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}
.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px;
}
.mejs__long-video .mejs__time-float-current {
  width: 60px;
}
.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}
.mejs__fullscreen-button > button {
  background-position: -80px 0;
}
.mejs__unfullscreen > button {
  background-position: -100px 0;
}
.mejs__mute > button {
  background-position: -60px 0;
}
.mejs__unmute > button {
  background-position: -40px 0;
}
.mejs__volume-button {
  position: relative;
}
.mejs__volume-button > .mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}
.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}
.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  transform: translateX(-50%);
  width: 2px;
}
.mejs__volume-current {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}
.mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 16px;
}
.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}
.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 50px;
}
.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.mejs__horizontal-volume-handle {
  display: none;
}
.mejs__captions-button,
.mejs__chapters-button {
  position: relative;
}
.mejs__captions-button > button {
  background-position: -140px 0;
}
.mejs__chapters-button > button {
  background-position: -180px 0;
}
.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}
.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px;
}
.mejs__captions-selector-list,
.mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}
.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.mejs__captions-selector-input,
.mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}
.mejs__captions-selector-label,
.mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%;
}
.mejs__captions-selected,
.mejs__chapters-selected {
  color: #21f8f8;
}
.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}
.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}
.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs__captions-layer[lang='ar'] {
  font-size: 20px;
  font-weight: normal;
}
.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mejs__captions-position-hover {
  bottom: 35px;
}
.mejs__captions-text,
.mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow:
    5px 0 0 rgba(20, 20, 20, 0.5),
    -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}
.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}
.mejs__overlay-error {
  position: relative;
}
.mejs__overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.mejs__cannotplay,
.mejs__cannotplay a {
  color: #fff;
  font-size: 0.8em;
}
.mejs__cannotplay {
  position: relative;
}
.mejs__cannotplay p,
.mejs__cannotplay a {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
.single-artifact header {
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.single-artifact .artifact-title {
  color: #4d4033;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: bold;
  margin: 0;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 10px;
}
.single-artifact nav {
  width: 100%;
  padding: 0 15px;
  margin-left: auto;
}
.single-artifact .artifact-icon {
  font-size: 1.125rem;
  margin-right: 6.5px;
  color: #ea7200;
}
.single-artifact .artifact-icon::before {
  color: #ea7200;
}
.single-artifact .artifact-icon .share-wrapper {
  height: 1.125rem;
}
.single-artifact .artifact-icon .share-wrapper .share-word {
  display: block;
  color: #7e6755;
  margin-left: 6.5px;
}
.single-artifact .artifact-list {
  list-style: none;
  display: flex;
  align-items: flex-start;
}
.single-artifact .artifact-list .artifact-list-item {
  padding: 3px 10px;
  border-right: 1px solid rgba(112, 112, 112, 0.2);
}
.single-artifact .artifact-list .artifact-list-item:first-child {
  padding-left: 0;
}
.single-artifact .artifact-list .artifact-list-item:last-child {
  border-right: 0;
  padding-right: 0;
}
.single-artifact .artifact-list .artifact-list-item .artifact-link {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.single-artifact .artifact-list .artifact-list-item .artifact-link > span {
  color: #19345e;
  white-space: nowrap;
}
.single-artifact .artifact-list .lang-dropdown {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.single-artifact .artifact-list .lang-dropdown .dropdown-toggle {
  padding: 0;
  display: flex;
  align-items: center;
  color: #19345e;
}
.single-artifact .artifact-list .lang-dropdown .dropdown-toggle::after {
  display: none;
}
.single-artifact .artifact-list .lang-dropdown .dropdown-menu {
  padding: 0;
  min-width: auto;
  min-width: initial;
}
.single-artifact .artifact-list .lang-dropdown .dropdown-menu .dropdown-item {
  padding: 0;
}
.single-artifact .artifact-list .lang-dropdown .dropdown-menu .dropdown-item a {
  padding: 0.25rem 1.3rem;
  display: block;
}
.single-artifact
  .artifact-list
  .lang-dropdown
  .dropdown-menu
  .dropdown-item
  a:hover {
  background: #ea7200;
  color: #fff;
}
.single-artifact
  .artifact-list
  .lang-dropdown
  .dropdown-menu
  .dropdown-item.active,
.single-artifact
  .artifact-list
  .lang-dropdown
  .dropdown-menu
  .dropdown-item:active {
  background: none;
}
.single-artifact .mandatory-info {
  padding: 14px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
}
.single-artifact .mandatory-info .row:not(:first-child) {
  margin-top: 20px;
}
.single-artifact .mandatory-info .title {
  line-height: 1.5rem;
  color: #4d4033;
  white-space: nowrap;
}
.single-artifact .mandatory-info .title.col-12 {
  margin-bottom: 17px;
}
.single-artifact .mandatory-info .title h3 {
  font-size: 1.625rem;
  font-family: 'Conv_GretaSansStd-Regular' !important;
  font-weight: normal;
  margin: 0;
}
.single-artifact .mandatory-info .title a {
  display: block;
  padding: 14px 20px;
  position: relative;
  color: #4d4033;
}
.single-artifact .mandatory-info .title a::after {
  content: '-';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.875rem;
  font-weight: bold;
  color: #ea7200;
}
.single-artifact .mandatory-info .title a.collapsed::after {
  content: '+';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.875rem;
  font-weight: bold;
  color: #ea7200;
}
.single-artifact .mandatory-info .description {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: rgba(77, 64, 51, 0.7);
  word-wrap: break-word;
}
.single-artifact .mandatory-info .description .rtl-dir {
  direction: rtl;
  text-align: right;
}
.single-artifact .mandatory-info .description .ltr-dir {
  direction: ltr;
  text-align: left;
}
.single-artifact .mandatory-info .description .card {
  padding: 20px 24px;
  background-color: rgba(185, 61, 34, 0.06);
  font-size: 1.375rem;
  line-height: 2.125rem;
  display: block;
}
.single-artifact .mandatory-info .description p,
.single-artifact .mandatory-info .description ul,
.single-artifact .mandatory-info .description ol {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1.375rem;
}
.single-artifact .mandatory-info .description ul,
.single-artifact .mandatory-info .description ol {
  list-style-position: inside;
  padding-left: 15px;
}
.single-artifact .mandatory-info .description a {
  color: #ea7200;
  text-decoration: underline;
  word-break: break-all;
}
.single-artifact .mandatory-info .description .title-table {
  padding-right: 5px;
}
.single-artifact .mandatory-info .description .title-table {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.single-artifact #audio-player {
  display: none;
}
.single-artifact .mejs__container {
  width: 100% !important;
  position: fixed;
  bottom: 0;
  z-index: 3;
  max-width: calc(100% - 30px);
  transform: translateY(100%);
  opacity: 0;
  height: 50px !important;
  direction: ltr;
}
.single-artifact .mejs__container.position-relative {
  max-width: 100%;
}
.single-artifact .mejs__container.opened {
  transform: translateY(0%);
  opacity: 1;
}
@media (min-width: 576px) {
  .single-artifact .mejs__container {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 768px) {
  .single-artifact .mejs__container {
    max-width: calc(630px - 30px);
  }
}
@media (min-width: 992px) {
  .single-artifact .mejs__container {
    max-width: calc(750px - 30px);
  }
}
@media (min-width: 1200px) {
  .single-artifact .mejs__container {
    max-width: calc(970px - 30px);
  }
}
@media (min-width: 1640px) {
  .single-artifact .mejs__container {
    max-width: calc(1310px - 30px);
  }
}
.single-artifact .mejs__container {
  background: #fff;
}
.single-artifact .mejs__controls:not([style*='display: none']) {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.25));
}
.single-artifact .mejs__time-loaded,
.single-artifact .mejs__time-total,
.single-artifact .mejs__horizontal-volume-total {
  background: #d1d1d1;
  box-shadow: inset 1px 1px 4px #ababab;
  display: inline-block;
  border-radius: 25px;
}
.single-artifact .mejs__time-current,
.single-artifact .mejs__time-handle-content,
.single-artifact .mejs__horizontal-volume-current {
  background: #ea7200;
  border-radius: 25px;
}
.single-artifact .mejs__time-hovered {
  background: rgba(236, 114, 3, 0.5);
}
.single-artifact .mejs__time {
  color: #777;
  height: 100%;
  padding-top: 0;
  display: flex;
  align-items: center;
}
.single-artifact .mejs__controls {
  padding: 0;
  height: 100%;
}
.single-artifact .mejs__playpause-button {
  width: 45px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d3d3d3;
}
.single-artifact .mejs__playpause-button > button {
  position: static;
}
.single-artifact .mejs__time-handle-content {
  transform: scale(1.6) !important;
}
.single-artifact .mejs__time-rail {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
.single-artifact .mejs__time-total {
  margin: 0;
}
.single-artifact .mejs__horizontal-volume-slider {
  height: 100%;
  display: flex !important;
  align-items: center;
}
.single-artifact .mejs__volume-button {
  height: 100%;
  display: flex;
  align-items: center;
}
.single-artifact .mejs__volume-button > button {
  margin-top: 0;
  margin-bottom: 0;
}
.single-artifact .mejs__horizontal-volume-total {
  position: relative;
  top: 0;
}
.single-artifact .highlights {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .single-artifact header {
    justify-content: space-between;
  }
  .single-artifact .artifact-title,
  .single-artifact nav {
    width: auto;
  }
  .single-artifact .artifact-list .artifact-list-item {
    padding: 3px 20px;
  }
  .single-artifact .mandatory-info .row:not(:first-child) {
    margin-top: 0;
  }
}
.search-collection {
  margin-bottom: 1rem;
}
.search-collection ::-webkit-input-placeholder {
  color: #7e6755 !important;
  font-size: 1rem;
  line-height: 1.3125rem;
}
.search-collection ::-moz-placeholder {
  color: #7e6755 !important;
  font-size: 1rem;
  line-height: 1.3125rem;
}
.search-collection :-ms-input-placeholder {
  color: #7e6755 !important;
  font-size: 1rem;
  line-height: 1.3125rem;
}
.search-collection :-moz-placeholder {
  color: #7e6755 !important;
  font-size: 1rem;
  line-height: 1.3125rem;
}
.search-collection .form-group {
  margin-bottom: 0;
}
.search-collection .form-control {
  padding: 0.375rem 0.75rem;
}
.search-results-num-wrp {
  position: relative;
  height: 2rem;
}
.search-results-num {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #4d4033;
}
.search-results-num.global-search {
  font-size: 1.5rem;
  font-family: 'Conv_GretaSansStd-Bold';
  margin-bottom: 1rem;
  margin-top: 0;
}
@media (min-width: 992px) {
  .search-results-num {
    color: #fff;
  }
  .search-results-num.global-search {
    margin-bottom: 1rem;
    margin-top: 0;
    color: #4d4033;
  }
}
.search-artifacts-filter {
  background-color: rgba(255, 255, 255, 0.5);
}
.search-artifacts-filter .filter-wrp {
  background: none;
}
.search-artifacts-filter .form-group {
  margin-bottom: 30px;
}
.search-artifacts-filter .form-control {
  background-color: #fff;
}
.search-artifacts-results {
  padding: 0;
  box-shadow: none;
  background: transparent;
}
.search-artifacts-results .sorting {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.search-artifacts-results .sorting label {
  font-size: 1rem;
  color: rgba(77, 64, 51, 0.7);
  font-weight: bold;
  margin-bottom: 0;
}
.search-artifacts-results .sorting select {
  min-width: 160px;
  background-color: #fff;
  margin-left: 12px;
  border: 1px solid rgba(77, 64, 51, 0.7);
  box-shadow: none !important;
}
.search-artifacts-results .sorting button {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  padding: 15px;
  padding: 0;
  border: 0;
  text-align: center;
  background-color: rgba(234, 114, 0, 0.5);
  color: #ea7200;
}
.search-artifacts-results .sorting button.active {
  background-color: #ea7200;
  color: #fff;
}
.search-artifacts-results .sorting button:first-of-type {
  margin-left: 10px;
}
.search-artifacts-results .sorting button i::before {
  color: #fff;
}
.search-artifacts-results .related-card-wrp.grid .card-description {
  display: none;
}
.search-artifacts-results
  .related-card-wrp.grid
  .items-wrp.card
  .card-body
  .card-footer {
  display: none;
}
.search-artifacts-results
  .related-card-wrp.grid
  .items-wrp.card
  .card-body
  .card-footer
  .list-table {
  display: none;
}
.search-artifacts-results .related-card-wrp.list .items-wrp {
  flex: 0 0 100%;
  max-width: 100%;
}
.search-artifacts-results .related-card-wrp.list .items-wrp.card picture {
  flex-shrink: 0;
  flex: none;
}
.search-artifacts-results
  .related-card-wrp.list
  .items-wrp.card
  picture
  .card-img-top {
  width: 14rem;
}
.search-artifacts-results .related-card-wrp.list .items-wrp.card .card-body {
  padding: 1.4rem;
  flex: unset;
  width: 100%;
}
.search-artifacts-results
  .related-card-wrp.list
  .items-wrp.card
  .card-body
  .card-title {
  font-size: 1.375rem;
  color: #000;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.search-artifacts-results
  .related-card-wrp.list
  .items-wrp.card
  .card-body
  .card-description {
  display: block;
  font-size: 1.125rem;
  color: rgba(77, 64, 51, 0.7);
  margin-bottom: 1rem;
}
.search-artifacts-results
  .related-card-wrp.list
  .items-wrp.card
  .card-body
  .card-footer {
  padding: 0;
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.search-artifacts-results
  .related-card-wrp.list
  .items-wrp.card
  .card-body
  .card-footer
  .list-table {
  width: 100%;
  padding: 0;
  padding-top: 25px;
}
.search-artifacts-results
  .related-card-wrp.list
  .items-wrp.card
  .card-body
  .card-footer
  .list-table
  .list-element {
  margin: 5px 0;
}
.search-artifacts-results
  .related-card-wrp.list
  .items-wrp.card
  .card-body
  .card-footer
  .list-table
  .list-element
  span {
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-artifacts-results
  .related-card-wrp.list
  .items-wrp.card
  .card-body
  .card-footer
  .list-table
  .list-element
  span.type {
  color: rgba(77, 64, 51, 0.7);
}
.search-artifacts-results
  .related-card-wrp.list
  .items-wrp.card
  .card-body
  .card-footer
  .list-table
  .list-element
  span.value {
  color: #ea7200;
}
@media (min-width: 768px) {
  .search-artifacts-results .sorting select {
    min-width: initial;
    width: auto;
  }
  .search-artifacts-results .sorting button:first-of-type {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .search-collection {
    background: none;
    padding: 0;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .search-artifacts-results .related-card-wrp.list .items-wrp {
    flex-direction: row;
  }
  .search-artifacts-results
    .related-card-wrp.list
    .items-wrp.card
    .card-body
    .card-footer {
    position: absolute;
    bottom: 0;
    margin: 0 30px;
    right: 0;
    left: 0;
  }
  .search-artifacts-results
    .related-card-wrp.list
    .items-wrp.card
    .card-body
    .card-footer
    .list-table {
    padding-top: 0;
  }
  .search-artifacts-results
    .related-card-wrp.list
    .items-wrp.card
    .card-body
    .card-footer
    .list-table
    .list-element {
    margin: 20px 0;
  }
}
@media (max-width: 1199.98px) {
  .search-artifacts-results .related-card-wrp.list .items-wrp.card {
    flex-wrap: wrap;
  }
  .search-artifacts-results .related-card-wrp.list .items-wrp.card picture {
    flex-shrink: 1;
  }
  .search-artifacts-results
    .related-card-wrp.list
    .items-wrp.card
    picture
    .card-img-top {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .search-artifacts-results .sorting select {
    min-width: 105px;
    width: auto;
  }
  .search-artifacts-results .related-card-wrp.list .items-wrp.card td {
    display: block;
  }
}
.search-result-wrp {
  background: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
}
.search-result-item {
  color: #4d4033 !important;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(165, 145, 110, 0.5);
}
.search-result-item:last-child {
  border: none;
}
.search-result-item:not(:last-child) {
  margin-bottom: 1.4rem;
}
.search-result-item .search-result-type {
  font-size: 0.75rem;
  background: #a5916e;
  color: #fff;
  display: inline-block;
  padding: 0.4375rem 0.8125rem;
  margin-bottom: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 18%);
  text-transform: uppercase;
}
.search-result-item .search-result-title {
  font-size: 1.75rem;
  font-family: 'Conv_GretaSansStd-Bold';
  text-decoration: none !important;
  color: #4d4033;
}
.search-result-item .search-result-brief {
  font-size: 1.125rem;
  margin-bottom: 0;
  text-decoration: none !important;
  word-break: break-word;
  color: #4d4033;
}
.publication-filteration {
  width: 100%;
}
.publication-items-section header {
  position: relative;
}
.publication-items-section header row {
  margin-top: 10px;
}
.publication-category {
  font-size: 0.85rem;
  background: transparent;
  display: inline-block;
  padding: 0.4rem 0.8125rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 18%);
  text-transform: uppercase;
  border: 1px solid #4d4033;
  color: #4d4033;
}
@media (min-width: 768px) {
  .publication-category {
    font-size: 0.6rem;
  }
}
.recently-publication-item {
  margin-bottom: 15px;
}
.recently-publication-item .card-media-wrp {
  height: 15rem;
  overflow: hidden;
}
.recently-publication-item .card-media-wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recently-publication-item .card-body {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  color: #4d4033;
}
.recently-publication-item .card-body .publication-name {
  font-size: 1.4rem;
  font-family: 'Conv_GretaSansStd-Bold';
}
.recently-publication-item .card-body .publication-author {
  width: 100%;
  margin-bottom: 0;
}
.publication-items-section {
  width: 100%;
}
.publication-items-section article[class^='col'] {
  display: flex;
}
.publication-items-section-header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4d4033;
  margin-bottom: 1rem;
}
.publication-items-section-header .header-title {
  font-family: 'Conv_GretaSansStd-Regular' !important;
  margin-bottom: 0;
}
.publication-items-section-header .header-link {
  font-size: 1rem;
}
.publication-items-section-header .header-link {
  color: #ea7200;
}
.publication-items-section-header .header-link:visited {
  color: #ea7200;
}
.publication-items-section-header .header-link:hover {
  color: #ea7200;
}
.publication-items-section-header .header-link:active,
.publication-items-section-header .header-link:focus {
  color: #ea7200;
}
.publication-items-section-header .header-link:hover {
  text-decoration: underline !important;
}
.publication-items-section-header .header-link:after {
  content: '';
  font-family: 'GEMicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 0.5rem;
  margin-bottom: 2px;
  vertical-align: middle;
  margin-left: 0.5rem;
  display: inline-block;
}
.publication-item-card {
  margin-bottom: 30px;
  width: 100%;
}
.publication-item-card .card-media-wrp {
  height: 12rem;
  overflow: hidden;
}
.publication-item-card .card-media-wrp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.publication-item-card .card-body {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  color: #4d4033;
}
.publication-item-card .card-body .publication-name {
  font-size: 1.3rem;
  font-family: 'Conv_GretaSansStd-Bold';
}
.publication-item-card .card-body .publication-author {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .publication-item-card {
    margin-bottom: 15px;
  }
  .publication-item-card .card-media-wrp {
    height: 7rem;
  }
  .publication-item-card .card-body {
    position: relative;
  }
  .publication-item-card .card-body .publication-name {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }
  .publication-item-card .card-body .publication-author {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .recently-publication-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 9.5rem;
  }
  .recently-publication-item .card-media-wrp {
    width: 10rem;
    height: 100%;
  }
  .recently-publication-item .card-body {
    height: 100%;
    width: calc(100% - 10rem);
    position: relative;
    padding: 1rem;
  }
  .recently-publication-item .card-body .publication-name {
    font-size: 1.2rem;
    font-size: 1rem;
  }
  .recently-publication-item .card-body .publication-author {
    font-size: 0.88rem;
    margin-top: auto;
  }
  .publication-item-card .card-media-wrp {
    height: 7rem;
  }
  .publication-item-card .card-body {
    position: relative;
  }
  .publication-item-card .card-body .publication-name {
    font-size: 1rem;
  }
  .publication-item-card .card-body .publication-author {
    font-size: 0.88rem;
  }
}
@media (min-width: 1200px) {
  .recently-publication-item {
    height: 9.5rem;
    margin-bottom: 30px;
  }
  .recently-publication-item .card-media-wrp {
    width: 9.5rem;
  }
  .recently-publication-item .card-body {
    width: calc(100% - 9.5rem);
  }
  .publication-item-card {
    margin-bottom: 30px;
  }
  .publication-item-card .card-media-wrp {
    height: 7rem;
  }
  .publication-item-card .card-body {
    padding: 1rem;
  }
}
@media (min-width: 1600px) {
  .recently-publication-item {
    height: 8.56rem;
  }
  .recently-publication-item .card-media-wrp {
    width: 10.1875rem;
  }
  .recently-publication-item .card-body {
    width: calc(100% - 10.1875rem);
  }
  .recently-publication-item .card-body .publication-name {
    font-size: 1rem;
  }
  .recently-publication-item .card-body .publication-author {
    font-size: 0.6rem;
  }
  .publication-items-section-header .header-title {
    font-size: 1.75rem;
  }
  .publication-items-section-header .header-link {
    font-size: 0.8rem;
  }
  .publication-item-card .card-media-wrp {
    height: 7.75rem;
  }
  .publication-item-card .card-body {
    padding: 1.3125rem 1.125rem;
  }
  .publication-item-card .card-body .publication-name {
    font-size: 0.8rem;
  }
  .publication-item-card .card-body .publication-author {
    font-size: 0.6rem;
  }
}
.publication-details {
  width: 100%;
  margin-bottom: 15px;
}
.publication-details + .publication-items-section {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.publication-details .single-template-desc {
  text-align: justify;
}
.publication-details .single-template-desc p {
  color: #4d4033 !important;
}
.publication-details .simple-template {
  background: #fff;
  overflow: hidden;
  padding: 1.5rem 1rem 2.2rem;
}
.publication-info-container {
  display: flex;
  flex-direction: column;
}
.publication-info-media {
  height: 15rem;
  margin-bottom: 0;
}
.publication-info-media .img-container {
  width: 100%;
  height: 100%;
}
.publication-info-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.publication-info-details {
  width: 100%;
  background: #fcf5f3;
  padding: 1.5rem;
  color: #4d4033;
  position: relative;
}
.publication-info-details .publication-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-family: 'Conv_GretaSansStd-Bold';
}
.publication-info-details .share-btn span,
.publication-info-details .share-btn span {
  font-size: 17px;
}
.publication-info-details
  .share-wrapper
  .share-button
  span[class*='icon-share']:before,
.publication-info-details .icon-close:before {
  color: #fff;
  font-size: 17px;
}
.publication-info-details .info-item {
  display: flex;
}
.publication-info-details .info-item:not(:last-child) {
  margin-bottom: 1rem;
}
.publication-info-details .info-title {
  font-size: 1.25rem;
  margin-bottom: 0;
  width: 15rem;
}
.publication-info-details .info-title span {
  margin-right: 0.5rem;
}
.publication-info-details .info-disc {
  font-family: 'Conv_GretaSansStd-thin';
  font-size: 1.25rem;
  margin-bottom: 0;
  width: 40%;
}
.publication-info-details .download-btn {
  padding: 0.5rem 2.25rem;
  margin-top: 2.375rem;
}
@media (min-width: 768px) {
  .publication-filter {
    background: #fff;
  }
  .publication-details + .publication-items-section {
    padding: 0;
  }
  .publication-info-container {
    display: block;
    position: relative;
    padding-left: 32%;
  }
  .publication-info-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 32%;
    height: 100%;
  }
  .publication-info-details {
    width: 100%;
    padding: 1.2rem;
    padding-bottom: 5rem;
  }
  .publication-info-details .publication-title {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  .publication-info-details .info-item:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .publication-info-details .info-title {
    width: 12rem;
    font-size: 1rem;
  }
  .publication-info-details .info-disc {
    font-size: 1rem;
  }
  .publication-info-details .download-btn {
    position: absolute;
    bottom: 1.2rem;
    margin-top: 0;
    padding: 0.5rem 2rem;
  }
}
@media (min-width: 992px) {
  .publication-filter {
    background-color: transparent;
  }
  .publication-info-details .info-title {
    width: 13rem;
  }
}
@media (min-width: 1200px) {
  .publication-details {
    margin-bottom: 30px;
  }
  .publication-details .simple-template {
    padding: 2.5rem 2.5rem 3.2rem;
    overflow: hidden;
  }
  .publication-info-container {
    padding-left: 27%;
  }
  .publication-info-media {
    width: 27%;
  }
  .publication-info-details
    .share-wrapper
    .share-button
    span[class*='icon-share']:before,
  .publication-info-details .icon-close:before {
    font-size: 21px;
  }
  .publication-info-details .info-title {
    width: 14rem;
  }
}
@media (min-width: 1600px) {
  .publication-info-container {
    padding-left: 29%;
  }
  .publication-info-media {
    width: 29%;
  }
  .publication-details .single-template-desc p {
    font-size: 0.9rem !important;
  }
  .publication-info-details {
    padding: 1.875rem;
    padding-bottom: 7rem;
  }
  .publication-info-details .publication-title {
    font-size: 1.6rem;
    margin-bottom: 0.85rem;
  }
  .publication-info-details .info-title {
    font-size: 1.25rem;
    width: 17rem;
  }
  .publication-info-details .info-disc {
    font-size: 1.25rem;
    flex-grow: 1;
  }
  .publication-info-details .download-btn {
    padding: 0.5rem 2.8rem;
    bottom: 1.875rem;
  }
}
body.children-museum {
  background-color: #fec25f !important;
}
body.children-museum .museum-section-highlights .slide:before {
  display: none;
}
body.children-museum .volunteer-section header:after {
  background-image: linear-gradient(
    to bottom,
    #fec25f 0%,
    #fec25f 5%,
    transparent 100%
  );
}
body.children-museum .collections-header.museum-section-header {
  color: #172d50;
}
body.children-museum
  .collections-header.museum-section-header
  .page-description {
  color: #172d50;
}
body.children-museum .header-title,
body.children-museum .gallery-section-title {
  color: #172d50 !important;
}
body.children-museum .header-link,
body.children-museum .gallery-section-view {
  color: #172d50 !important;
}
body.children-museum .centers-latest-2-cards-section .btn {
  background-color: #22cfc9 !important;
  border-color: #22cfc9 !important;
  border-radius: 2rem;
  box-shadow: none !important;
}
body.children-museum .programs-listing .shadow-sm,
body.children-museum .media-gallery .media-gallery-item {
  overflow: hidden;
  border-radius: 1.5rem;
}
body.children-museum .search-button .main-button,
body.children-museum .search-button .main-button-inv,
body.children-museum
  .search-button
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .owl-prev,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  body.children-museum
  .search-button
  .owl-prev,
body.children-museum
  .search-button
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .owl-next,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  body.children-museum
  .search-button
  .owl-next {
  border-color: #22cfc9;
  color: #fff;
  border-radius: 2rem;
  overflow: hidden;
}
body.children-museum .search-button .main-button:after,
body.children-museum .search-button .main-button-inv:after,
body.children-museum
  .search-button
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .owl-prev:after,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  body.children-museum
  .search-button
  .owl-prev:after,
body.children-museum
  .search-button
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .owl-next:after,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  body.children-museum
  .search-button
  .owl-next:after {
  background-color: #22cfc9;
}
body.children-museum .search-button .main-button:hover,
body.children-museum .search-button .main-button-inv:hover,
body.children-museum
  .search-button
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .owl-prev:hover,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  body.children-museum
  .search-button
  .owl-prev:hover,
body.children-museum
  .search-button
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .owl-next:hover,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  body.children-museum
  .search-button
  .owl-next:hover {
  color: #172d50;
  border-color: #172d50;
}
body.children-museum .media-gallery .owl-nav {
  text-align: center;
}
body.children-museum .media-gallery .owl-nav button {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: 1rem !important;
  transform: none !important;
  background: transparent !important;
}
body.children-museum .media-gallery .owl-nav button span {
  color: #172d50 !important;
}
body.children-museum .media-gallery .owl-nav button span:after {
  display: inline-block;
}
body.children-museum .media-gallery .owl-nav button:before {
  background: transparent !important;
}
.landing-items-wrp {
  justify-content: center;
}
.landing-item-wrp {
  display: block;
  height: 15rem;
  margin-bottom: 15px;
  position: relative;
}
.landing-item-wrp .landing-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing-item-wrp .landing-item-title {
  font-family: 'Conv_GretaSansStd-Bold';
  color: #fff;
  margin: 0;
  line-height: 1;
  position: absolute;
  bottom: 3.8rem;
  left: 2.8rem;
  z-index: 2;
  text-shadow: 2px 2px #312c2c;
}
.landing-item-wrp .landing-item-title:before {
  content: '';
  width: 0.5rem;
  height: 100%;
  position: absolute;
  left: -1rem;
  background-color: #a5916e;
}
.landing-item-wrp:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.4) 38%,
    rgba(0, 0, 0, 0.2) 69%,
    transparent 90%
  );
  z-index: 1;
}
@media (min-width: 768px) {
  .landing-item-title {
    font-size: 1.8rem;
  }
  .landing-item-wrp {
    height: 10rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .landing-item-wrp {
    height: 13rem;
  }
}
@media (min-width: 1200px) {
  .landing-item-title {
    font-size: 2rem;
  }
  .landing-item-wrp {
    height: 16rem;
  }
}
@media (min-width: 1640px) {
  .landing-item-wrp {
    height: 19.375rem;
  }
  .landing-item-wrp .landing-item-title {
    font-size: 2.75rem;
  }
}
.standard-page-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.standard-page-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(77, 64, 51, 0.4);
  z-index: 1;
}
.standard-page-container .shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url(/wwwroot/images/404-bg-overlay.png?ver=2025.09.17.01);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.standard-page-container img {
  height: 9rem;
  width: auto;
  margin: 0 auto 5rem;
}
.standard-page-title {
  font-size: 12.5rem !important;
  position: relative;
  margin: 0;
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  line-height: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  text-shadow: 12px 13px rgba(212, 212, 212, 0.15);
  font-weight: bold;
  font-family: 'Conv_GretaSansStd-Bold';
  margin: 0;
  padding: 0;
}
.standard-page-desc {
  margin-top: 0;
  font-family: 'Conv_GretaSansStd-Bold';
  margin-bottom: 0.84rem;
  font-size: 2.5rem;
}
.standard-page-message {
  font-size: 1.2rem;
  width: 80%;
  max-width: 43rem;
  margin: 0 auto 20px;
}
.standard-page-btn {
  padding: 0.8rem 2.6rem;
  line-height: 1rem;
  border: none;
  font-weight: normal;
  background-color: #ea7200;
  color: #fff;
  border: 1px solid #fff;
}
.standard-page-btn:hover {
  color: #ea7200;
  background-color: #fff;
  border: 1px solid #fff;
}
.coming-soon-page {
  background-image: url(/wwwroot/images/coming-soon-bg.jpg?ver=2025.09.17.01);
}
.error-page.coming-soon {
  background-image: url(/wwwroot/images/coming-soon-bg.jpg?ver=2025.09.17.01);
}
.coming-soon-page .standard-page-title {
  font-size: 3.5rem !important;
  text-transform: uppercase;
}
.not-found-page {
  background-image: url(/wwwroot/images/404-bg.jpg?ver=2025.09.17.01);
  background-size: cover;
  background-position: center;
}
.standard-page-container .standard-page-content {
  z-index: 3;
}
.not-found-page .standard-page-title:after {
  display: none;
}
.error-page {
  background-image: url(/wwwroot/images/404-bg.jpg?ver=2025.09.17.01);
}
.error-page .standard-page-title {
  margin-bottom: 1rem;
  padding-bottom: 0;
}
.error-page .standard-page-title:after {
  display: none;
}
.error-page .standard-page-message {
  font-size: 1.5rem;
}
.maintainance-page {
  background-image: url(/wwwroot/images/maintainance-page-bg.jpg?ver=2025.09.17.01);
}
.standard-page-logo-wrp {
  position: absolute;
  top: 2rem;
  left: 4rem;
  z-index: 9999;
}
@media (min-width: 1200px) {
  .standard-page-title:after {
    height: 3px;
    width: 12.5rem;
  }
  .standard-page-btn {
    padding: 0.8rem 2.6rem;
    line-height: 1rem;
    border: none;
    font-weight: normal;
    background-color: #ea7200;
    color: #fff;
    border: 1px solid #fff;
  }
  .standard-page-btn:hover {
    color: #ea7200;
    background-color: #fff;
    border: 1px solid #fff;
  }
  .coming-soon-page .standard-page-title {
    font-size: 6.25rem !important;
  }
  .coming-soon-page .standard-page-message {
    width: 32rem;
  }
}
@media (max-height: 600px) {
  .standard-page-container.maintainance-page .standard-page-content {
    margin-top: 140px;
  }
}
.calendar-wrp {
  width: 100%;
}
.plan-your-visit {
  margin-top: 8rem;
  position: relative;
  background-color: #fff;
}
.plan-your-visit .page-header:before {
  display: none;
}
.plan-your-visit .pyramids-wall-section {
  overflow-x: hidden;
}
.plan-your-visit .pyramids-wall-section .section-header__top > *:last-child {
  min-width: fit-content;
  margin-left: unset;
}
@media (min-width: 992px) {
  .plan-your-visit .pyramids-wall-section .slider {
    width: 150%;
  }
}
.plan-your-visit .pyramids-wall-section .custom-swiper-button-prev,
.plan-your-visit .pyramids-wall-section .custom-swiper-button-next {
  left: 8em;
}
.plan-your-visit .pyramids-wall-section .linear-lines {
  z-index: -1;
}
.plan-your-visit .bg-img,
.plan-your-visit .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.plan-your-visit .bg-img img,
.plan-your-visit .overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plan-your-visit.calender-container {
  background: none;
}
.plan-your-visit .section-header__top {
  justify-content: flex-start;
}
.plan-your-visit .section-header__sub-title {
  display: block;
}
.plan-your-visit .openingHours .linear-lines li,
.plan-your-visit .getting-here .linear-lines li,
.plan-your-visit .calender .linear-lines li {
  background: rgba(112, 112, 112, 0.17);
}
.plan-your-visit .linear-lines__wrapper {
  list-style: none;
}
.plan-your-visit .margin-0 {
  margin-left: 0;
}
.plan-your-visit .heading-bordered {
  padding-left: 0.44rem;
  position: relative;
  font-family: 'Conv_GretaSansStd-Bold';
}
.plan-your-visit .heading-bordered::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  background: #a5916e;
  height: 100%;
}
.plan-your-visit .section-heading h3 {
  padding-left: 0.44rem;
  font-size: 1.57rem;
  margin-bottom: 0.66rem;
  font-weight: bold;
  line-height: 2.5rem;
  position: relative;
  font-family: 'Conv_GretaSansStd-Bold';
  text-shadow: 2px 2px #312c2c;
}
.plan-your-visit .section-heading h3::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  background: #a5916e;
  height: 100%;
}
.plan-your-visit .section-heading p {
  padding-left: 0.44rem;
  border-left: 4px solid transparent;
  font-size: 0.72rem;
}
.plan-your-visit .intro {
  background-image: url('/wwwroot/images/homepage-imgs/GEM-frontage-1640.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 15rem;
}
.plan-your-visit .intro .breadcrumb span {
  color: #fff;
  display: inline-block;
}
.plan-your-visit .intro .breadcrumb .home {
  margin-right: 10px;
}
.plan-your-visit .intro .breadcrumb .page {
  margin-left: 10px;
}
.plan-your-visit .intro .breadcrumb a,
.plan-your-visit .intro .breadcrumb .breadcrumb-item {
  color: #fff;
}
.plan-your-visit .intro .col-md-10 {
  z-index: 2;
}
.plan-your-visit .intro__title,
.plan-your-visit .intro__heading,
.plan-your-visit .intro__desc {
  color: #fff;
}
.plan-your-visit .intro__title,
.plan-your-visit .intro__heading {
  font-family: 'Conv_GretaSansStd-Bold';
}
.plan-your-visit .intro__title {
  font-size: 2.5rem;
  margin-top: 1.7rem;
  margin-bottom: 1.25rem;
}
.plan-your-visit .intro__heading {
  font-size: 1.96rem;
  margin-bottom: 2.55rem;
}
.plan-your-visit .intro__desc {
  margin-bottom: 3.43rem;
}
.plan-your-visit .intro__btn {
  font-size: 1.42rem;
  margin-bottom: 3.125rem;
  padding: 1rem;
  border: 1px solid #fff;
  display: inline-block;
  white-space: nowrap;
}
.plan-your-visit .intro__btn span[class^='icon'] {
  margin-left: 1rem;
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  font-size: 2rem;
}
.plan-your-visit .openingHours {
  margin-top: -17rem;
  padding-bottom: 7.5rem;
}
.plan-your-visit .openingHours .section-header__sub-title {
  margin-bottom: 5.9rem;
}
.plan-your-visit .openingHours .col-md-10 {
  z-index: 2;
}
.plan-your-visit .openingHours .padding-o {
  padding: 0;
}
.plan-your-visit .openingHours__title,
.plan-your-visit .openingHours__desc {
  color: #fff;
}
.plan-your-visit .openingHours__title {
  font-size: 1.96rem;
  margin-bottom: 1.21rem;
  font-weight: bold;
  text-shadow: 2px 2px #312c2c;
}
.plan-your-visit .openingHours__desc {
  font-size: 1.25rem;
  padding-left: 0.55rem;
  border-left: 4px solid transparent;
  width: 70%;
  margin-bottom: 6.37rem;
}
.plan-your-visit .openingHours .bg-accent2 {
  background: #a5916e;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.plan-your-visit .openingHours__data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.plan-your-visit .openingHours__data span[class^='icon'],
.plan-your-visit .openingHours__data p {
  color: #fff;
}
.plan-your-visit .openingHours__data--open {
  padding: 4.125rem 0 3.87rem;
  position: relative;
  border-bottom: 1px solid #fff;
}
.plan-your-visit .openingHours__data--open p {
  font-size: 2.5rem;
  margin-bottom: 2.125rem;
}
.plan-your-visit .openingHours__data--open span[class^='icon'] {
  font-size: 6rem;
}
.plan-your-visit .openingHours__data--date {
  padding: 3.3rem 0;
}
.plan-your-visit .openingHours__data--date .from-to-box .zone,
.plan-your-visit .openingHours__data--date .from-to-box .time {
  color: #fff;
}
.plan-your-visit .openingHours__data--date .from-to-box .zone {
  font-size: 1.875rem;
  margin: 0;
}
.plan-your-visit .openingHours__data--date .from-to-box .time {
  margin-top: -1.75rem;
  margin-bottom: 0;
}
.plan-your-visit .openingHours__data--date .from-to-box .time .clock {
  font-size: 5rem;
  font-weight: bold;
}
.plan-your-visit .openingHours__data--date .from-to-box .time .am-pm {
  font-size: 1.875rem;
  margin-left: 0.81rem;
}
.plan-your-visit .openingHours__more {
  height: 320px;
  width: 100%;
  overflow: hidden;
}
.plan-your-visit .openingHours__more img {
  width: 100%;
  max-height: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  object-fit: cover;
}
.plan-your-visit .openingHours .more-box {
  bottom: -55px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.plan-your-visit .openingHours .more-box:hover {
  text-decoration: none;
}
.plan-your-visit .tickets {
  position: relative;
  padding: 3rem 0;
  text-align: center;
  z-index: 2;
  margin-bottom: 4rem;
}
.plan-your-visit .tickets .overlay {
  background-size: cover, cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
.plan-your-visit .tickets__title,
.plan-your-visit .tickets__desc {
  color: #fff;
}
.plan-your-visit .tickets__title {
  font-size: 1.96rem;
  margin-bottom: 1.5rem;
  font-family: 'Conv_GretaSansStd-Bold';
  text-transform: uppercase;
  text-shadow: 2px 2px #312c2c;
}
.plan-your-visit .tickets__desc {
  font-size: 1.3rem;
}
.plan-your-visit .tickets__desc:not(:last-child) {
  margin-bottom: 2.125rem;
}
.plan-your-visit .tickets .buyNow-btn {
  display: inline-block;
  padding: 0.5rem 2.325rem;
  font-family: 'Conv_GretaSansStd-Bold';
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .plan-your-visit .tickets .buyNow-btn {
    padding: 0.5rem 1.8rem;
  }
}
.plan-your-visit .tickets .buyNow-btn span {
  font-size: 2.125rem;
  position: relative;
}
.plan-your-visit .tickets .buyNow-btn span[class^='icon'] {
  display: inline-block;
  margin-left: 1.375rem;
  position: relative;
  vertical-align: text-top;
}
.plan-your-visit .visitor-tips {
  background: #fff;
  padding-top: 3rem;
  padding-bottom: 21.425rem;
  position: relative;
  background-color: rgba(77, 64, 51, 0.7);
}
.plan-your-visit .visitor-tips .overlay {
  background-size: cover, cover;
  background-position: center, center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
.plan-your-visit .visitor-tips .col-md-10 {
  z-index: 2;
}
.plan-your-visit .visitor-tips .section-header {
  color: #fff;
  margin-bottom: 1.96rem;
}
.plan-your-visit .visitor-tips .section-header__title {
  text-shadow: 2px 2px #312c2c;
}
.plan-your-visit .visitor-tips .tips {
  width: 100%;
  margin-bottom: 100px;
}
.plan-your-visit .visitor-tips .tips .slick-slide {
  border: none;
}
.plan-your-visit .visitor-tips .tips .tip {
  display: flex;
  padding: 0.8rem 0;
}
.plan-your-visit .visitor-tips .tips .tip .number {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: #fff;
  margin-right: 1.11rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-your-visit .visitor-tips .tips .tip .number span {
  color: #0f1d41;
  font-size: 5.25rem;
  font-weight: bold;
  line-height: 1;
}
.plan-your-visit .visitor-tips .tips .tip .title {
  color: #fff;
  font-size: 1.337rem;
  font-weight: bold;
}
.plan-your-visit .visitor-tips .tips .slider-btns {
  display: flex;
  justify-content: center;
}
.plan-your-visit .visitor-tips .tips .slider-btns span[class^='icon'] {
  color: #fff;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  font-size: 1.5rem;
  width: 30px;
  border-radius: 50%;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  margin: 0 5px;
  display: flex;
}
.plan-your-visit .visitor-tips .tips .slider-btns span[class^='icon']:hover {
  color: #ea7200;
  border-color: #ea7200;
}
.plan-your-visit .visitor-tips .tips .carousel-navs {
  flex-direction: column;
  align-items: flex-end;
}
.plan-your-visit .visitor-tips .tips .carousel-navs__btn {
  width: 2.5rem;
  height: 2.5rem;
  border-color: #fff;
  background-color: #fff;
}
.plan-your-visit .visitor-tips .tips .carousel-navs__btn--prev {
  transform: rotate(90deg);
}
.plan-your-visit .visitor-tips .tips .carousel-navs__btn--next {
  transform: rotate(-90deg);
}
.plan-your-visit .visitor-tips .tips .carousel-navs__arrow {
  font-size: 1rem;
}
.plan-your-visit .visitor-tips .tips .carousel-navs__arrow:before {
  color: #ea7200;
}
.plan-your-visit .visitor-tips .tips .carousel-navs__btn--prev {
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  .plan-your-visit .visitor-tips {
    padding-bottom: 0;
  }
}
.plan-your-visit .getting-here {
  padding-top: 3rem;
  padding-bottom: 7rem;
  position: relative;
}
.plan-your-visit .getting-here .section-header__sub-title {
  color: rgba(77, 64, 51, 0.7);
}
.plan-your-visit .getting-here .col-md-10 {
  z-index: 2;
}
.plan-your-visit .getting-here .section-header {
  margin-bottom: 2.33rem;
}
.plan-your-visit .getting-here .vehicles-container .vehicles .vehicle {
  display: flex;
  margin-bottom: 2.75rem;
}
.plan-your-visit
  .getting-here
  .vehicles-container
  .vehicles
  .vehicle:last-child {
  margin-bottom: 0;
}
.plan-your-visit .getting-here .vehicles-container .vehicles .vehicle .icon {
  margin-right: 1.05rem;
  width: 6rem;
}
.plan-your-visit
  .getting-here
  .vehicles-container
  .vehicles
  .vehicle
  .icon
  img {
  width: 100%;
  height: auto;
}
.plan-your-visit
  .getting-here
  .vehicles-container
  .vehicles
  .vehicle
  .icon
  span[class^='icon'] {
  font-size: 3.575rem;
  color: #4d4033;
}
.plan-your-visit .getting-here .vehicles-container .vehicles .vehicle .data {
  width: 100%;
}
.plan-your-visit .getting-here .vehicles-container .vehicles .vehicle .data h4 {
  border-bottom: 1px solid #4d4033;
  color: #4d4033;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-family: 'Conv_GretaSansStd-Bold';
}
.plan-your-visit .getting-here .vehicles-container .vehicles .vehicle .data p {
  color: rgba(77, 64, 51, 0.7);
  font-size: 1.375rem;
  line-height: 1.79rem;
}
.plan-your-visit .getting-here .map-container {
  margin-top: 1.5rem;
  padding: 0;
  height: 25rem;
}
.plan-your-visit .getting-here .map-container .img-wrp {
  display: block;
  height: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.plan-your-visit .getting-here .map-container img,
.plan-your-visit .getting-here .map-container picture {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1.02);
}
.plan-your-visit .getting-here .map-container .more-box {
  bottom: -50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.plan-your-visit .getting-here .map-container .more-box .more-box__word {
  line-height: 15px;
  width: 100%;
}
.plan-your-visit .PlanYourVisit {
  padding: 3rem 0 0;
  margin-bottom: 3rem;
  background-position: center;
  background-size: cover;
  position: relative;
}
.plan-your-visit .PlanYourVisit .col-md-10 {
  z-index: 2;
}
.plan-your-visit .PlanYourVisit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(185, 61, 34, 0.06);
}
.plan-your-visit .PlanYourVisit .section-header {
  color: #fff;
}
.plan-your-visit .PlanYourVisit .visits .visit {
  padding-top: 10px;
  width: 60%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-bottom: 6.6rem;
}
.plan-your-visit .PlanYourVisit .visits .visit a {
  display: block;
}
.plan-your-visit .PlanYourVisit .visits .visit::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 1;
  transition: 0.3s ease;
}
.plan-your-visit .PlanYourVisit .visits .visit:hover {
  cursor: pointer;
}
.plan-your-visit .PlanYourVisit .visits .visit:hover::after {
  bottom: 1rem;
}
.plan-your-visit .PlanYourVisit .visits .visit img {
  width: auto;
  height: 6rem;
}
.plan-your-visit .PlanYourVisit .visits .visit i,
.plan-your-visit .PlanYourVisit .visits .visit p {
  color: #fff;
}
.plan-your-visit .PlanYourVisit .visits .visit span[class^='icon'] {
  font-size: 5.36rem;
}
.plan-your-visit .PlanYourVisit .visits .visit p {
  font-size: 1.5rem;
  margin-top: 4rem;
  padding-bottom: 4.625rem;
}
.plan-your-visit .calender {
  padding: 3rem 0 4rem;
  position: relative;
}
.plan-your-visit .calender.calender-page {
  padding-top: 0;
  padding-bottom: 0;
}
.plan-your-visit .calender.calender-page::before,
.plan-your-visit .calender.calender-page::after {
  display: none;
}
.plan-your-visit .calender.calender-page .event {
  margin-bottom: 5rem !important;
}
.plan-your-visit .calender > .container {
  z-index: 3;
  position: relative;
}
.plan-your-visit .calender .col-md-10 {
  z-index: 2;
}
.plan-your-visit .calender .overlay,
.plan-your-visit .calender .bg-img {
  height: 100%;
}
.plan-your-visit .calender .overlay {
  background-size: cover, cover;
  background-position: center, center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
.plan-your-visit .calender .section-header {
  margin-bottom: 2rem;
  color: #fff;
}
.plan-your-visit .calender .events .slick-list {
  width: 100% !important;
}
.plan-your-visit .calender .events .slick-list .col-md-4:focus,
.plan-your-visit .calender .events .slick-list .event:focus {
  outline: 0;
}
.plan-your-visit .calender .events .event {
  padding: 2.5rem 1.96rem;
  position: relative;
  background: #fff;
  margin: 0 0.5rem 3rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.21);
}
.plan-your-visit .calender .events .event .type {
  color: #fff;
  font-size: 0.98rem;
  height: 25px;
  width: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.plan-your-visit .calender .events .event .type.events,
.plan-your-visit .calender .events .event .type.event {
  background-color: #0f6071;
}
.plan-your-visit .calender .events .event .type.programs,
.plan-your-visit .calender .events .event .type.program {
  background-color: #e6a821;
}
.plan-your-visit .calender .events .event .type.exhibitions,
.plan-your-visit .calender .events .event .type.exhibition {
  background-color: #803f4b;
}
.plan-your-visit .calender .events .event .type.conferences {
  background-color: #ec721f;
}
.plan-your-visit .calender .events .event .title {
  color: #212529;
  font-size: 2.67rem;
  margin-top: 2.2rem;
  margin-bottom: 2.25rem;
  line-height: 1.5;
}
.plan-your-visit .calender .events .event .date {
  padding: 0.9rem 0;
  display: flex;
  border-top: 1px solid rgba(112, 112, 112, 0.34);
  border-bottom: 1px solid rgba(112, 112, 112, 0.34);
  margin-bottom: 1.125rem;
  margin-right: 0;
}
.plan-your-visit .calender .events .event .date .start-date,
.plan-your-visit .calender .events .event .date .end-date {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.plan-your-visit .calender .events .event .date p {
  display: flex;
  flex-direction: column;
}
.plan-your-visit .calender .events .event .date p .month {
  font-size: 1.25rem;
}
.plan-your-visit .calender .events .event .date p .day {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}
.plan-your-visit .calender .events .event .date p.year {
  font-size: 1.775rem;
  font-weight: bold;
  margin-left: 5px;
  justify-content: flex-end;
}
.plan-your-visit .calender .events .event .date p.year span {
  position: relative;
  top: -5px;
}
.plan-your-visit .calender .events .event .date p.dash {
  margin: 0 0.8rem;
  font-size: 2em;
  font-weight: bold;
  justify-content: flex-end;
}
.plan-your-visit .calender .events .event .date p.dash span {
  position: relative;
  height: 0.25rem;
  width: 0.7rem;
  background: #000;
  position: relative;
  top: -1rem;
}
.plan-your-visit .calender .events .event .details p,
.plan-your-visit .calender .events .event .details time {
  display: flex;
  color: #4d4033;
  align-items: center;
}
.plan-your-visit .calender .events .event .details p span[class^='icon'],
.plan-your-visit .calender .events .event .details time span[class^='icon'] {
  font-weight: bold;
}
.plan-your-visit .calender .events .event .details p span,
.plan-your-visit .calender .events .event .details time span {
  font-size: 1.37rem;
  margin-left: 0.87rem;
}
.plan-your-visit .calender .events .event .details p span:first-child,
.plan-your-visit .calender .events .event .details time span:first-child {
  margin-left: 0;
}
.plan-your-visit .calender .events .event .details p span.dash,
.plan-your-visit .calender .events .event .details time span.dash {
  position: relative;
  height: 1px;
  width: 1.2rem;
  background: #19345e;
  position: relative;
  color: #19345e;
  display: inline-block;
  top: -0.2rem;
  margin: 0 5px;
}
.plan-your-visit .calender .events .event .more-box {
  bottom: -30px;
  right: 4%;
  transform: none;
  position: absolute;
}
.plan-your-visit .calender .events .event .more-box:hover {
  text-decoration: none;
}
.plan-your-visit .calender .events .carousel-navs {
  justify-content: center;
}
.plan-your-visit .calender .events .carousel-navs__btn {
  width: 2.5rem;
  height: 2.5rem;
  border-color: #fff;
  margin: 0 0.5rem;
}
.plan-your-visit .calender .events .carousel-navs__btn--prev {
  margin-bottom: 0;
}
.plan-your-visit .calender .events .carousel-navs__arrow {
  font-size: 1rem;
}
.plan-your-visit .calender .events .carousel-navs__arrow:before {
  color: #fff !important;
}
.plan-your-visit .calender a.view-all {
  color: #4d4033;
}
.plan-your-visit .calender a.view-all:hover {
  color: #ea7200;
}
.location-v-hidden {
  display: none !important;
}
@media (max-height: 361px) {
  .plan-your-visit .intro-bg {
    height: 140vh;
  }
}
.plan-your-visit .col-md-1 {
  display: none;
}
@media (min-width: 768px) {
  .location-v-hidden {
    visibility: hidden;
    display: flex !important;
    height: 1.11rem;
  }
  .plan-your-visit .section-header__title {
    font-size: 2.6rem;
  }
  .plan-your-visit .section-heading h3 {
    padding-left: 1.25rem;
    font-size: 3.75rem;
  }
  .plan-your-visit .section-heading h3::before {
    width: 12px;
  }
  .plan-your-visit .section-heading p {
    border-left: 12px solid transparent;
    padding-left: 1.25rem;
    font-size: 0.9rem;
  }
  .plan-your-visit .btn-square {
    width: 131px;
    height: 136px;
  }
  .plan-your-visit .intro-bg {
    background-image: url(/wwwroot/images/plan-your-visit/header-bg-lg.jpg?ver=2025.09.17.01);
    background-position: top;
  }
  .plan-your-visit .intro-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 8, 26, 0.78);
  }
  .plan-your-visit .col-md-1 {
    display: flex;
  }
  .plan-your-visit .heading-bordered {
    padding-left: 1.25rem;
  }
  .plan-your-visit .heading-bordered::before {
    width: 12px;
  }
  .plan-your-visit .intro .breadcrumb span {
    color: #fff;
    display: inline-block;
  }
  .plan-your-visit .intro .breadcrumb .home {
    margin-right: 10px;
  }
  .plan-your-visit .intro .breadcrumb .page {
    margin-left: 10px;
  }
  .plan-your-visit .intro .breadcrumb a,
  .plan-your-visit .intro .breadcrumb .breadcrumb-item {
    color: #fff;
  }
  .plan-your-visit .intro__title {
    font-size: 3.75rem;
    margin-bottom: 2.7rem;
    margin-top: 1.25rem;
  }
  .plan-your-visit .intro__heading {
    font-size: 1.5rem;
    margin-bottom: 0.88rem;
  }
  .plan-your-visit .intro__desc {
    margin-bottom: 3.9rem;
  }
  .plan-your-visit .intro__btn {
    font-size: 1.55rem;
    margin-bottom: 4.75rem;
    padding: 1rem;
    padding-left: 1.75rem;
    padding-right: 2.75;
    border: 1px solid #fff;
  }
  .plan-your-visit .intro__btn span[class^='icon'] {
    margin-left: 2rem;
  }
  .plan-your-visit .openingHours {
    padding-bottom: 6.6rem;
    position: relative;
  }
  .plan-your-visit .openingHours .opening-hours-wrp {
    padding: 0 15px;
  }
  .plan-your-visit .openingHours .section-header__sub-title {
    width: 80%;
    margin-bottom: 0;
  }
  .plan-your-visit .openingHours .col-md-4 {
    padding: 0;
  }
  .plan-your-visit .openingHours .col-md-4:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .plan-your-visit .openingHours .padding-o {
    padding: 0;
  }
  .plan-your-visit .openingHours__title {
    font-size: 3.75rem;
    margin-bottom: 0.75rem;
  }
  .plan-your-visit .openingHours .section-header {
    width: 70%;
    margin-bottom: 1.9rem;
  }
  .plan-your-visit .openingHours__data {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .plan-your-visit .openingHours__data--open {
    padding-top: 3.75rem;
    border-bottom: 0;
  }
  .plan-your-visit .openingHours__data--open p {
    font-size: 2.4rem;
    margin-bottom: 1.9rem;
    text-align: center;
  }
  .plan-your-visit .openingHours__data--open p span {
    display: block;
    line-height: 1;
  }
  .plan-your-visit .openingHours__data--date {
    padding-top: 2.375rem;
  }
  .plan-your-visit .openingHours__data--date .from-to-box .zone {
    font-size: 1.65rem;
    margin: 0;
  }
  .plan-your-visit .openingHours__data--date .from-to-box .time {
    margin-top: -1.75rem;
    margin-bottom: 0;
  }
  .plan-your-visit .openingHours__data--date .from-to-box .time .clock {
    font-size: 4.25rem;
    font-weight: bold;
  }
  .plan-your-visit .openingHours__data--date .from-to-box .time .am-pm {
    font-size: 1.6rem;
    margin-left: 0.55rem;
  }
  .plan-your-visit .openingHours__more {
    height: 92%;
    position: absolute;
    width: 19.8rem;
    right: -4rem;
    top: 0.85rem;
  }
  .plan-your-visit .openingHours__more img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .plan-your-visit .openingHours .more-box {
    right: -2rem;
    bottom: 0;
    left: auto;
    transform: none;
  }
  .plan-your-visit .tickets .overlay {
    background-size: cover, cover;
    background-attachment: scroll, fixed, fixed;
    background-repeat: no-repeat;
  }
  .plan-your-visit .tickets__title {
    font-size: 3.75rem;
    margin-bottom: 1.7rem;
  }
  .plan-your-visit .tickets__desc:not(:last-child) {
    margin-bottom: 1.9rem;
  }
  .plan-your-visit .tickets .buyNow-btn span {
    font-size: 2.45rem;
  }
  .plan-your-visit .tickets .buyNow-btn span[class^='icon'] {
    margin-left: 1.5rem;
  }
  .plan-your-visit .visitor-tips {
    background: #212529;
    padding-bottom: 3rem;
    position: relative;
  }
  .plan-your-visit .visitor-tips .overlay {
    background-size: cover, cover;
    background-position: center, center;
    background-attachment: scroll, fixed, fixed;
    background-repeat: no-repeat;
  }
  .plan-your-visit .visitor-tips::before {
    display: none;
  }
  .plan-your-visit .visitor-tips .section-header {
    margin-bottom: 1.96rem;
  }
  .plan-your-visit .visitor-tips .tips {
    position: relative;
    margin-bottom: 0;
  }
  .plan-your-visit .visitor-tips .tips .tip {
    display: flex;
    width: 90%;
  }
  .plan-your-visit .visitor-tips .tips .tip .number {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background: #fff;
    margin-right: 1.11rem;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .plan-your-visit .visitor-tips .tips .tip .number span {
    color: #0f1d41;
    font-size: 5.25rem;
    font-weight: bold;
    line-height: 1;
  }
  .plan-your-visit .visitor-tips .tips .tip .title {
    color: #fff;
    font-size: 1.6rem;
    font-family: 'Conv_GretaSansStd-Bold';
    line-height: 2.55rem;
    width: 75%;
  }
  .plan-your-visit .visitor-tips .tips .slider-btns {
    display: flex;
    justify-content: center;
  }
  .plan-your-visit .visitor-tips .tips .slider-btns span[class^='icon'] {
    color: #fff;
    font-size: 0.75rem;
  }
  .plan-your-visit .getting-here {
    padding-top: 5.2rem;
    padding-bottom: 6.4rem;
  }
  .plan-your-visit .getting-here .vehicles-container {
    padding-right: 0;
  }
  .plan-your-visit .getting-here .vehicles-container .vehicles .vehicle {
    margin-bottom: 2.75rem;
  }
  .plan-your-visit
    .getting-here
    .vehicles-container
    .vehicles
    .vehicle:last-child {
    margin-bottom: 0;
  }
  .plan-your-visit
    .getting-here
    .vehicles-container
    .vehicles
    .vehicle
    .data
    h4 {
    padding-bottom: 0.5rem;
    margin: 0;
  }
  .plan-your-visit
    .getting-here
    .vehicles-container
    .vehicles
    .vehicle
    .data
    p {
    padding-top: 0.5rem;
    font-size: 0.9rem;
    margin: 0;
  }
  .plan-your-visit .getting-here .map-container {
    margin-top: 0;
    height: 28rem;
  }
  .plan-your-visit .getting-here .map-container img,
  .plan-your-visit .getting-here .map-container picture {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    height: 100%;
    width: 100%;
    color: #000;
  }
  .plan-your-visit .getting-here .map-container .more-box {
    right: 10%;
    left: inherit;
    transform: none;
  }
  .plan-your-visit .getting-here .map-container .more-box .more-box__word {
    line-height: 20px;
  }
  .plan-your-visit .PlanYourVisit {
    padding: 3.125rem 0;
  }
  .plan-your-visit .PlanYourVisit .visits .visit {
    margin-bottom: 0;
  }
  .plan-your-visit .PlanYourVisit .visits .visit p {
    min-height: 7.5rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .plan-your-visit .PlanYourVisit .visits .visit img {
    width: 7rem;
    height: auto;
  }
  .plan-your-visit .calender {
    padding-top: 3.3rem;
    padding-bottom: 5.2rem;
  }
  .plan-your-visit .calender.calender-page .event {
    margin: 0 !important;
    margin-bottom: 5rem !important;
  }
  .plan-your-visit .calender .section-header {
    margin-bottom: 2.2em;
  }
  .plan-your-visit .calender .events {
    position: relative;
  }
  .plan-your-visit .calender .events .event {
    padding: 1.9rem 1.6rem;
  }
  .plan-your-visit .calender .events .event .type {
    font-size: 0.9rem;
    height: 35px;
    width: 128px;
  }
  .plan-your-visit .calender .events .event .title {
    font-size: 1.45rem;
    margin-top: 1.05rem;
    margin-bottom: 0.9rem;
    min-height: 4.7rem;
    line-height: 1.5rem;
  }
  .plan-your-visit .calender .events .event .date {
    padding: 0.57rem 0;
    margin-bottom: 1.15rem;
  }
  .plan-your-visit .calender .events .event .date p {
    display: flex;
    flex-direction: column;
  }
  .plan-your-visit .calender .events .event .date p .month {
    font-size: 0.7rem;
    position: relative;
  }
  .plan-your-visit .calender .events .event .date p .day {
    font-size: 2.15rem;
  }
  .plan-your-visit .calender .events .event .date p.year {
    font-size: 0.95rem;
  }
  .plan-your-visit .calender .events .event .date p.dash {
    margin: 0 0.8rem;
    font-size: 2em;
    font-weight: bold;
    justify-content: flex-end;
  }
  .plan-your-visit .calender .events .event .date p.dash span {
    position: relative;
    line-height: 2rem;
  }
  .plan-your-visit .calender .events .event .details p span,
  .plan-your-visit .calender .events .event .details time span {
    font-size: 0.75rem;
    margin-left: 0.7rem;
  }
  .plan-your-visit .calender .events .event .more-box {
    width: 75px;
    height: 75px;
    bottom: -30px;
    right: 10%;
    left: inherit;
    transform: none;
  }
  .plan-your-visit .calender .events .slider-btns {
    display: flex;
    justify-content: center;
  }
  .plan-your-visit .calender .events .slider-btns span[class^='icon'] {
    color: #ea7200;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    font-size: 1.75rem;
    width: 54px;
    border-radius: 50%;
    height: 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ea7200;
    margin: 0 5px;
    display: flex;
  }
  .plan-your-visit .calender .events .slider-btns span[class^='icon']:hover {
    color: #ea7200;
  }
}
@media (min-width: 992px) {
  .plan-your-visit .openingHours__more {
    width: 336px;
  }
  .plan-your-visit .tickets__desc {
    font-size: 1.6rem;
  }
  .plan-your-visit .planYourVisit .openingHours__more {
    right: 1%;
  }
  .plan-your-visit .calender {
    padding-top: 3.3rem;
    padding-bottom: 5.2rem;
  }
  .plan-your-visit .calender.calender-page {
    padding-top: 2.75rem;
  }
  .plan-your-visit .calender.calender-page .event {
    margin-bottom: 5rem !important;
  }
  .plan-your-visit .calender.calender-page .event .title {
    min-height: 3.7rem !important;
  }
  .plan-your-visit .calender .overlay,
  .plan-your-visit .calender .bg-img {
    height: 58%;
  }
  .plan-your-visit .calender .events {
    position: relative;
  }
  .plan-your-visit .calender .events .slick-list {
    width: 100% !important;
    margin: 0 -0.5rem;
  }
  .plan-your-visit .calender .events .event {
    margin: 0 0.5rem 3rem;
  }
  .plan-your-visit .calender .events .event .btn-square span {
    font-size: 1.25rem;
  }
  .plan-your-visit .calender .events .carousel-navs {
    position: absolute;
    right: -80px;
    flex-direction: column;
    bottom: 4.7rem;
  }
  .plan-your-visit .calender .events .carousel-navs__btn {
    border-color: #707070;
    margin: 0;
  }
  .plan-your-visit .calender .events .carousel-navs__btn--prev {
    margin-bottom: 1rem;
  }
  .plan-your-visit .calender .events .carousel-navs__arrow:before {
    color: #ea7200 !important;
  }
  .plan-your-visit .visitor-tips {
    background-position: 40%, center;
  }
  .plan-your-visit .visitor-tips .tips {
    position: relative;
  }
  .plan-your-visit .visitor-tips .tips .tip .title {
    width: 85%;
  }
  .plan-your-visit .visitor-tips .tips .slider-btns {
    display: flex;
    justify-content: center;
    position: absolute;
    flex-direction: column;
    right: -45px;
    bottom: 10%;
  }
  .plan-your-visit .visitor-tips .tips .slider-btns span {
    color: #fff;
    font-size: 1.5rem;
    width: 55px;
    height: 55px;
  }
  .plan-your-visit .visitor-tips .tips .slider-btns span.right {
    top: -55px;
    position: absolute;
  }
  .plan-your-visit .visitor-tips .tips .slider-btns span:hover {
    color: #ea7200;
    border-color: #ea7200;
  }
}
@media (min-width: 1200px) {
  .plan-your-visit .intro {
    background-size: 110%;
  }
  .plan-your-visit .openingHours__more {
    right: 2rem;
  }
  .plan-your-visit .openingHours .more-box {
    right: 5rem;
  }
  .plan-your-visit .calender.calender-page .event {
    margin-bottom: 4rem !important;
  }
  .plan-your-visit .planYourVisit .openingHours__more {
    right: 5%;
  }
  .planYourVisit .visitor-tips {
    background-position: center, center;
  }
  .plan-your-visit .calender.calender-page .event .title {
    min-height: 4.7rem !important;
  }
  .plan-your-visit .visitor-tips .tips .slider-btns {
    right: 35px;
  }
  .plan-your-visit .visitor-tips .tips .tip .title {
    font-size: 2rem;
  }
}
@media (min-width: 1640px) {
  .plan-your-visit .openingHours__more {
    right: -2rem;
    width: 540px;
  }
  .plan-your-visit .openingHours .more-box {
    right: 1rem;
  }
  .plan-your-visit .openingHours__more img {
    width: 100%;
  }
}
.eli-container {
  display: flex;
  width: 100%;
  position: relative;
  height: 500px;
}
.eli-container .eli-carousel {
  display: block;
  width: inherit;
}
.eli-container .eli-carousel .eli-item .eli-carousel-media {
  width: 100%;
  height: 500px;
}
@media (max-width: 1639.98px) {
  .eli-container .eli-carousel .eli-item .eli-carousel-media {
    height: 480px;
  }
}
@media (max-width: 1199.98px) {
  .eli-container .eli-carousel .eli-item .eli-carousel-media {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .eli-container .eli-carousel .eli-item .eli-carousel-media {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .eli-container .eli-carousel .eli-item .eli-carousel-media {
    height: 20rem;
  }
}
@media (max-width: 1639.98px) {
  .eli-container {
    height: 480px;
  }
}
@media (max-width: 1199.98px) {
  .eli-container {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .eli-container {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .eli-container {
    height: 20rem;
  }
}
.eli-carousel-navs {
  display: flex;
  position: absolute;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  justify-content: space-between;
  align-items: center;
  padding-inline: 1rem;
  direction: ltr;
  inset: 0;
}
.eli-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;
}
.eli-carousel-navs__btn:focus {
  outline: none !important;
}
.eli-carousel-navs__btn--next {
  transform: scale(-1);
}
@media (min-width: 768px) {
  .eli-carousel-navs__btn {
    width: 2.11rem;
    height: 2.11rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .eli-carousel-navs__btn {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 1640px) {
  .eli-carousel-navs__btn {
    width: 2.16rem;
    height: 2.16rem;
    font-size: 0.96rem;
  }
}
.eli-carousel-navs__arrow:before {
  color: #ea7200 !important;
}
.tool-bar-action {
  text-align: right;
}
.tool-bar-action li {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  text-align: center;
}
.tool-bar-action li a {
  text-decoration: none;
}
.tool-bar-action li [class^='icon-'] {
  display: block;
  font-size: 21px;
}
.tool-bar-action li [class^='icon-']:before {
  color: #fff !important;
}
.tool-bar-action li [class^='icon-'].icon-favourite-fill:before {
  color: #ea7200 !important;
}
.tool-bar-action li .share-wrapper {
  display: table;
  margin: 0 auto;
}
.tool-bar-action li .action-title {
  margin-top: 4px;
  display: block;
  font-size: 14px;
  color: #fff !important;
}
.tool-bar-action li:last-child {
  border-right: 0;
  padding-right: 0;
}
.tool-bar-action li:hover .icon-favourite:before {
  content: '';
  color: #ea7200 !important;
}
.bottom-section {
  position: relative;
  margin-top: 4rem;
  padding: 2rem 0;
  background-attachment: scroll;
}
.bottom-section:after {
  background-size: cover;
}
.bottom-section .section-content {
  color: #fff;
  display: flex;
  flex-direction: column;
}
.bottom-section .section-content:first-child {
  margin-bottom: 3rem;
}
.bottom-section .section-content .section-header {
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.bottom-section .section-content .section-header__top:before {
  display: none;
}
.bottom-section .section-content .section-header a {
  margin-top: auto;
}
@media (min-width: 992px) {
  .bottom-section {
    height: 26rem;
    display: flex;
    align-items: center;
  }
  .bottom-section:after {
    background-size: 106% 100%;
    background-position: 84%;
  }
  .bottom-section .section-content:first-child {
    margin: 0;
  }
}
.filtration.media-gallery .media-types ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.filtration.media-gallery .media-types ul li {
  position: relative;
  border: 1px solid #4d4033;
}
.filtration.media-gallery .media-types ul li:not(:last-child) {
  margin-right: 7px;
  margin-right: 5px;
  border: 1px solid #4d4033;
}
.filtration.media-gallery .media-types ul input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  color: #4d4033;
}
.filtration.media-gallery .media-types ul input:checked + label {
  color: #fff;
  background-color: #4d4033;
}
.filtration.media-gallery .media-types ul label {
  height: 3rem;
  color: #4d4033;
  font-family: 'Conv_GretaSansStd-Bold';
  font-size: 1.3rem;
  padding: 0.5rem 1.5rem;
  padding: 0.5rem 0.9rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background-color: #fff;
  margin-bottom: 0;
}
.filtration.media-gallery .buttons-wrp label {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.filtration.media-gallery .search-results-num {
  margin-bottom: 0;
}
.media-gallery.landing .media-gallery-item {
  margin-bottom: 15px;
  overflow: visible !important;
}
.media-gallery.landing .media-gallery-item .item-img {
  width: 100%;
  object-fit: cover;
}
.media-gallery.landing .media-gallery-item .media-item-body .media-item-title {
  white-space: normal !important;
  font-size: 1.6rem;
}
.media-gallery.landing .gallery-item-wrp {
  overflow: hidden !important;
}
@media (min-width: 768px) {
  .filtration.media-gallery .media-types {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .filtration.media-gallery .media-types ul {
    flex-wrap: nowrap;
  }
  .filtration.media-gallery .media-types ul input {
    color: #4d4033;
  }
  .filtration.media-gallery .media-types ul input:checked + label {
    color: #fff;
    background-color: #4d4033;
  }
  .filtration.media-gallery .media-types ul label {
    color: #4d4033;
    border: 1px solid #4d4033;
    margin-bottom: 0 !important;
  }
  .filtration.media-gallery .buttons-wrp label {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .filtration.media-gallery .media-types ul li:not(:last-child) {
    margin-right: 9px;
  }
  .filtration.media-gallery .media-types ul label {
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
  }
  .media-gallery.landing .media-gallery-item {
    margin-bottom: 30px;
  }
}
.eli-carousel-container {
  position: relative;
  margin: auto;
}
.eli-carousel-container .eli-carousel-item {
  display: none;
}
.eli-carousel-container .eli-carousel-item .eli-carousel-media {
  vertical-align: middle;
  height: 462px;
  width: 100%;
}
.eli-carousel-container .eli-carousel-fade {
  animation-name: fade;
  animation-duration: 5s;
}
@keyframes fade {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.listing-details-page .listing-details-item {
  margin-bottom: 3.75rem;
  background: #fff;
}
.listing-details-page .listing-details-item .listing-image-section {
  position: relative;
  overflow: hidden;
}
.listing-details-page .listing-details-item .listing-image-section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.22) 17%,
    rgba(0, 0, 0, 0.41) 54%,
    rgba(0, 0, 0, 0.35) 75%
  );
}
.listing-details-page
  .listing-details-item
  .listing-image-section
  .listing-image {
  width: 100%;
  max-width: 100%;
  min-height: 18.4375rem;
  max-height: 18.4375rem;
  -webkit-transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.listing-details-page .listing-details-item .listing-body-section {
  background: #fff;
  width: 100%;
  padding: 1.3125rem 1.75rem;
  position: relative;
}
.listing-details-page .listing-details-item .listing-body-section .card-body {
  padding: 0;
}
.listing-details-page
  .listing-details-item
  .listing-body-section
  .card-body
  .listing-item-title {
  font-size: 1.875rem;
  line-height: 2.125rem;
  color: #7e6755;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1.875rem;
}
.listing-details-page
  .listing-details-item
  .listing-body-section
  .card-body
  .listing-item-desc {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #7e6755;
  margin-top: 0.875rem;
}
.listing-details-page
  .listing-details-item
  .listing-body-section
  .card-body
  .share-wrapper {
  position: absolute;
  right: 1.875rem;
  top: 1.625rem;
  font-size: 1.4375rem;
}
.listing-details-page .listing-details-item .listing-body-section .card-footer {
  background: transparent;
  padding: 0;
  border-top: 1px solid rgba(112, 112, 112, 0.6);
  padding-top: 1.3125rem;
}
.listing-details-page
  .listing-details-item
  .listing-body-section
  .card-footer
  .details-section
  .main-title {
  font-size: 0.875rem;
  color: #878787;
  display: block;
  line-height: 1;
  margin-bottom: 0.625rem;
}
.listing-details-page
  .listing-details-item
  .listing-body-section
  .card-footer
  .details-section
  .main-title
  [class^='icon-'] {
  font-size: 0.6875rem;
  margin-right: 0.46875rem;
}
.listing-details-page
  .listing-details-item
  .listing-body-section
  .card-footer
  .details-section
  .main-title
  [class^='icon-']:before {
  color: #ec721f;
}
.listing-details-page
  .listing-details-item
  .listing-body-section
  .card-footer
  .details-section
  .time-sec {
  font-size: 1.1875rem;
  color: #ec721f;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3125rem;
  line-height: 1;
}
.listing-details-page
  .listing-details-item
  .listing-body-section
  .card-footer
  .details-section
  .time-sec
  span {
  font-size: 0.875rem;
  color: #7e6755;
}
.listing-details-page
  .listing-details-item
  .listing-body-section
  .card-footer
  .details-section
  .seprator-data {
  width: 0.875rem;
  height: 1px;
  background: #d8d8d8;
}
.listing-details-page
  .listing-details-item
  .listing-body-section
  .card-footer
  .details-section
  .contact-info {
  font-size: 1rem;
  line-height: 1.8125rem;
  color: #7e6755;
  margin: 0;
}
.listing-details-page
  .listing-details-item
  .listing-body-section
  .card-footer
  .tag-list {
  list-style-type: none;
  padding-top: 15px;
}
.listing-details-page
  .listing-details-item
  .listing-body-section
  .card-footer
  .tag-list
  li {
  margin-bottom: 10px;
}
.listing-details-page
  .listing-details-item
  .listing-body-section
  .card-footer
  .tag-list
  li
  h4 {
  position: relative;
  line-height: 1;
  font-size: 0.875rem;
  color: #878787;
  font-family: 'Conv_GretaSansStd-Regular' !important;
  padding-left: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing-details-page
  .listing-details-item
  .listing-body-section
  .card-footer
  .tag-list
  li
  h4:before {
  content: '';
  background: #b93d23;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  left: 0;
}
.listing-details-page
  .listing-details-item:hover
  .listing-image-section
  .listing-image {
  -webkit-transform: scale3d(1.15, 1.15, 1);
  transform: scale3d(1.15, 1.15, 1);
}
@media (min-width: 768px) {
  .listing-details-page
    .listing-details-item
    .listing-body-section
    .card-footer
    .tag-list {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .listing-details-page .listing-details-item {
    max-height: 18.4375rem;
    direction: rtl;
  }
  .listing-details-page .listing-details-item .listing-body-section {
    direction: ltr;
    max-height: 18.4375rem;
    min-height: 18.4375rem;
  }
  .listing-details-page
    .listing-details-item
    .listing-body-section
    .card-footer {
    position: absolute;
    left: 1.75rem;
    right: 1.75rem;
    bottom: 1.3125rem;
  }
  .listing-details-page .listing-details-item:nth-child(even) {
    direction: ltr;
  }
}
.listing-w-details .section-header:before {
  content: none;
}
.listing-w-details .card-container {
  margin-bottom: 2.1rem;
}
.listing-w-details .listing-item {
  background-color: rgba(126, 103, 85, 0.1);
  padding: 1.25rem;
  margin-bottom: 2rem;
  min-height: 20.625rem;
}
.listing-w-details .listing-item .listing-item-wrp header figure {
  overflow: hidden;
}
.listing-w-details .listing-item .listing-item-wrp header figure .listing-img {
  max-width: 100%;
  max-height: 18.125rem;
  min-height: 18.125rem;
  width: 100%;
  -webkit-transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  object-fit: cover;
  height: auto;
}
.listing-w-details .listing-item .listing-item-wrp .listing-body {
  padding-top: 1.0625rem;
  overflow: hidden;
}
.listing-w-details
  .listing-item
  .listing-item-wrp
  .listing-body
  .listing-title {
  color: #7e6755;
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin-bottom: 0.9375rem;
}
.listing-w-details .listing-item .listing-item-wrp .listing-body .listing-desc,
.listing-w-details .listing-item .listing-item-wrp .listing-body p,
.listing-w-details .listing-item .listing-item-wrp .listing-body ul,
.listing-w-details .listing-item .listing-item-wrp .listing-body ol {
  color: #707070;
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
}
.listing-w-details
  .listing-item
  .listing-item-wrp
  .listing-body
  .listing-desc
  ul,
.listing-w-details
  .listing-item
  .listing-item-wrp
  .listing-body
  .listing-desc
  ol,
.listing-w-details .listing-item .listing-item-wrp .listing-body p ul,
.listing-w-details .listing-item .listing-item-wrp .listing-body p ol,
.listing-w-details .listing-item .listing-item-wrp .listing-body ul ul,
.listing-w-details .listing-item .listing-item-wrp .listing-body ul ol,
.listing-w-details .listing-item .listing-item-wrp .listing-body ol ul,
.listing-w-details .listing-item .listing-item-wrp .listing-body ol ol {
  list-style-position: inside;
  padding-left: 15px;
}
.listing-w-details
  .listing-item
  .listing-item-wrp
  .listing-body
  .listing-desc
  a,
.listing-w-details .listing-item .listing-item-wrp .listing-body p a,
.listing-w-details .listing-item .listing-item-wrp .listing-body ul a,
.listing-w-details .listing-item .listing-item-wrp .listing-body ol a {
  color: #ec721f;
  text-decoration: underline;
  word-break: break-all;
}
.listing-w-details
  .listing-item
  .listing-item-wrp:hover
  header
  figure
  .listing-img {
  -webkit-transform: scale3d(1.15, 1.15, 1);
  transform: scale3d(1.15, 1.15, 1);
}
@media (min-width: 768px) {
  .listing-w-details .listing-item .listing-item-wrp [class^='col'] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .listing-w-details .listing-item .listing-item-wrp .listing-body {
    padding-top: 0;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .listing-w-details .listing-item .listing-item-wrp .listing-body {
    padding-top: 1.0625rem;
    padding-right: 3rem;
  }
}
.partners {
  padding: 0 1.875rem 1.875rem;
  background: #fff;
}
.partners .partners-item {
  text-decoration: none;
  margin-top: 1.875rem;
}
.partners .partners-item a {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .partners .partners-item a {
    height: 32rem;
  }
}
@media (min-width: 1001px) and (max-width: 1028px) {
  .partners .partners-item a {
    height: 27rem;
  }
}
@media (min-width: 1200px) {
  .partners .partners-item a {
    height: 26.4rem;
  }
}
.partners .partners-item:hover {
  text-decoration: none;
}
.partners .partners-item header {
  background: #efefef;
  padding: 0.875rem 0.875rem 1.875rem;
  position: relative;
}
.partners .partners-item header figure {
  overflow: hidden;
  min-height: 15rem;
  position: relative;
}
@media (max-width: 1020px) {
  .partners .partners-item header figure {
    min-height: 20rem;
  }
}
.partners .partners-item header figure .partners-img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.partners .partners-item .partner-body {
  text-align: center;
  background-color: #efefef;
  padding: 0 0.875rem 1.5625rem;
}
.partners .partners-item .partner-body .partner-title {
  color: #7e6755;
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
  padding: 0 0.9375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3rem;
}
.partners .partners-item .partner-body .partner-desc {
  color: #707070;
  font-size: 1rem;
  line-height: 1.25rem;
  overflow: hidden;
  margin: 0;
  padding: 0 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .partners .partners-first-item header figure {
    min-height: 18rem;
  }
  .partners .partners-first-item a {
    height: initial;
  }
  .partners .partners-first-item .partner-body .partner-title {
    height: unset;
  }
}
.general-template.expand-collapse__template {
  background-color: #fff;
  box-shadow: 0 3px 10px #313131;
}
.general-template .nav-tabs {
  display: block;
}
.general-template .nav-tabs .nav-item {
  display: block;
}
.general-template .nav-tabs .nav-item .nav-link {
  padding: 15.5px 20px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: 'Conv_GretaSansStd-Bold', Arial, Helvetica !important;
  color: #4d4033;
  display: block;
  border: 0;
  border-radius: 0;
  background: rgba(126, 103, 85, 0.1);
  margin-bottom: 1rem;
}
.general-template .nav-tabs .nav-item .nav-link:hover {
  text-decoration: none;
  color: #fff;
  background: #ea7200;
}
.general-template .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background: #ea7200;
}
.general-template .tab-pane {
  padding: 10px 0 20px 0;
}
.general-template .tab-pane .card {
  background-color: transparent;
  margin-bottom: 0.5rem;
}
.general-template .tab-pane .card .card-header {
  padding: 0;
  background-color: transparent;
}
.general-template .tab-pane .card .card-header h5 {
  display: block;
}
.general-template .tab-pane .card .card-header h5 button {
  display: block;
  color: rgba(77, 64, 51, 0.7);
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 16px 0 11px 0;
  padding-left: 17px;
  padding-right: 4.083333333rem;
  width: 100%;
  text-align: left;
  background-color: #fff;
  position: relative;
  border: 0;
  box-shadow: none;
  white-space: normal;
  font-family: 'Conv_GretaSansStd-Bold';
}
.general-template .tab-pane .card .card-header h5 button:after {
  content: '';
  font-family: 'GEMicon' !important;
  right: 1.5rem;
  position: absolute;
  font-size: 1.58333rem;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .general-template .tab-pane .card .card-header h5 button:after {
    padding-top: 4px;
  }
}
.general-template .tab-pane .card .card-header h5 button:hover,
.general-template .tab-pane .card .card-header h5 button:focus {
  text-decoration: none;
  background: transparent;
  color: #ea7200;
}
.general-template .tab-pane .card .card-header h5 button:focus {
  text-decoration: none;
  color: rgba(77, 64, 51, 0.7);
}
.general-template .tab-pane .card .card-header h5 button[aria-expanded='true'] {
  background: #fff;
  color: #ea7200;
}
.general-template
  .tab-pane
  .card
  .card-header
  h5
  button[aria-expanded='true']:after {
  content: '';
  font-family: 'GEMicon' !important;
}
.general-template .tab-pane .card .btn-link-active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.general-template .tab-pane .card .collapse-content {
  background-color: #fff;
}
.general-template .tab-pane .card .collapse-content .card-body {
  padding: 0 17px;
}
.general-template
  .tab-pane
  .card
  .collapse-content
  .card-body
  .card-body-content,
.general-template .tab-pane .card .collapse-content .card-body p,
.general-template .tab-pane .card .collapse-content .card-body ul,
.general-template .tab-pane .card .collapse-content .card-body ol {
  color: #707070;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1.375rem;
}
.general-template .tab-pane .card .collapse-content .card-body ul,
.general-template .tab-pane .card .collapse-content .card-body ol {
  list-style-position: inside;
  padding-left: 15px;
}
.general-template .tab-pane .card .collapse-content .card-body a {
  color: #e6a821;
  text-decoration: underline;
  word-break: break-all;
}
.general-template .tab-pane .card .collapse-content.show {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.general-template .template-looking {
  display: flex;
  background-color: rgba(77, 64, 51, 0.7);
  color: #fff;
  overflow: hidden;
  margin-top: 1rem;
}
.general-template .template-looking p {
  margin-bottom: 0;
}
.general-template .template-looking .template__question-icon-holder {
  position: relative;
  padding: 0.75rem 1rem 1.35rem;
  display: inline-flex;
  align-items: center;
}
.general-template .template-looking .template__question-icon-holder:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  background: #4d4033;
  width: 100%;
  left: 0;
}
.general-template .template-looking .template__question-icon {
  font-size: 3.6rem;
  position: relative;
}
.general-template .template-looking .template__description {
  padding: 0.75rem 2.9rem 1.35rem;
}
.general-template .template-looking .template-looking-title {
  font-size: 1.6rem;
  font-family: 'Conv_GretaSansStd-Bold';
  position: relative;
}
.general-template .template-looking .template-looking-title:before {
  content: '';
  position: absolute;
  width: 0.6rem;
  left: -1.4rem;
  height: 75%;
  margin: auto;
  background-color: #a5916e;
  top: 0;
  bottom: 0;
}
.general-template .template-looking .template-looking-desc {
  font-size: 1.1rem;
  display: block;
  display: -webkit-box;
  font-size: 1rem;
  line-height: 1.33333rem;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  -ms-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  margin-bottom: 0;
}
.general-template .template-looking a {
  font-size: 1.1rem;
  text-decoration: underline !important;
  color: #ea7200;
}
@media (min-width: 768px) {
  .general-template .nav-tabs .nav-item .nav-link {
    padding: 12px 20px;
  }
  .general-template .tab-pane {
    padding: 0 0 20px 0;
  }
  .general-template .tab-pane .card .card-header h5 button {
    padding: 15px 0;
    padding-left: 28px;
    padding-right: 4.1875rem;
  }
  .general-template .tab-pane .card .collapse-content .card-body {
    padding: 0 28px;
  }
}
@media (min-width: 992px) {
  .general-template.expand-collapse__template {
    background-color: #fff;
    padding: 1.75rem 2rem;
    box-shadow: none;
  }
  .general-template .nav-tabs {
    border: none;
  }
  .general-template .nav-tabs .nav-item .nav-link {
    padding: 0 0 1rem;
    color: #b2b4ba;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    background-color: transparent;
  }
  .general-template .nav-tabs .nav-item .nav-link:hover {
    color: #ea7200;
    background: transparent;
  }
  .general-template .nav-tabs .nav-item .nav-link.active {
    color: #ea7200;
    background: transparent;
    border-bottom: 0.2rem solid;
  }
  .general-template .tab-pane {
    padding: 0 0 20px 0;
  }
  .general-template .tab-pane .card {
    background-color: #ededef;
    padding: 0.7rem 1rem 1.2rem;
  }
  .general-template .tab-pane .card .card-header h5 button {
    padding: 0;
    font-size: 1.2rem;
    background-color: transparent;
    padding-right: 4rem;
  }
  .general-template .tab-pane .card .card-header h5 button:hover,
  .general-template
    .tab-pane
    .card
    .card-header
    h5
    button[aria-expanded='true'] {
    background: none;
    color: rgba(77, 64, 51, 0.7);
  }
  .general-template
    .tab-pane
    .card
    .card-header
    h5
    button[aria-expanded='true']:after,
  .general-template
    .tab-pane
    .card
    .card-header
    h5
    button[aria-expanded='true']:before {
    color: #ea7200;
  }
  .general-template .tab-pane .card .collapse-content {
    background: none;
  }
  .general-template .tab-pane .card .collapse-content .card-body {
    padding: 0;
  }
  .general-template .tab-pane .card .collapse-content .card-body p {
    font-size: 0.9rem;
    margin: 0.5rem 0;
    line-height: normal;
  }
  .general-template .tab-pane .card .collapse-content.show {
    box-shadow: none;
  }
}
.simple-template .simplePage-image {
  position: relative;
}
.simple-template .simplePage-image .simple-template-img {
  max-width: 100%;
  max-height: 22.3125rem;
  width: 100%;
}
.simple-template .simplePage-image:after {
  content: '';
  background: rgba(126, 103, 85, 0.36);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.simple-template .simple-template-holder {
  display: flex;
  flex-direction: column;
}
.simple-template .simple-template-holder .col-md-3,
.simple-template .simple-template-holder .col-12 {
  padding: 0;
}
.simple-template .simple-template-holder .col-md-9 {
  padding: 1rem;
}
.simple-template .single-template-wrp .single-template-content {
  margin-bottom: 2.25rem;
  background-color: #fff;
}
.single-template-title-wrp {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}
.single-template-title-wrp .single-template-title {
  font-size: 2rem;
  color: #4d4033;
  margin-bottom: 0;
  font-family: 'Conv_GretaSansStd-Bold';
  margin-top: 1rem;
}
.single-template-title-wrp:before {
  content: '';
  width: 0.4167rem;
  height: 1.67rem;
  background-color: #a5916e;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .single-template-title-wrp:before {
    width: 0.643rem;
    height: 2.143rem;
  }
}
@media (min-width: 992px) {
  .single-template-title-wrp:before {
    width: 0.5625rem;
    height: 2.44rem;
  }
}
@media (min-width: 1640px) {
  .single-template-title-wrp:before {
    width: 0.6rem;
    height: 3.1rem;
  }
}
.simple-template
  .single-template-wrp
  .single-template-content
  .single-template-desc
  p,
.simple-template
  .single-template-wrp
  .single-template-content
  .single-template-desc
  ul,
.simple-template
  .single-template-wrp
  .single-template-content
  .single-template-desc
  ol {
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #4d4033;
  margin-bottom: 1.375rem;
}
.simple-template
  .single-template-wrp
  .single-template-content
  .single-template-desc
  ul,
.simple-template
  .single-template-wrp
  .single-template-content
  .single-template-desc
  ol {
  list-style-type: initial;
  list-style-position: inside;
  padding-left: 15px;
}
.simple-template
  .single-template-wrp
  .single-template-content
  .single-template-desc
  a {
  color: #ea7200;
  text-decoration: underline;
  word-break: break-all;
}
.simple-template
  .single-template-wrp
  .single-template-content
  .single-template-desc
  .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.simple-template header.gallery-item-wrp {
  position: relative;
  height: 14rem;
}
.simple-template header.gallery-item-wrp:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #01081a, rgba(1, 8, 26, 0.25));
  opacity: 0.4;
  z-index: 0;
}
.simple-template .caption-box {
  background: #d8d8d8;
  padding: 0.5rem 1rem;
}
.simple-template .caption-box .caption {
  font-size: 1.2rem;
  line-height: 1.33;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  -ms-line-clamp: 2;
}
@media (min-width: 768px) {
  #SimplePage .single-template-content:nth-child(odd) .order-md-3.no-gutters {
    margin-right: -2rem;
    margin-left: auto;
  }
  #SimplePage .single-template-content:nth-child(odd) .caption-box {
    padding-left: 3rem;
  }
  #SimplePage .single-template-content:nth-child(even) .caption-box {
    padding-right: 3rem;
  }
  .simple-template {
    background-color: transparent;
    overflow: hidden;
  }
  .simple-template .simple-template-holder {
    flex-direction: row;
  }
  .simple-template .simple-template-holder .col-md-3,
  .simple-template .simple-template-holder .col-md-9,
  .simple-template .simple-template-holder .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .simple-template .order-md-9.no-gutters {
    padding: 0;
  }
  .simple-template .order-md-3.no-gutters {
    margin-top: 3rem;
    margin-left: -2rem;
    background: #fbf4f2;
    padding: 1rem;
  }
  .simple-template .single-template-wrp {
    padding: 0;
  }
  .simple-template .single-template-wrp .single-template-content {
    background-color: transparent;
  }
  .simple-template .single-template-desc .col-12 {
    background: #fff;
    padding-top: 1.5rem;
    padding: 1rem;
  }
  .simple-template .single-template-title {
    padding: 0;
    margin-top: 0;
  }
  .simple-template .single-template-title-wrp {
    paddingleft: 0;
  }
  .simple-template .single-template-title-wrp:before {
    left: 0.3rem;
    width: 0.4rem;
    height: 75%;
  }
  .simple-template header.gallery-item-wrp {
    margin-bottom: 0;
    height: 10.4rem;
  }
  .simple-template .caption-box {
    padding: 0.8rem 1.2rem;
  }
  .simple-template .caption-box .caption {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .simple-template header.gallery-item-wrp {
    height: 13rem;
  }
}
@media (min-width: 1200px) {
  .simple-template header.gallery-item-wrp {
    margin-bottom: 0;
    height: 16rem;
  }
}
.media-gallery .media-top-section {
  display: flex;
  justify-content: space-between;
  justify-items: center;
  margin-bottom: 1.5625rem;
  margin-top: 3.4375rem;
}
.media-gallery .media-top-section .gallery-section-title {
  color: #7e6755;
  font-size: 1.75rem;
}
.media-gallery .media-top-section .gallery-section-view {
  color: #878787;
  font-size: 1rem;
  position: relative;
}
.media-gallery .media-top-section .gallery-section-view:after {
  content: '';
  margin-left: 0.5rem;
  font-family: 'GEMicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  font-size: 0.5625rem;
  margin-bottom: 0.125rem;
  display: inline-block;
}
.media-gallery .media-top-section .gallery-section-view:hover {
  color: #ec721f !important;
}
.media-gallery .media-gallery-section .item .media-gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.media-gallery
  .media-gallery-section
  .item
  .media-gallery-item
  .gallery-item-wrp {
  position: relative;
  height: 75vw;
}
.media-gallery
  .media-gallery-section
  .item
  .media-gallery-item
  .gallery-item-wrp:after {
  content: '';
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.media-gallery
  .media-gallery-section
  .item
  .media-gallery-item
  .gallery-item-wrp
  .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-gallery
  .media-gallery-section
  .item
  .media-gallery-item
  .media-item-body {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 2rem 1.3125rem;
  z-index: 999;
}
.media-gallery
  .media-gallery-section
  .item
  .media-gallery-item
  .media-item-body
  .media-item-title {
  color: #fff;
  font-family: 'Conv_GretaSansStd-Regular' !important;
  margin-bottom: 0;
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 5.1875rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 1px 1px #000;
  font-size: x-large;
}
.media-gallery
  .media-gallery-section
  .item
  .media-gallery-item
  .media-item-body
  [class^='icon-'] {
  width: 2.6rem;
  height: 2.6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(165, 145, 110, 0.5);
  line-height: 3rem;
  margin-right: 0.6rem;
}
.media-gallery
  .media-gallery-section
  .item
  .media-gallery-item
  .media-item-body
  [class^='icon-']:before {
  font-size: 1.23rem;
  color: #fff;
}
.media-gallery .media-gallery-carousel {
  position: relative;
}
.media-gallery .media-gallery-carousel .owl-stage {
  left: -15px;
}
.media-gallery .media-gallery-carousel .owl-nav .owl-prev,
.media-gallery .media-gallery-carousel .owl-nav .owl-next {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  border: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.media-gallery .media-gallery-carousel .owl-nav .owl-prev:after,
.media-gallery .media-gallery-carousel .owl-nav .owl-next:after {
  background: transparent;
}
.media-gallery .media-gallery-carousel .owl-nav .owl-prev:hover:before,
.media-gallery .media-gallery-carousel .owl-nav .owl-next:hover:before {
  background: #ec721f;
}
.media-gallery .media-gallery-carousel .owl-nav .owl-prev span,
.media-gallery .media-gallery-carousel .owl-nav .owl-next span {
  color: #fff;
  font-size: 0;
  font-family: 'GEMicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.media-gallery .media-gallery-carousel .owl-nav .owl-prev span:after,
.media-gallery .media-gallery-carousel .owl-nav .owl-next span:after {
  font-size: 19px;
}
.media-gallery .media-gallery-carousel .owl-nav .owl-prev {
  left: 0;
  margin-left: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-gallery .media-gallery-carousel .owl-nav .owl-prev span:after {
  content: '';
}
.media-gallery .media-gallery-carousel .owl-nav .owl-next {
  right: 0;
  margin-right: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-gallery .media-gallery-carousel .owl-nav .owl-next span:after {
  content: '';
}
.media-gallery .media-gallery-carousel .owl-nav .owl-prev.disabled,
.media-gallery .media-gallery-carousel .owl-nav .owl-next.disabled {
  display: none;
}
.media-gallery a.view-all {
  color: #4d4033;
}
.media-gallery a.view-all:hover {
  color: #ea7200;
}
.fancybox-error p {
  text-align: left !important;
}
.fancybox-image,
.fancybox-spaceball {
  cursor: default !important;
}
.fancybox-thumbs {
  background: #b93d23 !important;
}
.fancybox-bg {
  background: transparent !important;
}
.fancybox-thumbs__list a:before {
  border: 2px solid #fff !important;
}
#renderCanvas {
  width: 100% !important;
  height: 100% !important;
  touch-action: none !important;
  outline: none !important;
  cursor: grab;
}
.particles-js-canvas-el {
  background-color: #4d4033;
}
.fancybox-content {
  padding: 0 !important;
  overflow: hidden !important;
  background-color: transparent;
}
.fancybox-slide--html .fancybox-close-small {
  color: #fff !important;
  display: none;
}
@media (min-width: 768px) {
  .media-gallery
    .media-gallery-section
    .item
    .media-gallery-item
    .gallery-item-wrp {
    height: 20rem;
  }
}
@media (min-width: 992px) {
  .media-gallery
    .media-gallery-section
    .item
    .media-gallery-item
    .gallery-item-wrp {
    height: 24rem;
  }
  .media-gallery .media-gallery-carousel .owl-stage {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .media-gallery
    .media-gallery-section
    .item
    .media-gallery-item
    .gallery-item-wrp {
    height: 20rem;
  }
}
@media (min-width: 1640px) {
  .media-gallery
    .media-gallery-section
    .item
    .media-gallery-item
    .gallery-item-wrp {
    height: 19rem;
  }
}
.fancybox-navigation .fancybox-button div:focus,
.fancybox-navigation .fancybox-button div svg:focus {
  outline: 0;
}
.media-gallery .media-gallery-carousel .owl-nav .owl-prev span,
.media-gallery .media-gallery-carousel .owl-nav .owl-next span {
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}
.media-gallery .media-gallery-carousel .owl-nav .owl-prev:hover span,
.media-gallery .media-gallery-carousel .owl-nav .owl-prev:focus span,
.media-gallery .media-gallery-carousel .owl-nav .owl-next:hover span,
.media-gallery .media-gallery-carousel .owl-nav .owl-next:focus span {
  color: #ea7200;
}
.program-header {
  padding-bottom: 0;
}
.program-landing {
  margin-top: 7rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.program-landing:not(:last-child) {
  margin-bottom: 4rem;
}
.program-landing article {
  position: relative;
}
.program-landing article:not(last-child) {
  margin-bottom: 4rem;
}
.program-landing .picture {
  display: flex;
  height: 100%;
}
.program-landing .program-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.program-landing .program-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.program-landing .program-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.program-landing .program-item {
  position: relative;
  padding: 1.6rem 0 2.5rem;
}
.program-landing .program-item .program-bg {
  position: absolute;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.program-landing .program-item .program-bg:after {
  background-image: linear-gradient(
    to top,
    #2a221b,
    #2e251e,
    #322921,
    #372c25,
    #3b3028,
    #42362d,
    #493b31,
    #504136,
    #5b4a3e,
    #675445,
    #725d4d,
    #7e6755
  );
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}
.program-landing .program-item .program-bg .listing-img {
  display: block;
  max-width: 100%;
  object-fit: cover;
  min-height: 41.0625rem;
  max-height: 41.0625rem;
  width: 100%;
}
.program-landing .program-item .program-body {
  position: relative;
  z-index: 3;
}
.program-landing .program-item .program-body .view-all:after {
  content: '';
  margin-left: 0.5rem;
  font-family: 'GEMicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  font-size: 0.5625rem;
  margin-bottom: 0.125rem;
  display: inline-block;
  transform: scale(-1);
}
.program-landing .program-item .program-body .view-all:hover {
  text-decoration: underline;
}
.program-landing .program-item .program-body .top-body-card {
  padding-left: 1.0625rem;
  position: relative;
}
.program-landing .program-item .program-body .top-body-card:before {
  content: '';
  width: 0.6875rem;
  min-height: 2.5rem;
  background-color: #a5916e;
  position: absolute;
  left: -0.6875rem;
  top: 0.1875rem;
}
.program-landing .program-item .program-body .top-body-card .main-card-title {
  color: #fff;
  font-size: 1.8rem;
  line-height: 3.1875rem;
  margin-bottom: 0.375rem;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 6.5625rem;
  font-family: 'Conv_GretaSansStd-Bold';
}
.program-landing .program-item .program-body .top-body-card .main-card-desc {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2.625rem;
  display: block;
  display: -webkit-box;
  font-size: 1.25rem;
  line-height: 1.75rem;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  -ms-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 1rem;
  width: 80%;
}
.program-landing .program-item .program-body .slider-section {
  margin: 0 auto;
  padding: 0 1rem;
}
.program-landing .program-item .program-body .slider-section .owl-stage {
  display: flex;
}
.program-landing .program-item .program-body .slider-section .owl-item {
  background-color: #fff;
}
.program-card .card {
  background-color: transparent;
  height: 100%;
}
.program-card .card > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.program-card .card:hover {
  text-decoration: none;
}
.program-card .card figure {
  overflow: hidden;
  position: relative;
}
.program-card .card figure:after {
  content: '';
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.program-card .card figure .card-img-top {
  background: #fff;
  object-fit: cover;
  height: auto;
}
.program-card .card .card-header {
  padding: 0;
  height: 13rem;
  overflow: hidden;
  position: relative;
}
.program-card .card .card-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.program-card .card .card-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.program-card .card .card-body {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}
.program-card .card .card-body .share-btn {
  position: absolute;
  right: 1.25rem;
  font-size: 1.25rem;
}
.program-card .card .card-body .nearby-categories .card-category {
  border: none;
  color: #fff;
  background-color: #a5916e;
}
.program-card
  .card
  .card-body
  .nearby-categories
  .card-category:not(:first-child) {
  margin-left: 0.6rem;
}
.program-card .card .card-body .card-category {
  font-size: 0.7rem;
  color: rgba(77, 64, 51, 0.7);
  display: inline-block;
  padding: 0.4375rem 0.8125rem;
  margin-bottom: 0.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 18%);
  text-transform: uppercase;
  border: 1px solid rgba(77, 64, 51, 0.7);
  font-family: 'Conv_GretaSansStd-Bold';
}
.program-card .card .card-body .card-title {
  font-size: 1.1rem;
  color: #4d4033;
  margin-bottom: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-family: 'Conv_GretaSansStd-Bold';
}
.program-card .card .card-body .card-text {
  font-size: 0.8rem !important;
  color: rgba(77, 64, 51, 0.7);
  font-size: 1rem;
  line-height: 1.375rem;
  min-height: 2.6875rem;
}
.program-card .card .card-footer {
  background: #fff;
  padding: 1.25rem;
}
.program-card .card .card-footer .group {
  font-size: 1.125rem;
  position: relative;
  display: block;
  color: #ea7200;
}
.program-card .card .card-footer .group:before {
  width: 100%;
  height: 1px;
  background: #707070;
  display: block;
  position: absolute;
  top: -15px;
}
.program-card .card .card-footer .group span {
  vertical-align: middle;
}
.program-card .card .card-footer .group [class^='icon-'] {
  font-size: 1.0625rem;
  margin-right: 1rem;
}
.program-card .card .card-footer .group .gropu-value {
  font-size: 1rem;
  color: #989898;
  margin-left: 2.5rem;
}
.programs-listing .left-border {
  color: rgba(77, 64, 51, 0.7);
  font-size: 1.8rem;
  line-height: 3.1875rem;
  margin-bottom: 4rem;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 2.0625rem;
  font-family: 'Conv_GretaSansStd-Bold';
}
.programs-listing .left-border::before {
  content: '';
  width: 0.6875rem;
  min-height: 2.5rem;
  background-color: #a5916e;
  position: absolute;
  left: 0;
  top: 0.1875rem;
}
.programs-listing .publication-items-section-header .header-title {
  font-family: 'Conv_GretaSansStd-Bold' !important;
  color: #7e6755;
  font-size: 1.75rem;
}
.programs-listing .card {
  background-color: transparent;
  margin-bottom: 2.375rem;
}
.programs-listing figure,
.programs-listing .card-body {
  background: #fff;
}
.time-interval {
  margin-bottom: 0.625rem;
}
.time-interval .time {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.625rem;
}
.time-interval .time .from-to {
  display: block;
  font-size: 0.55rem;
  color: #989898;
}
.time-interval .time .time-value {
  font-size: 1.1rem;
  color: #ea7200;
}
.time-interval .time .time-value .periods {
  font-size: 0.7rem;
  color: #989898;
  margin-left: 0.625rem;
  text-transform: uppercase;
}
.time-interval .time:last-child {
  margin-right: 0;
}
.time-interval .time-seprator {
  width: 0.875rem;
  height: 1px;
  background-color: #d8d8d8;
  margin-top: 1.125rem;
}
.program-detials .img-container {
  height: 15rem;
}
.program-detials .details-card-header {
  background: #fff;
}
.program-detials .details-card-header .icon-share {
  font-size: 28px;
}
.program-detials .program-detials-group {
  background: rgba(126, 103, 85, 0.1);
}
.program-detials
  .program-detials-group
  [class^='col']:nth-last-of-type(1)
  .item-row-details {
  margin-bottom: 0;
}
.program-detials .program-detials-group .item-row-details {
  width: 100%;
  margin-bottom: 0.875rem;
}
.program-detials .program-detials-group .item-row-details .detials-group-title,
.program-detials .program-detials-group .item-row-details .detials-group-data {
  display: inline-block;
  vertical-align: middle;
}
.program-detials .program-detials-group .item-row-details .detials-group-title {
  color: #4d4033;
  font-size: 0.9rem;
  position: relative;
  min-width: 10rem;
}
.program-detials
  .program-detials-group
  .item-row-details
  .detials-group-title:after {
  content: ':';
}
.program-detials
  .program-detials-group
  .item-row-details
  .detials-group-title
  [class^='icon-'] {
  font-size: 1.3125rem;
  margin-right: 0.9375rem;
  vertical-align: middle;
}
.program-detials
  .program-detials-group
  .item-row-details
  .detials-group-title
  [class^='icon-']:before {
  color: #4d4033;
}
.program-detials .program-detials-group .item-row-details .detials-group-data {
  font-size: 0.8rem;
  color: #4d4033;
  line-height: 1.4375rem;
  margin-bottom: 0;
}
.program-detials .note-section {
  margin-top: 1.875rem;
  margin-bottom: 2.5625rem;
}
.program-detials .note-section .body-container {
  padding-top: 1.3125rem;
}
.program-detials .note-section .body-container .note-title {
  font-size: 1.3rem;
  color: #4d4033;
  margin-bottom: 0.8125rem;
}
.program-detials .note-section .body-container .note-body,
.program-detials .note-section .body-container p,
.program-detials .note-section .body-container ul,
.program-detials .note-section .body-container ol {
  font-size: 0.9rem;
  color: #707070;
  line-height: 1.375rem;
  margin-bottom: 1.3125rem;
}
.program-detials .note-section .body-container .note-body ul,
.program-detials .note-section .body-container .note-body ol,
.program-detials .note-section .body-container p ul,
.program-detials .note-section .body-container p ol,
.program-detials .note-section .body-container ul ul,
.program-detials .note-section .body-container ul ol,
.program-detials .note-section .body-container ol ul,
.program-detials .note-section .body-container ol ol {
  list-style-position: inside;
  padding-left: 0.9375rem;
}
.program-detials .note-section .body-container .note-body a,
.program-detials .note-section .body-container p a,
.program-detials .note-section .body-container ul a,
.program-detials .note-section .body-container ol a {
  color: #e6a821;
  text-decoration: underline;
  word-break: break-all;
}
.program-detials .attachments .attachment-item {
  margin-bottom: 1.25rem;
  background: #4d4033;
  padding: 0.8rem 2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.program-detials .attachments .attachment-item .attatchment-heading {
  color: #fff;
  font-size: 0.8rem;
  margin: 0;
}
.program-detials .attachments .attachment-item .attachment-body {
  position: relative;
  top: 30%;
  left: 0;
  transform: translate(0%, -50%);
}
.program-detials
  .attachments
  .attachment-item
  .attachment-body
  .attachment-label {
  color: #000;
  font-size: 1.125rem;
}
.program-detials
  .attachments
  .attachment-item
  .attachment-body
  .attachment-item-title {
  color: #fff;
  font-size: 0.8rem;
}
.program-detials
  .attachments
  .attachment-item
  .attachment-body
  .attachment-item-title
  [class^='icon-'] {
  font-size: 1.0625rem;
  margin-right: 0.8125rem;
  vertical-align: middle;
}
.program-detials
  .attachments
  .attachment-item
  .attachment-body
  .attachment-item-title
  [class^='icon-']:before {
  color: #fff;
}
.program-detials .attachments .attachment-item .attachment-item-download {
  font-size: 1.05rem;
  color: #707070;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  text-decoration: none;
  padding: 0.6rem 1.5rem;
  display: table;
  float: right;
  border: 0;
  word-break: unset;
}
.program-detials .attachments .attachment-item .attachment-item-download:after {
  background: #fff;
}
.program-detials .attachments .attachment-item .attachment-item-download:hover {
  color: #fff;
  background: #ea7200;
}
.program-detials
  .attachments
  .attachment-item
  .attachment-item-download:hover:before {
  background: #ea7200;
}
@media (min-width: 576px) {
  .program-landing {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .program-landing {
    margin-top: 0;
  }
  .program-landing .program-item .owl-item {
    max-width: calc(50% - 15px) !important;
  }
}
@media (min-width: 992px) {
  .program-landing {
    margin-top: 7rem;
  }
  .program-landing .program-detials .img-container {
    height: 22rem;
  }
  .program-landing
    .program-detials
    .program-detials-group
    [class^='col']:nth-last-of-type(2)
    .item-row-details,
  .program-landing
    .program-detials
    .program-detials-group
    [class^='col']:nth-last-of-type(1)
    .item-row-details {
    margin-bottom: 0;
  }
  .program-landing .program-detials .program-detials-group .item-row-details {
    margin-bottom: 1.875rem;
  }
  .program-landing .program-card .card .card-header {
    height: 11rem;
  }
}
@media (min-width: 1200px) {
  .program-landing {
    margin-top: 7rem;
  }
  .program-landing .program-item .owl-item {
    max-width: calc((100% - 120px) / 3) !important;
  }
}
@media (min-width: 1640px) {
  .program-landing {
    margin-top: 7rem;
  }
}
.contact-us {
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  margin-top: 7rem;
}
.contact-us figure {
  height: 15rem;
}
.contact-us figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contact-us .contact-us-details {
  align-items: flex-start;
  position: relative;
  top: -2rem;
}
.contact-us .contact-us-details .alert ul {
  list-style-position: inside;
}
.contact-us .feedback-msg {
  display: flex;
  padding: 0 15px;
  color: #4d4033;
  font-size: 2.1rem;
  line-height: 2.625rem;
  font-weight: bold;
  min-height: 205px;
  position: relative;
}
.contact-us .feedback-msg > div {
  width: 100%;
  padding: 5rem 4.9rem;
  background-color: #fcf5f3;
}
.contact-us .feedback-msg p {
  margin-bottom: 0.45rem;
}
.contact-us .feedback-msg span {
  font-size: 1.2rem;
  line-height: normal;
  font-weight: normal;
  display: block;
}
.contact-us form {
  padding: 25px 15px 0;
}
.contact-us form ::-webkit-input-placeholder {
  color: rgba(126, 103, 85, 0.5) !important;
}
.contact-us form ::-moz-placeholder {
  color: rgba(126, 103, 85, 0.5) !important;
}
.contact-us form :-ms-input-placeholder {
  color: rgba(126, 103, 85, 0.5) !important;
}
.contact-us form :-moz-placeholder {
  color: rgba(126, 103, 85, 0.5) !important;
}
.contact-us form .form-info {
  color: #4d4033;
  font-size: 1rem;
}
.contact-us form .form-control {
  font-size: 1.125rem;
  color: rgba(77, 64, 51, 0.7);
  border-color: rgba(77, 64, 51, 0.7);
  resize: none;
  height: 3rem;
  direction: inherit;
}
.contact-us form .form-btn {
  display: flex;
  justify-content: flex-end;
}
.contact-us form .form-btn .main-button,
.contact-us form .form-btn .main-button-inv,
.contact-us
  form
  .form-btn
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .owl-prev,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  .contact-us
  form
  .form-btn
  .owl-prev,
.contact-us
  form
  .form-btn
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .owl-next,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  .contact-us
  form
  .form-btn
  .owl-next {
  padding: 0.5rem;
  font-size: 0.9rem;
  width: 100%;
  cursor: pointer;
}
.contact-us form .form-btn .main-button.loading,
.contact-us form .form-btn .loading.main-button-inv,
.contact-us
  form
  .form-btn
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .loading.owl-prev,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  .contact-us
  form
  .form-btn
  .loading.owl-prev,
.contact-us
  form
  .form-btn
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .loading.owl-next,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  .contact-us
  form
  .form-btn
  .loading.owl-next {
  pointer-events: none;
}
.contact-us form .form-btn .main-button.loading:after,
.contact-us form .form-btn .loading.main-button-inv:after,
.contact-us
  form
  .form-btn
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .loading.owl-prev:after,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  .contact-us
  form
  .form-btn
  .loading.owl-prev:after,
.contact-us
  form
  .form-btn
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .loading.owl-next:after,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  .contact-us
  form
  .form-btn
  .loading.owl-next:after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  background-image: url(/wwwroot/images/loader.gif?ver=2025.09.17.01);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999;
  transform: none !important;
  background-size: 30%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.contact-us .custom-upload {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.0625rem 0.75rem;
  cursor: pointer;
  margin-bottom: 10px;
}
.contact-us .custom-upload .upload-text {
  color: #7e6755;
  font-size: 1.125rem;
}
.contact-us .custom-upload .upload-text .upload-small-text {
  font-size: 1rem;
  color: rgba(126, 103, 85, 0.5);
}
.contact-us .custom-upload .upload-button {
  background: #ea7200;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  width: 17%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-us .custom-upload .upload-button:before {
  font-size: 1.3rem;
}
.contact-us .custom-upload .upload-input {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.contact-us .delete-uploaded {
  background: rgba(194, 194, 194, 0.3);
  padding: 0.625rem 0.9375rem;
  color: #4d4033;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.contact-us .delete-uploaded .file-name {
  color: #4d4033;
  font-size: 1rem;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-us .delete-uploaded .file-name [class^='icon-'] {
  font-size: 1.25rem;
  vertical-align: middle;
  margin-right: 18px;
}
.contact-us .delete-uploaded .icon-rubbish-bin {
  font-size: 1.0625rem;
  margin-top: 0.25rem;
  display: block;
  color: #ea7200;
}
.contact-us .upload-hint {
  color: rgba(77, 64, 51, 0.7);
  font-size: 0.8rem;
  line-height: normal;
  margin-top: 0.5rem;
}
.contact-us .caption-ui {
  display: block;
  margin-bottom: 15px;
}
.dropdown-icon {
  position: relative;
}
.dropdown-icon select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dropdown-icon select::-ms-expand {
  display: none;
}
.dropdown-icon::before {
  content: '';
  font-family: 'GEMicon';
  position: absolute;
  top: 50%;
  right: 1px;
  padding-right: 10.5px;
  font-size: 1.5rem;
  transform: translateY(-50%);
  color: #4d4033;
  pointer-events: none;
}
.page-header {
  background-image: url(/wwwroot/images/homepage-imgs/contact-us-bg.jpg?ver=2025.09.17.01);
}
@media (min-width: 576px) {
  .contact-us {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .contact-us {
    margin-top: 0;
  }
  .contact-us div[id*='ngx_captcha_id'] {
    display: flex;
    justify-content: flex-end;
  }
  .contact-us .contact-us-details {
    position: static;
  }
  .contact-us .feedback-msg {
    min-height: auto;
    top: -4rem;
  }
  .contact-us .feedback-msg > div {
    padding: 3.5rem 1.9rem;
  }
  .contact-us form {
    padding: 25px 15px;
  }
  .contact-us form .form-btn .main-button,
  .contact-us form .form-btn .main-button-inv,
  .contact-us
    form
    .form-btn
    .media-gallery
    .media-gallery-carousel
    .owl-nav
    .owl-prev,
  .media-gallery
    .media-gallery-carousel
    .owl-nav
    .contact-us
    form
    .form-btn
    .owl-prev,
  .contact-us
    form
    .form-btn
    .media-gallery
    .media-gallery-carousel
    .owl-nav
    .owl-next,
  .media-gallery
    .media-gallery-carousel
    .owl-nav
    .contact-us
    form
    .form-btn
    .owl-next {
    width: auto;
  }
  .contact-us form .form-info p {
    font-size: 0.8rem;
  }
  .contact-us .form-control {
    min-height: 2.8rem;
  }
  .contact-us .custom-upload {
    padding: 0.75rem 0.75rem;
  }
  .contact-us .custom-upload .upload-button {
    padding: 0.75rem 1.5625rem;
  }
}
@media (min-width: 992px) {
  .contact-us {
    margin-top: 7rem;
  }
  .contact-us .feedback-msg > div {
    padding: 5rem 4.9rem;
  }
}
textarea#description::placeholder {
  line-height: 2.1rem;
}
.publication-filteration {
  width: 100%;
}
.publication-items-section header {
  position: relative;
}
.publication-items-section header row {
  margin-top: 10px;
}
.publication-category {
  font-size: 0.85rem;
  background: transparent;
  display: inline-block;
  padding: 0.4rem 0.8125rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 18%);
  text-transform: uppercase;
  border: 1px solid #4d4033;
  color: #4d4033;
}
@media (min-width: 768px) {
  .publication-category {
    font-size: 0.6rem;
  }
}
.recently-publication-item {
  margin-bottom: 15px;
}
.recently-publication-item .card-media-wrp {
  height: 15rem;
  overflow: hidden;
}
.recently-publication-item .card-media-wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recently-publication-item .card-body {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  color: #4d4033;
}
.recently-publication-item .card-body .publication-name {
  font-size: 1.4rem;
  font-family: 'Conv_GretaSansStd-Bold';
}
.recently-publication-item .card-body .publication-author {
  width: 100%;
  margin-bottom: 0;
}
.publication-items-section {
  width: 100%;
}
.publication-items-section article[class^='col'] {
  display: flex;
}
.publication-items-section-header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4d4033;
  margin-bottom: 1rem;
}
.publication-items-section-header .header-title {
  font-family: 'Conv_GretaSansStd-Regular' !important;
  margin-bottom: 0;
}
.publication-items-section-header .header-link {
  font-size: 1rem;
}
.publication-items-section-header .header-link {
  color: #ea7200;
}
.publication-items-section-header .header-link:visited {
  color: #ea7200;
}
.publication-items-section-header .header-link:hover {
  color: #ea7200;
}
.publication-items-section-header .header-link:active,
.publication-items-section-header .header-link:focus {
  color: #ea7200;
}
.publication-items-section-header .header-link:hover {
  text-decoration: underline !important;
}
.publication-items-section-header .header-link:after {
  content: '';
  font-family: 'GEMicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 0.5rem;
  margin-bottom: 2px;
  vertical-align: middle;
  margin-left: 0.5rem;
  display: inline-block;
}
.publication-item-card {
  margin-bottom: 30px;
  width: 100%;
}
.publication-item-card .card-media-wrp {
  height: 12rem;
  overflow: hidden;
}
.publication-item-card .card-media-wrp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.publication-item-card .card-body {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  color: #4d4033;
}
.publication-item-card .card-body .publication-name {
  font-size: 1.3rem;
  font-family: 'Conv_GretaSansStd-Bold';
}
.publication-item-card .card-body .publication-author {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .publication-item-card {
    margin-bottom: 15px;
  }
  .publication-item-card .card-media-wrp {
    height: 7rem;
  }
  .publication-item-card .card-body {
    position: relative;
  }
  .publication-item-card .card-body .publication-name {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }
  .publication-item-card .card-body .publication-author {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .recently-publication-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 9.5rem;
  }
  .recently-publication-item .card-media-wrp {
    width: 10rem;
    height: 100%;
  }
  .recently-publication-item .card-body {
    height: 100%;
    width: calc(100% - 10rem);
    position: relative;
    padding: 1rem;
  }
  .recently-publication-item .card-body .publication-name {
    font-size: 1.2rem;
    font-size: 1rem;
  }
  .recently-publication-item .card-body .publication-author {
    font-size: 0.88rem;
    margin-top: auto;
  }
  .publication-item-card .card-media-wrp {
    height: 7rem;
  }
  .publication-item-card .card-body {
    position: relative;
  }
  .publication-item-card .card-body .publication-name {
    font-size: 1rem;
  }
  .publication-item-card .card-body .publication-author {
    font-size: 0.88rem;
  }
}
@media (min-width: 1200px) {
  .recently-publication-item {
    height: 9.5rem;
    margin-bottom: 30px;
  }
  .recently-publication-item .card-media-wrp {
    width: 9.5rem;
  }
  .recently-publication-item .card-body {
    width: calc(100% - 9.5rem);
  }
  .publication-item-card {
    margin-bottom: 30px;
  }
  .publication-item-card .card-media-wrp {
    height: 7rem;
  }
  .publication-item-card .card-body {
    padding: 1rem;
  }
}
@media (min-width: 1600px) {
  .recently-publication-item {
    height: 8.56rem;
  }
  .recently-publication-item .card-media-wrp {
    width: 10.1875rem;
  }
  .recently-publication-item .card-body {
    width: calc(100% - 10.1875rem);
  }
  .recently-publication-item .card-body .publication-name {
    font-size: 1rem;
  }
  .recently-publication-item .card-body .publication-author {
    font-size: 0.6rem;
  }
  .publication-items-section-header .header-title {
    font-size: 1.75rem;
  }
  .publication-items-section-header .header-link {
    font-size: 0.8rem;
  }
  .publication-item-card .card-media-wrp {
    height: 7.75rem;
  }
  .publication-item-card .card-body {
    padding: 1.3125rem 1.125rem;
  }
  .publication-item-card .card-body .publication-name {
    font-size: 0.8rem;
  }
  .publication-item-card .card-body .publication-author {
    font-size: 0.6rem;
  }
}
.publication-details {
  width: 100%;
  margin-bottom: 15px;
}
.publication-details + .publication-items-section {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.publication-details .single-template-desc {
  text-align: justify;
}
.publication-details .single-template-desc p {
  color: #4d4033 !important;
}
.publication-details .simple-template {
  background: #fff;
  overflow: hidden;
  padding: 1.5rem 1rem 2.2rem;
}
.publication-info-container {
  display: flex;
  flex-direction: column;
}
.publication-info-media {
  height: 15rem;
  margin-bottom: 0;
}
.publication-info-media .img-container {
  width: 100%;
  height: 100%;
}
.publication-info-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.publication-info-details {
  width: 100%;
  background: #fcf5f3;
  padding: 1.5rem;
  color: #4d4033;
  position: relative;
}
.publication-info-details .publication-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-family: 'Conv_GretaSansStd-Bold';
}
.publication-info-details .share-btn span,
.publication-info-details .share-btn span {
  font-size: 17px;
}
.publication-info-details
  .share-wrapper
  .share-button
  span[class*='icon-share']:before,
.publication-info-details .icon-close:before {
  color: #fff;
  font-size: 17px;
}
.publication-info-details .info-item {
  display: flex;
}
.publication-info-details .info-item:not(:last-child) {
  margin-bottom: 1rem;
}
.publication-info-details .info-title {
  font-size: 1.25rem;
  margin-bottom: 0;
  width: 15rem;
}
.publication-info-details .info-title span {
  margin-right: 0.5rem;
}
.publication-info-details .info-disc {
  font-family: 'Conv_GretaSansStd-thin';
  font-size: 1.25rem;
  margin-bottom: 0;
  width: 40%;
}
.publication-info-details .download-btn {
  padding: 0.5rem 2.25rem;
  margin-top: 2.375rem;
}
@media (min-width: 768px) {
  .publication-filter {
    background: #fff;
  }
  .publication-details + .publication-items-section {
    padding: 0;
  }
  .publication-info-container {
    display: block;
    position: relative;
    padding-left: 32%;
  }
  .publication-info-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 32%;
    height: 100%;
  }
  .publication-info-details {
    width: 100%;
    padding: 1.2rem;
    padding-bottom: 5rem;
  }
  .publication-info-details .publication-title {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  .publication-info-details .info-item:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .publication-info-details .info-title {
    width: 12rem;
    font-size: 1rem;
  }
  .publication-info-details .info-disc {
    font-size: 1rem;
  }
  .publication-info-details .download-btn {
    position: absolute;
    bottom: 1.2rem;
    margin-top: 0;
    padding: 0.5rem 2rem;
  }
}
@media (min-width: 992px) {
  .publication-filter {
    background-color: transparent;
  }
  .publication-info-details .info-title {
    width: 13rem;
  }
}
@media (min-width: 1200px) {
  .publication-details {
    margin-bottom: 30px;
  }
  .publication-details .simple-template {
    padding: 2.5rem 2.5rem 3.2rem;
    overflow: hidden;
  }
  .publication-info-container {
    padding-left: 27%;
  }
  .publication-info-media {
    width: 27%;
  }
  .publication-info-details
    .share-wrapper
    .share-button
    span[class*='icon-share']:before,
  .publication-info-details .icon-close:before {
    font-size: 21px;
  }
  .publication-info-details .info-title {
    width: 14rem;
  }
}
@media (min-width: 1600px) {
  .publication-info-container {
    padding-left: 29%;
  }
  .publication-info-media {
    width: 29%;
  }
  .publication-details .single-template-desc p {
    font-size: 0.9rem !important;
  }
  .publication-info-details {
    padding: 1.875rem;
    padding-bottom: 7rem;
  }
  .publication-info-details .publication-title {
    font-size: 1.6rem;
    margin-bottom: 0.85rem;
  }
  .publication-info-details .info-title {
    font-size: 1.25rem;
    width: 17rem;
  }
  .publication-info-details .info-disc {
    font-size: 1.25rem;
    flex-grow: 1;
  }
  .publication-info-details .download-btn {
    padding: 0.5rem 2.8rem;
    bottom: 1.875rem;
  }
}
nav[aria-label='breadcrumb'] + div.row {
  align-items: center;
}
.profile-edit-btn {
  border: 1px solid #fff;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  float: right;
  transition: 0.4s ease;
}
.profile-account .filtration .mt-6 {
  margin-top: 0;
}
.profile-account .card.profile__card {
  background-color: transparent;
}
.profile-account .shadow-sm {
  box-shadow: 2px 3px 4px #b9b9b9 !important;
}
.profile-account .profile-card__light {
  background-color: #fff;
  margin-bottom: 1rem;
  padding: 1.8rem 1.8rem 3.6rem;
  box-shadow: 2px 3px 4px #b9b9b9;
}
.profile-account .profile-info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dcdcdc !important;
}
.profile-account .profile__img {
  width: 7.5rem;
  height: 7.5rem;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1.38rem;
}
.profile-account .profile__name {
  font-size: 1.5rem;
  font-family: 'Conv_GretaSansStd-Bold';
  color: #4d4033;
}
.profile-account .profile__email {
  color: rgba(77, 64, 51, 0.8);
  font-size: 1.35rem;
  margin: 0;
}
.profile-account .user-info {
  background: rgba(255, 255, 255, 0.5);
  padding: 2.5rem 1.916666667rem;
}
.profile-account .user-info .user-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 1.25rem;
  object-fit: cover;
  object-position: center;
  background-color: #dcdcdc;
  background-color: #dcdcdc;
}
.profile-account .user-info .user-name {
  font-size: 1.5rem;
  color: #7e6755;
  margin-bottom: 0.4167rem;
  line-height: 2.0833rem;
  font-family: 'Conv_GretaSansStd-Bold';
}
.profile-account .user-info .user-email {
  color: rgba(135, 135, 135, 0.7);
  font-size: 1.3333rem;
  word-break: break-all;
}
.profile-account .tab-link-nav {
  font-size: 1.25rem;
  font-family: 'Conv_GretaSansStd-Bold';
  display: block;
  padding: 1rem 1.25rem;
  margin: 0.833333333rem 0;
  border-left: 1rem solid transparent;
  background-color: #ea7200;
}
.profile-account .tab-link-nav.redirect-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #ea7200;
  color: #fff;
}
.profile-account .tab-link-nav.redirect-link:hover i {
  color: #ea7200 !important;
  background-color: #fff;
}
.profile-account .tab-link-nav.redirect-link:hover {
  color: #ea7200 !important;
  background-color: #fff;
}
.profile-account .tab-link-nav.redirect-link i {
  color: #fff;
}
.profile-account .tab-link-nav.redirect-link .external-indicator {
  margin: 0;
  margin-left: auto;
  font-size: 1.4rem;
}
.profile-account .tab-link-nav.tab-link-nav-active {
  background: #dcdcdc;
  color: #4d4033;
  border-left: 1rem solid #ea7200;
}
.profile-account .tab-link-nav.tab-link-nav-active [class^='icon-'] {
  color: #4d4033;
}
.profile-account .tab-link-nav:hover {
  text-decoration: none;
}
.profile-account .tab-link-nav [class^='icon-'],
.profile-account .tab-link-nav span {
  display: inline-block;
  vertical-align: middle;
}
.profile-account .tab-link-nav [class^='icon-'] {
  font-size: 2.333333333rem;
  margin-right: 2.2rem;
  color: #ea7200;
}
.profile-account .tab-link-nav [class='icon-favourite'] {
  font-size: 1.84rem;
}
.profile-account .tab-content {
  display: none;
}
.profile-account .tab-content.tab-content-active {
  display: block;
}
.profile-account .tab-content .profile-card {
  background: #fff;
  padding: 1.25rem 1.916666667rem;
  margin-bottom: 0.833333333rem;
  position: relative;
}
.profile-account .tab-content .profile-details__title {
  color: #4d4033;
  font-size: 1.666666667rem;
  font-family: 'Conv_GretaSansStd-Bold';
  margin-bottom: 0.5rem;
  line-height: 2.333333333rem;
}
.profile-account .tab-content .account-label,
.profile-account .tab-content .account-value {
  line-height: 2rem;
  width: 100%;
  display: block;
}
.profile-account .tab-content .account-label {
  color: #4d4033;
  font-size: 1.25rem;
}
.profile-account .tab-content .account-value {
  color: rgba(77, 64, 51, 0.8);
  font-size: 1.1667rem;
  word-break: break-word;
}
.profile-account .tab-content .form-group {
  margin-bottom: 0;
}
.profile-account .tab-content .form-group label {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #4d4033;
  margin-bottom: 0.9375rem;
}
.profile-account .tab-content .form-group label.required:after {
  content: '*';
  color: #f00;
}
.profile-account .tab-content .form-group .form-control,
.profile-account .tab-content .form-group .custom-select,
.profile-account .tab-content .form-group .mat-form-field {
  height: 45px;
  border: 1px solid rgba(77, 64, 51, 0.7);
  border-radius: 0;
  color: rgba(77, 64, 51, 0.7);
  margin-bottom: 1.875rem;
}
.profile-account .tab-content .form-group textarea {
  min-height: 94px;
}
.profile-account .tab-content .form-group .custom-select {
  -webkit-appearance: none;
  background: none;
  position: relative;
  z-index: 6;
}
.profile-account .tab-content .form-group .select-wrp {
  position: relative;
}
.profile-account .tab-content .form-group .select-wrp:after {
  content: '';
  font-family: 'GEMicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px;
  font-size: 24px;
  color: rgba(77, 64, 51, 0.7);
}
.profile-account .tab-content .form-group .mat-button-wrapper svg {
  display: none;
}
.profile-account .tab-content .form-group .mat-button-wrapper:after {
  content: '';
  font-family: 'GEMicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  color: rgba(77, 64, 51, 0.7);
}
.profile-account .tab-content .form-group .error {
  margin-top: -1rem;
  bottom: 0;
}
.profile-account .tab-content .favorites-item {
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.125rem;
}
.profile-account .tab-content .favorites-item .favorites-item-img {
  display: block;
}
.profile-account .tab-content .favorites-item .favorites-item-img img {
  display: block;
  max-width: 100%;
  height: 110px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.profile-account .tab-content .favorites-item .favorites-item-info {
  padding: 1.25rem 1.916666667rem;
  position: relative;
  min-height: 10.8rem;
}
.profile-account
  .tab-content
  .favorites-item
  .favorites-item-info.location-card-wrapper {
  background-image: url(/wwwroot/images/location-sm-bg.jpg?ver=2025.09.17.01);
  background-size: 120%;
  background-position: 75% 65%;
  background-repeat: no-repeat;
}
.profile-account
  .tab-content
  .favorites-item
  .favorites-item-info.favorites-notfound {
  padding-right: 1.916666667rem;
}
.profile-account
  .tab-content
  .favorites-item
  .favorites-item-info
  .description
  max-line {
  padding-right: 4rem;
}
.profile-account .tab-content .favorites-item .favorites-item-info .tag {
  display: inline-block;
  font-size: 1rem;
  line-height: 2rem;
  color: #fff;
  background: #0f6071;
  padding: 0.1875rem 1.1875rem;
  margin-bottom: 0.9375rem;
}
.profile-account
  .tab-content
  .favorites-item
  .favorites-item-info
  .description {
  color: rgba(77, 64, 51, 0.7);
  display: block;
  display: -webkit-box;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  -ms-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.profile-account
  .tab-content
  .favorites-item
  .favorites-item-info
  .description
  a {
  display: block;
  color: #4d4033;
  display: block;
  display: -webkit-box;
  font-size: 1.4rem;
  line-height: 1.5625rem;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  -ms-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.profile-account .tab-content .favorites-item .favorites-item-info .brief a {
  font-size: 1rem;
}
.profile-account .tab-content .favorites-item .favorites-item-info .location {
  color: #ea7200;
}
.profile-account .tab-content .favorites-item .favorites-item-info .location {
  color: #ea7200;
}
.profile-account
  .tab-content
  .favorites-item
  .favorites-item-info
  .location:visited {
  color: #ea7200;
}
.profile-account
  .tab-content
  .favorites-item
  .favorites-item-info
  .location:hover {
  color: #ea7200;
}
.profile-account
  .tab-content
  .favorites-item
  .favorites-item-info
  .location:active,
.profile-account
  .tab-content
  .favorites-item
  .favorites-item-info
  .location:focus {
  color: #ea7200;
}
.profile-account
  .tab-content
  .favorites-item
  .favorites-item-info
  .location
  .icon-open-location {
  padding-left: 0.5rem;
}
.profile-account .tab-content .favorites-item .favorites-item-info .delete {
  display: inline-block;
  font-size: 1.5rem;
  color: #ea7200;
}
.profile-account
  .tab-content
  .favorites-item
  .favorites-item-info
  .delete:hover {
  color: #7e6755;
}
.profile-account
  .tab-content
  .favorites-item
  .favorites-notfound
  .icon-picture {
  font-size: 43px;
  margin-bottom: 13px;
  color: #7e6755;
}
.profile-account
  .tab-content
  .favorites-item
  .favorites-notfound
  .icon-fav-notfound {
  color: #d1d6df;
  font-size: 1.75rem;
}
.profile-account .tab-content .favorites-item .favorites-notfound .description {
  margin-bottom: 0.5rem;
}
.profile-account
  .tab-content
  .favorites-item
  .favorites-notfound
  .delete-notfound-item {
  display: table;
  margin: 0 auto;
  position: static;
  font-size: 16px;
  color: #4d4033;
  border: 1px solid #4d4033;
  padding: 0.2rem 2rem;
  vertical-align: middle;
}
.profile-account
  .tab-content
  .favorites-item
  .favorites-notfound
  .delete-notfound-item:hover {
  color: #ea7200;
  border-color: #ea7200;
}
.profile-account .tab-content .favorites-item favorites-notfound {
  font-size: 16px;
  color: #4d4033;
  border: 1px solid #4d4033;
}
.profile-account .tab-content .favorites-item .fav-date-holder {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}
.profile-account .tab-content .favorites-item .fav-date {
  font-size: 0.875rem;
  color: rgba(77, 64, 51, 0.7);
}
.profile-account .tab-content .favorites-item .icon-rubbish-bin {
  color: rgba(77, 64, 51, 0.7);
  font-size: 1.21rem;
}
.profile-account .tab-content .favorites-item .location-card {
  background-image: url('../images/location-card-bg.png');
  background-size: 120%;
  background-position: center;
}
.profile-account .tab-content .favorites-item .location-card .title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #4d4033;
}
.profile-account .tab-content .favorites-item .location-card .desc {
  opacity: 0.6;
}
.profile-account .tab-content .favorites-item .location-card .link {
  color: #ea7200;
  font-size: 1.1rem;
}
.profile-account .tab-content .favorites-item .location-card .link.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.profile-account .tab-content .favorites-item .location-card .link span {
  vertical-align: middle;
  margin: 0 2px;
}
.profile-account .tab-content .ticket-section .profile-card {
  padding: 1.25rem 0;
}
.profile-account .tab-content .ticket-section header {
  padding: 0 1.916666667rem;
}
.profile-account .tab-content .ticket-section .profile-details__title {
  margin-bottom: 1.0625rem;
  line-height: 2.5rem;
  font-size: 1.75rem;
}
.profile-account .tab-content .ticket-section .body-content {
  padding: 0 1.25rem;
}
.profile-account .tab-content .ticket-section .body-content .paid-ticket {
  margin-bottom: 0.625rem;
}
.profile-account .tab-content .ticket-section .footer-content {
  padding: 1.3rem 1.916666667rem 0;
  border-top: 1px solid rgba(126, 103, 85, 0.2);
  margin-top: 1.0625rem;
}
.profile-account .tab-content .ticket-section .profile-details__sub-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #7e6755;
  margin-bottom: 1.9375rem;
  display: inline-block;
}
.profile-account .tab-content .ticket-section .ticket-info {
  display: block;
  margin-bottom: 0.8333rem;
}
.profile-account
  .tab-content
  .ticket-section
  .ticket-info
  .ticket-value-reference {
  margin-left: 2.125rem;
}
.profile-account .tab-content .ticket-section .ticket-info .ticket-value-price {
  margin-left: 2.2rem;
}
.profile-account .tab-content .ticket-section .ticket-info .ticket-value {
  font-size: 1rem;
  line-height: 2rem;
  color: #7e6755;
  line-height: 1.6;
}
.profile-account .tab-content .ticket-section .ticket-info [class^='icon-'] {
  color: #ea7200;
  display: block;
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.8125rem;
}
.profile-account
  .tab-content
  .ticket-section
  .ticket-info
  [class^='icon-'].icon-ticket-prices {
  font-size: 1.375rem;
}
.profile-account
  .tab-content
  .ticket-section
  .ticket-info
  [class^='icon-'].icon-hash {
  font-size: 1.0625rem;
}
.profile-account .tab-content .ticket-section .ticket-info-data {
  font-family: 'Conv_GretaSansStd-Bold';
  font-size: 1.125rem;
  color: #7e6755;
  line-height: 1.5625rem;
}
.profile-account .tab-content .ticket-section .ticket-data {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #7e6755;
}
.profile-account .tab-content .ticket-section .ticket-data span {
  margin: 0 0.3125rem;
}
.profile-account .tab-content .ticket-section .email-tickets-button {
  font-size: 1.1rem;
  line-height: 1.6875rem;
  color: #ea7200;
  padding: 0.625rem 1rem;
  display: block;
  text-align: center;
}
.profile-account .tab-content .ticket-section .email-tickets-button.loading {
  pointer-events: none;
}
.profile-account
  .tab-content
  .ticket-section
  .email-tickets-button.loading:after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  background-image: url(/wwwroot/images/loader.gif?ver=2025.09.17.01);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999;
  transform: none !important;
  background-size: 30%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.profile-account
  .tab-content
  .ticket-section
  .email-tickets-button.loading:before {
  background-color: #ea7200;
}
.profile-account .tab-content .ticket-section .email-tickets-button:after {
  background-color: transparent;
}
.profile-account .tab-content .ticket-section .email-tickets-button:hover {
  color: #fff;
}
.profile-account
  .tab-content
  .ticket-section
  .email-tickets-button:hover:before {
  background-color: #ea7200;
}
.profile-account
  .tab-content
  .ticket-section
  .email-tickets-button:hover:after {
  color: #fff;
}
.profile-account .tab-content .edit-form {
  padding: 2.5rem 1.25rem;
}
.profile-account .tab-content .edit-form .alert {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}
.profile-account .tab-content .edit-form .alert:before {
  content: '!';
  margin-right: 5px;
}
.profile-account .tab-content .edit-form .profile-pic-upload {
  margin: 1.875rem 0;
}
.profile-account .tab-content .edit-form .profile-pic-upload .user-img {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  margin-bottom: 15px;
  object-fit: cover;
  object-position: center;
  background-color: #dcdcdc;
}
.profile-account .tab-content .edit-form .profile-pic-upload .custom-file {
  width: 12.125rem;
  height: 3.125rem;
  margin-bottom: 0.9375rem;
  background-color: #ea7200;
  color: #fff;
  border: 1px solid #fff;
}
.profile-account
  .tab-content
  .edit-form
  .profile-pic-upload
  .custom-file:hover {
  color: #ea7200;
  background-color: #fff;
  border: 1px solid #fff;
}
.profile-account
  .tab-content
  .edit-form
  .profile-pic-upload
  .custom-file:hover
  .custom-file-label {
  color: #ea7200 !important;
}
.profile-account
  .tab-content
  .edit-form
  .profile-pic-upload
  .custom-file-input {
  width: 100%;
  height: 100%;
}
.profile-account
  .tab-content
  .edit-form
  .profile-pic-upload
  .custom-file-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 3;
  color: #fff;
}
.profile-account
  .tab-content
  .edit-form
  .profile-pic-upload
  .custom-file-label::after {
  display: none;
}
.profile-account .tab-content .edit-form .profile-pic-upload .custom-msg p {
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #4d4033;
  opacity: 50%;
  margin: 0;
}
.profile-account .tab-content .edit-form .change-password {
  padding: 0.625rem 3.25rem;
  display: block;
  text-align: center;
  border: 1px solid #fff;
  font-size: 1rem;
  background-color: #ea7200;
  color: #fff;
}
.profile-account .tab-content .edit-form .change-password:hover {
  color: #ea7200;
  background-color: #fff;
  border: 1px solid #fff;
}
.profile-account .tab-content .edit-form .terms-text,
.profile-account .tab-content .edit-form .terms-link {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.profile-account .tab-content .edit-form .terms-text {
  margin-right: 0.3125rem;
  color: #4d4033;
}
.profile-account .tab-content .edit-form .terms-link {
  color: #ea7200;
  text-decoration: underline;
}
.profile-account .tab-content .edit-form .terms-link:hover {
  text-decoration: none;
}
.profile-account .tab-content .action-section {
  text-align: right;
  padding-top: 1.0625rem;
}
.profile-account .tab-content .action-section [class^='main-button'] {
  padding: 0.625rem 3.4375rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  max-height: 55px;
  background-color: #ea7200;
  color: #fff;
  border: 1px solid #fff;
}
.profile-account .tab-content .action-section [class^='main-button']:hover {
  background-color: #fff;
  color: #ea7200;
  border: 1px solid #fff;
}
.profile-account .tab-content .action-section [class^='main-button'].loading {
  pointer-events: none;
}
.profile-account
  .tab-content
  .action-section
  [class^='main-button'].loading:after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  background-image: url(/wwwroot/images/loader.gif?ver=2025.09.17.01);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999;
  transform: none !important;
  background-size: 30%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.profile-account .tab-content .action-section .main-button-inv {
  margin-right: 1.875rem;
  background-color: #ea7200;
  color: #fff;
  border: 1px solid #fff;
}
.profile-account .tab-content .action-section .main-button-inv:hover {
  color: #ea7200;
  background-color: #fff;
  border: 1px solid #fff;
}
.mat-form-field {
  width: 100% !important;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0 !important;
}
.mat-form-field-infix {
  border-top: 0 !important;
  height: 100%;
}
.mat-form-field-prefix,
.mat-form-field-suffix {
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  height: 100%;
  display: block;
  padding: 0 !important;
}
input.mat-input-element {
  margin: 0;
  height: 100%;
  padding: 0.375rem 0.75rem;
  text-align: left;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: transparent !important;
}
.mat-form-field-flex {
  display: block !important;
  height: 100%;
}
@media (min-width: 768px) {
  .profile-account .user-info .user-img {
    margin-bottom: 0;
  }
  .profile-account .tab-link-nav {
    box-shadow: 2px 3px 4px #b9b9b9;
  }
  .profile-account .tab-content .favorites-item figure,
  .profile-account .tab-content .favorites-item picture,
  .profile-account .tab-content .favorites-item img {
    display: block;
    height: 100%;
  }
  .profile-account .tab-content .favorites-item .favorites-item-img img {
    height: 100%;
  }
  .profile-account
    .tab-content
    .favorites-item
    .favorites-notfound
    .delete-notfound-item {
    padding: 0.2rem 5rem;
  }
  .profile-account
    .tab-content
    .favorites-item
    .favorites-item-info.location-card-wrapper {
    background-image: url(/wwwroot/images/location-md-bg.jpg?ver=2025.09.17.01);
    background-position: 75% 65%;
  }
  .profile-account
    .tab-content
    .favorites-item
    .favorites-item-info
    .description {
    font-size: 0.9rem;
  }
  .profile-account .tab-content .favorites-item .favorites-item-info .delete {
    bottom: 0;
    line-height: 1rem;
  }
  .profile-account .tab-content .favorites-item .icon-rubbish-bin {
    vertical-align: middle;
  }
  .profile-account .tab-content .favorites-item .location-card {
    background-image: url('../images/location-card-bg@2x.png');
  }
  .profile-account .tab-content .ticket-section .ticket-info .ticket-value {
    display: block;
  }
}
@media (min-width: 992px) {
  .profile-account .profile-card__light {
    padding: 1.8rem 1rem 2.3rem;
  }
  .profile-account .profile__img {
    width: 5.5rem;
    height: 5.5rem;
    margin-bottom: 0.97rem;
  }
  .profile-account .profile__name {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
  }
  .profile-account .profile__email {
    font-size: 1rem;
  }
  .profile-account .tab-link-nav {
    background-color: #fff;
  }
  .profile-account .tab-link-nav [class^='icon-'] {
    margin-right: 1.6rem;
    font-size: 1.75rem;
  }
  .profile-account .tab-link-nav [class='icon-favourite'] {
    font-size: 1.41rem;
  }
  .profile-account
    .tab-content
    .favorites-item
    .favorites-item-info.location-card-wrapper {
    background-image: url(/wwwroot/images/location-lg-bg.jpg?ver=2025.09.17.01);
  }
  .profile-account .tab-content .favorites-item .location-card {
    background-image: url('../images/location-card-bg@3x.png');
  }
  .profile-account .tab-content .ticket-section .ticket-info .ticket-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .profile-account .tab-content .ticket-section .email-tickets-button {
    display: inline-block;
    margin-top: 10px;
  }
  .profile-account .tab-content .edit-form {
    padding: 2.5rem 4.1875rem;
  }
}
@media (min-width: 1200px) {
  .profile-account .profile-card__light {
    padding: 1.8rem 1.8rem 2.3rem;
  }
}
@media (min-width: 1640px) {
  .profile-account .profile__name {
    font-size: 1rem;
  }
  .profile-account .tab-link-nav {
    font-size: 1rem;
  }
  .profile-account .tab-link-nav [class^='icon-'] {
    font-size: 1.6rem;
  }
  .profile-account .tab-link-nav [class='icon-favourite'] {
    font-size: 1.3rem;
  }
}
.search-result-wrp {
  background: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
}
.search-result-item {
  color: #4d4033 !important;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(165, 145, 110, 0.5);
}
.search-result-item:last-child {
  border: none;
}
.search-result-item:not(:last-child) {
  margin-bottom: 1.4rem;
}
.search-result-item .search-result-type {
  font-size: 0.75rem;
  background: #a5916e;
  color: #fff;
  display: inline-block;
  padding: 0.4375rem 0.8125rem;
  margin-bottom: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 18%);
  text-transform: uppercase;
}
.search-result-item .search-result-title {
  font-size: 1.75rem;
  font-family: 'Conv_GretaSansStd-Bold';
  text-decoration: none !important;
  color: #4d4033;
}
.search-result-item .search-result-brief {
  font-size: 1.125rem;
  margin-bottom: 0;
  text-decoration: none !important;
  word-break: break-word;
  color: #4d4033;
}
.multi_step_form {
  display: block;
  padding: 0 !important;
}
.multi_step_form #wizard {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.multi_step_form #wizard #msform {
  z-index: 1;
  height: auto;
}
.multi_step_form #wizard #msform .tickteingDescriptionCont h3 {
  font: normal 1.25rem/50px 'Conv_GretaSansStd-Regular' !important;
  text-align: left;
  color: #7e6755;
}
.multi_step_form #wizard #msform .tickteingDescriptionCont h3 .linkDescription {
  font: normal 1.25rem/50px 'Conv_GretaSansStd-Bold' !important;
  color: #ec721f;
  text-decoration: underline;
}
.multi_step_form #wizard #msform .mainTabTitle {
  font-family: 'Conv_GretaSansStd-Bold';
  color: #7e6755;
  text-align: left;
  margin-top: 32px;
  font-size: 1.771vw;
  margin-bottom: 0;
}
.multi_step_form #wizard #msform .titleDescription {
  color: #7e6755;
  margin-top: 12px;
  font-size: 1.25rem;
}
.multi_step_form #wizard #msform .sectionTitleCont {
  display: flex;
  justify-content: left;
  flex-direction: column;
  margin-bottom: 15px;
}
.multi_step_form #wizard #msform .openingHourCont {
  background-color: #fff;
  padding: 0;
  width: calc((100% - 10px) / 1.5);
}
.multi_step_form #wizard #msform .openingHourCont .openHourTitle {
  padding: 45px 45px 0 45px;
  color: #7e6755;
  font: normal 1.5rem 'Conv_GretaSansStd-Bold' !important;
}
.multi_step_form #wizard #msform .openingHourCont hr {
  background-color: #707070;
}
.multi_step_form #wizard #msform .openingHourCont article {
  margin: 10px 0;
  padding: 0 45px;
  color: #7f7f7f;
  font-size: 1.25rem;
  white-space: pre-line;
}
.multi_step_form #wizard #msform .openingHourCont .officialHoliday {
  padding: 0 45px 45px;
}
.multi_step_form #wizard #msform .QuestionCont {
  position: relative;
  width: 100%;
  text-align: left;
  border-left: solid #b93d23 10px;
  padding: 20px;
  margin-top: 30px;
  background-color: rgba(112, 112, 112, 0.15);
}
.multi_step_form #wizard #msform .QuestionCont h2 {
  color: #707070;
  font-family: 'Conv_GretaSansStd-Bold' !important;
  margin-bottom: 5px;
}
.multi_step_form #wizard #msform .QuestionCont .questionDetails {
  color: #707070;
}
.multi_step_form #wizard #msform .QuestionCont .questionDetails a {
  color: #ec721f;
  text-decoration: underline;
}
.multi_step_form #wizard #msform .bookTicketCont .bookTicketItem {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.multi_step_form #wizard #msform .bookTicketCont .bookTicketItem .card {
  padding: 0;
  overflow: hidden;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  .card
  .txtCont {
  border-bottom: solid rgba(112, 112, 112, 0.2) 1px;
  border-left: solid #b93d23 13px;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  .card
  .txtCont
  .card-body {
  padding: 20px 30px;
  background-color: #f9f9f9;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  .card
  .txtCont
  .card-body
  .card-title {
  color: #7e6755;
  line-height: 32px;
  font-size: 1.875rem;
  font-family: 'Conv_GretaSansStd-Bold';
  margin-bottom: 0;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  .card
  .txtCont
  .card-body
  .card-text {
  color: #7e6755;
  line-height: 28px;
  font-size: 1.25rem;
  font-family: 'Conv_GretaSansStd-Regular';
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  #accordionTickets
  .ticketInfoCont {
  justify-content: space-around;
  align-items: center;
  display: flex;
  padding: 15px 40px 0;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  #accordionTickets
  .ticketInfoCont
  .ticketInfo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  #accordionTickets
  .ticketInfoCont
  .ticketInfo
  .ticketDetails
  .personType {
  color: #7e6755;
  line-height: 24px;
  font-size: 1.125rem;
  font-family: 'Conv_GretaSansStd-Regular';
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  #accordionTickets
  .ticketInfoCont
  .ticketInfo
  .ticketDetails
  .ticketPrice {
  color: rgba(126, 103, 85, 0.5);
  line-height: 20px;
  font-size: 0.875rem;
  font-family: 'Conv_GretaSansStd-Regular';
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  #accordionTickets
  .ticketInfoCont
  .ticketInfo
  .ticketNumberCont {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  #accordionTickets
  .ticketInfoCont
  .ticketInfo
  .ticketNumberCont
  span {
  width: 28px;
  height: 28px;
  background-color: #ec721f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 5px;
  cursor: pointer;
  font-size: 20px;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  #accordionTickets
  .ticketInfoCont
  .ticketInfo
  .ticketNumberCont
  input[type='number']::-webkit-inner-spin-button,
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  #accordionTickets
  .ticketInfoCont
  .ticketInfo
  .ticketNumberCont
  input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  #accordionTickets
  .ticketInfoCont
  .ticketInfo
  .ticketNumberCont
  input {
  color: #7e6755;
  line-height: 28px;
  font-size: 1.25rem;
  font-family: 'Conv_GretaSansStd-Bold';
  width: 40px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border: none;
  text-align: center;
  box-shadow: none;
  outline: none;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  #accordionTickets
  .ticketInfoCont
  .ticketInfo
  .ticketNumberCont
  input:focus {
  box-shadow: none;
  outline: none;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  #accordionTickets
  .collapse.show
  + div {
  background-image: linear-gradient(
    to right,
    rgba(112, 112, 112, 0.2) 60%,
    rgba(255, 255, 255, 0) 1%
  );
  background-position: top;
  background-size: 14px 1px;
  background-repeat: repeat-x;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  #accordionTickets
  .card-header {
  cursor: pointer;
  background-image: none;
  padding: 0;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  #accordionTickets
  .card-header
  .totalCardCont {
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 2.25rem;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  #accordionTickets
  .card-header
  .totalCardCont
  .pricePerCard {
  font-size: 0.9375rem;
  line-height: 21px;
  color: #7e6755;
  font-family: 'Conv_GretaSansStd-Bold';
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  #accordionTickets
  .card-header
  .totalCardCont
  .numberOfSelectedTickets {
  font-size: 0.875rem;
  line-height: 22px;
  color: #7e6755;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  #accordionTickets
  .card-header
  .totalCardCont
  .numberOfSelectedTickets
  span:before {
  font-size: 0.9375rem;
  color: #ec721f;
  transform: rotate(-90deg);
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
  font-weight: bold;
  transition: all 0.3s linear;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .bookTicketItem
  #accordionTickets
  .card-header
  .collapsed
  .totalCardCont
  .numberOfSelectedTickets
  span:before {
  transform: rotate(90deg);
}
.multi_step_form #wizard #msform .bookTicketCont .selectVisitDateCont {
  background-color: #fff;
  display: flex;
  border: solid rgba(29, 29, 29, 0.15) 1px;
  align-items: center;
  justify-content: space-between;
  padding: 30px 45px;
  position: relative;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .selectVisitDateCont
  .selectDateLbl {
  color: #7e6755;
  font-size: 1.25rem;
  line-height: 22px;
  margin-right: 1rem;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .selectVisitDateCont
  .calendarCont {
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .selectVisitDateCont
  .calendarCont
  .dateLbl {
  font-size: 1.25rem;
  line-height: 22px;
  color: #878787;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .selectVisitDateCont
  .calendarCont
  .dateLbl
  .mat-form-field-prefix,
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .selectVisitDateCont
  .calendarCont
  .dateLbl
  .mat-form-field-suffix {
  top: 26px !important;
  right: 26px !important;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .selectVisitDateCont
  .calendarCont
  .dateLbl
  .mat-button-wrapper
  svg {
  display: none;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .selectVisitDateCont
  .calendarCont
  .dateLbl
  .mat-button-wrapper:after {
  content: '';
  font-family: 'GEMicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.456rem;
  color: #ec721f;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .selectVisitDateCont
  .calendarCont
  .dateLbl
  .mat-form-field-infix {
  width: auto;
  height: 82px;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .selectVisitDateCont
  .calendarCont
  .dateLbl
  .mat-form-field-infix
  input {
  margin-top: 0;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .selectVisitDateCont
  .calendarCont
  .dateLbl
  .mat-form-field-ripple {
  background-color: transparent !important;
}
.multi_step_form
  #wizard
  #msform
  .bookTicketCont
  .selectVisitDateCont
  .calendarCont
  .dateLbl
  .mat-input-element {
  text-align: right;
  padding-right: 4rem;
  margin-top: -0.5em;
  height: 100%;
}
.multi_step_form #wizard #msform .miniCartCont {
  padding: 0;
  height: fit-content;
}
.multi_step_form #wizard #msform .miniCartCont .cartTitle {
  background-color: #f3f0ed;
  padding: 32px 30px;
  color: #7e6755;
  font-size: 1.5rem;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  font-family: 'Conv_GretaSansStd-Regular' !important;
}
.multi_step_form #wizard #msform .miniCartCont .ticketCartItemCont {
  padding: 25px;
  background-color: #fff;
}
.multi_step_form #wizard #msform .miniCartCont .ticketCartItemCont .emptyCart {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex-direction: column;
}
.multi_step_form
  #wizard
  #msform
  .miniCartCont
  .ticketCartItemCont
  .emptyCart
  .empty-title {
  color: #7e6755;
  font-size: 1.5625rem;
  line-height: 2.1875rem;
  margin-bottom: 0.3125rem;
}
.multi_step_form
  #wizard
  #msform
  .miniCartCont
  .ticketCartItemCont
  .emptyCart
  span {
  color: #7e6755;
  text-align: center;
}
.multi_step_form
  #wizard
  #msform
  .miniCartCont
  .ticketCartItemCont
  .emptyCart
  [class^='icon-'] {
  font-size: 5.625rem;
  color: #ec721f;
  margin-bottom: 1.6875rem;
}
.multi_step_form
  #wizard
  #msform
  .miniCartCont
  .ticketCartItemCont
  .selectVisitDateCont {
  background-color: #f9f9f9;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  margin-bottom: 15px;
}
.multi_step_form
  #wizard
  #msform
  .miniCartCont
  .ticketCartItemCont
  .selectVisitDateCont
  .selectDateLbl {
  color: #7e6755;
  font-size: 1rem;
  line-height: 22px;
}
.multi_step_form
  #wizard
  #msform
  .miniCartCont
  .ticketCartItemCont
  .selectVisitDateCont
  .calendarCont
  .dateLbl {
  font-size: 1.25rem;
  line-height: 22px;
  color: #878787;
}
.multi_step_form
  #wizard
  #msform
  .miniCartCont
  .ticketCartItemCont
  .selectVisitDateCont
  .calendarCont
  .dateLbl
  .mat-form-field-prefix,
.multi_step_form
  #wizard
  #msform
  .miniCartCont
  .ticketCartItemCont
  .selectVisitDateCont
  .calendarCont
  .dateLbl
  .mat-form-field-suffix {
  top: 25px !important;
  right: 25px !important;
}
.multi_step_form
  #wizard
  #msform
  .miniCartCont
  .ticketCartItemCont
  .selectVisitDateCont
  .calendarCont
  .dateLbl
  .mat-button-wrapper
  svg {
  display: none;
}
.multi_step_form
  #wizard
  #msform
  .miniCartCont
  .ticketCartItemCont
  .selectVisitDateCont
  .calendarCont
  .dateLbl
  .mat-button-wrapper:after {
  content: '';
  font-family: 'GEMicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  color: #ec721f;
}
.multi_step_form
  #wizard
  #msform
  .miniCartCont
  .ticketCartItemCont
  .ticketCartItem {
  margin-bottom: 10px;
}
.multi_step_form
  #wizard
  #msform
  .miniCartCont
  .ticketCartItemCont
  .ticketCartItem
  .ticketTypeHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  background-color: #f1f1f1;
  border-left: solid #b93d23 8px;
}
.multi_step_form
  #wizard
  #msform
  .miniCartCont
  .ticketCartItemCont
  .ticketCartItem
  .ticketTypeHeader
  .Title,
.multi_step_form
  #wizard
  #msform
  .miniCartCont
  .ticketCartItemCont
  .ticketCartItem
  .ticketTypeHeader
  .Price {
  color: #7e6755;
  font-size: 1.25rem;
  line-height: 24px;
}
.multi_step_form
  #wizard
  #msform
  .miniCartCont
  .ticketCartItemCont
  .ticketCartItem
  .ticketTypeSummary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 20px;
  background-color: #f9f9f9;
}
.multi_step_form
  #wizard
  #msform
  .miniCartCont
  .ticketCartItemCont
  .ticketCartItem
  .ticketTypeSummary
  .personType {
  color: #7e6755;
  font-size: 1rem;
  line-height: 24px;
}
.multi_step_form
  #wizard
  #msform
  .miniCartCont
  .ticketCartItemCont
  .ticketCartItem
  .ticketTypeSummary
  .singleTicketPrice {
  display: flex;
}
.multi_step_form
  #wizard
  #msform
  .miniCartCont
  .ticketCartItemCont
  .ticketCartItem
  .ticketTypeSummary
  .singleTicketPrice
  .Price {
  color: #7e6755;
  font-size: 1rem;
  line-height: 24px;
}
.multi_step_form
  #wizard
  #msform
  .miniCartCont
  .ticketCartItemCont
  .ticketCartItem
  .ticketTypeSummary
  .singleTicketPrice
  .declineOrder {
  background-color: #b93d23;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.875rem;
  border-radius: 50px;
  margin-left: 10px;
  cursor: pointer;
}
.multi_step_form
  #wizard
  #msform
  .miniCartCont
  .ticketCartItemCont
  .text-danger {
  background-color: #f3f0ed;
  padding: 10px;
  text-align: center;
  font-family: 'Conv_GretaSansStd-Regular';
}
.multi_step_form #wizard #msform .miniCartCont .totalPriceCont {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-top: solid #d6d6d6 1px;
}
.multi_step_form #wizard #msform .miniCartCont .totalPriceCont .priceLbl {
  color: #7e6755;
  font-size: 1.125rem;
  line-height: 28px;
}
.multi_step_form #wizard #msform .miniCartCont .totalPriceCont .Price {
  color: #7e6755;
  font-size: 1.5rem;
  line-height: 35px;
  font-family: 'Conv_GretaSansStd-Bold';
}
.multi_step_form #wizard #msform .miniCartCont .viewSummery {
  width: 100%;
  margin-top: 15px;
  padding: 8px;
}
.multi_step_form #wizard #msform .miniCartCont .viewSummery:hover {
  color: #ec721f;
}
.multi_step_form #wizard #msform .miniCartCont .openingInfo {
  font-size: 1.25rem;
  line-height: 28px;
  color: #7e6755;
  margin-top: 30px;
}
.multi_step_form #wizard #msform .miniCartCont.sticky {
  position: sticky;
  top: 0;
}
.multi_step_form #wizard #msform .editProfileContainer .briefOnAddressCont {
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 45px;
  margin-bottom: 20px;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .briefOnAddressCont
  .addressSection {
  margin-right: 0.5rem;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .briefOnAddressCont
  .addressSection
  .Lbl {
  color: #7e6755;
  font-size: 1.5rem;
  line-height: 33px;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .briefOnAddressCont
  .addressSection
  .Address {
  color: #aaa;
  font-size: 1.25rem;
  line-height: 24px;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .briefOnAddressCont
  .mobileSection {
  margin-right: 0.5rem;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .briefOnAddressCont
  .mobileSection
  .Lbl {
  color: #7e6755;
  font-size: 1.5rem;
  line-height: 33px;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .briefOnAddressCont
  .mobileSection
  .Mobile {
  color: #aaa;
  font-size: 1.25rem;
  line-height: 24px;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .briefOnAddressCont
  .editProfileAction
  .Edit {
  padding: 10px 58px;
  color: #ec721f;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .briefOnAddressCont
  .editProfileAction
  .Edit:hover {
  color: #fff;
}
.multi_step_form #wizard #msform .editProfileContainer .ticketSummaryCont {
  background-color: #fff;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .ticketSummaryCont
  .summaryTitle {
  font-size: 1.5rem;
  color: #7e6755;
  padding: 25px 30px;
  background-color: #f3f0ed;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .ticketSummaryCont
  .tableTitleWrapper {
  display: flex;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .ticketSummaryCont
  .tableTitleWrapper
  .Title,
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .ticketSummaryCont
  .tableTitleWrapper
  .Price {
  font-size: 1.5rem;
  padding: 35px 30px 0;
  line-height: 35px;
  color: #7e6755;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .ticketSummaryCont
  .tableTitleWrapper
  .Price {
  margin-left: 40px;
  font-family: 'Conv_GretaSansStd-Bold';
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .ticketSummaryCont
  .summaryGridCont {
  padding: 30px;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .ticketSummaryCont
  .summaryGridCont
  .table
  thead {
  background-color: #e4e0dc;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .ticketSummaryCont
  .summaryGridCont
  .table
  thead
  th {
  color: #7e6755;
  font-size: 1.25rem;
  line-height: 28px;
  border-bottom: none;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .ticketSummaryCont
  .summaryGridCont
  .table
  tbody
  tr {
  background-color: #f9f9f9;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .ticketSummaryCont
  .summaryGridCont
  .table
  tbody
  tr:hover {
  background-color: #f5f3f2;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .ticketSummaryCont
  .summaryGridCont
  .table
  tbody
  tr
  td {
  color: #7e6755;
  font-size: 1rem;
  line-height: 23px;
  padding: 13px;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .ticketSummaryCont
  .totalPriceCont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: solid #d6d6d6 1px;
  padding: 25px 45px;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .ticketSummaryCont
  .totalPriceCont
  .priceLbl {
  font-size: 1.25rem;
  line-height: 28px;
  color: #7e6755;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .ticketSummaryCont
  .totalPriceCont
  .Price {
  font-size: 1.5rem;
  line-height: 35px;
  color: #7e6755;
  font-family: 'Conv_GretaSansStd-Bold';
  margin-left: 30px;
}
.multi_step_form #wizard #msform .editProfileContainer .checkOutBtn {
  padding: 10px 80px;
  float: right;
}
.multi_step_form #wizard #msform .editProfileContainer .checkOutBtn.loading {
  pointer-events: none;
}
.multi_step_form
  #wizard
  #msform
  .editProfileContainer
  .checkOutBtn.loading:after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  background-image: url(/wwwroot/images/loader.gif?ver=2025.09.17.01);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999;
  transform: none !important;
  background-size: 30%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.multi_step_form #wizard #msform .bookSuccessfulContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  background-color: #fff;
  flex-direction: column;
  margin-bottom: 60px;
  text-align: center;
}
.multi_step_form #wizard #msform .bookSuccessfulContainer .successImage {
  margin-bottom: 30px;
  justify-content: center;
  display: flex;
  align-items: self-end;
}
.multi_step_form #wizard #msform .bookSuccessfulContainer .successImage span {
  font-size: 9.375rem;
  color: #8ac24a;
}
.multi_step_form #wizard #msform .bookSuccessfulContainer .bookingSuccessfully {
  font-size: 2.25rem;
  color: #7e6755;
  line-height: 48px;
  margin-bottom: 10px;
  font-family: 'Conv_GretaSansStd-Bold';
}
.multi_step_form #wizard #msform .bookSuccessfulContainer .userMsg,
.multi_step_form #wizard #msform .bookSuccessfulContainer .checkMail {
  font-size: 1.25rem;
  color: #7e6755;
  line-height: 28px;
}
.multi_step_form #wizard #msform .bookSuccessfulContainer .checkMail {
  margin-bottom: 40px;
}
.multi_step_form #wizard #msform .bookSuccessfulContainer .verifyFromUser {
  font-size: 1.25rem;
  color: #7e6755;
  line-height: 28px;
  margin-bottom: 48px;
}
.multi_step_form
  #wizard
  #msform
  .bookSuccessfulContainer
  .verifyFromUser
  .resendMail {
  color: #ec721f;
  text-decoration: underline;
  font-family: 'Conv_GretaSansStd-Bold';
}
.multi_step_form #wizard #msform .bookSuccessfulContainer .verifyFromUser a {
  color: #ec721f;
  text-decoration: underline !important;
  cursor: pointer;
}
.multi_step_form #wizard #msform .bookSuccessfulContainer .ref-num-cont {
  font-size: 1rem;
  color: #7e6755;
  margin-bottom: 1rem;
}
.multi_step_form
  #wizard
  #msform
  .bookSuccessfulContainer
  .ref-num-cont
  .ref-num {
  font-weight: 700;
  font-size: 1.125rem;
}
.multi_step_form #wizard #msform .bookSuccessfulContainer .resend-mail-confirm {
  font-size: 1.15rem;
  font-weight: 700;
  color: #7e6755;
  margin-bottom: 1rem;
}
.multi_step_form #wizard #msform .bookSuccessfulContainer .anotherTicket {
  margin-bottom: 40px;
}
.multi_step_form
  #wizard
  #msform
  .bookSuccessfulContainer
  .anotherTicket
  .anotherTicketBtn {
  font-size: 1.5rem;
  padding: 11px 70px;
}
.multi_step_form
  #wizard
  #msform
  .bookSuccessfulContainer
  .anotherTicket
  .anotherTicketBtn:hover {
  color: #ec721f;
}
.multi_step_form #wizard #msform .bookSuccessfulContainer .myTickets {
  color: #ec721f;
  text-decoration: underline;
  font-size: 1.25rem;
  line-height: 28px;
}
.multi_step_form #wizard #msform .userProfileContainer {
  background-color: #fff;
  padding: 20px;
}
.multi_step_form #wizard #msform .userProfileContainer .personalInfoCont {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.multi_step_form
  #wizard
  #msform
  .userProfileContainer
  .personalInfoCont
  .personInfo
  .lblField {
  color: #7e6755;
  font-size: 1.25rem;
  line-height: 24px;
  margin-bottom: 15px;
}
.multi_step_form
  #wizard
  #msform
  .userProfileContainer
  .personalInfoCont
  .personInfo
  .ticketNumberCont
  .inputField {
  height: 45px;
  width: 290px;
  padding-left: 20px;
  font-size: 1rem;
  color: rgba(126, 103, 85, 0.5);
  border: solid #7e6755 1px;
}
.multi_step_form #wizard #msform .next.main-button,
.multi_step_form #wizard #msform .next.main-button-inv,
.multi_step_form
  #wizard
  #msform
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .next.owl-prev,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  .multi_step_form
  #wizard
  #msform
  .next.owl-prev,
.multi_step_form
  #wizard
  #msform
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .next.owl-next,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  .multi_step_form
  #wizard
  #msform
  .next.owl-next,
.multi_step_form #wizard #msform .previous.main-button,
.multi_step_form #wizard #msform .previous.main-button-inv,
.multi_step_form
  #wizard
  #msform
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .previous.owl-prev,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  .multi_step_form
  #wizard
  #msform
  .previous.owl-prev,
.multi_step_form
  #wizard
  #msform
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .previous.owl-next,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  .multi_step_form
  #wizard
  #msform
  .previous.owl-next {
  padding: 10px 108px;
  display: inline-block;
  margin: 50px 0;
}
.multi_step_form #wizard #msform .next.main-button:hover,
.multi_step_form #wizard #msform .next.main-button-inv:hover,
.multi_step_form
  #wizard
  #msform
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .next.owl-prev:hover,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  .multi_step_form
  #wizard
  #msform
  .next.owl-prev:hover,
.multi_step_form
  #wizard
  #msform
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .next.owl-next:hover,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  .multi_step_form
  #wizard
  #msform
  .next.owl-next:hover,
.multi_step_form #wizard #msform .previous.main-button:hover,
.multi_step_form #wizard #msform .previous.main-button-inv:hover,
.multi_step_form
  #wizard
  #msform
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .previous.owl-prev:hover,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  .multi_step_form
  #wizard
  #msform
  .previous.owl-prev:hover,
.multi_step_form
  #wizard
  #msform
  .media-gallery
  .media-gallery-carousel
  .owl-nav
  .previous.owl-next:hover,
.media-gallery
  .media-gallery-carousel
  .owl-nav
  .multi_step_form
  #wizard
  #msform
  .previous.owl-next:hover {
  color: #ec721f;
}
.multi_step_form #wizard #msform .profile-content .profile-card {
  background-color: #fff;
}
.multi_step_form #wizard #msform .profile-content .action-section {
  background-color: transparent;
  padding: 10px 0;
}
.multi_step_form #wizard #msform .profile-content .form-group label {
  margin-bottom: 8px !important;
}
.multi_step_form
  #wizard
  #msform
  .profile-content
  .mat-form-field.mat-form-field-invalid
  .mat-form-field-ripple {
  background-color: transparent !important;
  display: none;
}
.multi_step_form #wizard #msform .profile-content .mat-input-element {
  padding: 0.75rem !important;
}
.multi_step_form #wizard #msform .profile-content .title-section {
  color: #7e6755;
}
.multi_step_form #wizard #msform .tittle {
  text-align: center;
  padding-bottom: 55px;
}
.multi_step_form #wizard #msform .tittle h2 {
  font:
    500 1.5rem/35px 'Roboto',
    sans-serif;
  color: #3f4553;
  padding-bottom: 5px;
}
.multi_step_form #wizard #msform .tittle p {
  font:
    400 1rem/28px 'Roboto',
    sans-serif;
  color: #5f6771;
}
.multi_step_form #wizard #msform fieldset {
  border: 0;
  position: relative !important;
  width: 100%;
  left: 0;
  right: 0;
}
.multi_step_form #wizard #msform fieldset:not(:first-of-type) {
  display: none;
}
.multi_step_form #wizard #msform fieldset h3 {
  font:
    500 1.125rem/35px 'Roboto',
    sans-serif;
  color: #3f4553;
}
.multi_step_form #wizard #msform fieldset h6 {
  font:
    400 0.9375rem/28px 'Roboto',
    sans-serif;
  color: #5f6771;
  padding-bottom: 30px;
}
.multi_step_form #wizard #msform fieldset .intl-tel-input {
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
}
.multi_step_form
  #wizard
  #msform
  fieldset
  .intl-tel-input
  .flag-container
  .selected-flag {
  padding: 0 20px;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 65px;
}
.multi_step_form
  #wizard
  #msform
  fieldset
  .intl-tel-input
  .flag-container
  .selected-flag
  .iti-arrow {
  border: 0;
}
.multi_step_form
  #wizard
  #msform
  fieldset
  .intl-tel-input
  .flag-container
  .selected-flag
  .iti-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  font: normal normal normal 24px/7px Ionicons;
  color: #5f6771;
}
.multi_step_form #wizard #msform fieldset #phone {
  padding-left: 80px;
}
.multi_step_form #wizard #msform fieldset .form-group {
  width: 100%;
  text-align: left;
  display: flex;
}
.multi_step_form #wizard #msform fieldset .fg_2,
.multi_step_form #wizard #msform fieldset .fg_3 {
  padding-top: 10px;
  display: block;
  overflow: hidden;
}
.multi_step_form #wizard #msform fieldset .fg_3 {
  padding-bottom: 70px;
}
.multi_step_form #wizard #msform fieldset .form-control,
.multi_step_form #wizard #msform fieldset .product_select {
  border-radius: 3px;
  border: 1px solid #d8e1e7;
  padding: 0 20px;
  height: auto;
  font:
    400 0.9375rem/48px 'Roboto',
    sans-serif;
  color: #5f6771;
  box-shadow: none;
  outline: none;
  width: 100%;
}
.multi_step_form
  #wizard
  #msform
  fieldset
  .form-control
  ::-webkit-input-placeholder,
.multi_step_form
  #wizard
  #msform
  fieldset
  .product_select
  ::-webkit-input-placeholder {
  color: #5f6771;
}
.multi_step_form #wizard #msform fieldset .form-control :-moz-placeholder,
.multi_step_form #wizard #msform fieldset .product_select :-moz-placeholder {
  color: #5f6771;
}
.multi_step_form #wizard #msform fieldset .form-control :-ms-input-placeholder,
.multi_step_form
  #wizard
  #msform
  fieldset
  .product_select
  :-ms-input-placeholder {
  color: #5f6771;
}
.multi_step_form #wizard #msform fieldset .form-control:hover,
.multi_step_form #wizard #msform fieldset .form-control:focus,
.multi_step_form #wizard #msform fieldset .product_select:hover,
.multi_step_form #wizard #msform fieldset .product_select:focus {
  border-color: #5cb85c;
}
.multi_step_form
  #wizard
  #msform
  fieldset
  .form-control:focus
  ::-webkit-input-placeholder,
.multi_step_form
  #wizard
  #msform
  fieldset
  .product_select:focus
  ::-webkit-input-placeholder {
  color: transparent;
}
.multi_step_form #wizard #msform fieldset .form-control:focus :-moz-placeholder,
.multi_step_form
  #wizard
  #msform
  fieldset
  .product_select:focus
  :-moz-placeholder {
  color: transparent;
}
.multi_step_form
  #wizard
  #msform
  fieldset
  .form-control:focus
  :-ms-input-placeholder,
.multi_step_form
  #wizard
  #msform
  fieldset
  .product_select:focus
  :-ms-input-placeholder {
  color: transparent;
}
.multi_step_form #wizard #msform fieldset .product_select:after {
  display: none;
}
.multi_step_form #wizard #msform fieldset .product_select:before {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 1.5rem/48px Ionicons;
  color: #5f6771;
}
.multi_step_form #wizard #msform fieldset .product_select .list {
  width: 100%;
}
.multi_step_form #wizard #msform fieldset .done_text {
  padding-top: 40px;
}
.multi_step_form #wizard #msform fieldset .done_text .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 1.375rem;
  margin-bottom: 10px;
  background: #5cb85c;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.multi_step_form #wizard #msform fieldset .done_text h6 {
  line-height: 23px;
}
.multi_step_form #wizard #msform fieldset .code_group {
  margin-bottom: 60px;
}
.multi_step_form #wizard #msform fieldset .code_group .form-control {
  border: 0;
  border-bottom: 1px solid #a1a7ac;
  border-radius: 0;
  display: inline-block;
  width: 30px;
  font-size: 1.875rem;
  color: #5f6771;
  padding: 0;
  margin-right: 7px;
  text-align: center;
  line-height: 1;
}
.multi_step_form #wizard #msform fieldset .passport {
  margin-top: -10px;
  padding-bottom: 30px;
  position: relative;
}
.multi_step_form #wizard #msform fieldset .passport .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 1.375rem;
  position: absolute;
  top: 4px;
  right: 0;
  background: #5cb85c;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.multi_step_form #wizard #msform fieldset .passport h4 {
  font:
    500 0.9375rem/23px 'Roboto',
    sans-serif;
  color: #5f6771;
  padding: 0;
}
.multi_step_form #wizard #msform fieldset .input-group {
  padding-bottom: 40px;
}
.multi_step_form #wizard #msform fieldset .input-group .custom-file {
  width: 100%;
  height: auto;
}
.multi_step_form
  #wizard
  #msform
  fieldset
  .input-group
  .custom-file
  .custom-file-label {
  width: 168px;
  border-radius: 5px;
  cursor: pointer;
  font:
    700 0.875rem/40px 'Roboto',
    sans-serif;
  border: 1px solid #99a2a8;
  text-align: center;
  transition: all 0.2s ease-in-out;
  color: #5f6771;
}
@media screen and (prefers-reduced-motion: reduce) {
  .multi_step_form
    #wizard
    #msform
    fieldset
    .input-group
    .custom-file
    .custom-file-label {
    transition: none;
  }
}
.multi_step_form
  #wizard
  #msform
  fieldset
  .input-group
  .custom-file
  .custom-file-label
  i {
  font-size: 1.25rem;
  padding-right: 10px;
}
.multi_step_form
  #wizard
  #msform
  fieldset
  .input-group
  .custom-file
  .custom-file-label:hover,
.multi_step_form
  #wizard
  #msform
  fieldset
  .input-group
  .custom-file
  .custom-file-label:focus {
  background: #5cb85c;
  border-color: #5cb85c;
  color: #fff;
}
.multi_step_form #wizard #msform fieldset .input-group .custom-file input {
  display: none;
}
.multi_step_form #wizard #msform fieldset .file_added {
  text-align: left;
  padding-left: 190px;
  padding-bottom: 60px;
}
.multi_step_form #wizard #msform fieldset .file_added li {
  font:
    400 0.9375rem/28px 'Roboto',
    sans-serif;
  color: #5f6771;
}
.multi_step_form #wizard #msform fieldset .file_added li a {
  color: #5cb85c;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.multi_step_form #wizard #msform fieldset .file_added li a i {
  font-size: 1.375rem;
  padding-right: 8px;
  position: absolute;
  transform: rotate(20deg);
}
.multi_step_form #wizard #msform .progressbarCont {
  margin-bottom: 30px;
  background-color: #fff;
}
.multi_step_form #wizard #msform .progressbarCont .progressbar {
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  border-bottom: none;
}
.multi_step_form #wizard #msform .progressbarCont .progressbar button {
  list-style-type: none;
  color: #99a2a8;
  font-size: 0.5625rem;
  float: left;
  position: relative;
  font: normal 20px/28px 'Conv_GretaSansStd-Regular';
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  background-color: transparent;
  border: none;
  padding: 0;
}
.multi_step_form
  #wizard
  #msform
  .progressbarCont
  .progressbar
  button:nth-child(2):before {
  content: '';
}
.multi_step_form
  #wizard
  #msform
  .progressbarCont
  .progressbar
  button:nth-child(3):before {
  content: '';
}
.multi_step_form
  #wizard
  #msform
  .progressbarCont
  .progressbar
  button:nth-child(4):before {
  content: '';
}
.multi_step_form #wizard #msform .progressbarCont .progressbar button:before {
  content: '';
  font: bold 0.5625rem/16px 'GEMicon';
  margin: 0 20px 0 20px;
  font-size: 15px;
}
.multi_step_form #wizard #msform .progressbarCont .progressbar button:after {
  content: '';
  width: 100%;
  height: 10px;
  background: #eaf0f4;
  position: absolute;
  left: -50%;
  top: 21px;
  z-index: -1;
}
.multi_step_form
  #wizard
  #msform
  .progressbarCont
  .progressbar
  button:last-child:after {
  width: 150%;
}
.multi_step_form #wizard #msform .progressbarCont .progressbar button.active {
  color: #ec721f;
  font: normal 1.25rem/28px 'Conv_GretaSansStd-Bold';
}
.multi_step_form
  #wizard
  #msform
  .progressbarCont
  .progressbar
  button.active:before,
.multi_step_form
  #wizard
  #msform
  .progressbarCont
  .progressbar
  button.active:after {
  color: #ec721f;
}
.multi_step_form #wizard #msform .action-button {
  background: #5cb85c;
  color: #fff;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  min-width: 130px;
  font:
    700 0.875rem/40px 'Roboto',
    sans-serif;
  border: 1px solid #5cb85c;
  margin: 0 5px;
  text-transform: uppercase;
  display: inline-block;
}
.multi_step_form #wizard #msform .action-button:hover,
.multi_step_form #wizard #msform .action-button:focus {
  background: #405867;
  border-color: #405867;
}
.multi_step_form #wizard #msform .previous_button {
  background: transparent;
  color: #99a2a8;
  border-color: #99a2a8;
}
.multi_step_form #wizard #msform .previous_button:hover,
.multi_step_form #wizard #msform .previous_button:focus {
  background: #405867;
  border-color: #405867;
  color: #fff;
}
.admission-info {
  font-size: 1.3rem;
  color: #7e6755;
  margin-bottom: -1rem;
  margin-top: 3rem;
}
.admission-info a {
  font-family: 'Conv_GretaSansStd-Bold';
  color: #ec721f !important;
  text-decoration: underline !important;
}
@media (max-width: 992px) {
  .multi_step_form {
    display: block;
    padding: 0 !important;
  }
  .multi_step_form #wizard {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
  .multi_step_form #wizard #msform {
    z-index: 1;
    height: auto;
  }
  .multi_step_form #wizard #msform .tickteingDescriptionCont h3 {
    font: normal 1.25rem/50px 'Conv_GretaSansStd-Regular' !important;
    text-align: left;
    color: #7e6755;
  }
  .multi_step_form
    #wizard
    #msform
    .tickteingDescriptionCont
    h3
    .linkDescription {
    font: normal 1.25rem/50px 'Conv_GretaSansStd-Bold' !important;
    color: #ec721f;
    text-decoration: underline;
  }
  .multi_step_form #wizard #msform .mainTabTitle {
    color: #7e6755;
    text-align: left;
    margin-top: 32px;
    font-size: 5vw;
    margin-bottom: 0;
  }
  .multi_step_form #wizard #msform .titleDescription {
    color: #7e6755;
    margin-top: 12px;
    font-size: 1.25rem;
  }
  .multi_step_form #wizard #msform .sectionTitleCont {
    display: flex;
    justify-content: left;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .multi_step_form #wizard #msform .calendarCont .mat-form-field-infix {
    height: 52px !important;
  }
  .multi_step_form #wizard #msform .openingHourCont {
    background-color: #fff;
    padding: 0;
    width: calc((100% - 10px) / 1.5);
  }
  .multi_step_form #wizard #msform .openingHourCont .openHourTitle {
    padding: 45px 45px 0 45px;
    color: #7e6755;
    font: normal 1.5rem 'Conv_GretaSansStd-Bold' !important;
  }
  .multi_step_form #wizard #msform .openingHourCont hr {
    background-color: #707070;
  }
  .multi_step_form #wizard #msform .openingHourCont article {
    margin: 10px 0;
    padding: 0 45px;
    color: #7f7f7f;
    font-size: 1.25rem;
    white-space: pre-line;
  }
  .multi_step_form #wizard #msform .openingHourCont .officialHoliday {
    padding: 0 45px 45px;
  }
  .multi_step_form #wizard #msform .QuestionCont {
    position: relative;
    width: 100%;
    text-align: left;
    border-left: solid #b93d23 10px;
    padding: 20px;
    margin-top: 30px;
    background-color: rgba(112, 112, 112, 0.15);
  }
  .multi_step_form #wizard #msform .QuestionCont h2 {
    color: #707070;
    font-family: 'Conv_GretaSansStd-Bold' !important;
    margin-bottom: 5px;
  }
  .multi_step_form #wizard #msform .QuestionCont .questionDetails {
    color: #707070;
  }
  .multi_step_form #wizard #msform .QuestionCont .questionDetails a {
    color: #ec721f;
    text-decoration: underline;
  }
  .multi_step_form #wizard #msform .bookTicketCont {
    max-width: 100%;
    flex: 100%;
  }
  .multi_step_form #wizard #msform .bookTicketCont .bookTicketItem {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .multi_step_form #wizard #msform .bookTicketCont .bookTicketItem .card {
    padding: 0;
    overflow: hidden;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    .card
    .txtCont {
    border-bottom: solid rgba(112, 112, 112, 0.2) 1px;
    border-left: solid #b93d23 13px;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    .card
    .txtCont
    .card-body {
    padding: 20px 30px;
    background-color: #f9f9f9;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    .card
    .txtCont
    .card-body
    .card-title {
    color: #7e6755;
    line-height: 32px;
    font-size: 1.875rem;
    font-family: 'Conv_GretaSansStd-Bold';
    margin-bottom: 0;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    .card
    .txtCont
    .card-body
    .card-text {
    color: #7e6755;
    line-height: 28px;
    font-size: 1.25rem;
    font-family: 'Conv_GretaSansStd-Regular';
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .ticketInfoCont {
    justify-content: space-around;
    align-items: center;
    display: flex;
    padding: 10px 40px 0;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .ticketInfoCont
    .ticketInfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .ticketInfoCont
    .ticketInfo
    .ticketDetails
    .personType {
    color: #7e6755;
    line-height: 24px;
    font-size: 1.125rem;
    font-family: 'Conv_GretaSansStd-Regular';
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .ticketInfoCont
    .ticketInfo
    .ticketDetails
    .ticketPrice {
    color: rgba(126, 103, 85, 0.5);
    line-height: 20px;
    font-size: 0.875rem;
    font-family: 'Conv_GretaSansStd-Regular';
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .ticketInfoCont
    .ticketInfo
    .ticketNumberCont {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .ticketInfoCont
    .ticketInfo
    .ticketNumberCont
    span {
    width: 28px;
    height: 28px;
    background-color: #ec721f;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
    font-size: 20px;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .ticketInfoCont
    .ticketInfo
    .ticketNumberCont
    input[type='number']::-webkit-inner-spin-button,
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .ticketInfoCont
    .ticketInfo
    .ticketNumberCont
    input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .ticketInfoCont
    .ticketInfo
    .ticketNumberCont
    input {
    color: #7e6755;
    line-height: 28px;
    font-size: 1.25rem;
    font-family: 'Conv_GretaSansStd-Bold';
    width: 40px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border: none;
    text-align: center;
    box-shadow: none;
    outline: none;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .ticketInfoCont
    .ticketInfo
    .ticketNumberCont
    input:focus {
    box-shadow: none;
    outline: none;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .collapse.show
    + div {
    background-image: linear-gradient(
      to right,
      rgba(112, 112, 112, 0.2) 60%,
      rgba(255, 255, 255, 0) 1%
    );
    background-position: top;
    background-size: 14px 1px;
    background-repeat: repeat-x;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .card-header {
    cursor: pointer;
    background-image: none;
    padding: 0;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .card-header
    .totalCardCont {
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 2.25rem;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .card-header
    .totalCardCont
    .pricePerCard {
    font-size: 0.9375rem;
    line-height: 21px;
    color: #7e6755;
    font-family: 'Conv_GretaSansStd-Bold';
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .card-header
    .totalCardCont
    .numberOfSelectedTickets {
    font-size: 0.875rem;
    line-height: 22px;
    color: #7e6755;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .card-header
    .totalCardCont
    .numberOfSelectedTickets
    span:before {
    font-size: 0.9375rem;
    color: #ec721f;
    transform: rotate(-90deg);
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
    font-weight: bold;
    transition: all 0.3s linear;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .card-header
    .collapsed
    .totalCardCont
    .numberOfSelectedTickets
    span:before {
    transform: rotate(90deg);
  }
  .multi_step_form #wizard #msform .bookTicketCont .selectVisitDateCont {
    background-color: #fff;
    display: flex;
    border: solid rgba(29, 29, 29, 0.15) 1px;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .selectVisitDateCont
    .selectDateLbl {
    color: #7e6755;
    font-size: 1.25rem;
    line-height: 22px;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .selectVisitDateCont
    .calendarCont
    .dateLbl {
    font-size: 1.25rem;
    line-height: 22px;
    color: #878787;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .selectVisitDateCont
    .calendarCont
    .dateLbl
    .mat-form-field-prefix,
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .selectVisitDateCont
    .calendarCont
    .dateLbl
    .mat-form-field-suffix {
    top: 14px !important;
    right: 22px !important;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .selectVisitDateCont
    .calendarCont
    .dateLbl
    .mat-button-wrapper:after {
    font-size: 1.4375rem;
    color: #ec721f;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .selectVisitDateCont
    .calendarCont
    .dateLbl
    .mat-input-element {
    margin-top: -0.4em;
  }
  .multi_step_form #wizard #msform .miniCartCont {
    max-width: 100%;
    flex: 100%;
    padding-right: 15px;
    padding-left: 15px;
    height: fit-content;
  }
  .multi_step_form #wizard #msform .miniCartCont .cartTitle {
    background-color: #f3f0ed;
    padding: 32px 30px;
    color: #7e6755;
    font-size: 1.5rem;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Conv_GretaSansStd-Regular' !important;
  }
  .multi_step_form #wizard #msform .miniCartCont .ticketCartItemCont {
    padding: 25px;
    background-color: #fff;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .selectVisitDateCont {
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    margin-bottom: 15px;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .selectVisitDateCont
    .selectDateLbl {
    color: #7e6755;
    font-size: 1rem;
    line-height: 22px;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .selectVisitDateCont
    .calendarCont
    .dateLbl {
    font-size: 1rem;
    line-height: 22px;
    color: #7e6755;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .ticketCartItem {
    margin-bottom: 10px;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .ticketCartItem
    .ticketTypeHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    background-color: #f1f1f1;
    border-left: solid #b93d23 8px;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .ticketCartItem
    .ticketTypeHeader
    .Title,
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .ticketCartItem
    .ticketTypeHeader
    .Price {
    color: #7e6755;
    font-size: 1.25rem;
    line-height: 24px;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .ticketCartItem
    .ticketTypeSummary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 20px;
    background-color: #f9f9f9;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .ticketCartItem
    .ticketTypeSummary
    .personType {
    color: #7e6755;
    font-size: 1rem;
    line-height: 24px;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .ticketCartItem
    .ticketTypeSummary
    .singleTicketPrice {
    display: flex;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .ticketCartItem
    .ticketTypeSummary
    .singleTicketPrice
    .Price {
    color: #7e6755;
    font-size: 1rem;
    line-height: 24px;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .ticketCartItem
    .ticketTypeSummary
    .singleTicketPrice
    .declineOrder {
    background-color: #b93d23;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.875rem;
    border-radius: 50px;
    margin-left: 10px;
    cursor: pointer;
  }
  .multi_step_form #wizard #msform .miniCartCont .totalPriceCont {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-top: solid #d6d6d6 1px;
  }
  .multi_step_form #wizard #msform .miniCartCont .totalPriceCont .priceLbl {
    color: #7e6755;
    font-size: 1.125rem;
    line-height: 28px;
  }
  .multi_step_form #wizard #msform .miniCartCont .totalPriceCont .Price {
    color: #7e6755;
    font-size: 1.5rem;
    line-height: 35px;
    font-family: 'Conv_GretaSansStd-Bold';
  }
  .multi_step_form #wizard #msform .miniCartCont .viewSummery {
    width: 100%;
    margin-top: 15px;
    padding: 8px;
  }
  .multi_step_form #wizard #msform .miniCartCont .viewSummery:hover {
    color: #ec721f;
  }
  .multi_step_form #wizard #msform .miniCartCont .openingInfo {
    font-size: 1.25rem;
    line-height: 28px;
    color: #7e6755;
    margin-top: 30px;
  }
  .multi_step_form #wizard #msform .miniCartCont.sticky {
    position: sticky;
    top: 0;
  }
  .multi_step_form #wizard #msform .editProfileContainer .briefOnAddressCont {
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 45px;
    margin-bottom: 20px;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .briefOnAddressCont
    .addressSection
    .Lbl {
    color: #7e6755;
    font-size: 1.5rem;
    line-height: 33px;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .briefOnAddressCont
    .addressSection
    .Address {
    color: #aaa;
    font-size: 1.25rem;
    line-height: 24px;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .briefOnAddressCont
    .mobileSection
    .Lbl {
    color: #7e6755;
    font-size: 1.5rem;
    line-height: 33px;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .briefOnAddressCont
    .mobileSection
    .Mobile {
    color: #aaa;
    font-size: 1.25rem;
    line-height: 24px;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .briefOnAddressCont
    .editProfileAction
    .Edit {
    padding: 10px 58px;
    color: #ec721f;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .briefOnAddressCont
    .editProfileAction
    .Edit:hover {
    color: #fff;
  }
  .multi_step_form #wizard #msform .editProfileContainer .ticketSummaryCont {
    background-color: #fff;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .summaryTitle {
    font-size: 1.5rem;
    color: #7e6755;
    padding: 25px 30px;
    background-color: #f3f0ed;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .tableTitleWrapper {
    display: flex;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .tableTitleWrapper
    .Title,
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .tableTitleWrapper
    .Price {
    font-size: 1.5rem;
    padding: 35px 30px 0;
    line-height: 35px;
    color: #7e6755;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .tableTitleWrapper
    .Price {
    margin-left: 40px;
    font-family: 'Conv_GretaSansStd-Bold';
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .summaryGridCont {
    padding: 30px;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .summaryGridCont
    .table
    thead {
    background-color: #e4e0dc;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .summaryGridCont
    .table
    thead
    th {
    color: #7e6755;
    font-size: 1.25rem;
    line-height: 28px;
    border-bottom: none;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .summaryGridCont
    .table
    tbody
    tr {
    background-color: #f9f9f9;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .summaryGridCont
    .table
    tbody
    tr:hover {
    background-color: #f5f3f2;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .summaryGridCont
    .table
    tbody
    tr
    td {
    color: #7e6755;
    font-size: 1rem;
    line-height: 23px;
    padding: 13px 20px;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .totalPriceCont {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: solid #d6d6d6 1px;
    padding: 25px 45px;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .totalPriceCont
    .priceLbl {
    font-size: 1.25rem;
    line-height: 28px;
    color: #7e6755;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .totalPriceCont
    .Price {
    font-size: 1.5rem;
    line-height: 35px;
    color: #7e6755;
    font-family: 'Conv_GretaSansStd-Bold';
    margin-left: 30px;
  }
  .multi_step_form #wizard #msform .editProfileContainer .checkOutBtn {
    padding: 10px 80px;
    float: right;
  }
  .multi_step_form #wizard #msform .bookSuccessfulContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    background-color: #fff;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .multi_step_form #wizard #msform .bookSuccessfulContainer .successImage {
    margin-bottom: 30px;
    justify-content: center;
    display: flex;
    align-items: self-end;
  }
  .multi_step_form
    #wizard
    #msform
    .bookSuccessfulContainer
    .bookingSuccessfully {
    font-size: 2.25rem;
    color: #7e6755;
    line-height: 48px;
    margin-bottom: 10px;
    font-family: 'Conv_GretaSansStd-Bold';
  }
  .multi_step_form #wizard #msform .bookSuccessfulContainer .userMsg,
  .multi_step_form #wizard #msform .bookSuccessfulContainer .checkMail {
    font-size: 1.25rem;
    color: #7e6755;
    line-height: 28px;
  }
  .multi_step_form #wizard #msform .bookSuccessfulContainer .checkMail {
    margin-bottom: 40px;
  }
  .multi_step_form #wizard #msform .bookSuccessfulContainer .verifyFromUser {
    font-size: 1.25rem;
    color: #7e6755;
    line-height: 28px;
    margin-bottom: 48px;
  }
  .multi_step_form
    #wizard
    #msform
    .bookSuccessfulContainer
    .verifyFromUser
    .resendMail {
    color: #ec721f;
    text-decoration: underline;
    font-family: 'Conv_GretaSansStd-Bold';
  }
  .multi_step_form #wizard #msform .bookSuccessfulContainer .anotherTicket {
    margin-bottom: 40px;
  }
  .multi_step_form
    #wizard
    #msform
    .bookSuccessfulContainer
    .anotherTicket
    .anotherTicketBtn {
    font-size: 1.5rem;
    padding: 11px 70px;
  }
  .multi_step_form
    #wizard
    #msform
    .bookSuccessfulContainer
    .anotherTicket
    .anotherTicketBtn:hover {
    color: #ec721f;
  }
  .multi_step_form #wizard #msform .bookSuccessfulContainer .myTickets {
    color: #ec721f;
    text-decoration: underline;
    font-size: 1.25rem;
    line-height: 28px;
  }
  .multi_step_form #wizard #msform .userProfileContainer {
    background-color: #fff;
    padding: 20px;
  }
  .multi_step_form #wizard #msform .userProfileContainer .personalInfoCont {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .multi_step_form
    #wizard
    #msform
    .userProfileContainer
    .personalInfoCont
    .personInfo
    .lblField {
    color: #7e6755;
    font-size: 1.25rem;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .multi_step_form
    #wizard
    #msform
    .userProfileContainer
    .personalInfoCont
    .personInfo
    .ticketNumberCont
    .inputField {
    height: 45px;
    width: 290px;
    padding-left: 20px;
    font-size: 1rem;
    color: rgba(126, 103, 85, 0.5);
    border: solid #7e6755 1px;
  }
  .multi_step_form #wizard #msform .next.main-button,
  .multi_step_form #wizard #msform .next.main-button-inv,
  .multi_step_form
    #wizard
    #msform
    .media-gallery
    .media-gallery-carousel
    .owl-nav
    .next.owl-prev,
  .media-gallery
    .media-gallery-carousel
    .owl-nav
    .multi_step_form
    #wizard
    #msform
    .next.owl-prev,
  .multi_step_form
    #wizard
    #msform
    .media-gallery
    .media-gallery-carousel
    .owl-nav
    .next.owl-next,
  .media-gallery
    .media-gallery-carousel
    .owl-nav
    .multi_step_form
    #wizard
    #msform
    .next.owl-next,
  .multi_step_form #wizard #msform .previous.main-button,
  .multi_step_form #wizard #msform .previous.main-button-inv,
  .multi_step_form
    #wizard
    #msform
    .media-gallery
    .media-gallery-carousel
    .owl-nav
    .previous.owl-prev,
  .media-gallery
    .media-gallery-carousel
    .owl-nav
    .multi_step_form
    #wizard
    #msform
    .previous.owl-prev,
  .multi_step_form
    #wizard
    #msform
    .media-gallery
    .media-gallery-carousel
    .owl-nav
    .previous.owl-next,
  .media-gallery
    .media-gallery-carousel
    .owl-nav
    .multi_step_form
    #wizard
    #msform
    .previous.owl-next {
    padding: 10px 108px;
    display: inline-block;
    margin: 50px 0;
  }
  .multi_step_form #wizard #msform .next.main-button:hover,
  .multi_step_form #wizard #msform .next.main-button-inv:hover,
  .multi_step_form
    #wizard
    #msform
    .media-gallery
    .media-gallery-carousel
    .owl-nav
    .next.owl-prev:hover,
  .media-gallery
    .media-gallery-carousel
    .owl-nav
    .multi_step_form
    #wizard
    #msform
    .next.owl-prev:hover,
  .multi_step_form
    #wizard
    #msform
    .media-gallery
    .media-gallery-carousel
    .owl-nav
    .next.owl-next:hover,
  .media-gallery
    .media-gallery-carousel
    .owl-nav
    .multi_step_form
    #wizard
    #msform
    .next.owl-next:hover,
  .multi_step_form #wizard #msform .previous.main-button:hover,
  .multi_step_form #wizard #msform .previous.main-button-inv:hover,
  .multi_step_form
    #wizard
    #msform
    .media-gallery
    .media-gallery-carousel
    .owl-nav
    .previous.owl-prev:hover,
  .media-gallery
    .media-gallery-carousel
    .owl-nav
    .multi_step_form
    #wizard
    #msform
    .previous.owl-prev:hover,
  .multi_step_form
    #wizard
    #msform
    .media-gallery
    .media-gallery-carousel
    .owl-nav
    .previous.owl-next:hover,
  .media-gallery
    .media-gallery-carousel
    .owl-nav
    .multi_step_form
    #wizard
    #msform
    .previous.owl-next:hover {
    color: #ec721f;
  }
  .multi_step_form #wizard #msform .profile-content .profile-card {
    background-color: #fff;
  }
  .multi_step_form #wizard #msform .profile-content .action-section {
    background-color: transparent;
    padding: 10px 0;
  }
  .multi_step_form #wizard #msform .profile-content .mat-input-element {
    padding: 0.8rem 0.75rem !important;
  }
  .multi_step_form #wizard #msform .profile-content .mat-form-field-suffix {
    top: 14px !important;
  }
  .multi_step_form #wizard #msform .tittle {
    text-align: center;
    padding-bottom: 55px;
  }
  .multi_step_form #wizard #msform .tittle h2 {
    font:
      500 1.5rem/35px 'Roboto',
      sans-serif;
    color: #3f4553;
    padding-bottom: 5px;
  }
  .multi_step_form #wizard #msform .tittle p {
    font:
      400 1rem/28px 'Roboto',
      sans-serif;
    color: #5f6771;
  }
  .multi_step_form #wizard #msform fieldset {
    border: 0;
    position: relative !important;
    width: 100%;
    left: 0;
    right: 0;
  }
  .multi_step_form #wizard #msform fieldset:not(:first-of-type) {
    display: none;
  }
  .multi_step_form #wizard #msform fieldset h3 {
    font:
      500 1.125rem/35px 'Roboto',
      sans-serif;
    color: #3f4553;
  }
  .multi_step_form #wizard #msform fieldset h6 {
    font:
      400 0.9375rem/28px 'Roboto',
      sans-serif;
    color: #5f6771;
    padding-bottom: 30px;
  }
  .multi_step_form #wizard #msform fieldset .intl-tel-input {
    display: block;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
  }
  .multi_step_form
    #wizard
    #msform
    fieldset
    .intl-tel-input
    .flag-container
    .selected-flag {
    padding: 0 20px;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    width: 65px;
  }
  .multi_step_form
    #wizard
    #msform
    fieldset
    .intl-tel-input
    .flag-container
    .selected-flag
    .iti-arrow {
    border: 0;
  }
  .multi_step_form
    #wizard
    #msform
    fieldset
    .intl-tel-input
    .flag-container
    .selected-flag
    .iti-arrow:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    font: normal normal normal 24px/7px Ionicons;
    color: #5f6771;
  }
  .multi_step_form #wizard #msform fieldset #phone {
    padding-left: 80px;
  }
  .multi_step_form #wizard #msform fieldset .form-group {
    width: 100%;
    text-align: left;
    display: flex;
  }
  .multi_step_form #wizard #msform fieldset .fg_2,
  .multi_step_form #wizard #msform fieldset .fg_3 {
    padding-top: 10px;
    display: block;
    overflow: hidden;
  }
  .multi_step_form #wizard #msform fieldset .fg_3 {
    padding-bottom: 70px;
  }
  .multi_step_form #wizard #msform fieldset .form-control,
  .multi_step_form #wizard #msform fieldset .product_select {
    border-radius: 3px;
    border: 1px solid #d8e1e7;
    padding: 0 20px;
    height: auto;
    font:
      400 0.9375rem/48px 'Roboto',
      sans-serif;
    color: #5f6771;
    box-shadow: none;
    outline: none;
    width: 100%;
  }
  .multi_step_form
    #wizard
    #msform
    fieldset
    .form-control
    ::-webkit-input-placeholder,
  .multi_step_form
    #wizard
    #msform
    fieldset
    .product_select
    ::-webkit-input-placeholder {
    color: #5f6771;
  }
  .multi_step_form #wizard #msform fieldset .form-control :-moz-placeholder,
  .multi_step_form #wizard #msform fieldset .product_select :-moz-placeholder {
    color: #5f6771;
  }
  .multi_step_form
    #wizard
    #msform
    fieldset
    .form-control
    :-ms-input-placeholder,
  .multi_step_form
    #wizard
    #msform
    fieldset
    .product_select
    :-ms-input-placeholder {
    color: #5f6771;
  }
  .multi_step_form #wizard #msform fieldset .form-control:hover,
  .multi_step_form #wizard #msform fieldset .form-control:focus,
  .multi_step_form #wizard #msform fieldset .product_select:hover,
  .multi_step_form #wizard #msform fieldset .product_select:focus {
    border-color: #5cb85c;
  }
  .multi_step_form
    #wizard
    #msform
    fieldset
    .form-control:focus
    ::-webkit-input-placeholder,
  .multi_step_form
    #wizard
    #msform
    fieldset
    .product_select:focus
    ::-webkit-input-placeholder {
    color: transparent;
  }
  .multi_step_form
    #wizard
    #msform
    fieldset
    .form-control:focus
    :-moz-placeholder,
  .multi_step_form
    #wizard
    #msform
    fieldset
    .product_select:focus
    :-moz-placeholder {
    color: transparent;
  }
  .multi_step_form
    #wizard
    #msform
    fieldset
    .form-control:focus
    :-ms-input-placeholder,
  .multi_step_form
    #wizard
    #msform
    fieldset
    .product_select:focus
    :-ms-input-placeholder {
    color: transparent;
  }
  .multi_step_form #wizard #msform fieldset .product_select:after {
    display: none;
  }
  .multi_step_form #wizard #msform fieldset .product_select:before {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    font: normal normal normal 1.5rem/48px Ionicons;
    color: #5f6771;
  }
  .multi_step_form #wizard #msform fieldset .product_select .list {
    width: 100%;
  }
  .multi_step_form #wizard #msform fieldset .done_text {
    padding-top: 40px;
  }
  .multi_step_form #wizard #msform fieldset .done_text .don_icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 1.375rem;
    margin-bottom: 10px;
    background: #5cb85c;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
  }
  .multi_step_form #wizard #msform fieldset .done_text h6 {
    line-height: 23px;
  }
  .multi_step_form #wizard #msform fieldset .code_group {
    margin-bottom: 60px;
  }
  .multi_step_form #wizard #msform fieldset .code_group .form-control {
    border: 0;
    border-bottom: 1px solid #a1a7ac;
    border-radius: 0;
    display: inline-block;
    width: 30px;
    font-size: 1.875rem;
    color: #5f6771;
    padding: 0;
    margin-right: 7px;
    text-align: center;
    line-height: 1;
  }
  .multi_step_form #wizard #msform fieldset .passport {
    margin-top: -10px;
    padding-bottom: 30px;
    position: relative;
  }
  .multi_step_form #wizard #msform fieldset .passport .don_icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 1.375rem;
    position: absolute;
    top: 4px;
    right: 0;
    background: #5cb85c;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
  }
  .multi_step_form #wizard #msform fieldset .passport h4 {
    font:
      500 0.9375rem/23px 'Roboto',
      sans-serif;
    color: #5f6771;
    padding: 0;
  }
  .multi_step_form #wizard #msform fieldset .input-group {
    padding-bottom: 40px;
  }
  .multi_step_form #wizard #msform fieldset .input-group .custom-file {
    width: 100%;
    height: auto;
  }
  .multi_step_form
    #wizard
    #msform
    fieldset
    .input-group
    .custom-file
    .custom-file-label {
    width: 168px;
    border-radius: 5px;
    cursor: pointer;
    font:
      700 0.875rem/40px 'Roboto',
      sans-serif;
    border: 1px solid #99a2a8;
    text-align: center;
    transition: all 0.2s ease-in-out;
    color: #5f6771;
  }
}
@media screen and (max-width: 992px) and (prefers-reduced-motion: reduce) {
  .multi_step_form
    #wizard
    #msform
    fieldset
    .input-group
    .custom-file
    .custom-file-label {
    transition: none;
  }
}
@media (max-width: 992px) {
  .multi_step_form
    #wizard
    #msform
    fieldset
    .input-group
    .custom-file
    .custom-file-label
    i {
    font-size: 1.25rem;
    padding-right: 10px;
  }
  .multi_step_form
    #wizard
    #msform
    fieldset
    .input-group
    .custom-file
    .custom-file-label:hover,
  .multi_step_form
    #wizard
    #msform
    fieldset
    .input-group
    .custom-file
    .custom-file-label:focus {
    background: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
  }
  .multi_step_form #wizard #msform fieldset .input-group .custom-file input {
    display: none;
  }
  .multi_step_form #wizard #msform fieldset .file_added {
    text-align: left;
    padding-left: 190px;
    padding-bottom: 60px;
  }
  .multi_step_form #wizard #msform fieldset .file_added li {
    font:
      400 0.9375rem/28px 'Roboto',
      sans-serif;
    color: #5f6771;
  }
  .multi_step_form #wizard #msform fieldset .file_added li a {
    color: #5cb85c;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-left: 15px;
  }
  .multi_step_form #wizard #msform fieldset .file_added li a i {
    font-size: 1.375rem;
    padding-right: 8px;
    position: absolute;
    transform: rotate(20deg);
  }
  .multi_step_form #wizard #msform .progressbarCont {
    margin-bottom: 30px;
    background-color: #fff;
  }
  .multi_step_form #wizard #msform .progressbarCont .progressbar {
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    border-bottom: none;
  }
  .multi_step_form #wizard #msform .progressbarCont .progressbar button {
    list-style-type: none;
    color: #99a2a8;
    font-size: 0.5625rem;
    float: left;
    position: relative;
    font: normal 20px/28px 'Conv_GretaSansStd-Regular';
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .multi_step_form
    #wizard
    #msform
    .progressbarCont
    .progressbar
    button:nth-child(2):before {
    content: '';
  }
  .multi_step_form
    #wizard
    #msform
    .progressbarCont
    .progressbar
    button:nth-child(3):before {
    content: '';
  }
  .multi_step_form
    #wizard
    #msform
    .progressbarCont
    .progressbar
    button:nth-child(4):before {
    content: '';
  }
  .multi_step_form #wizard #msform .progressbarCont .progressbar button:before {
    content: '';
    font: bold 0.5625rem/16px 'GEMicon';
    margin: 0 20px 0 20px;
    font-size: 15px;
  }
  .multi_step_form #wizard #msform .progressbarCont .progressbar button:after {
    content: '';
    width: 100%;
    height: 10px;
    background: #eaf0f4;
    position: absolute;
    left: -50%;
    top: 21px;
    z-index: -1;
  }
  .multi_step_form
    #wizard
    #msform
    .progressbarCont
    .progressbar
    button:last-child:after {
    width: 150%;
  }
  .multi_step_form #wizard #msform .progressbarCont .progressbar button.active {
    color: #ec721f;
    font: normal 1.25rem/28px 'Conv_GretaSansStd-Bold';
  }
  .multi_step_form
    #wizard
    #msform
    .progressbarCont
    .progressbar
    button.active:before,
  .multi_step_form
    #wizard
    #msform
    .progressbarCont
    .progressbar
    button.active:after {
    color: #ec721f;
  }
  .multi_step_form #wizard #msform .action-button {
    background: #5cb85c;
    color: #fff;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    min-width: 130px;
    font:
      700 0.875rem/40px 'Roboto',
      sans-serif;
    border: 1px solid #5cb85c;
    margin: 0 5px;
    display: inline-block;
  }
  .multi_step_form #wizard #msform .action-button:hover,
  .multi_step_form #wizard #msform .action-button:focus {
    background: #405867;
    border-color: #405867;
  }
  .multi_step_form #wizard #msform .previous_button {
    background: transparent;
    color: #99a2a8;
    border-color: #99a2a8;
  }
  .multi_step_form #wizard #msform .previous_button:hover,
  .multi_step_form #wizard #msform .previous_button:focus {
    background: #405867;
    border-color: #405867;
    color: #fff;
  }
}
@media (max-width: 600px) {
  .multi_step_form {
    display: block;
    padding: 0 !important;
  }
  .multi_step_form #wizard {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
  .multi_step_form #wizard #msform {
    z-index: 1;
    height: auto;
  }
  .multi_step_form #wizard #msform .tickteingDescriptionCont h3 {
    font: normal 1.25rem/50px 'Conv_GretaSansStd-Regular' !important;
    text-align: left;
    color: #7e6755;
  }
  .multi_step_form
    #wizard
    #msform
    .tickteingDescriptionCont
    h3
    .linkDescription {
    font: normal 1.25rem/50px 'Conv_GretaSansStd-Bold' !important;
    color: #ec721f;
    text-decoration: underline;
  }
  .multi_step_form #wizard #msform .mainTabTitle {
    color: #7e6755;
    text-align: left;
    margin-top: 32px;
    font-size: 8vw;
    margin-bottom: 0;
  }
  .multi_step_form #wizard #msform .titleDescription {
    color: #7e6755;
    margin-top: 12px;
    font-size: 1.25rem;
  }
  .multi_step_form #wizard #msform .sectionTitleCont {
    display: flex;
    justify-content: left;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .multi_step_form #wizard #msform .openingHourCont {
    background-color: #fff;
    padding: 0;
    width: calc((100% - 10px) / 1.5);
  }
  .multi_step_form #wizard #msform .openingHourCont .openHourTitle {
    padding: 45px 45px 0 45px;
    color: #7e6755;
    font: normal 1.5rem 'Conv_GretaSansStd-Bold' !important;
  }
  .multi_step_form #wizard #msform .openingHourCont hr {
    background-color: #707070;
  }
  .multi_step_form #wizard #msform .openingHourCont article {
    margin: 10px 0;
    padding: 0 45px;
    color: #7f7f7f;
    font-size: 1.25rem;
    white-space: pre-line;
  }
  .multi_step_form #wizard #msform .openingHourCont .officialHoliday {
    padding: 0 45px 45px;
  }
  .multi_step_form #wizard #msform .QuestionCont {
    position: relative;
    width: 100%;
    text-align: left;
    border-left: solid #b93d23 10px;
    padding: 20px;
    margin-top: 30px;
    background-color: rgba(112, 112, 112, 0.15);
  }
  .multi_step_form #wizard #msform .QuestionCont h2 {
    color: #707070;
    font-family: 'Conv_GretaSansStd-Bold' !important;
    margin-bottom: 5px;
  }
  .multi_step_form #wizard #msform .QuestionCont .questionDetails {
    color: #707070;
  }
  .multi_step_form #wizard #msform .QuestionCont .questionDetails a {
    color: #ec721f;
    text-decoration: underline;
  }
  .multi_step_form #wizard #msform .bookTicketCont {
    max-width: 100%;
    flex: 100%;
  }
  .multi_step_form #wizard #msform .bookTicketCont .bookTicketItem {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .multi_step_form #wizard #msform .bookTicketCont .bookTicketItem .card {
    padding: 0;
    overflow: hidden;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    .card
    .txtCont {
    border-bottom: solid rgba(112, 112, 112, 0.2) 1px;
    border-left: solid #b93d23 10px;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    .card
    .txtCont
    .card-body {
    padding: 20px;
    background-color: #f9f9f9;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    .card
    .txtCont
    .card-body
    .card-title {
    color: #7e6755;
    line-height: 32px;
    font-size: 1.875rem;
    font-family: 'Conv_GretaSansStd-Bold';
    margin-bottom: 0;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    .card
    .txtCont
    .card-body
    .card-text {
    color: #7e6755;
    line-height: 28px;
    font-size: 1.25rem;
    font-family: 'Conv_GretaSansStd-Regular';
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .ticketInfoCont {
    justify-content: space-around;
    align-items: center;
    display: flex;
    padding: 10px 15px 0;
    flex-direction: column;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .ticketInfoCont
    .ticketInfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .ticketInfoCont
    .ticketInfo
    .ticketDetails
    .personType {
    color: #7e6755;
    line-height: 24px;
    font-size: 1.125rem;
    font-family: 'Conv_GretaSansStd-Regular';
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .ticketInfoCont
    .ticketInfo
    .ticketDetails
    .ticketPrice {
    color: rgba(126, 103, 85, 0.5);
    line-height: 20px;
    font-size: 0.875rem;
    font-family: 'Conv_GretaSansStd-Regular';
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .ticketInfoCont
    .ticketInfo
    .ticketNumberCont {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .ticketInfoCont
    .ticketInfo
    .ticketNumberCont
    span {
    width: 28px;
    height: 28px;
    background-color: #ec721f;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
    font-size: 20px;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .ticketInfoCont
    .ticketInfo
    .ticketNumberCont
    input[type='number']::-webkit-inner-spin-button,
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .ticketInfoCont
    .ticketInfo
    .ticketNumberCont
    input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .ticketInfoCont
    .ticketInfo
    .ticketNumberCont
    input {
    color: #7e6755;
    line-height: 28px;
    font-size: 1.25rem;
    font-family: 'Conv_GretaSansStd-Bold';
    width: 40px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border: none;
    text-align: center;
    box-shadow: none;
    outline: none;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .ticketInfoCont
    .ticketInfo
    .ticketNumberCont
    input:focus {
    box-shadow: none;
    outline: none;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .collapse.show
    + div {
    background-image: linear-gradient(
      to right,
      rgba(112, 112, 112, 0.2) 60%,
      rgba(255, 255, 255, 0) 1%
    );
    background-position: top;
    background-size: 14px 1px;
    background-repeat: repeat-x;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .card-header {
    cursor: pointer;
    background-image: none;
    padding: 0;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .card-header
    .totalCardCont {
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 2.25rem;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .card-header
    .totalCardCont
    .pricePerCard {
    font-size: 0.9375rem;
    line-height: 21px;
    color: #7e6755;
    font-family: 'Conv_GretaSansStd-Bold';
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .card-header
    .totalCardCont
    .numberOfSelectedTickets {
    font-size: 0.875rem;
    line-height: 22px;
    color: #7e6755;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .card-header
    .totalCardCont
    .numberOfSelectedTickets
    span:before {
    font-size: 0.9375rem;
    color: #ec721f;
    transform: rotate(-90deg);
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
    font-weight: bold;
    transition: all 0.3s linear;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .bookTicketItem
    #accordionTickets
    .card-header
    .collapsed
    .totalCardCont
    .numberOfSelectedTickets
    span:before {
    transform: rotate(90deg);
  }
  .multi_step_form #wizard #msform .bookTicketCont .selectVisitDateCont {
    background-color: #fff;
    display: flex;
    border: solid rgba(29, 29, 29, 0.15) 1px;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .selectVisitDateCont
    .selectDateLbl {
    color: #7e6755;
    font-size: 1.25rem;
    line-height: 22px;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .selectVisitDateCont
    .calendarCont
    .dateLbl {
    font-size: 1.25rem;
    line-height: 22px;
    color: #878787;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .selectVisitDateCont
    .calendarCont
    .dateLbl
    .mat-form-field-prefix,
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .selectVisitDateCont
    .calendarCont
    .dateLbl
    .mat-form-field-suffix {
    top: 17px !important;
    right: 21px !important;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .selectVisitDateCont
    .calendarCont
    .dateLbl
    .mat-button-wrapper
    svg {
    display: none;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .selectVisitDateCont
    .calendarCont
    .dateLbl
    .mat-button-wrapper:after {
    content: '';
    font-family: 'GEMicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ec721f;
  }
  .multi_step_form
    #wizard
    #msform
    .bookTicketCont
    .selectVisitDateCont
    .calendarCont
    .dateLbl
    .mat-input-element {
    margin-top: -0.2em;
  }
  .multi_step_form #wizard #msform .miniCartCont {
    max-width: 100%;
    flex: 100%;
    padding-right: 15px;
    padding-left: 15px;
    height: fit-content;
  }
  .multi_step_form #wizard #msform .miniCartCont .cartTitle {
    background-color: #f3f0ed;
    padding: 20px;
    color: #7e6755;
    font-size: 1.5rem;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Conv_GretaSansStd-Regular' !important;
  }
  .multi_step_form #wizard #msform .miniCartCont .ticketCartItemCont {
    padding: 25px;
    background-color: #fff;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .selectVisitDateCont {
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    margin-bottom: 15px;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .selectVisitDateCont
    .selectDateLbl {
    color: #7e6755;
    font-size: 1rem;
    line-height: 22px;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .selectVisitDateCont
    .calendarCont
    .dateLbl {
    font-size: 1rem;
    line-height: 22px;
    color: #7e6755;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .ticketCartItem {
    margin-bottom: 10px;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .ticketCartItem
    .ticketTypeHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    background-color: #f1f1f1;
    border-left: solid #b93d23 8px;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .ticketCartItem
    .ticketTypeHeader
    .Title,
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .ticketCartItem
    .ticketTypeHeader
    .Price {
    color: #7e6755;
    font-size: 1.25rem;
    line-height: 24px;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .ticketCartItem
    .ticketTypeSummary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 20px;
    background-color: #f9f9f9;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .ticketCartItem
    .ticketTypeSummary
    .personType {
    color: #7e6755;
    font-size: 1rem;
    line-height: 24px;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .ticketCartItem
    .ticketTypeSummary
    .singleTicketPrice {
    display: flex;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .ticketCartItem
    .ticketTypeSummary
    .singleTicketPrice
    .Price {
    color: #7e6755;
    font-size: 1rem;
    line-height: 24px;
  }
  .multi_step_form
    #wizard
    #msform
    .miniCartCont
    .ticketCartItemCont
    .ticketCartItem
    .ticketTypeSummary
    .singleTicketPrice
    .declineOrder {
    background-color: #b93d23;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.875rem;
    border-radius: 50px;
    margin-left: 10px;
    cursor: pointer;
  }
  .multi_step_form #wizard #msform .miniCartCont .totalPriceCont {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-top: solid #d6d6d6 1px;
  }
  .multi_step_form #wizard #msform .miniCartCont .totalPriceCont .priceLbl {
    color: #7e6755;
    font-size: 1.125rem;
    line-height: 28px;
  }
  .multi_step_form #wizard #msform .miniCartCont .totalPriceCont .Price {
    color: #7e6755;
    font-size: 1.5rem;
    line-height: 35px;
    font-family: 'Conv_GretaSansStd-Bold';
  }
  .multi_step_form #wizard #msform .miniCartCont .viewSummery {
    width: 100%;
    margin-top: 15px;
    padding: 8px;
  }
  .multi_step_form #wizard #msform .miniCartCont .viewSummery:hover {
    color: #ec721f;
  }
  .multi_step_form #wizard #msform .miniCartCont .openingInfo {
    font-size: 1.25rem;
    line-height: 28px;
    color: #7e6755;
    margin-top: 30px;
  }
  .multi_step_form #wizard #msform .miniCartCont.sticky {
    position: sticky;
    top: 0;
  }
  .multi_step_form #wizard #msform .editProfileContainer .briefOnAddressCont {
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .briefOnAddressCont
    div {
    margin-bottom: 5px;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .briefOnAddressCont
    .addressSection
    .Lbl {
    color: #7e6755;
    font-size: 1.5rem;
    line-height: 33px;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .briefOnAddressCont
    .addressSection
    .Address {
    color: #aaa;
    font-size: 1.25rem;
    line-height: 24px;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .briefOnAddressCont
    .mobileSection
    .Lbl {
    color: #7e6755;
    font-size: 1.5rem;
    line-height: 33px;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .briefOnAddressCont
    .mobileSection
    .Mobile {
    color: #aaa;
    font-size: 1.25rem;
    line-height: 24px;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .briefOnAddressCont
    .editProfileAction
    .Edit {
    padding: 10px 58px;
    color: #ec721f;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .briefOnAddressCont
    .editProfileAction
    .Edit:hover {
    color: #fff;
  }
  .multi_step_form #wizard #msform .editProfileContainer .ticketSummaryCont {
    background-color: #fff;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .summaryTitle {
    font-size: 1.5rem;
    color: #7e6755;
    padding: 25px 30px;
    background-color: #f3f0ed;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .tableTitleWrapper {
    display: flex;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .tableTitleWrapper
    .Title,
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .tableTitleWrapper
    .Price {
    font-size: 1.5rem;
    padding: 35px 30px 0;
    line-height: 35px;
    color: #7e6755;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .tableTitleWrapper
    .Price {
    margin-left: 40px;
    font-family: 'Conv_GretaSansStd-Bold';
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .summaryGridCont {
    padding: 30px;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .summaryGridCont
    .table
    thead {
    background-color: #e4e0dc;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .summaryGridCont
    .table
    thead
    th {
    color: #7e6755;
    font-size: 1.25rem;
    line-height: 28px;
    border-bottom: none;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .summaryGridCont
    .table
    tbody
    tr {
    background-color: #f9f9f9;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .summaryGridCont
    .table
    tbody
    tr:hover {
    background-color: #f5f3f2;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .summaryGridCont
    .table
    tbody
    tr
    td {
    color: #7e6755;
    font-size: 1rem;
    line-height: 23px;
    padding: 13px 20px;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .totalPriceCont {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: solid #d6d6d6 1px;
    padding: 25px 45px;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .totalPriceCont
    .priceLbl {
    font-size: 1.25rem;
    line-height: 28px;
    color: #7e6755;
  }
  .multi_step_form
    #wizard
    #msform
    .editProfileContainer
    .ticketSummaryCont
    .totalPriceCont
    .Price {
    font-size: 1.5rem;
    line-height: 35px;
    color: #7e6755;
    font-family: 'Conv_GretaSansStd-Bold';
    margin-left: 30px;
  }
  .multi_step_form #wizard #msform .editProfileContainer .checkOutBtn {
    padding: 10px 80px;
    float: right;
  }
  .multi_step_form #wizard #msform .bookSuccessfulContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background-color: #fff;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .multi_step_form #wizard #msform .bookSuccessfulContainer .successImage {
    margin-bottom: 30px;
    justify-content: center;
    display: flex;
    align-items: self-end;
  }
  .multi_step_form
    #wizard
    #msform
    .bookSuccessfulContainer
    .bookingSuccessfully {
    font-size: 2.25rem;
    color: #7e6755;
    line-height: 48px;
    margin-bottom: 10px;
    font-family: 'Conv_GretaSansStd-Bold';
  }
  .multi_step_form #wizard #msform .bookSuccessfulContainer .userMsg,
  .multi_step_form #wizard #msform .bookSuccessfulContainer .checkMail {
    font-size: 1.25rem;
    color: #7e6755;
    line-height: 28px;
  }
  .multi_step_form #wizard #msform .bookSuccessfulContainer .checkMail {
    margin-bottom: 40px;
  }
  .multi_step_form #wizard #msform .bookSuccessfulContainer .verifyFromUser {
    font-size: 1.25rem;
    color: #7e6755;
    line-height: 28px;
    margin-bottom: 48px;
  }
  .multi_step_form
    #wizard
    #msform
    .bookSuccessfulContainer
    .verifyFromUser
    .resendMail {
    color: #ec721f;
    text-decoration: underline;
    font-family: 'Conv_GretaSansStd-Bold';
  }
  .multi_step_form #wizard #msform .bookSuccessfulContainer .anotherTicket {
    margin-bottom: 40px;
  }
  .multi_step_form
    #wizard
    #msform
    .bookSuccessfulContainer
    .anotherTicket
    .anotherTicketBtn {
    font-size: 1.5rem;
    padding: 10px 20px;
  }
  .multi_step_form
    #wizard
    #msform
    .bookSuccessfulContainer
    .anotherTicket
    .anotherTicketBtn:hover {
    color: #ec721f;
  }
  .multi_step_form #wizard #msform .bookSuccessfulContainer .myTickets {
    color: #ec721f;
    text-decoration: underline;
    font-size: 1.25rem;
    line-height: 28px;
  }
  .multi_step_form #wizard #msform .userProfileContainer {
    background-color: #fff;
    padding: 20px;
  }
  .multi_step_form #wizard #msform .userProfileContainer .personalInfoCont {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .multi_step_form
    #wizard
    #msform
    .userProfileContainer
    .personalInfoCont
    .personInfo
    .lblField {
    color: #7e6755;
    font-size: 1.25rem;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .multi_step_form
    #wizard
    #msform
    .userProfileContainer
    .personalInfoCont
    .personInfo
    .ticketNumberCont
    .inputField {
    height: 45px;
    width: 290px;
    padding-left: 20px;
    font-size: 1rem;
    color: rgba(126, 103, 85, 0.5);
    border: solid #7e6755 1px;
  }
  .multi_step_form #wizard #msform .next.main-button,
  .multi_step_form #wizard #msform .next.main-button-inv,
  .multi_step_form
    #wizard
    #msform
    .media-gallery
    .media-gallery-carousel
    .owl-nav
    .next.owl-prev,
  .media-gallery
    .media-gallery-carousel
    .owl-nav
    .multi_step_form
    #wizard
    #msform
    .next.owl-prev,
  .multi_step_form
    #wizard
    #msform
    .media-gallery
    .media-gallery-carousel
    .owl-nav
    .next.owl-next,
  .media-gallery
    .media-gallery-carousel
    .owl-nav
    .multi_step_form
    #wizard
    #msform
    .next.owl-next,
  .multi_step_form #wizard #msform .previous.main-button,
  .multi_step_form #wizard #msform .previous.main-button-inv,
  .multi_step_form
    #wizard
    #msform
    .media-gallery
    .media-gallery-carousel
    .owl-nav
    .previous.owl-prev,
  .media-gallery
    .media-gallery-carousel
    .owl-nav
    .multi_step_form
    #wizard
    #msform
    .previous.owl-prev,
  .multi_step_form
    #wizard
    #msform
    .media-gallery
    .media-gallery-carousel
    .owl-nav
    .previous.owl-next,
  .media-gallery
    .media-gallery-carousel
    .owl-nav
    .multi_step_form
    #wizard
    #msform
    .previous.owl-next {
    padding: 10px 108px;
    display: inline-block;
    margin: 50px 0;
  }
  .multi_step_form #wizard #msform .next.main-button:hover,
  .multi_step_form #wizard #msform .next.main-button-inv:hover,
  .multi_step_form
    #wizard
    #msform
    .media-gallery
    .media-gallery-carousel
    .owl-nav
    .next.owl-prev:hover,
  .media-gallery
    .media-gallery-carousel
    .owl-nav
    .multi_step_form
    #wizard
    #msform
    .next.owl-prev:hover,
  .multi_step_form
    #wizard
    #msform
    .media-gallery
    .media-gallery-carousel
    .owl-nav
    .next.owl-next:hover,
  .media-gallery
    .media-gallery-carousel
    .owl-nav
    .multi_step_form
    #wizard
    #msform
    .next.owl-next:hover,
  .multi_step_form #wizard #msform .previous.main-button:hover,
  .multi_step_form #wizard #msform .previous.main-button-inv:hover,
  .multi_step_form
    #wizard
    #msform
    .media-gallery
    .media-gallery-carousel
    .owl-nav
    .previous.owl-prev:hover,
  .media-gallery
    .media-gallery-carousel
    .owl-nav
    .multi_step_form
    #wizard
    #msform
    .previous.owl-prev:hover,
  .multi_step_form
    #wizard
    #msform
    .media-gallery
    .media-gallery-carousel
    .owl-nav
    .previous.owl-next:hover,
  .media-gallery
    .media-gallery-carousel
    .owl-nav
    .multi_step_form
    #wizard
    #msform
    .previous.owl-next:hover {
    color: #ec721f;
  }
  .multi_step_form #wizard #msform .profile-content .profile-card {
    background-color: #fff;
  }
  .multi_step_form #wizard #msform .profile-content .action-section {
    background-color: transparent;
    padding: 10px 0;
  }
  .multi_step_form #wizard #msform .profile-content .mat-form-field-suffix {
    top: 14px !important;
  }
  .multi_step_form #wizard #msform .profile-content .mat-input-element {
    padding: 1.1rem 0.75rem !important;
  }
  .multi_step_form #wizard #msform .tittle {
    text-align: center;
    padding-bottom: 55px;
  }
  .multi_step_form #wizard #msform .tittle h2 {
    font:
      500 1.5rem/35px 'Roboto',
      sans-serif;
    color: #3f4553;
    padding-bottom: 5px;
  }
  .multi_step_form #wizard #msform .tittle p {
    font:
      400 1rem/28px 'Roboto',
      sans-serif;
    color: #5f6771;
  }
  .multi_step_form #wizard #msform fieldset {
    border: 0;
    position: relative !important;
    width: 100%;
    left: 0;
    right: 0;
  }
  .multi_step_form #wizard #msform fieldset:not(:first-of-type) {
    display: none;
  }
  .multi_step_form #wizard #msform fieldset h3 {
    font:
      500 1.125rem/35px 'Roboto',
      sans-serif;
    color: #3f4553;
  }
  .multi_step_form #wizard #msform fieldset h6 {
    font:
      400 0.9375rem/28px 'Roboto',
      sans-serif;
    color: #5f6771;
    padding-bottom: 30px;
  }
  .multi_step_form #wizard #msform fieldset .intl-tel-input {
    display: block;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
  }
  .multi_step_form
    #wizard
    #msform
    fieldset
    .intl-tel-input
    .flag-container
    .selected-flag {
    padding: 0 20px;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    width: 65px;
  }
  .multi_step_form
    #wizard
    #msform
    fieldset
    .intl-tel-input
    .flag-container
    .selected-flag
    .iti-arrow {
    border: 0;
  }
  .multi_step_form
    #wizard
    #msform
    fieldset
    .intl-tel-input
    .flag-container
    .selected-flag
    .iti-arrow:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    font: normal normal normal 24px/7px Ionicons;
    color: #5f6771;
  }
  .multi_step_form #wizard #msform fieldset #phone {
    padding-left: 80px;
  }
  .multi_step_form #wizard #msform fieldset .form-group {
    width: 100%;
    text-align: left;
    display: flex;
  }
  .multi_step_form #wizard #msform fieldset .fg_2,
  .multi_step_form #wizard #msform fieldset .fg_3 {
    padding-top: 10px;
    display: block;
    overflow: hidden;
  }
  .multi_step_form #wizard #msform fieldset .fg_3 {
    padding-bottom: 70px;
  }
  .multi_step_form #wizard #msform fieldset .form-control,
  .multi_step_form #wizard #msform fieldset .product_select {
    border-radius: 3px;
    border: 1px solid #d8e1e7;
    padding: 0 20px;
    height: auto;
    font:
      400 0.9375rem/48px 'Roboto',
      sans-serif;
    color: #5f6771;
    box-shadow: none;
    outline: none;
    width: 100%;
  }
  .multi_step_form
    #wizard
    #msform
    fieldset
    .form-control
    ::-webkit-input-placeholder,
  .multi_step_form
    #wizard
    #msform
    fieldset
    .product_select
    ::-webkit-input-placeholder {
    color: #5f6771;
  }
  .multi_step_form #wizard #msform fieldset .form-control :-moz-placeholder,
  .multi_step_form #wizard #msform fieldset .product_select :-moz-placeholder {
    color: #5f6771;
  }
  .multi_step_form
    #wizard
    #msform
    fieldset
    .form-control
    :-ms-input-placeholder,
  .multi_step_form
    #wizard
    #msform
    fieldset
    .product_select
    :-ms-input-placeholder {
    color: #5f6771;
  }
  .multi_step_form #wizard #msform fieldset .form-control:hover,
  .multi_step_form #wizard #msform fieldset .form-control:focus,
  .multi_step_form #wizard #msform fieldset .product_select:hover,
  .multi_step_form #wizard #msform fieldset .product_select:focus {
    border-color: #5cb85c;
  }
  .multi_step_form
    #wizard
    #msform
    fieldset
    .form-control:focus
    ::-webkit-input-placeholder,
  .multi_step_form
    #wizard
    #msform
    fieldset
    .product_select:focus
    ::-webkit-input-placeholder {
    color: transparent;
  }
  .multi_step_form
    #wizard
    #msform
    fieldset
    .form-control:focus
    :-moz-placeholder,
  .multi_step_form
    #wizard
    #msform
    fieldset
    .product_select:focus
    :-moz-placeholder {
    color: transparent;
  }
  .multi_step_form
    #wizard
    #msform
    fieldset
    .form-control:focus
    :-ms-input-placeholder,
  .multi_step_form
    #wizard
    #msform
    fieldset
    .product_select:focus
    :-ms-input-placeholder {
    color: transparent;
  }
  .multi_step_form #wizard #msform fieldset .product_select:after {
    display: none;
  }
  .multi_step_form #wizard #msform fieldset .product_select:before {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    font: normal normal normal 1.5rem/48px Ionicons;
    color: #5f6771;
  }
  .multi_step_form #wizard #msform fieldset .product_select .list {
    width: 100%;
  }
  .multi_step_form #wizard #msform fieldset .done_text {
    padding-top: 40px;
  }
  .multi_step_form #wizard #msform fieldset .done_text .don_icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 1.375rem;
    margin-bottom: 10px;
    background: #5cb85c;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
  }
  .multi_step_form #wizard #msform fieldset .done_text h6 {
    line-height: 23px;
  }
  .multi_step_form #wizard #msform fieldset .code_group {
    margin-bottom: 60px;
  }
  .multi_step_form #wizard #msform fieldset .code_group .form-control {
    border: 0;
    border-bottom: 1px solid #a1a7ac;
    border-radius: 0;
    display: inline-block;
    width: 30px;
    font-size: 1.875rem;
    color: #5f6771;
    padding: 0;
    margin-right: 7px;
    text-align: center;
    line-height: 1;
  }
  .multi_step_form #wizard #msform fieldset .passport {
    margin-top: -10px;
    padding-bottom: 30px;
    position: relative;
  }
  .multi_step_form #wizard #msform fieldset .passport .don_icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 1.375rem;
    position: absolute;
    top: 4px;
    right: 0;
    background: #5cb85c;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
  }
  .multi_step_form #wizard #msform fieldset .passport h4 {
    font:
      500 0.9375rem/23px 'Roboto',
      sans-serif;
    color: #5f6771;
    padding: 0;
  }
  .multi_step_form #wizard #msform fieldset .input-group {
    padding-bottom: 40px;
  }
  .multi_step_form #wizard #msform fieldset .input-group .custom-file {
    width: 100%;
    height: auto;
  }
  .multi_step_form
    #wizard
    #msform
    fieldset
    .input-group
    .custom-file
    .custom-file-label {
    width: 168px;
    border-radius: 5px;
    cursor: pointer;
    font:
      700 0.875rem/40px 'Roboto',
      sans-serif;
    border: 1px solid #99a2a8;
    text-align: center;
    transition: all 0.2s ease-in-out;
    color: #5f6771;
  }
}
@media screen and (max-width: 600px) and (prefers-reduced-motion: reduce) {
  .multi_step_form
    #wizard
    #msform
    fieldset
    .input-group
    .custom-file
    .custom-file-label {
    transition: none;
  }
}
@media (max-width: 600px) {
  .multi_step_form
    #wizard
    #msform
    fieldset
    .input-group
    .custom-file
    .custom-file-label
    i {
    font-size: 1.25rem;
    padding-right: 10px;
  }
  .multi_step_form
    #wizard
    #msform
    fieldset
    .input-group
    .custom-file
    .custom-file-label:hover,
  .multi_step_form
    #wizard
    #msform
    fieldset
    .input-group
    .custom-file
    .custom-file-label:focus {
    background: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
  }
  .multi_step_form #wizard #msform fieldset .input-group .custom-file input {
    display: none;
  }
  .multi_step_form #wizard #msform fieldset .file_added {
    text-align: left;
    padding-left: 190px;
    padding-bottom: 60px;
  }
  .multi_step_form #wizard #msform fieldset .file_added li {
    font:
      400 0.9375rem/28px 'Roboto',
      sans-serif;
    color: #5f6771;
  }
  .multi_step_form #wizard #msform fieldset .file_added li a {
    color: #5cb85c;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-left: 15px;
  }
  .multi_step_form #wizard #msform fieldset .file_added li a i {
    font-size: 1.375rem;
    padding-right: 8px;
    position: absolute;
    transform: rotate(20deg);
  }
  .multi_step_form #wizard #msform .progressbarCont {
    margin-bottom: 30px;
    background-color: #fff;
  }
  .multi_step_form #wizard #msform .progressbarCont .progressbar {
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    border-bottom: none;
  }
  .multi_step_form #wizard #msform .progressbarCont .progressbar button {
    list-style-type: none;
    color: #99a2a8;
    font-size: 1.2rem !important;
    float: left;
    position: relative;
    font: normal 20px/28px 'Conv_GretaSansStd-Regular';
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .multi_step_form
    #wizard
    #msform
    .progressbarCont
    .progressbar
    button:nth-child(2):before {
    content: '';
  }
  .multi_step_form
    #wizard
    #msform
    .progressbarCont
    .progressbar
    button:nth-child(3):before {
    content: '';
    margin: 0;
  }
  .multi_step_form
    #wizard
    #msform
    .progressbarCont
    .progressbar
    button:nth-child(4):before {
    content: '';
  }
  .multi_step_form #wizard #msform .progressbarCont .progressbar button:before {
    content: '';
    font: bold 0.4rem/16px 'GEMicon';
    margin: 0 10px 0 10px;
    font-size: 15px;
  }
  .multi_step_form #wizard #msform .progressbarCont .progressbar button:after {
    content: '';
    width: 100%;
    height: 10px;
    background: #eaf0f4;
    position: absolute;
    left: -50%;
    top: 21px;
    z-index: -1;
  }
  .multi_step_form
    #wizard
    #msform
    .progressbarCont
    .progressbar
    button:last-child:after {
    width: 150%;
  }
  .multi_step_form #wizard #msform .progressbarCont .progressbar button.active {
    color: #ec721f;
    font: normal 1.35rem/28px 'Conv_GretaSansStd-Bold';
  }
  .multi_step_form
    #wizard
    #msform
    .progressbarCont
    .progressbar
    button.active:before,
  .multi_step_form
    #wizard
    #msform
    .progressbarCont
    .progressbar
    button.active:after {
    color: #ec721f;
  }
  .multi_step_form #wizard #msform .action-button {
    background: #5cb85c;
    color: #fff;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    min-width: 130px;
    font:
      700 0.875rem/40px 'Roboto',
      sans-serif;
    border: 1px solid #5cb85c;
    margin: 0 5px;
    display: inline-block;
  }
  .multi_step_form #wizard #msform .action-button:hover,
  .multi_step_form #wizard #msform .action-button:focus {
    background: #405867;
    border-color: #405867;
  }
  .multi_step_form #wizard #msform .previous_button {
    background: transparent;
    color: #99a2a8;
    border-color: #99a2a8;
  }
  .multi_step_form #wizard #msform .previous_button:hover,
  .multi_step_form #wizard #msform .previous_button:focus {
    background: #405867;
    border-color: #405867;
    color: #fff;
  }
}
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: 'GEMicon';
  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;
  }
}
