@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap);





body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #c1cbd0 !important;
}
.bg-success {
  background-color: #202b3b !important;
}
.bg-info {
  background-color: #c48d6b !important;
}
.bg-warning {
  background-color: #7b402c !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c1cbd0 !important;
  border-color: #c1cbd0 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #95a7af !important;
  border-color: #95a7af !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #95a7af !important;
  border-color: #95a7af !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #55688c !important;
  border-color: #55688c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #38455c !important;
  border-color: #38455c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #38455c !important;
  border-color: #38455c !important;
}
.btn-info,
.btn-info:active {
  background-color: #c48d6b !important;
  border-color: #c48d6b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a26641 !important;
  border-color: #a26641 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a26641 !important;
  border-color: #a26641 !important;
}
.btn-success,
.btn-success:active {
  background-color: #202b3b !important;
  border-color: #202b3b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #050709 !important;
  border-color: #050709 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #050709 !important;
  border-color: #050709 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7b402c !important;
  border-color: #7b402c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #432318 !important;
  border-color: #432318 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #432318 !important;
  border-color: #432318 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #879aa4;
  color: #879aa4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c1cbd0;
  border-color: #c1cbd0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c1cbd0 !important;
  border-color: #c1cbd0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2e394d;
  color: #2e394d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #55688c;
  border-color: #55688c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #55688c !important;
  border-color: #55688c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #905a39;
  color: #905a39;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #c48d6b;
  border-color: #c48d6b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c48d6b !important;
  border-color: #c48d6b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #202b3b;
  border-color: #202b3b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #202b3b !important;
  border-color: #202b3b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #301911;
  color: #301911;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #7b402c;
  border-color: #7b402c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7b402c !important;
  border-color: #7b402c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c1cbd0 !important;
}
.text-secondary {
  color: #55688c !important;
}
.text-success {
  color: #202b3b !important;
}
.text-info {
  color: #c48d6b !important;
}
.text-warning {
  color: #7b402c !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #879aa4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2e394d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #905a39 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #301911 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #44433F !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c48d6b;
}
.alert-warning {
  background-color: #7b402c;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c1cbd0;
  border-color: #c1cbd0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #252121;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #849bbc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e8d3c6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c67a60;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #c1cbd0;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c1cbd0;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c1cbd0;
  border-bottom-color: #c1cbd0;
}
.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: #000000 !important;
  background-color: #c1cbd0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #55688c !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='%23c1cbd0' %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;
}





.cid-rymy5qoXtE .navbar {
  background: rgba(250, 250, 249, .7);
  backdrop-filter: blur(10px);
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rymy5qoXtE .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rymy5qoXtE a {
  font-style: normal;
}
.cid-rymy5qoXtE .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rymy5qoXtE .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-rymy5qoXtE .icon-wrap {
  width: 100%;
  margin-top: 2rem;
  padding: 0 6rem;
}
.cid-rymy5qoXtE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rymy5qoXtE .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rymy5qoXtE .nav-item:focus,
.cid-rymy5qoXtE .nav-link:focus {
  outline: none;
}
.cid-rymy5qoXtE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rymy5qoXtE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rymy5qoXtE .menu-logo {
  margin-right: auto;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  margin-top:-2rem;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rymy5qoXtE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rymy5qoXtE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rymy5qoXtE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rymy5qoXtE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rymy5qoXtE .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rymy5qoXtE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rymy5qoXtE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rymy5qoXtE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rymy5qoXtE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rymy5qoXtE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rymy5qoXtE .navbar.navbar-short {
  min-height: 77px;
  transition: all .2s;
}
.cid-rymy5qoXtE .navbar.navbar-short .navbar-toggler-right {
}
.cid-rymy5qoXtE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rymy5qoXtE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rymy5qoXtE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rymy5qoXtE .navbar.navbar-short .navbar-brand {
  min-height: 3.8rem;
}
.cid-rymy5qoXtE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 2.5rem;
  right: 1rem;
}
@media (min-width: 767px) AND (max-width: 991px){
  .cid-rymy5qoXtE button.navbar-toggler {
  top: 1.8rem;
  }
}
@media (max-width: 767px) {
  .cid-rymy5qoXtE button.navbar-toggler {
    top: 1rem;
  }
}
.cid-rymy5qoXtE button.navbar-toggler:focus {
  outline: none;
}
.cid-rymy5qoXtE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rymy5qoXtE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rymy5qoXtE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rymy5qoXtE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rymy5qoXtE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rymy5qoXtE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymy5qoXtE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rymy5qoXtE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rymy5qoXtE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymy5qoXtE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymy5qoXtE .collapsed .btn {
  display: -webkit-flex;
}
.cid-rymy5qoXtE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rymy5qoXtE .collapsed .navbar-collapse.collapsing,
.cid-rymy5qoXtE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rymy5qoXtE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rymy5qoXtE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rymy5qoXtE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rymy5qoXtE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rymy5qoXtE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rymy5qoXtE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rymy5qoXtE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rymy5qoXtE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rymy5qoXtE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-rymy5qoXtE .collapsed button.navbar-toggler {
  display: block;
}
.cid-rymy5qoXtE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rymy5qoXtE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymy5qoXtE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rymy5qoXtE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rymy5qoXtE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rymy5qoXtE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rymy5qoXtE.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymy5qoXtE img {
    height: 3.8rem !important;
  }
  .cid-rymy5qoXtE .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rymy5qoXtE .menu-wrap {
    flex-direction: column;
  }
  .cid-rymy5qoXtE .btn {
    display: -webkit-flex;
  }
  .cid-rymy5qoXtE button.navbar-toggler {
    display: block;
  }
  .cid-rymy5qoXtE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rymy5qoXtE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymy5qoXtE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rymy5qoXtE .navbar-collapse.collapsing,
  .cid-rymy5qoXtE .navbar-collapse.show {
    display: block !important;
  }
  .cid-rymy5qoXtE .navbar-collapse.collapsing .navbar-nav,
  .cid-rymy5qoXtE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rymy5qoXtE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rymy5qoXtE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rymy5qoXtE .navbar-collapse.collapsing .navbar-buttons,
  .cid-rymy5qoXtE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rymy5qoXtE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rymy5qoXtE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rymy5qoXtE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rymy5qoXtE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rymy5qoXtE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rymy5qoXtE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rymy5qoXtE .menu-logo {
    flex-shrink: 0rem;
    -webkit-flex-shrink: 0;
  }
}
@media (min-width: 767px) AND (max-width: 991px) {
  .cid-rymy5qoXtE .menu-logo .navbar-brand .navbar-logo img {
	max-height:2.5rem;
    margin-top:0rem;
  }
}
@media (min-width: 767px) AND (max-width: 991px) {
  .cid-rymy5qoXtE .icon-wrap {
    margin-top: 1.25rem;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rymy5qoXtE .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rymy5qoXtE .navbar-brand {
    margin-top: -6rem !important;
  }
  .cid-rymy5qoXtE .menu-logo .navbar-brand .navbar-logo img {
	max-height:2rem;
	margin-top:-.5rem;
  }
}
.cid-rymy5qoXtE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rymy5qoXtE .nav-link:hover,
.cid-rymy5qoXtE .dropdown-item:hover {
  color: #44433F !important;
}




.cid-ubsoWopNIF {
  z-index: 1000;
  width: 100%;
}
.cid-ubsoWopNIF nav.navbar {
  position: fixed;
}
.cid-ubsoWopNIF .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-ubsoWopNIF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubsoWopNIF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubsoWopNIF .dropdown-item:hover,
.cid-ubsoWopNIF .dropdown-item:focus {
  background: #262642 !important;
  color: white !important;
}
.cid-ubsoWopNIF .dropdown-item:hover span {
  color: white;
}
.cid-ubsoWopNIF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubsoWopNIF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubsoWopNIF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubsoWopNIF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubsoWopNIF .nav-link {
  position: relative;
}
.cid-ubsoWopNIF .container {
  display: flex;
  margin: auto;
}
.cid-ubsoWopNIF .iconfont-wrapper {
  color: #38455c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubsoWopNIF .navbar-caption {
  font-weight: 500;
}
.cid-ubsoWopNIF .dropdown-menu,
.cid-ubsoWopNIF .navbar.opened {
  background: #fafaf9 !important;
}
.cid-ubsoWopNIF .nav-item:focus,
.cid-ubsoWopNIF .nav-link:focus {
  outline: none;
}
.cid-ubsoWopNIF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubsoWopNIF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubsoWopNIF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubsoWopNIF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubsoWopNIF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubsoWopNIF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubsoWopNIF .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(250, 250, 249, 0.7);
  backdrop-filter: blur(10px);
}
.cid-ubsoWopNIF .navbar.opened {
  transition: all 0.3s;
}
.cid-ubsoWopNIF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubsoWopNIF .navbar .navbar-logo img {
  width: auto;
}
.cid-ubsoWopNIF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubsoWopNIF .navbar.collapsed {
  justify-content: center;
}
.cid-ubsoWopNIF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubsoWopNIF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubsoWopNIF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-ubsoWopNIF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubsoWopNIF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubsoWopNIF .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: 41%;
}
.cid-ubsoWopNIF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubsoWopNIF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubsoWopNIF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubsoWopNIF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubsoWopNIF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubsoWopNIF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubsoWopNIF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubsoWopNIF .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: 40%;
  }
  .cid-ubsoWopNIF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubsoWopNIF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubsoWopNIF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubsoWopNIF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubsoWopNIF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubsoWopNIF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ubsoWopNIF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ubsoWopNIF .navbar.navbar-short {
  min-height: 80px;
}
.cid-ubsoWopNIF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubsoWopNIF .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ubsoWopNIF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubsoWopNIF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubsoWopNIF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubsoWopNIF .dropdown-item.active,
.cid-ubsoWopNIF .dropdown-item:active {
  background-color: transparent;
}
.cid-ubsoWopNIF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubsoWopNIF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubsoWopNIF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubsoWopNIF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafaf9;
}
.cid-ubsoWopNIF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubsoWopNIF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubsoWopNIF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubsoWopNIF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubsoWopNIF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubsoWopNIF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-ubsoWopNIF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubsoWopNIF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubsoWopNIF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubsoWopNIF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubsoWopNIF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubsoWopNIF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubsoWopNIF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubsoWopNIF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubsoWopNIF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubsoWopNIF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubsoWopNIF .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-ubsoWopNIF .navbar {
    height: 70px;
  }
  .cid-ubsoWopNIF .navbar.opened {
    height: auto;
  }
  .cid-ubsoWopNIF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}


