@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.32rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.8 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-success:hover {
  background: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-secondary {
  color: black!important;
}
.btn-secondary:hover,
.btn-secondary:active {
  color: black!important;
  background: #f9ad05 !important;
  border-color: #f9ad05 !important;
}
.btn-primary {
  color: white!important;
}
.btn-primary:hover {
  background: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info {
  color: white!important;
}
.btn-success:hover {
  background: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.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: #ffffff !important;
}
.bg-success {
  background-color: #89b758 !important;
}
.bg-info {
  background-color: #0e0e0e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #fbbe36;
  border-color: #fbbe36;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #0e0e0e;
  border-color: #0e0e0e;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-success,
.btn-success:active {
  background-color: #89b758 !important;
  border-color: #89b758 !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #c78b04;
  color: #c78b04;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fbbe36;
  border-color: #fbbe36;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #0e0e0e;
  border-color: #0e0e0e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #567633;
  color: #567633;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !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: #ffffff !important;
}
.text-secondary {
  color: #fbbe36 !important;
}
.text-success {
  color: #89b758 !important;
}
.text-info {
  color: #0e0e0e !important;
}
.text-warning {
  color: #808080 !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: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fdde9a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #bbd69f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #414141 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0e0e0e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.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 a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.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: #c8ddb1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c1c1c1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fbbe36 !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-s13eAzENXp .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s13eAzENXp .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-s13eAzENXp .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-s13eAzENXp .dropdown-item {
  color: #000000 !important;
}
.cid-s13eAzENXp .dropdown-item:hover {
  color: #000000 !important;
}
.cid-s13eAzENXp .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-s13eAzENXp .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-s13eAzENXp .btn-white {
  color: #ffffff !important;
}
.cid-s13eAzENXp .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-s13eAzENXp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s13eAzENXp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s13eAzENXp .container {
  display: flex;
  margin: auto;
}
.cid-s13eAzENXp .navbar.navbar-short .nav-link,
.cid-s13eAzENXp .navbar.navbar-short .navbar-caption,
.cid-s13eAzENXp .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-s13eAzENXp .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-s13eAzENXp .navbar-caption {
  padding-right: 3rem;
}
.cid-s13eAzENXp .navbar.opened {
  background: #232323 !important;
}
.cid-s13eAzENXp .nav-item:focus,
.cid-s13eAzENXp .nav-link:focus {
  outline: none;
}
.cid-s13eAzENXp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s13eAzENXp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s13eAzENXp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s13eAzENXp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s13eAzENXp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s13eAzENXp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s13eAzENXp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-s13eAzENXp .navbar.opened {
  transition: all .3s;
}
.cid-s13eAzENXp .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-s13eAzENXp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s13eAzENXp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s13eAzENXp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s13eAzENXp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-s13eAzENXp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s13eAzENXp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s13eAzENXp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s13eAzENXp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s13eAzENXp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s13eAzENXp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s13eAzENXp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s13eAzENXp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s13eAzENXp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s13eAzENXp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s13eAzENXp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s13eAzENXp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s13eAzENXp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s13eAzENXp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s13eAzENXp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s13eAzENXp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s13eAzENXp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s13eAzENXp .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s13eAzENXp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s13eAzENXp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s13eAzENXp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s13eAzENXp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s13eAzENXp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s13eAzENXp .dropdown-item.active,
.cid-s13eAzENXp .dropdown-item:active {
  background-color: transparent;
}
.cid-s13eAzENXp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s13eAzENXp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s13eAzENXp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s13eAzENXp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-s13eAzENXp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s13eAzENXp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s13eAzENXp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s13eAzENXp .navbar-buttons {
  text-align: center;
}
.cid-s13eAzENXp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s13eAzENXp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s13eAzENXp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s13eAzENXp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s13eAzENXp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s13eAzENXp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s13eAzENXp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13eAzENXp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s13eAzENXp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s13eAzENXp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13eAzENXp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s13eAzENXp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s13eAzENXp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s13eAzENXp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s13eAzENXp .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s13eAzENXp .navbar {
    height: 77px;
  }
  .cid-s13eAzENXp .navbar.opened {
    height: auto;
  }
  .cid-s13eAzENXp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s13eABDELZ {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-s13eABDELZ H2 {
  color: #b1a374;
}
.cid-s13eABDELZ .mbr-text,
.cid-s13eABDELZ .mbr-section-btn {
  color: #808080;
}
.cid-s13eABDELZ .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-s13eABDELZ .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-s13eABDELZ .mbr-figure {
  height: 100%;
}
.cid-s13eABDELZ .card-img {
  padding: 0 2rem;
}
.cid-s13eABDELZ img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-s13eABDELZ H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-s13eABDELZ .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-s13eABDELZ .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-s13eABDELZ .container {
    padding: 0 3rem;
  }
  .cid-s13eABDELZ .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s13eABDELZ .container {
    padding: 0 2rem;
  }
  .cid-s13eABDELZ .card-img {
    width: 100%;
  }
  .cid-s13eABDELZ .center-card {
    padding: 1rem;
  }
}
.cid-s13eAEemEU {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #f3f7ee;
}
.cid-s13eAEemEU .carousel {
  z-index: 2;
  position: relative;
}
.cid-s13eAEemEU .user {
  padding: 0!important;
}
.cid-s13eAEemEU .user_text {
  position: relative;
  z-index: 1;
}
.cid-s13eAEemEU .user_text span {
  position: absolute;
  left: 50%;
  font-size: 7rem;
  opacity: 0.2;
  color: #808080;
  top: -10px;
  transform: translateX(-50%);
  z-index: -1;
}
.cid-s13eAEemEU .user_image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0.5rem auto;
  position: relative;
}
.cid-s13eAEemEU .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s13eAEemEU .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s13eAEemEU .carousel-item.active,
.cid-s13eAEemEU .carousel-item-next,
.cid-s13eAEemEU .carousel-item-prev {
  display: flex;
}
.cid-s13eAEemEU .user_name {
  margin: 0;
  color: #0e0e0e;
}
.cid-s13eAEemEU .carousel-controls a {
  font-size: 4rem;
}
.cid-s13eAEemEU .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #0e0e0e;
  background: transparent;
  opacity: 0.8;
}
.cid-s13eAEemEU .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-s13eAEemEU ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-s13eAEemEU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #0e0e0e;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-s13eAEemEU .carousel-indicators li:hover {
  opacity: 1;
}
.cid-s13eAEemEU .carousel-indicators .active {
  opacity: 1;
  width: 20px;
  height: 8px;
  border-radius: 20px;
}
.cid-s13eAEemEU .user_status {
  color: #808080;
}
.cid-s13eAEemEU .mbr-section-title,
.cid-s13eAEemEU .ornament {
  color: #0e0e0e;
}
.cid-s13eAEemEU H3 {
  color: #89b758;
}
@media (max-width: 767px) {
  .cid-s13eAEemEU .carousel-controls a span {
    bottom: 70px;
    top: auto;
  }
}
.cid-s13eAFfhou {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #0e0e0e;
}
.cid-s13eAFfhou .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-s13eAFfhou .row {
  border-bottom: 1px solid #808080;
}
.cid-s13eAFfhou H2 {
  color: #e7272d;
}
.cid-s13eAFfhou .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-s13eAFfhou .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-s13eAFfhou .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-s13eAFfhou .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-s13eAFfhou .col-lg-12 {
  overflow: hidden;
}
.cid-s13eAFfhou H4 {
  color: #b1a374;
}
.cid-s13eAFfhou .mbr-text,
.cid-s13eAFfhou .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-s13eAFfhou .logo-wrap:before {
    content: none;
  }
  .cid-s13eAFfhou .logo-wrap:after {
    content: none;
  }
}
.cid-s13u6bg7Hc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6c8ab;
}
.cid-s13u6bg7Hc .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s13u6bg7Hc .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 15%;
}
.cid-s13u6bg7Hc .mbr-list {
  margin: 0;
}
.cid-s13u6bg7Hc .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s13u6bg7Hc .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-s13u6bg7Hc .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-s13u6bg7Hc .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-s13u6bg7Hc .list-inline-item,
.cid-s13u6bg7Hc .mbr-list,
.cid-s13u6bg7Hc .first-column {
  color: #0e0e0e;
}
.cid-s13f6zIZIe .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s13f6zIZIe .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-s13f6zIZIe .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-s13f6zIZIe .dropdown-item {
  color: #000000 !important;
}
.cid-s13f6zIZIe .dropdown-item:hover {
  color: #000000 !important;
}
.cid-s13f6zIZIe .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-s13f6zIZIe .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-s13f6zIZIe .btn-white {
  color: #ffffff !important;
}
.cid-s13f6zIZIe .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-s13f6zIZIe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s13f6zIZIe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s13f6zIZIe .container {
  display: flex;
  margin: auto;
}
.cid-s13f6zIZIe .navbar.navbar-short .nav-link,
.cid-s13f6zIZIe .navbar.navbar-short .navbar-caption,
.cid-s13f6zIZIe .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-s13f6zIZIe .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-s13f6zIZIe .navbar-caption {
  padding-right: 3rem;
}
.cid-s13f6zIZIe .navbar.opened {
  background: #232323 !important;
}
.cid-s13f6zIZIe .nav-item:focus,
.cid-s13f6zIZIe .nav-link:focus {
  outline: none;
}
.cid-s13f6zIZIe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s13f6zIZIe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s13f6zIZIe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s13f6zIZIe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s13f6zIZIe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s13f6zIZIe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s13f6zIZIe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-s13f6zIZIe .navbar.opened {
  transition: all .3s;
}
.cid-s13f6zIZIe .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-s13f6zIZIe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s13f6zIZIe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s13f6zIZIe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s13f6zIZIe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-s13f6zIZIe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s13f6zIZIe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s13f6zIZIe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s13f6zIZIe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s13f6zIZIe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s13f6zIZIe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s13f6zIZIe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s13f6zIZIe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s13f6zIZIe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s13f6zIZIe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s13f6zIZIe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s13f6zIZIe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s13f6zIZIe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s13f6zIZIe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s13f6zIZIe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s13f6zIZIe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s13f6zIZIe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s13f6zIZIe .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s13f6zIZIe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s13f6zIZIe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s13f6zIZIe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s13f6zIZIe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s13f6zIZIe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s13f6zIZIe .dropdown-item.active,
.cid-s13f6zIZIe .dropdown-item:active {
  background-color: transparent;
}
.cid-s13f6zIZIe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s13f6zIZIe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s13f6zIZIe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s13f6zIZIe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-s13f6zIZIe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s13f6zIZIe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s13f6zIZIe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s13f6zIZIe .navbar-buttons {
  text-align: center;
}
.cid-s13f6zIZIe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s13f6zIZIe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s13f6zIZIe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s13f6zIZIe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s13f6zIZIe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s13f6zIZIe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s13f6zIZIe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13f6zIZIe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s13f6zIZIe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s13f6zIZIe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13f6zIZIe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s13f6zIZIe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s13f6zIZIe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s13f6zIZIe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s13f6zIZIe .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s13f6zIZIe .navbar {
    height: 77px;
  }
  .cid-s13f6zIZIe .navbar.opened {
    height: auto;
  }
  .cid-s13f6zIZIe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shmqYmRp7C {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shmqYmRp7C .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-shmqYmRp7C .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-shmqYmRp7C img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-shmqYmRp7C .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-unuE4vENer {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unuE4vENer .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-unuE4vENer .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-unuE4vENer img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-unuE4vENer .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-unuE75vpFy {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unuE75vpFy .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-unuE75vpFy .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-unuE75vpFy img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-unuE75vpFy .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-unuE9n6Ml1 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unuE9n6Ml1 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-unuE9n6Ml1 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-unuE9n6Ml1 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-unuE9n6Ml1 .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-unuEbGC3Hy {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unuEbGC3Hy .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-unuEbGC3Hy .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-unuEbGC3Hy img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-unuEbGC3Hy .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-unuEe1TBCX {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unuEe1TBCX .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-unuEe1TBCX .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-unuEe1TBCX img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-unuEe1TBCX .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-unuEghDW9f {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unuEghDW9f .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-unuEghDW9f .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-unuEghDW9f img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-unuEghDW9f .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-unuEk1CW4M {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unuEk1CW4M .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-unuEk1CW4M .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-unuEk1CW4M img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-unuEk1CW4M .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-unuEmQT453 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unuEmQT453 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-unuEmQT453 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-unuEmQT453 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-unuEmQT453 .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-unuEptSM2v {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unuEptSM2v .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-unuEptSM2v .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-unuEptSM2v img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-unuEptSM2v .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-unuEsEooAJ {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unuEsEooAJ .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-unuEsEooAJ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-unuEsEooAJ img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-unuEsEooAJ .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-unuEvOfpcg {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unuEvOfpcg .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-unuEvOfpcg .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-unuEvOfpcg img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-unuEvOfpcg .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-unuEyslmQw {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unuEyslmQw .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-unuEyslmQw .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-unuEyslmQw img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-unuEyslmQw .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-unuEAIyXI0 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unuEAIyXI0 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-unuEAIyXI0 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-unuEAIyXI0 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-unuEAIyXI0 .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-s13f6CxyND {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #0e0e0e;
}
.cid-s13f6CxyND .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-s13f6CxyND .row {
  border-bottom: 1px solid #808080;
}
.cid-s13f6CxyND H2 {
  color: #e7272d;
}
.cid-s13f6CxyND .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-s13f6CxyND .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-s13f6CxyND .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-s13f6CxyND .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-s13f6CxyND .col-lg-12 {
  overflow: hidden;
}
.cid-s13f6CxyND H4 {
  color: #b1a374;
}
.cid-s13f6CxyND .mbr-text,
.cid-s13f6CxyND .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-s13f6CxyND .logo-wrap:before {
    content: none;
  }
  .cid-s13f6CxyND .logo-wrap:after {
    content: none;
  }
}
.cid-s13ugMviPQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6c8ab;
}
.cid-s13ugMviPQ .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s13ugMviPQ .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 15%;
}
.cid-s13ugMviPQ .mbr-list {
  margin: 0;
}
.cid-s13ugMviPQ .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s13ugMviPQ .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-s13ugMviPQ .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-s13ugMviPQ .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-s13ugMviPQ .list-inline-item,
.cid-s13ugMviPQ .mbr-list,
.cid-s13ugMviPQ .first-column {
  color: #0e0e0e;
}
.cid-s13kYslWaG .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s13kYslWaG .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-s13kYslWaG .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-s13kYslWaG .dropdown-item {
  color: #000000 !important;
}
.cid-s13kYslWaG .dropdown-item:hover {
  color: #000000 !important;
}
.cid-s13kYslWaG .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-s13kYslWaG .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-s13kYslWaG .btn-white {
  color: #ffffff !important;
}
.cid-s13kYslWaG .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-s13kYslWaG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s13kYslWaG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s13kYslWaG .container {
  display: flex;
  margin: auto;
}
.cid-s13kYslWaG .navbar.navbar-short .nav-link,
.cid-s13kYslWaG .navbar.navbar-short .navbar-caption,
.cid-s13kYslWaG .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-s13kYslWaG .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-s13kYslWaG .navbar-caption {
  padding-right: 3rem;
}
.cid-s13kYslWaG .navbar.opened {
  background: #232323 !important;
}
.cid-s13kYslWaG .nav-item:focus,
.cid-s13kYslWaG .nav-link:focus {
  outline: none;
}
.cid-s13kYslWaG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s13kYslWaG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s13kYslWaG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s13kYslWaG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s13kYslWaG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s13kYslWaG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s13kYslWaG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-s13kYslWaG .navbar.opened {
  transition: all .3s;
}
.cid-s13kYslWaG .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-s13kYslWaG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s13kYslWaG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s13kYslWaG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s13kYslWaG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-s13kYslWaG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s13kYslWaG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s13kYslWaG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s13kYslWaG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s13kYslWaG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s13kYslWaG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s13kYslWaG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s13kYslWaG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s13kYslWaG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s13kYslWaG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s13kYslWaG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s13kYslWaG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s13kYslWaG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s13kYslWaG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s13kYslWaG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s13kYslWaG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s13kYslWaG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s13kYslWaG .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s13kYslWaG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s13kYslWaG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s13kYslWaG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s13kYslWaG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s13kYslWaG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s13kYslWaG .dropdown-item.active,
.cid-s13kYslWaG .dropdown-item:active {
  background-color: transparent;
}
.cid-s13kYslWaG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s13kYslWaG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s13kYslWaG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s13kYslWaG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-s13kYslWaG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s13kYslWaG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s13kYslWaG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s13kYslWaG .navbar-buttons {
  text-align: center;
}
.cid-s13kYslWaG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s13kYslWaG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s13kYslWaG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s13kYslWaG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s13kYslWaG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s13kYslWaG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s13kYslWaG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13kYslWaG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s13kYslWaG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s13kYslWaG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13kYslWaG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s13kYslWaG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s13kYslWaG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s13kYslWaG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s13kYslWaG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s13kYslWaG .navbar {
    height: 77px;
  }
  .cid-s13kYslWaG .navbar.opened {
    height: auto;
  }
  .cid-s13kYslWaG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s13l5G4Sa0 {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s13l5G4Sa0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s13l5G4Sa0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s13l5G4Sa0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s13l5G4Sa0 .title {
  padding: 0 2rem;
}
.cid-s13l5G4Sa0 .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px!important;
}
.cid-s13l5G4Sa0 .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-s13l5G4Sa0 .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.cid-s13l5G4Sa0 .mbr-gallery-item div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.cid-s13l5G4Sa0 .mbr-gallery-item div:hover:before {
  opacity: 0.3;
  width: 0;
}
.cid-s13l5G4Sa0 .mbr-gallery-item div:hover:after {
  opacity: 0.3;
  height: 0;
}
.cid-s13l5G4Sa0 .container {
  padding: 0 1rem;
}
.cid-s13l5G4Sa0 .mbr-gallery-item--p4 {
  padding: 1rem!important;
}
.cid-s13l5G4Sa0 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s13l5G4Sa0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s13l5G4Sa0 .icon-focus {
  display: none;
}
.cid-s13l5G4Sa0 .btn-primary-outline {
  border: none!important;
  color: gray!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  font-weight: 400;
}
.cid-s13l5G4Sa0 .btn-primary-outline:hover {
  background: transparent!important;
  color: #ffffff !important;
}
.cid-s13l5G4Sa0 .btn-primary-outline:active {
  background: transparent!important;
  color: black !important;
}
.cid-s13l5G4Sa0 li {
  position: relative;
}
.cid-s13l5G4Sa0 li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-s13l5G4Sa0 .btn {
  font-family: Roboto !important;
}
.cid-s13l5G4Sa0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-s13l5G4Sa0 .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s13l5G4Sa0 li:not(:last-child):after {
    top: 9px;
  }
  .cid-s13l5G4Sa0 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0!important;
  }
  .cid-s13l5G4Sa0 .container {
    padding: 0rem;
  }
  .cid-s13l5G4Sa0 .title {
    padding: 0 1rem;
  }
}
.cid-s13l5G4Sa0 H2 {
  color: #b1a374;
}
.cid-s13kYuc1CI {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #0e0e0e;
}
.cid-s13kYuc1CI .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-s13kYuc1CI .row {
  border-bottom: 1px solid #808080;
}
.cid-s13kYuc1CI H2 {
  color: #e7272d;
}
.cid-s13kYuc1CI .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-s13kYuc1CI .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-s13kYuc1CI .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-s13kYuc1CI .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-s13kYuc1CI .col-lg-12 {
  overflow: hidden;
}
.cid-s13kYuc1CI H4 {
  color: #b1a374;
}
.cid-s13kYuc1CI .mbr-text,
.cid-s13kYuc1CI .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-s13kYuc1CI .logo-wrap:before {
    content: none;
  }
  .cid-s13kYuc1CI .logo-wrap:after {
    content: none;
  }
}
.cid-s13utxkgSm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6c8ab;
}
.cid-s13utxkgSm .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s13utxkgSm .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 15%;
}
.cid-s13utxkgSm .mbr-list {
  margin: 0;
}
.cid-s13utxkgSm .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s13utxkgSm .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-s13utxkgSm .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-s13utxkgSm .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-s13utxkgSm .list-inline-item,
.cid-s13utxkgSm .mbr-list,
.cid-s13utxkgSm .first-column {
  color: #0e0e0e;
}
.cid-s13lRxxkCT .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s13lRxxkCT .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-s13lRxxkCT .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-s13lRxxkCT .dropdown-item {
  color: #000000 !important;
}
.cid-s13lRxxkCT .dropdown-item:hover {
  color: #000000 !important;
}
.cid-s13lRxxkCT .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-s13lRxxkCT .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-s13lRxxkCT .btn-white {
  color: #ffffff !important;
}
.cid-s13lRxxkCT .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-s13lRxxkCT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s13lRxxkCT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s13lRxxkCT .container {
  display: flex;
  margin: auto;
}
.cid-s13lRxxkCT .navbar.navbar-short .nav-link,
.cid-s13lRxxkCT .navbar.navbar-short .navbar-caption,
.cid-s13lRxxkCT .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-s13lRxxkCT .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-s13lRxxkCT .navbar-caption {
  padding-right: 3rem;
}
.cid-s13lRxxkCT .navbar.opened {
  background: #232323 !important;
}
.cid-s13lRxxkCT .nav-item:focus,
.cid-s13lRxxkCT .nav-link:focus {
  outline: none;
}
.cid-s13lRxxkCT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s13lRxxkCT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s13lRxxkCT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s13lRxxkCT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s13lRxxkCT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s13lRxxkCT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s13lRxxkCT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-s13lRxxkCT .navbar.opened {
  transition: all .3s;
}
.cid-s13lRxxkCT .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-s13lRxxkCT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s13lRxxkCT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s13lRxxkCT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s13lRxxkCT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-s13lRxxkCT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s13lRxxkCT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s13lRxxkCT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s13lRxxkCT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s13lRxxkCT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s13lRxxkCT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s13lRxxkCT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s13lRxxkCT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s13lRxxkCT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s13lRxxkCT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s13lRxxkCT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s13lRxxkCT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s13lRxxkCT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s13lRxxkCT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s13lRxxkCT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s13lRxxkCT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s13lRxxkCT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s13lRxxkCT .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s13lRxxkCT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s13lRxxkCT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s13lRxxkCT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s13lRxxkCT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s13lRxxkCT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s13lRxxkCT .dropdown-item.active,
.cid-s13lRxxkCT .dropdown-item:active {
  background-color: transparent;
}
.cid-s13lRxxkCT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s13lRxxkCT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s13lRxxkCT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s13lRxxkCT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-s13lRxxkCT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s13lRxxkCT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s13lRxxkCT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s13lRxxkCT .navbar-buttons {
  text-align: center;
}
.cid-s13lRxxkCT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s13lRxxkCT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s13lRxxkCT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s13lRxxkCT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s13lRxxkCT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s13lRxxkCT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s13lRxxkCT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13lRxxkCT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s13lRxxkCT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s13lRxxkCT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s13lRxxkCT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s13lRxxkCT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s13lRxxkCT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s13lRxxkCT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s13lRxxkCT .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s13lRxxkCT .navbar {
    height: 77px;
  }
  .cid-s13lRxxkCT .navbar.opened {
    height: auto;
  }
  .cid-s13lRxxkCT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s13m35JmSA {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s13m35JmSA .card:hover .item-content {
  box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.13);
}
.cid-s13m35JmSA .logo {
  max-width: 80px;
  width: 100%;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-s13m35JmSA .center {
  box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.13);
}
.cid-s13m35JmSA .item-content {
  height: 100%;
  z-index: 99;
  transition: all 0.3s;
  padding: 3rem 2rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.cid-s13m35JmSA .border1 {
  border-bottom: 2px dotted lightgray;
}
.cid-s13m35JmSA .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 16px 0px;
}
.cid-s13m35JmSA .icon-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-s13m35JmSA .icon-wrap span {
  margin-right: 14px;
  margin-top: 4px;
  font-size: 1.2rem;
  color: #ffffff;
}
.cid-s13m35JmSA .bigicon {
  color: #e7272d;
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-s13m35JmSA .item-content {
    padding: 3rem 1rem;
  }
}
.cid-s13m35JmSA .mbr-text,
.cid-s13m35JmSA .mbr-section-btn {
  color: #808080;
}
.cid-s13m35JmSA .location,
.cid-s13m35JmSA .icon-wrap {
  color: #ffffff;
}
.cid-s13m35JmSA H3 {
  color: #29361a;
}
.cid-s13mAWp3yQ .google-map {
  height: 30rem;
  position: relative;
}
.cid-s13mAWp3yQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s13mAWp3yQ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s13mAWp3yQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s13mAWp3yQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s13lRB7d0R {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #0e0e0e;
}
.cid-s13lRB7d0R .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-s13lRB7d0R .row {
  border-bottom: 1px solid #808080;
}
.cid-s13lRB7d0R H2 {
  color: #e7272d;
}
.cid-s13lRB7d0R .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-s13lRB7d0R .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-s13lRB7d0R .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-s13lRB7d0R .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-s13lRB7d0R .col-lg-12 {
  overflow: hidden;
}
.cid-s13lRB7d0R H4 {
  color: #b1a374;
}
.cid-s13lRB7d0R .mbr-text,
.cid-s13lRB7d0R .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-s13lRB7d0R .logo-wrap:before {
    content: none;
  }
  .cid-s13lRB7d0R .logo-wrap:after {
    content: none;
  }
}
.cid-s13ua68NSb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6c8ab;
}
.cid-s13ua68NSb .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s13ua68NSb .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 15%;
}
.cid-s13ua68NSb .mbr-list {
  margin: 0;
}
.cid-s13ua68NSb .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s13ua68NSb .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-s13ua68NSb .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-s13ua68NSb .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-s13ua68NSb .list-inline-item,
.cid-s13ua68NSb .mbr-list,
.cid-s13ua68NSb .first-column {
  color: #0e0e0e;
}
.cid-s12COYZSc4 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s12COYZSc4 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-s12COYZSc4 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-s12COYZSc4 .dropdown-item {
  color: #000000 !important;
}
.cid-s12COYZSc4 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-s12COYZSc4 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-s12COYZSc4 .nav-link:hover {
  color: #fbbe36 !important;
}
.cid-s12COYZSc4 .btn-white {
  color: #ffffff !important;
}
.cid-s12COYZSc4 .btn:hover {
  border-color: #fbbe36 !important;
  color: #fbbe36 !important;
}
.cid-s12COYZSc4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s12COYZSc4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s12COYZSc4 .container {
  display: flex;
  margin: auto;
}
.cid-s12COYZSc4 .navbar.navbar-short .nav-link,
.cid-s12COYZSc4 .navbar.navbar-short .navbar-caption,
.cid-s12COYZSc4 .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-s12COYZSc4 .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-s12COYZSc4 .navbar-caption {
  padding-right: 3rem;
}
.cid-s12COYZSc4 .navbar.opened {
  background: #232323 !important;
}
.cid-s12COYZSc4 .nav-item:focus,
.cid-s12COYZSc4 .nav-link:focus {
  outline: none;
}
.cid-s12COYZSc4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s12COYZSc4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s12COYZSc4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s12COYZSc4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s12COYZSc4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s12COYZSc4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s12COYZSc4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-s12COYZSc4 .navbar.opened {
  transition: all .3s;
}
.cid-s12COYZSc4 .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-s12COYZSc4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s12COYZSc4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s12COYZSc4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s12COYZSc4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-s12COYZSc4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s12COYZSc4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s12COYZSc4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s12COYZSc4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s12COYZSc4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s12COYZSc4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s12COYZSc4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s12COYZSc4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s12COYZSc4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s12COYZSc4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s12COYZSc4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s12COYZSc4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s12COYZSc4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s12COYZSc4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s12COYZSc4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s12COYZSc4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s12COYZSc4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s12COYZSc4 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-s12COYZSc4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s12COYZSc4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s12COYZSc4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s12COYZSc4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s12COYZSc4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s12COYZSc4 .dropdown-item.active,
.cid-s12COYZSc4 .dropdown-item:active {
  background-color: transparent;
}
.cid-s12COYZSc4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s12COYZSc4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s12COYZSc4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s12COYZSc4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-s12COYZSc4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s12COYZSc4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s12COYZSc4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s12COYZSc4 .navbar-buttons {
  text-align: center;
}
.cid-s12COYZSc4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s12COYZSc4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s12COYZSc4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s12COYZSc4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s12COYZSc4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s12COYZSc4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s12COYZSc4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s12COYZSc4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s12COYZSc4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s12COYZSc4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s12COYZSc4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s12COYZSc4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s12COYZSc4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s12COYZSc4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s12COYZSc4 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s12COYZSc4 .navbar {
    height: 77px;
  }
  .cid-s12COYZSc4 .navbar.opened {
    height: auto;
  }
  .cid-s12COYZSc4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s12CZ1cQzm {
  padding-top: 300px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/img-8297.jpg");
}
.cid-s12CZ1cQzm H2 {
  color: #fff4e2;
}
.cid-s12CZ1cQzm .mbr-text,
.cid-s12CZ1cQzm .mbr-section-btn {
  color: #fff4e2;
}
.cid-s12CZ1cQzm img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-s12CZ1cQzm img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-s12CZ1cQzm H1 {
  color: #fff4e2;
}
.cid-s12EzeLxiN {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-s12EzeLxiN H2 {
  color: #b1a374;
}
.cid-s12EzeLxiN .mbr-text,
.cid-s12EzeLxiN .mbr-section-btn {
  color: #808080;
}
.cid-s12EzeLxiN .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-s12EzeLxiN .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-s12EzeLxiN .mbr-figure {
  height: 100%;
}
.cid-s12EzeLxiN .card-img {
  padding: 0 2rem;
}
.cid-s12EzeLxiN img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-s12EzeLxiN H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-s12EzeLxiN .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-s12EzeLxiN .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-s12EzeLxiN .container {
    padding: 0 3rem;
  }
  .cid-s12EzeLxiN .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s12EzeLxiN .container {
    padding: 0 2rem;
  }
  .cid-s12EzeLxiN .card-img {
    width: 100%;
  }
  .cid-s12EzeLxiN .center-card {
    padding: 1rem;
  }
}
.cid-s133TdNU9H {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-s133TdNU9H img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-s133TdNU9H H2 {
  color: #b1a374;
}
.cid-s1342yl2OB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s1342yl2OB h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-s1342yl2OB .box {
  background-image: url("../../../assets/images/4545454545.jpeg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s1342yl2OB .icon-wrap {
  border-radius: 50%;
  margin: auto;
  background: #b1a374;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  animation: shadow 1s infinite ease-in-out;
}
.cid-s1342yl2OB .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s1342yl2OB .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s1342yl2OB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s1342yl2OB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s1342yl2OB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s1342yl2OB a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s1342yl2OB a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-s1342yl2OB .box {
    height: 250px;
  }
}
.cid-s1342yl2OB .mbr-section-subtitle,
.cid-s1342yl2OB .title-align {
  color: #b1a374;
}
.cid-s1342yl2OB H1 {
  color: #0e0e0e;
}
.cid-s1348ojB88 {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #f3f7ee;
}
.cid-s1348ojB88 .carousel {
  z-index: 2;
  position: relative;
}
.cid-s1348ojB88 .user {
  padding: 0!important;
}
.cid-s1348ojB88 .user_text {
  position: relative;
  z-index: 1;
}
.cid-s1348ojB88 .user_text span {
  position: absolute;
  left: 50%;
  font-size: 7rem;
  opacity: 0.2;
  color: #808080;
  top: -10px;
  transform: translateX(-50%);
  z-index: -1;
}
.cid-s1348ojB88 .user_image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0.5rem auto;
  position: relative;
}
.cid-s1348ojB88 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s1348ojB88 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s1348ojB88 .carousel-item.active,
.cid-s1348ojB88 .carousel-item-next,
.cid-s1348ojB88 .carousel-item-prev {
  display: flex;
}
.cid-s1348ojB88 .user_name {
  margin: 0;
  color: #0e0e0e;
}
.cid-s1348ojB88 .carousel-controls a {
  font-size: 4rem;
}
.cid-s1348ojB88 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #0e0e0e;
  background: transparent;
  opacity: 0.8;
}
.cid-s1348ojB88 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-s1348ojB88 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-s1348ojB88 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #0e0e0e;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-s1348ojB88 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-s1348ojB88 .carousel-indicators .active {
  opacity: 1;
  width: 20px;
  height: 8px;
  border-radius: 20px;
}
.cid-s1348ojB88 .user_status {
  color: #808080;
}
.cid-s1348ojB88 .mbr-section-title,
.cid-s1348ojB88 .ornament {
  color: #0e0e0e;
}
.cid-s1348ojB88 H3 {
  color: #89b758;
}
@media (max-width: 767px) {
  .cid-s1348ojB88 .carousel-controls a span {
    bottom: 70px;
    top: auto;
  }
}
.cid-s134cBiJmb {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #0e0e0e;
}
.cid-s134cBiJmb .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-s134cBiJmb .row {
  border-bottom: 1px solid #808080;
}
.cid-s134cBiJmb H2 {
  color: #e7272d;
}
.cid-s134cBiJmb .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-s134cBiJmb .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-s134cBiJmb .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-s134cBiJmb .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-s134cBiJmb .col-lg-12 {
  overflow: hidden;
}
.cid-s134cBiJmb H4 {
  color: #b1a374;
}
.cid-s134cBiJmb .mbr-text,
.cid-s134cBiJmb .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-s134cBiJmb .logo-wrap:before {
    content: none;
  }
  .cid-s134cBiJmb .logo-wrap:after {
    content: none;
  }
}
.cid-s13u1tH61g {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6c8ab;
}
.cid-s13u1tH61g .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s13u1tH61g .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 15%;
}
.cid-s13u1tH61g .mbr-list {
  margin: 0;
}
.cid-s13u1tH61g .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-s13u1tH61g .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-s13u1tH61g .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-s13u1tH61g .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-s13u1tH61g .list-inline-item,
.cid-s13u1tH61g .mbr-list,
.cid-s13u1tH61g .first-column {
  color: #0e0e0e;
}
