body {
  font-family: Jost;
}
.display-1 {
  font-family: 'arial';
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-2 {
  font-family: 'arial';
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'arial';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'arial';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'arial';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.26rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #353535 !important;
}
.bg-success {
  background-color: #8d8c8c !important;
}
.bg-info {
  background-color: #51792e !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #4c4b4b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dfdfdf !important;
  border-color: #dfdfdf !important;
  color: #606060 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b4b4b4 !important;
  border-color: #b4b4b4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #606060 !important;
  background-color: #b4b4b4 !important;
  border-color: #b4b4b4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #51792e !important;
  border-color: #51792e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #273a16 !important;
  border-color: #273a16 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #273a16 !important;
  border-color: #273a16 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8d8c8c !important;
  border-color: #8d8c8c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #626161 !important;
  border-color: #626161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #626161 !important;
  border-color: #626161 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4c4b4b !important;
  border-color: #4c4b4b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #202020 !important;
  border-color: #202020 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #202020 !important;
  border-color: #202020 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dfdfdf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b4b4b4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #606060 !important;
  background-color: #dfdfdf !important;
  border-color: #dfdfdf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #51792e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #273a16 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #51792e !important;
  border-color: #51792e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8d8c8c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #626161 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8d8c8c !important;
  border-color: #8d8c8c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4c4b4b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #202020 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4c4b4b !important;
  border-color: #4c4b4b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #353535 !important;
}
.text-secondary {
  color: #dfdfdf !important;
}
.text-success {
  color: #8d8c8c !important;
}
.text-info {
  color: #51792e !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #4c4b4b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #020202 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #acacac !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5a5959 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #202f12 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #191818 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #353535;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #51792e;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #4c4b4b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #353535;
  border-color: #353535;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #353535;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cccccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #90c463;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bfbebe;
}
/* Scroll to top button*/
.form-control {
  font-family: 'arial';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #353535 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'arial';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #353535;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #353535;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #353535;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #353535 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #dfdfdf !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23353535' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tM4uz3Wts8 {
  z-index: 1000;
  width: 100%;
}
.cid-tM4uz3Wts8 nav.navbar {
  position: fixed;
}
.cid-tM4uz3Wts8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tM4uz3Wts8 .dropdown-menu {
  padding: 0;
}
.cid-tM4uz3Wts8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tM4uz3Wts8 .dropdown-item:hover,
.cid-tM4uz3Wts8 .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tM4uz3Wts8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tM4uz3Wts8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tM4uz3Wts8 .nav-link {
  position: relative;
}
.cid-tM4uz3Wts8 .container {
  display: flex;
  margin: auto;
}
.cid-tM4uz3Wts8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tM4uz3Wts8 .navbar-caption {
  padding-right: 4rem;
}
.cid-tM4uz3Wts8 .dropdown-menu,
.cid-tM4uz3Wts8 .navbar.opened {
  background: #ffffff !important;
}
.cid-tM4uz3Wts8 .nav-item:focus,
.cid-tM4uz3Wts8 .nav-link:focus {
  outline: none;
}
.cid-tM4uz3Wts8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tM4uz3Wts8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tM4uz3Wts8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tM4uz3Wts8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tM4uz3Wts8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tM4uz3Wts8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tM4uz3Wts8 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-tM4uz3Wts8 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tM4uz3Wts8 .navbar.opened {
  transition: all .3s;
}
.cid-tM4uz3Wts8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tM4uz3Wts8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tM4uz3Wts8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tM4uz3Wts8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tM4uz3Wts8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tM4uz3Wts8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tM4uz3Wts8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tM4uz3Wts8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM4uz3Wts8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tM4uz3Wts8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM4uz3Wts8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tM4uz3Wts8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tM4uz3Wts8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tM4uz3Wts8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM4uz3Wts8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tM4uz3Wts8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM4uz3Wts8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tM4uz3Wts8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tM4uz3Wts8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM4uz3Wts8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tM4uz3Wts8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tM4uz3Wts8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tM4uz3Wts8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tM4uz3Wts8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tM4uz3Wts8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tM4uz3Wts8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tM4uz3Wts8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tM4uz3Wts8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM4uz3Wts8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM4uz3Wts8 .dropdown-item.active,
.cid-tM4uz3Wts8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tM4uz3Wts8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tM4uz3Wts8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tM4uz3Wts8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tM4uz3Wts8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tM4uz3Wts8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tM4uz3Wts8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM4uz3Wts8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tM4uz3Wts8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tM4uz3Wts8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tM4uz3Wts8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tM4uz3Wts8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tM4uz3Wts8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tM4uz3Wts8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tM4uz3Wts8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tM4uz3Wts8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM4uz3Wts8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tM4uz3Wts8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tM4uz3Wts8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM4uz3Wts8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tM4uz3Wts8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tM4uz3Wts8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tM4uz3Wts8 .navbar {
    height: 77px;
  }
  .cid-tM4uz3Wts8 .navbar.opened {
    height: auto;
  }
  .cid-tM4uz3Wts8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tM4vf4qe6n {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/archaeotravelde-mainimage13-1920x350-2-1920x350.jpg");
}
.cid-tM4vf4qe6n .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-tM4vf4qe6n .mbr-text,
.cid-tM4vf4qe6n .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tM4vf4qe6n .mbr-section-title,
  .cid-tM4vf4qe6n .mbr-section-btn,
  .cid-tM4vf4qe6n .mbr-text {
    text-align: center;
  }
}
.cid-tiW2i5bWmi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-tiW2i5bWmi .mbr-text {
  color: #353535;
}
.cid-ucMQLzbFKl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/keltenfuersthochdorfweb-2000x1500.jpg");
}
.cid-ucMQLzbFKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucMQLzbFKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucMQLzbFKl .card-wrapper {
  background: #e8e8e8;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ucMQLzbFKl .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucMQLzbFKl .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucMQLzbFKl .card-wrapper {
    padding: 4rem;
  }
}
.cid-ucMQLzbFKl .card-title {
  color: #353535;
  text-align: center;
}
.cid-ucMQLzbFKl .mbr-text,
.cid-ucMQLzbFKl .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-ufCagV7QKm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-ufCagV7QKm .mbr-text {
  color: #353535;
  text-align: right;
}
.cid-ucHmOJK81w {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-ucHmOJK81w .mbr-section-subtitle {
  color: #353535;
}
.cid-ucHmOJK81w .mbr-text {
  color: #353535;
}
.cid-ucHr2yrcWr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e8e8e8;
}
.cid-ucHr2yrcWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucHr2yrcWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-ucHr2yrcWr .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #6c6c6c;
}
.cid-ucHr2yrcWr .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ucHr2yrcWr .mbr-text,
.cid-ucHr2yrcWr .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tjemcO4TUv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-tjemcO4TUv .mbr-text {
  color: #353535;
}
.cid-tQly9AniZj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-tQly9AniZj .mbr-text {
  color: #353535;
}
.cid-ufwAGQRo4h {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-ufwAGQRo4h .mbr-text {
  color: #353535;
}
.cid-ufwBDTmvYt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-ufwBDTmvYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufwBDTmvYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufwBDTmvYt .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-ufwBDTmvYt .currentcost {
  color: #232323;
}
.cid-ufwBDTmvYt .card-wrapper {
  border-radius: 4px;
  background: #e8e8e8;
}
@media (min-width: 992px) {
  .cid-ufwBDTmvYt .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ufwBDTmvYt .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufwBDTmvYt .text-box {
    padding: 1rem;
  }
}
.cid-ufwBDTmvYt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ufwBDTmvYt H5 {
  color: #353535;
}
.cid-ufwBDTmvYt .mbr-text,
.cid-ufwBDTmvYt .cost,
.cid-ufwBDTmvYt .mbr-section-btn {
  color: #353535;
}
.cid-ufClE0bRqT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-ufClE0bRqT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufClE0bRqT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufClE0bRqT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufClE0bRqT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufClE0bRqT .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufClE0bRqT .mbr-section-title {
  color: #353535;
}
.cid-ufClE0bRqT .mbr-text {
  color: #353535;
}
.cid-ufClE0bRqT .mbr-description {
  color: #353535;
}
.cid-ufCdyllp7Y {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-ufCdyllp7Y .mbr-text {
  color: #353535;
  text-align: left;
}
.cid-ufCdyllp7Y .mbr-section-title {
  color: #353535;
}
.cid-tiitSU1jag {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-tiitSU1jag img,
.cid-tiitSU1jag .item-img {
  width: 100%;
}
.cid-tiitSU1jag .item:focus,
.cid-tiitSU1jag span:focus {
  outline: none;
}
.cid-tiitSU1jag .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tiitSU1jag .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #e8e8e8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tiitSU1jag .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tiitSU1jag .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tiitSU1jag .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tiitSU1jag .mbr-section-title {
  color: #353535;
}
.cid-tiitSU1jag .mbr-section-subtitle {
  color: #353535;
}
.cid-tiitSU1jag .mbr-text,
.cid-tiitSU1jag .mbr-section-btn {
  color: #353535;
}
.cid-tiitSU1jag .item-title {
  color: #353535;
}
.cid-ufCz1oq3a2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-ufCz1oq3a2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufCz1oq3a2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufCz1oq3a2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufCz1oq3a2 .row {
  flex-direction: row-reverse;
}
.cid-ufCz1oq3a2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufCz1oq3a2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufCz1oq3a2 .mbr-description {
  text-align: right;
  color: #353535;
}
.cid-ufCz1oq3a2 .mbr-section-title {
  color: #353535;
}
.cid-ufCz1oq3a2 .mbr-text {
  color: #353535;
}
.cid-tP0YYIG8Os {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-tP0YYIG8Os img,
.cid-tP0YYIG8Os .item-img {
  width: 100%;
}
.cid-tP0YYIG8Os .item:focus,
.cid-tP0YYIG8Os span:focus {
  outline: none;
}
.cid-tP0YYIG8Os .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tP0YYIG8Os .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #f5f5f5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tP0YYIG8Os .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tP0YYIG8Os .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tP0YYIG8Os .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tP0YYIG8Os .mbr-section-title {
  color: #353535;
}
.cid-tP0YYIG8Os .mbr-section-subtitle {
  color: #353535;
  text-align: center;
}
.cid-tP0YYIG8Os .mbr-text,
.cid-tP0YYIG8Os .mbr-section-btn {
  color: #353535;
}
.cid-tP0YYIG8Os .item-title {
  color: #353535;
}
.cid-tP0YYIG8Os .item-subtitle {
  color: #353535;
}
.cid-ufCFPCl4MK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-ufCFPCl4MK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufCFPCl4MK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufCFPCl4MK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufCFPCl4MK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufCFPCl4MK .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufCFPCl4MK .mbr-section-title {
  color: #353535;
}
.cid-ufCFPCl4MK .mbr-text {
  color: #353535;
}
.cid-ufCFPCl4MK .mbr-description {
  color: #353535;
}
.cid-tP0Xq9ia6n {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-tP0Xq9ia6n img,
.cid-tP0Xq9ia6n .item-img {
  width: 100%;
}
.cid-tP0Xq9ia6n .item:focus,
.cid-tP0Xq9ia6n span:focus {
  outline: none;
}
.cid-tP0Xq9ia6n .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tP0Xq9ia6n .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #e8e8e8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tP0Xq9ia6n .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tP0Xq9ia6n .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tP0Xq9ia6n .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tP0Xq9ia6n .mbr-section-title {
  color: #353535;
}
.cid-tP0Xq9ia6n .mbr-section-subtitle {
  color: #353535;
}
.cid-tP0Xq9ia6n .mbr-text,
.cid-tP0Xq9ia6n .mbr-section-btn {
  color: #353535;
}
.cid-ufImfCtpfw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-ufImfCtpfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufImfCtpfw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufImfCtpfw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufImfCtpfw .row {
  flex-direction: row-reverse;
}
.cid-ufImfCtpfw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufImfCtpfw .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufImfCtpfw .mbr-description {
  text-align: right;
  color: #353535;
}
.cid-ufImfCtpfw .mbr-section-title {
  color: #353535;
}
.cid-ufImfCtpfw .mbr-text {
  color: #353535;
}
.cid-ufIntO6TL5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-ufIntO6TL5 img,
.cid-ufIntO6TL5 .item-img {
  width: 100%;
}
.cid-ufIntO6TL5 .item:focus,
.cid-ufIntO6TL5 span:focus {
  outline: none;
}
.cid-ufIntO6TL5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ufIntO6TL5 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #f5f5f5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ufIntO6TL5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufIntO6TL5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ufIntO6TL5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ufIntO6TL5 .mbr-section-title {
  color: #353535;
}
.cid-ufIntO6TL5 .mbr-section-subtitle {
  color: #353535;
}
.cid-ufIntO6TL5 .mbr-text,
.cid-ufIntO6TL5 .mbr-section-btn {
  color: #353535;
}
.cid-tV9WWoMmZS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-tV9WWoMmZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV9WWoMmZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV9WWoMmZS .row {
  flex-direction: row-reverse;
}
.cid-tV9WWoMmZS .video-wrapper iframe {
  width: 100%;
}
.cid-tV9WWoMmZS .mbr-section-title,
.cid-tV9WWoMmZS .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tV9WWoMmZS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tV9WWoMmZS .mbr-section-title {
  color: #353535;
}
.cid-tV9WWoMmZS .mbr-text {
  color: #353535;
}
.cid-ue0Tl53E0d {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e8e8e8;
}
.cid-ue0Tl53E0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue0Tl53E0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue0Tl53E0d .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-ue0Tl53E0d .currentcost {
  color: #232323;
}
.cid-ue0Tl53E0d .card-wrapper {
  border-radius: 4px;
  background: #f5f5f5;
}
@media (min-width: 992px) {
  .cid-ue0Tl53E0d .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ue0Tl53E0d .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ue0Tl53E0d .text-box {
    padding: 1rem;
  }
}
.cid-ue0Tl53E0d .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ue0Tl53E0d H5 {
  color: #353535;
}
.cid-ue0Tl53E0d .mbr-text,
.cid-ue0Tl53E0d .cost,
.cid-ue0Tl53E0d .mbr-section-btn {
  color: #353535;
}
.cid-ufIwQ4p1Rj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e8e8e8;
}
.cid-ufIwQ4p1Rj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufIwQ4p1Rj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufIwQ4p1Rj .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-ufIwQ4p1Rj .currentcost {
  color: #232323;
}
.cid-ufIwQ4p1Rj .card-wrapper {
  border-radius: 4px;
  background: #f5f5f5;
}
@media (min-width: 992px) {
  .cid-ufIwQ4p1Rj .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufIwQ4p1Rj .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufIwQ4p1Rj .text-box {
    padding: 1rem;
  }
}
.cid-ufIwQ4p1Rj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ufIwQ4p1Rj H5 {
  color: #353535;
}
.cid-ufIwQ4p1Rj .mbr-text,
.cid-ufIwQ4p1Rj .cost,
.cid-ufIwQ4p1Rj .mbr-section-btn {
  color: #353535;
}
.cid-ufOodT0QOi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-ufOodT0QOi img,
.cid-ufOodT0QOi .item-img {
  width: 100%;
}
.cid-ufOodT0QOi .item:focus,
.cid-ufOodT0QOi span:focus {
  outline: none;
}
.cid-ufOodT0QOi .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ufOodT0QOi .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #f5f5f5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ufOodT0QOi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufOodT0QOi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ufOodT0QOi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ufOodT0QOi .mbr-section-title {
  color: #353535;
}
.cid-ufOodT0QOi .mbr-section-subtitle {
  color: #353535;
  text-align: center;
}
.cid-ufOodT0QOi .mbr-text,
.cid-ufOodT0QOi .mbr-section-btn {
  color: #353535;
}
.cid-ufOodT0QOi .item-title {
  color: #353535;
}
.cid-ufOodT0QOi .item-subtitle {
  color: #353535;
}
.cid-ucGXceZq9K {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-ucGXceZq9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucGXceZq9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-ucGXceZq9K .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #6c6c6c;
}
.cid-ucGXceZq9K .mbr-section-title {
  color: #353535;
}
.cid-ucGXceZq9K .mbr-text,
.cid-ucGXceZq9K .mbr-section-btn {
  color: #000000;
}
.cid-ucBFUlMuZd {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #dcdcdc;
}
.cid-ucBFUlMuZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucBFUlMuZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ucBFUlMuZd .row {
    text-align: center;
  }
  .cid-ucBFUlMuZd .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-ucBFUlMuZd .google-map {
  height: 100%;
  position: relative;
}
.cid-ucBFUlMuZd .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ucBFUlMuZd .google-map iframe {
    min-height: 350px;
  }
}
.cid-ucBFUlMuZd .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ucBFUlMuZd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucBFUlMuZd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucBFUlMuZd .card-wrapper {
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .cid-ucBFUlMuZd .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-ucBFUlMuZd .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-ucBFUlMuZd .text-wrapper {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-ucBFUlMuZd .cardTitle,
  .cid-ucBFUlMuZd .item-wrap {
    text-align: center;
  }
}
.cid-ucBFUlMuZd ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ucBFUlMuZd .list,
.cid-ucBFUlMuZd .item-wrap {
  color: #353535;
}
.cid-uc7IbOxUq8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-uc7IbOxUq8 .line {
  background-color: #bbbbbb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uc7IbOxUq8 .mbr-text {
  color: #353535;
}
.cid-ufOy4rX1X5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-ufOy4rX1X5 img,
.cid-ufOy4rX1X5 .item-img {
  width: 100%;
}
.cid-ufOy4rX1X5 .item:focus,
.cid-ufOy4rX1X5 span:focus {
  outline: none;
}
.cid-ufOy4rX1X5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ufOy4rX1X5 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #f5f5f5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ufOy4rX1X5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufOy4rX1X5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ufOy4rX1X5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ufOy4rX1X5 .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-ufOy4rX1X5 .mbr-section-subtitle {
  color: #353535;
}
.cid-ufOy4rX1X5 .mbr-text,
.cid-ufOy4rX1X5 .mbr-section-btn {
  color: #353535;
}
.cid-tV9UmoWrDn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-tV9UmoWrDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV9UmoWrDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV9UmoWrDn .video-wrapper iframe {
  width: 100%;
}
.cid-tV9UmoWrDn .mbr-section-title,
.cid-tV9UmoWrDn .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tV9UmoWrDn .text-wrapper {
    padding: 2rem;
  }
}
.cid-tV9UmoWrDn .mbr-section-title {
  color: #353535;
}
.cid-tV9UmoWrDn .mbr-text {
  color: #353535;
}
.cid-tV9UmoWrDn .mbr-description {
  color: #353535;
}
.cid-tcrxKk8NAA {
  z-index: 1000;
  width: 100%;
}
.cid-tcrxKk8NAA nav.navbar {
  position: fixed;
}
.cid-tcrxKk8NAA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcrxKk8NAA .dropdown-menu {
  padding: 0;
}
.cid-tcrxKk8NAA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tcrxKk8NAA .dropdown-item:hover,
.cid-tcrxKk8NAA .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-tcrxKk8NAA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tcrxKk8NAA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tcrxKk8NAA .nav-link {
  position: relative;
}
.cid-tcrxKk8NAA .container {
  display: flex;
  margin: auto;
}
.cid-tcrxKk8NAA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tcrxKk8NAA .navbar-caption {
  padding-right: 4rem;
}
.cid-tcrxKk8NAA .dropdown-menu,
.cid-tcrxKk8NAA .navbar.opened {
  background: #ffffff !important;
}
.cid-tcrxKk8NAA .nav-item:focus,
.cid-tcrxKk8NAA .nav-link:focus {
  outline: none;
}
.cid-tcrxKk8NAA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tcrxKk8NAA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tcrxKk8NAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tcrxKk8NAA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tcrxKk8NAA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tcrxKk8NAA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tcrxKk8NAA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.7);
}
.cid-tcrxKk8NAA .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tcrxKk8NAA .navbar.opened {
  transition: all .3s;
}
.cid-tcrxKk8NAA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tcrxKk8NAA .navbar .navbar-logo img {
  width: auto;
}
.cid-tcrxKk8NAA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tcrxKk8NAA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tcrxKk8NAA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tcrxKk8NAA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tcrxKk8NAA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tcrxKk8NAA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tcrxKk8NAA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tcrxKk8NAA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tcrxKk8NAA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tcrxKk8NAA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tcrxKk8NAA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tcrxKk8NAA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tcrxKk8NAA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tcrxKk8NAA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tcrxKk8NAA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tcrxKk8NAA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tcrxKk8NAA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tcrxKk8NAA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tcrxKk8NAA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tcrxKk8NAA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tcrxKk8NAA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tcrxKk8NAA .navbar.navbar-short {
  min-height: 60px;
}
.cid-tcrxKk8NAA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tcrxKk8NAA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tcrxKk8NAA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tcrxKk8NAA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tcrxKk8NAA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tcrxKk8NAA .dropdown-item.active,
.cid-tcrxKk8NAA .dropdown-item:active {
  background-color: transparent;
}
.cid-tcrxKk8NAA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tcrxKk8NAA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tcrxKk8NAA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tcrxKk8NAA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tcrxKk8NAA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tcrxKk8NAA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tcrxKk8NAA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tcrxKk8NAA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tcrxKk8NAA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tcrxKk8NAA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tcrxKk8NAA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tcrxKk8NAA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tcrxKk8NAA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tcrxKk8NAA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tcrxKk8NAA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcrxKk8NAA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tcrxKk8NAA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tcrxKk8NAA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tcrxKk8NAA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tcrxKk8NAA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tcrxKk8NAA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tcrxKk8NAA .navbar {
    height: 77px;
  }
  .cid-tcrxKk8NAA .navbar.opened {
    height: auto;
  }
  .cid-tcrxKk8NAA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgSN9fyTq6 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/archaeotravelde-mainimage13-1920x696.jpg");
}
.cid-tgSN9fyTq6 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tgSN9fyTq6 .mbr-text,
.cid-tgSN9fyTq6 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tgSN9fyTq6 .mbr-section-title,
  .cid-tgSN9fyTq6 .mbr-section-btn,
  .cid-tgSN9fyTq6 .mbr-text {
    text-align: center;
  }
}
.cid-tcrxKmcsDu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tcrxKmcsDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcrxKmcsDu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcrxKmWarp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tcrxKmWarp .mbr-section-subtitle {
  color: #000000;
}
.cid-tcrxKmWarp .mbr-section-title {
  color: #51792e;
}
.cid-tcrxKnr30U {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tcrxKnr30U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcrxKnr30U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcrxKon0Cn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tcrxKoRE6z {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tcrxKoRE6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcrxKoRE6z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcrxKpCSpI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tcrxKqbAk8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tcrxKqbAk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcrxKqbAk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcrxKqU8Mn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tcrxKrugRn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tcrxKrugRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcrxKrugRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcrxKse4A8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tcrxKsJJwr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tcrxKsJJwr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcrxKsJJwr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcrxKtl1xX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tcrxKtTdbY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tcrxKtTdbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcrxKtTdbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcrxKuwCF2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tgSMyEpmL8 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/archaeotravelde-footer-5-1920x250.webp");
}
.cid-tgSMyEpmL8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tgSMyEpmL8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tgSMyEpmL8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tgSMyEpmL8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tgSMyEpmL8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tgSMyEpmL8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tgSMyEpmL8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tgSMyEpmL8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tgSMyEpmL8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tgSMyEpmL8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tgSMyEpmL8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgSMyEpmL8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tgSMyEpmL8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tgSMyEpmL8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tgSMyEpmL8 .media-container-row .mbr-text {
  color: #5b5a5a;
}
.cid-tcrxKv6EJN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tcrxKv6EJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcrxKv6EJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