.cid-s7Mvp1c9nY .navbar {
  background:rgba(111, 103, 91, .9);
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-s7Mvp1c9nY .navbar-dropdown.bg-color.transparent.opened {
  background:rgba(111, 103, 91, .9);
}
.cid-s7Mvp1c9nY a {
  font-style: normal;
}
.cid-s7Mvp1c9nY .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-s7Mvp1c9nY .top-icon {
  font-size: 1rem;
  color: #FFFFFF;
  padding: 0.4rem;
}
.cid-s7Mvp1c9nY .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-s7Mvp1c9nY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s7Mvp1c9nY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s7Mvp1c9nY .nav-item:focus,
.cid-s7Mvp1c9nY .nav-link:focus {
  outline: none;
}
.cid-s7Mvp1c9nY .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7Mvp1c9nY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s7Mvp1c9nY .menu-logo {
  margin-right: auto;
}
.cid-s7Mvp1c9nY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7Mvp1c9nY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s7Mvp1c9nY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-s7Mvp1c9nY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s7Mvp1c9nY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s7Mvp1c9nY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s7Mvp1c9nY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s7Mvp1c9nY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s7Mvp1c9nY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s7Mvp1c9nY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7Mvp1c9nY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s7Mvp1c9nY .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s7Mvp1c9nY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s7Mvp1c9nY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s7Mvp1c9nY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s7Mvp1c9nY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s7Mvp1c9nY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s7Mvp1c9nY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s7Mvp1c9nY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s7Mvp1c9nY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s7Mvp1c9nY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s7Mvp1c9nY .navbar.navbar-short .navbar-logo a img {
  height: 2.5rem !important;
}
.cid-s7Mvp1c9nY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s7Mvp1c9nY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s7Mvp1c9nY button.navbar-toggler:focus {
  outline: none;
}
.cid-s7Mvp1c9nY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s7Mvp1c9nY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s7Mvp1c9nY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s7Mvp1c9nY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s7Mvp1c9nY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s7Mvp1c9nY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7Mvp1c9nY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s7Mvp1c9nY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s7Mvp1c9nY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s7Mvp1c9nY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s7Mvp1c9nY .collapsed .btn {
  display: -webkit-flex;
}
.cid-s7Mvp1c9nY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s7Mvp1c9nY .collapsed .navbar-collapse.collapsing,
.cid-s7Mvp1c9nY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s7Mvp1c9nY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s7Mvp1c9nY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s7Mvp1c9nY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s7Mvp1c9nY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s7Mvp1c9nY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s7Mvp1c9nY .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s7Mvp1c9nY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s7Mvp1c9nY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s7Mvp1c9nY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s7Mvp1c9nY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s7Mvp1c9nY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-s7Mvp1c9nY .collapsed button.navbar-toggler {
  display: block;
}
.cid-s7Mvp1c9nY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s7Mvp1c9nY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s7Mvp1c9nY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s7Mvp1c9nY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s7Mvp1c9nY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s7Mvp1c9nY .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s7Mvp1c9nY.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s7Mvp1c9nY img {
    height: 2rem !important;
  }
  .cid-s7Mvp1c9nY .icon-wrap {
    margin-top: 1rem;
  }
  .cid-s7Mvp1c9nY .menu-wrap {
    flex-direction: column;
  }
  .cid-s7Mvp1c9nY .btn {
    display: -webkit-flex;
  }
  .cid-s7Mvp1c9nY button.navbar-toggler {
    display: block;
  }
  .cid-s7Mvp1c9nY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-s7Mvp1c9nY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s7Mvp1c9nY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s7Mvp1c9nY .navbar-collapse.collapsing,
  .cid-s7Mvp1c9nY .navbar-collapse.show {
    display: block !important;
  }
  .cid-s7Mvp1c9nY .navbar-collapse.collapsing .navbar-nav,
  .cid-s7Mvp1c9nY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s7Mvp1c9nY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s7Mvp1c9nY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s7Mvp1c9nY .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s7Mvp1c9nY .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7Mvp1c9nY .navbar-collapse.collapsing .navbar-buttons,
  .cid-s7Mvp1c9nY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s7Mvp1c9nY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s7Mvp1c9nY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s7Mvp1c9nY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s7Mvp1c9nY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s7Mvp1c9nY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s7Mvp1c9nY .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}

.cid-ubszfZ68au {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: rgba(193, 202, 206, 1);
}
.cid-ubszfZ68au .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubszfZ68au .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubszfZ68au .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ubszfZ68au .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ubszfZ68au .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ubszfZ68au .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ubszfZ68au .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubszfZ68au .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-ubszfZ68au .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-ubszfZ68au .buttons-wrapper {
    text-align: left;
  }
}
.cid-ubszfZ68au .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-ubszfZ68au .mbr-section-title {
  color: #262642;
}
.cid-ubszfZ68au .mbr-section-subtitle {
  color: #262642;
}

@media (min-width: 767px) {
  .cid-s7Mvp1c9nY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-s7Mvp1c9nY .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-s7Mvp1c9nY .navbar-brand {
    margin-top: -6rem !important;
  }
  .cid-s7Mvp1c9nY  .navbar-logo a img {
    height: 1rem !important;
	margin-top:2.6rem;
  }
  .cid-s7Mvp1c9nY .navbar.navbar-short .navbar-logo a img {
    height: 1rem !important;
  }
  .cid-s7Mvp1c9nY .top-icon {
    display:none;
  }
}
.cid-s7Mvp1c9nY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s7Mvp1c9nY .nav-link:hover,
.cid-s7Mvp1c9nY .dropdown-item:hover {
  color: #cccccc !important;
}
@media (min-width: 992px) {
  .cid-s7I1mOEqPG {
    background-image: url("../../../assets/img/index_graphic.jpg");
    background-color: #6F675B;
  }
}
@media (max-width: 991px) {
  .cid-s7I1mOEqPG {
    background-image: url("../../../assets/img/index_graphic_vertical.jpg");
    background-color: #6F675B;
  }
}


.cid-ubtgvVYSxU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3ebea;
}
.cid-ubtgvVYSxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubtgvVYSxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubtgvVYSxU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-ubtgvVYSxU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ubtgvVYSxU .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ubtgvVYSxU .image-wrapper {
    padding: 0;
  }
}
.cid-ubtgvVYSxU .image-wrapper img {
  width:100%;
}
@media (max-width: 992px) {
  .cid-ubtgvVYSxU .image-wrapper img {
  }
}
.cid-ubtgvVYSxU .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ubtgvVYSxU .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-ubtgvVYSxU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ubtgvVYSxU .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ubtgvVYSxU .content-wrapper .mbr-text {
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .cid-ubtgvVYSxU .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-ubtgvVYSxU .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-ubtgvVYSxU .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-ubtgvVYSxU .mbr-section-title {
  color: #262642;
}
.cid-ubtgvVYSxU .mbr-section-subtitle {
  color: #5a5a7b;
}
.cid-ubtgvVYSxU .mbr-text {
  color: #262642;
}

.cid-s7I1mOEqPG .btn {
  margin: 0.2rem!important;
}
.cid-s7I1mOEqPG .row {
  justify-content: flex-end;
}
.cid-s7I1mOEqPG .mbr-text,
.cid-s7I1mOEqPG .mbr-section-btn {
  color: #cccccc;
}
.cid-s7I1mOEqPG H3 {
  color: #cccccc;
}
.cid-rEvfzB3vnS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rEvfzB3vnS .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-rEvfzB3vnS .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-rEvfzB3vnS .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rEvfzB3vnS h4 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rEvfzB3vnS .wrapper {
  padding: 2rem 1rem 1rem 1rem;
  margin-bottom:-1rem;
}
.cid-rEvfzB3vnS .card-overlay {
  display: none;
  background:#000000;
}
@media (min-width: 768px) {
  .cid-rEvfzB3vnS .image-element:hover .card-overlay {
    opacity: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-rEvfzB3vnS .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-rEvfzB3vnS .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-rEvfzB3vnS .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-rEvfzB3vnS .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rEvfzB3vnS .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rEvfzB3vnS .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rEvfzB3vnS .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-rEvfzB3vnS .wrapper {
    position: absolute;
    bottom: 0rem;
    width: 100%;
    padding: 0rem 2rem 1rem 2rem;
    background: transparent;
  }
  .cid-rEvfzB3vnS .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-rEvfzB3vnS .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-rEvfzB3vnS .card-title,
  .cid-rEvfzB3vnS .underline,
  .cid-rEvfzB3vnS .mbr-text,
  .cid-rEvfzB3vnS .mbr-section-btn,
  .cid-rEvfzB3vnS .mbr-section-subtitle,
  .cid-rEvfzB3vnS .mbr-section-title {
    text-align: center !important;
  }
  .cid-rEvfzB3vnS .wrapper {
    background-color: #000000;
  }
}
.cid-rEvfzB3vnS .mbr-section-title {
  text-align: left;
}
.cid-rEvfzB3vnS .mbr-section-title,
.cid-rEvfzB3vnS .underline {
  text-align: center;
}
.cid-rEvfzB3vnS H4 {
  color: #e1201d;
}
.cid-rEvfzVQXuT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rEvfzVQXuT .mbr-text {
    text-align: center;
  }
}
.cid-rEvfzVQXuT .container-fluid {
  padding: 0;
}
.cid-rEvfzVQXuT .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-rEvfzVQXuT img {
  height: 100%;
  object-fit: cover;
}
.cid-rEvfzVQXuT .mbr-figure {
  height: 100%;
}
.cid-rEvfzVQXuT .col-lg-7 {
  padding: 0;
}
.cid-rEvfzVQXuT .row {
  margin: 0;
}
.cid-s7MdpKnG8T {
  padding-top: 170px;
  padding-bottom: 90px;
}
@media (min-width: 992px) {
  .cid-s7MdpKnG8T .container-fluid {
    padding:0rem 7rem;
  }
}
@media (min-width: 768px) AND (max-width: 991px) {
  .cid-s7MdpKnG8T .container-fluid {
    padding:0rem 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7MdpKnG8T .container-fluid {
    padding:0rem 1.5rem;
  }
}
.cid-s7MdpKnG8T .mbr-overlay {
  background: linear-gradient(90deg, #281A11, #281A11);
}
.cid-s7MdpKnG8T .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-s7MdpKnG8T .card-wrap {
    width: calc(100% + 0rem);
    margin-left: 0rem;
  }
}
.cid-s7MdpKnG8T .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-s7MdpKnG8T .mbr-section-subtitle,
.cid-s7MdpKnG8T .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-s7MdpKnG8T H1 {
  text-align: left;
}
.cid-rEvfBX6tAg {
  background-image: url("../../../assets/img/ss-tour-background.jpg");
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #352217;
}
.cid-rEvfBX6tAg .container-fluid {
  padding: 0 3rem;
}
.cid-rEvfBX6tAg .mbr-section-subtitle {
  color: #000000;
}
.cid-rEvfBX6tAg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rEvfBX6tAg .table-wrapper {
  margin: 0 auto;
}
.cid-rEvfBX6tAg .head-item {
  min-width: 70px;
}
.cid-rEvfBX6tAg table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-rEvfBX6tAg table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-rEvfBX6tAg table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-rEvfBX6tAg .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rEvfBX6tAg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rEvfBX6tAg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-rEvfBX6tAg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-rEvfBX6tAg .dataTables_wrapper {
  display: block;
}
.cid-rEvfBX6tAg .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rEvfBX6tAg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rEvfBX6tAg .head-item:after,
.cid-rEvfBX6tAg .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-rEvfBX6tAg .dataTables_filter {
    text-align: center;
  }
  .cid-rEvfBX6tAg .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-rEvfBX6tAg .dataTables_filter {
    text-align: center;
  }
  .cid-rEvfBX6tAg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-rEvfBX6tAg .table-wrapper {
    width: 100%!important;
  }
  .cid-rEvfBX6tAg .container-fluid {
    padding: 0 1rem;
  }
  .cid-rEvfBX6tAg table th,
  .cid-rEvfBX6tAg table td {
    padding: .75rem;
  }
}
.cid-sjsuT2VWMB {
  background-image: url("../../../assets/img/ss_tour_background_blur.jpg");
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #6f675b;
}
.cid-sjsuT2VWMB .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sjsuT2VWMB a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sjsuT2VWMB .mbr-section-btn {
  margin: 0;
}
.cid-sjsuT2VWMB .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sjsuT2VWMB .form-control:focus,
.cid-sjsuT2VWMB .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sjsuT2VWMB .form-group {
  margin-bottom: 1rem;
}
.cid-sjsuT2VWMB input::-webkit-input-placeholder,
.cid-sjsuT2VWMB textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sjsuT2VWMB input:-moz-placeholder,
.cid-sjsuT2VWMB textarea:-moz-placeholder {
  color: #656565;
}
.cid-sjsuT2VWMB .jq-selectbox li,
.cid-sjsuT2VWMB .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sjsuT2VWMB .jq-selectbox li:hover,
.cid-sjsuT2VWMB .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sjsuT2VWMB .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sjsuT2VWMB .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sjsuT2VWMB .form-group,
.cid-sjsuT2VWMB .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sjsuT2VWMB .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sjsuT2VWMB .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sjsuT2VWMB .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sjsuT2VWMB .form-block {
    padding: 1rem;
  }
}
.cid-sjrZ1wRvEf {
  overflow: hidden !important;
  background-color: #d7e8f6;
}
.cid-sjrZ1wRvEf .mbr-section-subtitle {
  font-weight: 400;
}
.cid-sjrZ1wRvEf .mbr-section-title {
  padding-bottom: 2rem;
  color: #3e4b62;
}
.cid-sjrZ1wRvEf .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjrZ1wRvEf .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
.cid-sjrZ1wRvEf .form-control {
  min-height: 2.7em;
  padding: 0 1.8rem;
  font-size: 18px;
  background-color: white;
  width: 100%;
}
@media (max-width: 350px) {
  .cid-sjrZ1wRvEf .input-group-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sjrZ1wRvEf .form-control {
    margin-bottom: 10px;
  }
  .cid-sjrZ1wRvEf .form-group {
    max-width: 300px;
  }
  .cid-sjrZ1wRvEf .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
}
.cid-sjrZ1wRvEf .form-group,
.cid-sjrZ1wRvEf .input-group-btn {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .cid-sjrZ1wRvEf .mbr-form > * {
    margin: 0 0rem;
    align-items: stretch;
  }
  .cid-sjrZ1wRvEf .col + .input-group-btn .btn,
  .cid-sjrZ1wRvEf .col-auto + .input-group-btn .btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 100%;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-sjrZ1wRvEf .dragArea > *:nth-last-child(2).col,
  .cid-sjrZ1wRvEf .dragArea > *:nth-last-child(2).col-auto,
  .cid-sjrZ1wRvEf .col + .input-group-btn,
  .cid-sjrZ1wRvEf .col-auto + .input-group-btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .cid-sjrZ1wRvEf .dragArea > *:nth-last-child(2).col input,
  .cid-sjrZ1wRvEf .dragArea > *:nth-last-child(2).col-auto input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.cid-sjrZ1wRvEf .mbr-section-subtitle,
.cid-sjrZ1wRvEf .mbr-section-btn {
  color: #010c1b;
}
#instagram-feed-block-4 .inst__title {
  color: #ffffff;
}
.cid-rEvfDDNRKX {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #efefef;
}
.cid-rEvfDDNRKX .mbr-section-subtitle {
  color: #cccccc;
}
.cid-rEvfDDNRKX h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-rEvfDDNRKX h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfDDNRKX h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvfDDNRKX .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-rEvfDDNRKX .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-rEvfDDNRKX .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-rEvfDDNRKX .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-rEvfDDNRKX .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-rEvfDDNRKX .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-rEvfDDNRKX .mbr-section-title,
.cid-rEvfDDNRKX .social-list {
  color: #000000;
}
.cid-rEvfF5lB7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2d2925;
}
.cid-rEvfF5lB7r .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvfF5lB7r .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rEvfF5lB7r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rEvfF5lB7r .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rEvfF5lB7r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rEvfF5lB7r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rEvfF5lB7r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvfF5lB7r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rEvfF5lB7r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rEvfF5lB7r .media-container-row .row-copirayt p {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-s7MsAaT28G {
    background-image: url("../../../assets/img/ss-tour-background.jpg");
    background-color:#1B150B;
    margin-top:-3rem;
  }
}
@media (max-width: 767px) {
  .cid-s7MsAaT28G {
    background-image: url("../../../assets/img/ss-tour-background.jpg");
    background-color:#1B150B;
    margin-top:1rem;
  }
}
.cid-s7MsAaT28G .container {
  max-width: 1500px;
}
.cid-s7MsAaT28G img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s7MsAaT28G img:hover {
  transform: scale(1.0);
}
.cid-s7MsAaT28G .row {
  background: #ffffff;
}
.cid-s7MsAaT28G .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 800px;
  margin-bottom: 4rem;
}
.cid-s7MsAaT28G h2 {
  padding: 0;
  margin: 0;
}
.cid-s7MsAaT28G .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s7MsAaT28G .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-s7MsAaT28G .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-s7MsAaT28G .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s7MsAaT28G .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s7MsAaT28G .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-s7MsAaT28G .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s7MsAaT28G .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s7MsAaT28G .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s7MsAaT28G .row {
    margin: 0rem;
  }
  .cid-s7MsAaT28G .text-col {
    padding: 2rem 1rem;
  }
  .cid-s7MsAaT28G .number {
    margin-right: 2rem;
  }
  .cid-s7MsAaT28G .img-col {
    margin-bottom: 3rem;
  }
}
.cid-s7MsAaT28G H2 {
  color: #333333;
}
.cid-s7MsAaT28G .mbr-text {
  color: #767676;
}
.cid-s7KHxbvCQf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/img/ss-bio-background.jpg");
}
.cid-s7KHxbvCQf .mbr-overlay {
  background: linear-gradient(90deg, #1c1a17, #6F675B);
}
.cid-s7KHxbvCQf .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-s7KHxbvCQf .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-s7KHxbvCQf .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-s7KHxbvCQf .mbr-section-subtitle,
.cid-s7KHxbvCQf .mbr-section-btn {
  color: #767676;
  text-align: left;
}
@media (min-width: 678px) {
  .cid-s7KLZTMdHY {
    padding-top: 75px;
    padding-bottom: 75px;
    background-image: url("../../../assets/img/ss-bio-background.jpg");
  }
  .cid-s7KLZTMdHY .mbr-overlay {
    background: linear-gradient(90deg, #6F675B, #1c1a17);
  }
  .cid-s7KLZTMdHY .card-wrap {
    background-color: #ffffff;
    padding: 2rem;
    margin: 0;
    border-radius: .25rem;
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  }
  @media (min-width: 992px) {
    .cid-s7KLZTMdHY .card-wrap {
      width: calc(100% + 10rem);
      margin-right: -10rem;
    }
  }
  .cid-s7KLZTMdHY .img-wrap img {
    width: 100%;
    border-radius: .25rem;
  }
  .cid-s7KLZTMdHY .mbr-section-subtitle,
  .cid-s7KLZTMdHY .mbr-section-btn {
    color: #767676;
    text-align: left;
  }
}
@media (max-width: 677px) {
  .cid-s7KLZTMdHY {
    display:none;
  }
}
@media (max-width: 677px) {
  .cid-s7KHxbvCQf-V {
    padding-top: 75px;
    padding-bottom: 75px;
    background-image: url("../../../assets/img/ss-bio-background.jpg");
  }
  .cid-s7KHxbvCQf-V .mbr-overlay {
    background: linear-gradient(90deg, #6F675B, #1c1a17);
  }
  .cid-s7KHxbvCQf-V .card-wrap {
    background-color: #ffffff;
    padding: 2rem;
    margin: 0;
    border-radius: .25rem;
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  }
  @media (min-width: 992px) {
    .cid-s7KHxbvCQf-V .card-wrap {
      width: calc(100% + 10rem);
      margin-left: -10rem;
    }
  }
  .cid-s7KHxbvCQf-V .img-wrap img {
    width: 100%;
    border-radius: .25rem;
  }
  .cid-s7KHxbvCQf-V .mbr-section-subtitle,
  .cid-s7KHxbvCQf-V .mbr-section-btn {
    color: #767676;
    text-align: left;
  }
}
@media (min-width: 677px) {
  .cid-s7KHxbvCQf-V {
    display:none;
  }
}
.cid-s7LXrwpcPx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/img/ss-bio-background.jpg");
}
.cid-s7LXrwpcPx .mbr-overlay {
  background: linear-gradient(90deg, #1c1a17, #6F675B);
}
.cid-s7LXrwpcPx .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-s7LXrwpcPx .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-s7LXrwpcPx .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-s7LXrwpcPx .mbr-section-subtitle,
.cid-s7LXrwpcPx .mbr-section-btn {
  color: #767676;
}
.cid-s7LXrwpcPx .mbr-section-subtitle,
.cid-s7LXrwpcPx .mbr-section-btn DIV {
  text-align: left;
}
.cid-s7KFGExGNQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s7KFGExGNQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7KFGExGNQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7KFGExGNQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7KFGExGNQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s7KFGExGNQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s7KFGExGNQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s7KFGExGNQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s7KFGExGNQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s7KFGExGNQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s7KFGExGNQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7KFGExGNQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s7KFGExGNQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7KFGExGNQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s7KFGExGNQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s7M7TTl05v {
  padding-top: 170px;
  padding-bottom: 60px;
  background-image: url("../../../assets/img/ss-bio-background.jpg");
}
.cid-s7M7TTl05v .mbr-overlay {
  background: linear-gradient(90deg, #1c1a17, #6F675B);
}
.cid-s7M7TTl05v .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-s7M7TTl05v .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -5rem;
  }
}
.cid-s7M7TTl05v .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-s7M7TTl05v .mbr-section-subtitle,
.cid-s7M7TTl05v .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-s7M7TTl05v H1 {
  text-align: left;
}
.cid-s7M7SGOHnh {
  overflow: hidden !important;
  background: linear-gradient(to right, #6F675B 0%, #6F675B 30%, #1c1a17 30%, #1c1a17 100%);
}
.cid-s7M7SGOHnh .animated-element {
  color: #efefef;
}
.cid-s7M7SGOHnh .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-s7M7SGOHnh .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-s7M7SGOHnh {
    background: #1c1a17;
  }
}
.cid-s7M7SGOHnh .mbr-section-subtitle {
  color: #cccccc;
}
.cid-s7M7SGOHnh .mbr-text,
.cid-s7M7SGOHnh .mbr-section-btn {
  color: #efefef;
}
.cid-ubxK8dnto5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6b665e;
}
.cid-ubxK8dnto5 img,
.cid-ubxK8dnto5 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ubxK8dnto5 .item:focus,
.cid-ubxK8dnto5 span:focus {
  outline: none;
}
.cid-ubxK8dnto5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubxK8dnto5 .item {
    margin-bottom: 1rem;
  }
}
.cid-ubxK8dnto5 .item-wrapper {
  position: relative;
  background: #E5DFD6;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubxK8dnto5 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ubxK8dnto5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ubxK8dnto5 .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-ubxK8dnto5 .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ubxK8dnto5 .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-ubxK8dnto5 .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubxK8dnto5 .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-ubxK8dnto5 .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-ubxK8dnto5 .mbr-section-title {
  color: #232323;
}
.cid-ubxK8dnto5 .mbr-text,
.cid-ubxK8dnto5 .mbr-section-btn {
  text-align: center;
}
.cid-ubxK8dnto5 .item-title {
  text-align: center;
}
.cid-ubxK8dnto5 .content-head {
  max-width: 800px;
}
.cid-ubxK8dnto5 .mbr-text,
.cid-ubxK8dnto5 .item-wrapper .mbr-section-btn {
  text-align: center;
}
.cid-ubxK8dnto5 .mbr-section-title,
.cid-ubxK8dnto5 .mbr-section-head .mbr-section-btn {
  color: #edefeb;
}

.cid-s7LYMniRa8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s7LYMniRa8 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7LYMniRa8 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7LYMniRa8 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7LYMniRa8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s7LYMniRa8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s7LYMniRa8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s7LYMniRa8 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s7LYMniRa8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s7LYMniRa8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s7LYMniRa8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7LYMniRa8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s7LYMniRa8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7LYMniRa8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s7LYMniRa8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubs1XOU0HG {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #FFFFFF
/*background-color: #CCC5BA;*/
}
.cid-ubs1XOU0HG .mbr-shop {
  display: inline-block;
  width: 100%;
}
.cid-ubs1XOU0HG .container {
  padding: 0rem 0.5rem;
}
.cid-ubs1XOU0HG .sidebar {
  display: flex;
  flex-direction: column;
  order: -1;
  padding-bottom: 1.5rem;
  margin: 0;
}
.cid-ubs1XOU0HG .sidebar-categories .sidebar-title {
  display: none;
}
@media (min-width: 1200px) {
  .cid-ubs1XOU0HG .col-xl-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .cid-ubs1XOU0HG .col-xl-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-ubs1XOU0HG .mbr-shop__row {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.cid-ubs1XOU0HG .mbr-gallery-item {
  margin-bottom: 1rem;
}
.cid-ubs1XOU0HG .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-ubs1XOU0HG .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  padding-bottom: 0.5rem;
}
.cid-ubs1XOU0HG .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
}
.cid-ubs1XOU0HG .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
}
.cid-ubs1XOU0HG .shop-items .price-block {
  position: relative;
}
.cid-ubs1XOU0HG .shop-items .price-block:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -9px;
  width: 150px;
  height: 1px;
  background: lightgray;
}
@media (min-width: 767px) {
  .cid-ubs1XOU0HG .mbr-gallery-filter ul {
    display: flex !important;
  }
}
.cid-ubs1XOU0HG .mbr-gallery-filter ul li {
  padding: 6px 30px 6px 2px !important;
}
.cid-ubs1XOU0HG .categories {
  padding: 0;
}
.cid-ubs1XOU0HG .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 14px;
  top: 6px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-ubs1XOU0HG .filter-by-d .btn {
  background: transparent !important;
  border: none !important;
  color: black !important;
}
.cid-ubs1XOU0HG .filter-by-d .btn:hover,
.cid-ubs1XOU0HG .filter-by-d .btn:active {
  background: transparent !important;
  color: black !important;
}
.cid-ubs1XOU0HG .filter-by-d .btn:before {
  content: '\e972';
  font-family: Moririse2;
  padding-right: 12px;
}
.cid-ubs1XOU0HG .filter-by-pu {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px !important;
  border-bottom: 1px solid #373329;
}
.cid-ubs1XOU0HG .filter-by-pu:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-ubs1XOU0HG .filter-by-pu .btn {
  color: white !important;
  border: none;
  background: transparent !important;
}
.cid-ubs1XOU0HG .filter-by-pu .btn:hover,
.cid-ubs1XOU0HG .filter-by-pu .btn:active {
  background: transparent !important;
  color: white !important;
}
.cid-ubs1XOU0HG .filter-by-pd .btn {
  color: white !important;
  border: none;
  background: transparent !important;
}
.cid-ubs1XOU0HG .filter-by-pd .btn:hover,
.cid-ubs1XOU0HG .filter-by-pd .btn:active {
  background: transparent !important;
  color: white !important;
  border: none;
}
.cid-ubs1XOU0HG .filter-by-pd {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 27px !important;
}
.cid-ubs1XOU0HG .filter-by-pd:hover {
  background: rgba(0, 0, 0, 0.8);
}
.cid-ubs1XOU0HG .col-md-12 .sort-buttons {
  position: absolute;
  z-index: 100;
  right: 0px;
  top: 25px;
  height: 58px;
  width: 230px;
}
.cid-ubs1XOU0HG .col-md-12 .sort-buttons:hover {
  z-index: 100;
  height: 160px;
}
.cid-ubs1XOU0HG .col-md-12 .sort-buttons:hover .filter-by-pu {
  opacity: 1;
}
.cid-ubs1XOU0HG .col-md-12 .sort-buttons:hover .filter-by-pd {
  opacity: 1;
}
.cid-ubs1XOU0HG .col-md-12 .sort-buttons {
  top: -40px;
}
.cid-ubs1XOU0HG .flex-row-reverse {
  flex-direction: column-reverse !important;
}
.cid-ubs1XOU0HG .flex-row-reverse .wrapper-shop-items {
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-ubs1XOU0HG .col-md-12 .sort-buttons {
    top: -10px !important;
  }
}
@media (max-width: 767px) {
  .cid-ubs1XOU0HG .mbr-gallery-filter ul li:not(:last-child):after {
    content: none;
  }
  .cid-ubs1XOU0HG .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-ubs1XOU0HG .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-ubs1XOU0HG .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-ubs1XOU0HG .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-ubs1XOU0HG .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-ubs1XOU0HG .col-md-12 .sort-buttons {
    position: relative;
    height: 200px;
    width: fit-content;
    right: 0px !important;
  }
  .cid-ubs1XOU0HG .col-md-12 .sort-buttons:hover {
    height: 200px;
  }
  .cid-ubs1XOU0HG .col-md-12 .sort-buttons .filter-by-pu,
  .cid-ubs1XOU0HG .col-md-12 .sort-buttons .filter-by-pd {
    opacity: 1;
    margin: 0 !important;
  }
  .cid-ubs1XOU0HG .sort-buttons {
    align-items: center !important;
  }
}
@media (max-width: 1200px) {
  .cid-ubs1XOU0HG .col-md-12 .sort-buttons {
    right: 12px;
  }
  .cid-ubs1XOU0HG .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-ubs1XOU0HG .wrapper-shop-items {
    order: 1;
  }
  .cid-ubs1XOU0HG .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.cid-ubs1XOU0HG .mbr-shop .btn-sm {
  margin: 0.2rem;
}
.cid-ubs1XOU0HG .sidebar-background:after {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-ubs1XOU0HG .sidebar_wraper {
  background-color: #ffffff !important;
  opacity: 0.8;
}
.cid-ubs1XOU0HG .oldprice {
  padding-left: 0.8rem !important;
  color: #767676;
  text-decoration: line-through;
}
.cid-ubs1XOU0HG .shopItemsModal_wraper {
  left: 0;
}
.cid-ubs1XOU0HG .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-ubs1XOU0HG .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cid-ubs1XOU0HG .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-ubs1XOU0HG .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-ubs1XOU0HG .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-ubs1XOU0HG .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-ubs1XOU0HG .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-ubs1XOU0HG .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-ubs1XOU0HG .mbr-shop .hide-modal {
  display: none;
}
.cid-ubs1XOU0HG .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-ubs1XOU0HG .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-ubs1XOU0HG .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-ubs1XOU0HG .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-ubs1XOU0HG .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-ubs1XOU0HG .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ubs1XOU0HG .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-ubs1XOU0HG .mbr-shop .filter-by-pu,
.cid-ubs1XOU0HG .mbr-shop .filter-by-pd,
.cid-ubs1XOU0HG .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-ubs1XOU0HG .mbr-shop .sort-buttons {
  padding-bottom: 0rem;
  margin-right: 13px;
  text-align: right;
}
.cid-ubs1XOU0HG .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-ubs1XOU0HG .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-ubs1XOU0HG .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-ubs1XOU0HG .mbr-shop .galleryItem h4,
.cid-ubs1XOU0HG .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-ubs1XOU0HG .mbr-shop .galleryItem h5,
.cid-ubs1XOU0HG .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-ubs1XOU0HG .mbr-shop .galleryItem p,
.cid-ubs1XOU0HG .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-ubs1XOU0HG .mbr-shop .item-button {
  text-align: center;
}
.cid-ubs1XOU0HG .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-ubs1XOU0HG .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-ubs1XOU0HG .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-ubs1XOU0HG .mbr-shop .sidebar-block {
  position: relative;
}
.cid-ubs1XOU0HG .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-ubs1XOU0HG .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-ubs1XOU0HG .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-ubs1XOU0HG .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-ubs1XOU0HG .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-ubs1XOU0HG .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-ubs1XOU0HG .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-ubs1XOU0HG .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-ubs1XOU0HG .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-ubs1XOU0HG .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-ubs1XOU0HG .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-ubs1XOU0HG .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-ubs1XOU0HG .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #c62929;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-ubs1XOU0HG .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-ubs1XOU0HG .mbr-shop .mbr-gallery-item__hided h4,
.cid-ubs1XOU0HG .mbr-shop .mbr-gallery-item__hided h5,
.cid-ubs1XOU0HG .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-ubs1XOU0HG .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-ubs1XOU0HG .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-ubs1XOU0HG .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-ubs1XOU0HG .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-ubs1XOU0HG .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 4px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
  word-break: inherit;
}
.cid-ubs1XOU0HG .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-ubs1XOU0HG .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-ubs1XOU0HG .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-ubs1XOU0HG .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-ubs1XOU0HG .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-ubs1XOU0HG .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-ubs1XOU0HG .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-ubs1XOU0HG .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-ubs1XOU0HG .mbr-shop .range-controls {
  position: relative;
}
.cid-ubs1XOU0HG .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-ubs1XOU0HG .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-ubs1XOU0HG .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-ubs1XOU0HG .mbr-shop .toggle:hover,
.cid-ubs1XOU0HG .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-ubs1XOU0HG .mbr-shop .min-toggle {
  left: 0;
}
.cid-ubs1XOU0HG .mbr-shop .max-toggle {
  right: 0;
}
.cid-ubs1XOU0HG .mbr-shop .hided-by-price {
  display: none;
}
.cid-ubs1XOU0HG .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-ubs1XOU0HG .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-ubs1XOU0HG .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-ubs1XOU0HG .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-ubs1XOU0HG .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-ubs1XOU0HG .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-ubs1XOU0HG .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-ubs1XOU0HG .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-ubs1XOU0HG .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-ubs1XOU0HG .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-ubs1XOU0HG .mbr-shop .close-modal-wrapper:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ubs1XOU0HG .mbr-shop .close-modal-wrapper:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-ubs1XOU0HG .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-ubs1XOU0HG .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-ubs1XOU0HG .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-ubs1XOU0HG .mbr-shop .shop-items .onsale,
.cid-ubs1XOU0HG .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-ubs1XOU0HG .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-ubs1XOU0HG .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-ubs1XOU0HG .mbr-shop .price-range {
  display: inline-block;
}
.cid-ubs1XOU0HG .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-ubs1XOU0HG .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-ubs1XOU0HG .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-ubs1XOU0HG .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-ubs1XOU0HG .mbr-shop .categories:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-ubs1XOU0HG .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-ubs1XOU0HG .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-ubs1XOU0HG .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-ubs1XOU0HG .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-ubs1XOU0HG .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-ubs1XOU0HG .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-ubs1XOU0HG .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-ubs1XOU0HG .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 0px;
  }
  .cid-ubs1XOU0HG .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-ubs1XOU0HG .clearfix:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubs1XOU0HG .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-ubs1XOU0HG .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-ubs1XOU0HG .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-ubs1XOU0HG .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .cid-ubs1XOU0HG .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-ubs1XOU0HG .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-ubs1XOU0HG .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-ubs1XOU0HG .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-ubs1XOU0HG .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-ubs1XOU0HG .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-ubs1XOU0HG .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-ubs1XOU0HG .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubs1XOU0HG .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-s7MdpMtBva {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s7MdpMtBva .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7MdpMtBva .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7MdpMtBva .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7MdpMtBva .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s7MdpMtBva .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s7MdpMtBva .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s7MdpMtBva .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s7MdpMtBva .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s7MdpMtBva .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s7MdpMtBva .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7MdpMtBva .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s7MdpMtBva .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7MdpMtBva .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s7MdpMtBva .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s7MiPZAyIc {
  padding-top: 170px;
  padding-bottom: 75px;
  background-image: url("../../../assets/img/ss-tour-background.jpg");
}
.cid-s7MiPZAyIc .mbr-overlay {
  background: linear-gradient(90deg, #6F675B, #6F675B);
}
.cid-s7MiPZAyIc .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-s7MiPZAyIc .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-s7MiPZAyIc .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-s7MiPZAyIc .mbr-section-subtitle,
.cid-s7MiPZAyIc .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-s7MiPZAyIc H1 {
  text-align: left;
}
.cid-s7WJdyYQl5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/contact-graphic-blur-2-1800x1333.jpg");
}
.cid-s7WJdyYQl5 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-s7WJdyYQl5 .content-panel {
  padding: 2rem;
  background-color: #ffffff;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-s7WJdyYQl5 .form-group,
  .cid-s7WJdyYQl5 .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-s7WJdyYQl5 .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-s7WJdyYQl5 .form-control:focus,
.cid-s7WJdyYQl5 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-s7WJdyYQl5 textarea.form-control {
  min-height: 170px;
}
.cid-s7WJdyYQl5 .form-group {
  margin-bottom: 1rem;
}
.cid-s7WJdyYQl5 input::-webkit-input-placeholder,
.cid-s7WJdyYQl5 textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-s7WJdyYQl5 input:-moz-placeholder,
.cid-s7WJdyYQl5 textarea:-moz-placeholder {
  color: #565656;
}
.cid-s7WJdyYQl5 .jq-selectbox li,
.cid-s7WJdyYQl5 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s7WJdyYQl5 .jq-selectbox li:hover,
.cid-s7WJdyYQl5 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s7WJdyYQl5 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-s7WJdyYQl5 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-s7WJdyYQl5 .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s7WJdyYQl5 .text-block {
    margin-bottom: 2rem;
  }
}
.cid-s7MgMhXXvO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s7MgMhXXvO .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7MgMhXXvO .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7MgMhXXvO .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7MgMhXXvO .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s7MgMhXXvO .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s7MgMhXXvO .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s7MgMhXXvO .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s7MgMhXXvO .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s7MgMhXXvO .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s7MgMhXXvO .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7MgMhXXvO .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s7MgMhXXvO .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7MgMhXXvO .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s7MgMhXXvO .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ubtFhnxPYF {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../img/ss-bus-tour-background.jpg");
}
.cid-ubtFhnxPYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubtFhnxPYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubtFhnxPYF .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ubtFhnxPYF .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ubtFhnxPYF .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ubtFhnxPYF img,
.cid-ubtFhnxPYF .item-img {
  width: 100%;
}
.cid-ubtFhnxPYF H5 {
  text-align: center;
}

.cid-s7MmWTRxNQ {
  background-image: url("../../../assets/img/ss-tour-background-alt.jpg");
  padding-top:4rem;
}
.cid-s7MmWTRxNQ .container {
  max-width: 1500px;
}
.cid-s7MmWTRxNQ img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s7MmWTRxNQ img:hover {
  transform: scale(1.1);
}
.cid-s7MmWTRxNQ .row {
}
.cid-s7MmWTRxNQ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-s7MmWTRxNQ h2 {
  padding: 0;
  margin: 0;
}
.cid-s7MmWTRxNQ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s7MmWTRxNQ .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-s7MmWTRxNQ .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-s7MmWTRxNQ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-s7MmWTRxNQ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-s7MmWTRxNQ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-s7MmWTRxNQ .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-s7MmWTRxNQ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s7MmWTRxNQ .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s7MmWTRxNQ .row {
    margin: 0rem;
  }
  .cid-s7MmWTRxNQ .text-col {
    padding: 2rem 1rem;
  }
  .cid-s7MmWTRxNQ .number {
    margin-right: 2rem;
  }
  .cid-s7MmWTRxNQ .img-col {
    margin-bottom: 3rem;
  }
}
.cid-s7MmWTRxNQ H2 {
  color: #333333;
}
.cid-s7MmWTRxNQ .mbr-text {
  color: #767676;
}
.cid-s7MmdL71qk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s7MmdL71qk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7MmdL71qk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7MmdL71qk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s7MmdL71qk .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s7MmdL71qk .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s7MmdL71qk .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s7MmdL71qk .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s7MmdL71qk .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s7MmdL71qk .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s7MmdL71qk .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s7MmdL71qk .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s7MmdL71qk .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7MmdL71qk .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s7MmdL71qk .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sjsnapageI {
  padding-top: 20rem;
  padding-bottom: 20rem;
  background-image: url("../../../assets/img/index_graphic2.jpg");
}
.cid-sjsnapageI .link {
  position: relative;
  letter-spacing: 2px;
}
.cid-sjsnapageI .link:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sjsnapageI .card {
  position: relative;
}
.cid-sjsnapageI .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.7;
  transition: all 0.6s;
}
.cid-sjsnapageI .card:hover:before {
  opacity: 0.9;
}
.cid-sjsnapageI .card-box {
  padding: 4rem 1rem;
  z-index: 2;
}
.cid-sjsnapageI .mbr-text {
  color: #000000;
}

.cid-sZ3QmVrTPa {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sZ3QmVrTPa img {
  width: 100%;
  margin: auto;
}
.cid-sZ3QmVrTPa .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sZ3QmVrTPa img {
    width: 100%;
    margin: auto;
  }
  .cid-sZ3QmVrTPa .card {
    max-width: 20%;
  }
}
.cid-ubtNQDQ8h8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/img/ss-tour-background.jpg");
  background-color: #D3CDC5;
}
.cid-ubtNQDQ8h8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubtNQDQ8h8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubtNQDQ8h8 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-ubtNQDQ8h8 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ubtNQDQ8h8 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-ubtNQDQ8h8 .container {
    padding: 0 22px;
  }
}
.cid-ubtNQDQ8h8 .card {
  justify-content: center;
}
.cid-ubtNQDQ8h8 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ubtNQDQ8h8 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ubtNQDQ8h8 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-ubtNQDQ8h8 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ubtNQDQ8h8 .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-ubtNQDQ8h8 .content-wrapper .border-wrap {
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.cid-ubtNQDQ8h8 .content-wrapper .contacts-wrap .item-contact {
  margin-bottom: 16px;
}
.cid-ubtNQDQ8h8 .content-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ubtNQDQ8h8 .content-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #E0D8CD;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ubtNQDQ8h8 .content-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ubtNQDQ8h8 .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ubtNQDQ8h8 .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #a6a99c;
}
.cid-ubtNQDQ8h8 .content-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ubtNQDQ8h8 .content-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ubtNQDQ8h8 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ubtNQDQ8h8 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ubtNQDQ8h8 .content-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ubtNQDQ8h8 .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ubtNQDQ8h8 .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ubtNQDQ8h8 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ubtNQDQ8h8 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ubtNQDQ8h8 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #a6a99c;
}
.cid-ubtNQDQ8h8 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #E0D8CD;
  transition: all 0.3s ease-in-out;
}
.cid-ubtNQDQ8h8 .form-wrapper {
  position: relative;
  padding: 60px 40px;
}
@media (max-width: 992px) {
  .cid-ubtNQDQ8h8 .form-wrapper {
    padding: 20px;
  }
}
.cid-ubtNQDQ8h8 .form-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ubtNQDQ8h8 .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-ubtNQDQ8h8 .form-wrapper .dragArea.row .form-group {
  margin-bottom: 18px !important;
}
.cid-ubtNQDQ8h8 .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-ubtNQDQ8h8 .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 15px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-ubtNQDQ8h8 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-ubtNQDQ8h8 .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-ubtNQDQ8h8 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #383530;
  opacity: .8;
}
.cid-ubtNQDQ8h8 .form-wrapper .dragArea.row .form-group textarea {
  min-height: 230px;
}
.cid-ubtNQDQ8h8 .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ubtNQDQ8h8 .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #320707;
  border-color: #6F675B;
  border-radius: 0;
}
.cid-ubtNQDQ8h8 .form-wrapper .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #6F675B;
}
.cid-ubtNQDQ8h8 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ubtNQDQ8h8 .mbr-section-title {
  color: #ffffff;
}
.cid-ubtNQDQ8h8 .mbr-section-subtitle {
  color: #E0D8CD;
}
.cid-ubtNQDQ8h8 .mbr-text {
  color: #000000;
}
.cid-ubtNQDQ8h8 .mbr-desc {
  color: #E0D8CD;
}
.cid-ubtNQDQ8h8 .mbr-contact {
  color: #ffffff;
}
.cid-ubtNQDQ8h8 .mbr-contact,
.cid-ubtNQDQ8h8 .item-contact {
  color: #E0D8CD;
}

.cid-tzg2VJ81tu {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tzg2VJ81tu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzg2VJ81tu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzg2VJ81tu .video-wrapper iframe {
  width: 100%;
}
.cid-tzg2VJ81tu .mbr-section-title,
.cid-tzg2VJ81tu .mbr-section-subtitle,
.cid-tzg2VJ81tu .mbr-text {
  text-align: center;
}
.cid-uCw6S5aj8q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #DADCD3;
}
.cid-uCw6S5aj8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCw6S5aj8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCw6S5aj8q .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uCw6S5aj8q .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uCw6S5aj8q .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uCw6S5aj8q .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uCw6S5aj8q .container {
    padding: 0 24px;
  }
}
.cid-uCw6S5aj8q .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 80px 48px 0;
  background-color:rgba(136, 130, 125 1);
}
@media (max-width: 992px) {
  .cid-uCw6S5aj8q .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uCw6S5aj8q .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCw6S5aj8q .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uCw6S5aj8q .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uCw6S5aj8q .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uCw6S5aj8q .content-wrapper .content-wrap .text-wrapper .mbr-text {
  width: 75%;
  opacity: .5;
  margin-bottom: 22px;
  margin:auto;
}
@media (max-width: 992px) {
  .cid-uCw6S5aj8q .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uCw6S5aj8q .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uCw6S5aj8q .content-wrapper .content-wrap .people-wrapper .people-wrap {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCw6S5aj8q .content-wrapper .content-wrap .people-wrapper .people-wrap {
  }
}
.cid-uCw6S5aj8q .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uCw6S5aj8q .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uCw6S5aj8q .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uCw6S5aj8q .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uCw6S5aj8q .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
}
@media (max-width: 992px) {
  .cid-uCw6S5aj8q .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uCw6S5aj8q .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uCw6S5aj8q .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uCw6S5aj8q .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCw6S5aj8q .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uCw6S5aj8q .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uCw6S5aj8q .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uCw6S5aj8q .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-uCw6S5aj8q .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  border-radius: 10px 10px 0 0 !important;
  width:100%;
}
@media (max-width: 992px) {
  .cid-uCw6S5aj8q .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  width:100%;
  }
}
.cid-uCw6S5aj8q .mbr-section-title {
  color: #18212d;
}
.cid-uCw6S5aj8q .mbr-desc,
.cid-uCw6S5aj8q .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uCw6S5aj8q .mbr-text,
.cid-uCw6S5aj8q .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uCw6S5aj8q .mbr-rating {
  color: #EFCC4E;
}
.cid-uCw6S5aj8q .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uCw6S5aj8q .mbr-section-title,
.cid-uCw6S5aj8q .mbr-section-btn {
  text-align: center;
}
.cid-uCw6S5aj8q .mbr-rating,
.cid-uCw6S5aj8q .rating-wrapper,
.cid-uCw6S5aj8q .people-wrapper {
  text-align: center;
}