.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Funnel Display;
}
.display-1 {
  font-family: 'Funnel Display', display;
  font-size: 5rem;
  line-height: 1.16;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Lobster', display;
  font-size: 4.4rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-4 {
  font-family: 'Funnel Display', display;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Funnel Display', display;
  font-size: 2.9rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.625rem;
}
.display-7 {
  font-family: 'Funnel Display', display;
  font-size: 1.6rem;
  line-height: 1.44;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.32rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.665rem + (2.9 - 1.665) * ((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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.32rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.665rem + (2.9 - 1.665) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #deb54b !important;
}
.bg-success {
  background-color: #8ed993 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffd8cc !important;
}
.bg-danger {
  background-color: #dba493 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #deb54b !important;
  border-color: #deb54b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e6c776 !important;
  border-color: #e6c776 !important;
  box-shadow: inset 0 -100px #231b07;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e6c776 !important;
  border-color: #e6c776 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2c2625 !important;
  border-color: #2c2625 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #483e3c !important;
  border-color: #483e3c !important;
  box-shadow: inset 0 -100px #000000;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #483e3c !important;
  border-color: #483e3c !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 -100px #808080;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #8ed993 !important;
  border-color: #8ed993 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b4e6b7 !important;
  border-color: #b4e6b7 !important;
  box-shadow: inset 0 -100px #1a4e1e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b4e6b7 !important;
  border-color: #b4e6b7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd8cc !important;
  border-color: #ffd8cc !important;
  color: #cc3000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 -100px #cc3000;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #cc3000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dba493 !important;
  border-color: #dba493 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e8c4b9 !important;
  border-color: #e8c4b9 !important;
  box-shadow: inset 0 -100px #53291c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e8c4b9 !important;
  border-color: #e8c4b9 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 -100px #757b62;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: inset 0 -100px #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #deb54b;
  color: #deb54b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b28921 !important;
  background-color: transparent !important;
  border-color: #b28921 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #deb54b !important;
  border-color: #deb54b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2c2625;
  color: #2c2625;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2c2625 !important;
  border-color: #2c2625 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #8ed993;
  color: #8ed993;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4dc355 !important;
  background-color: transparent !important;
  border-color: #4dc355 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8ed993 !important;
  border-color: #8ed993 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd8cc;
  color: #ffd8cc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff9675 !important;
  background-color: transparent !important;
  border-color: #ff9675 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #cc3000 !important;
  background-color: #ffd8cc !important;
  border-color: #ffd8cc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dba493;
  color: #dba493;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c56d52 !important;
  background-color: transparent !important;
  border-color: #c56d52 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dba493 !important;
  border-color: #dba493 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #deb54b !important;
}
.text-secondary {
  color: #2c2625 !important;
}
.text-success {
  color: #8ed993 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffd8cc !important;
}
.text-danger {
  color: #dba493 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a57f1e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #42bf4a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff8a66 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c26446 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #deb54b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffd8cc;
}
.alert-danger {
  background-color: #dba493;
}
.mbr-gallery-filter li.active .btn {
  background-color: #deb54b;
  border-color: #deb54b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #deb54b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fefcf7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Funnel Display', display;
  font-size: 1.6rem;
  line-height: 1.44;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #deb54b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Funnel Display', display;
  font-size: 1.6rem;
  line-height: 1.44;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #deb54b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #deb54b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #deb54b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #deb54b;
  border-bottom-color: #deb54b;
}
.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: #deb54b !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: #2c2625 !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='%23deb54b' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-item .btn {
  font-weight: 700;
  padding: 16px 44px;
  border-radius: 0 !important;
}
.icon-wrapper,
.item-tag,
.form-control {
  border-radius: 0 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.cid-uDqZYblsfs .navbar-dropdown {
  position: relative !important;
}
.cid-uDqZYblsfs .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uDqZYblsfs .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDqZYblsfs .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uDqZYblsfs .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-uDqZYblsfs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqZYblsfs .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uDqZYblsfs .dropdown-item:hover,
.cid-uDqZYblsfs .dropdown-item:focus {
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uDqZYblsfs .dropdown-item:hover span {
  color: white;
}
.cid-uDqZYblsfs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqZYblsfs .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqZYblsfs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqZYblsfs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqZYblsfs .nav-link {
  position: relative;
}
.cid-uDqZYblsfs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uDqZYblsfs .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqZYblsfs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uDqZYblsfs .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uDqZYblsfs .dropdown-menu,
.cid-uDqZYblsfs .navbar.opened {
  background: #2c2625 !important;
}
.cid-uDqZYblsfs .nav-item:focus,
.cid-uDqZYblsfs .nav-link:focus {
  outline: none;
}
.cid-uDqZYblsfs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqZYblsfs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uDqZYblsfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqZYblsfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqZYblsfs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqZYblsfs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqZYblsfs .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uDqZYblsfs .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqZYblsfs .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uDqZYblsfs .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uDqZYblsfs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqZYblsfs .navbar.collapsed {
  justify-content: center;
}
.cid-uDqZYblsfs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqZYblsfs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDqZYblsfs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqZYblsfs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqZYblsfs .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-uDqZYblsfs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqZYblsfs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqZYblsfs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqZYblsfs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqZYblsfs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqZYblsfs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqZYblsfs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqZYblsfs .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-uDqZYblsfs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqZYblsfs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqZYblsfs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqZYblsfs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uDqZYblsfs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqZYblsfs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDqZYblsfs .navbar.navbar-short {
  min-height: 96px;
}
.cid-uDqZYblsfs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uDqZYblsfs .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uDqZYblsfs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uDqZYblsfs .navbar-brand .navbar-caption:hover,
.cid-uDqZYblsfs .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uDqZYblsfs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqZYblsfs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uDqZYblsfs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uDqZYblsfs .dropdown-item.active,
.cid-uDqZYblsfs .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqZYblsfs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqZYblsfs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqZYblsfs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqZYblsfs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uDqZYblsfs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uDqZYblsfs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uDqZYblsfs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqZYblsfs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uDqZYblsfs ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uDqZYblsfs .navbar-buttons {
  text-align: center;
}
.cid-uDqZYblsfs .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uDqZYblsfs .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uDqZYblsfs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uDqZYblsfs button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uDqZYblsfs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqZYblsfs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uDqZYblsfs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uDqZYblsfs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uDqZYblsfs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uDqZYblsfs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqZYblsfs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqZYblsfs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqZYblsfs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqZYblsfs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDqZYblsfs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqZYblsfs .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-uDqZYblsfs .navbar {
    height: 70px;
  }
  .cid-uDqZYblsfs .navbar.opened {
    height: auto;
  }
  .cid-uDqZYblsfs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDqZYblsfs .navbar-nav {
  margin: 0 auto;
}
.cid-uDqZYblsfs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uDqZYblsfs .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uDqZYblsfs .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uDqZYblsfs .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uDqZYblsfs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uDqZYblsfs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uDqZYblsfs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uDqZYblsfs .nav-item .dropdown-menu .dropdown-item {
  color: #deb54b !important;
}
.cid-uDqZYblsfs .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uDqZYblsfs .navbar {
    justify-content: flex-start !important;
  }
  .cid-uDqZYblsfs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uDqZYblsfs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uDqZYblsfs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uDqZYblsfs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uDqZYblsfs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uDqZYblsfs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uDqZYblsfs .content-wrap {
  min-height: 130px;
}
.cid-uDqZYViBBP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/-2000x1500.jpg");
}
.cid-uDqZYViBBP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDqZYViBBP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDqZYViBBP .card {
  justify-content: center;
}
.cid-uDqZYViBBP .content-wrapper {
  padding: 108px;
  background-color: #edefeb;
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uDqZYViBBP .content-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDqZYViBBP .content-wrapper {
    padding: 80px 20px;
    margin-right: 0;
  }
}
.cid-uDqZYViBBP .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDqZYViBBP .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDqZYViBBP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDqZYViBBP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uDqZYViBBP .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px 64px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uDqZYViBBP .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uDqZYViBBP .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
}
.cid-uDqZYViBBP .content-wrapper .items-wrapper .item .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 16px;
}
.cid-uDqZYViBBP .content-wrapper .items-wrapper .item .item-wrapper .card-box .dot-wrapper .dot-wrap {
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #353535;
  box-shadow: -3px 3px 0 #353535;
}
.cid-uDqZYViBBP .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uDqZYViBBP .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uDqZYViBBP .image-wrapper {
    margin-left: 0;
    margin-bottom: 80px;
  }
}
.cid-uDqZYViBBP .mbr-section-title {
  color: #ffffff;
}
.cid-uDqZYViBBP .mbr-text {
  color: #ffffff;
}
.cid-uDqZYViBBP .item-text {
  color: #ffffff;
}
.cid-uDqZYViBBP .mbr-section-title,
.cid-uDqZYViBBP .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-uDqZYViBBP .mbr-text,
.cid-uDqZYViBBP .text-wrapper {
  color: #353535;
}
.cid-uDqZYViBBP .item-text,
.cid-uDqZYViBBP .dot-wrapper {
  color: #353535;
}
.cid-uFl1IF7Lsd {
  padding-top: 3rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uFl1IF7Lsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFl1IF7Lsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFl1IF7Lsd .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFl1IF7Lsd .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFl1IF7Lsd .content-wrapper {
    padding: 0;
  }
}
.cid-uFl1IF7Lsd .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFl1IF7Lsd .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFl1IF7Lsd .mbr-section-title,
.cid-uFl1IF7Lsd .title-wrapper {
  color: #ffffff;
}
.cid-uFl1IF7Lsd .mbr-section-title,
.cid-uFl1IF7Lsd .mbr-section-btn,
.cid-uFl1IF7Lsd .title-wrapper {
  text-align: center;
}
.cid-uFr73gcnRm {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uFr73gcnRm img,
.cid-uFr73gcnRm .item-img {
  width: 100%;
}
.cid-uFr73gcnRm .item:focus,
.cid-uFr73gcnRm span:focus {
  outline: none;
}
.cid-uFr73gcnRm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uFr73gcnRm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFr73gcnRm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFr73gcnRm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uFr73gcnRm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFr73gcnRm .mbr-section-title {
  color: #232323;
}
.cid-uFr73gcnRm .mbr-text,
.cid-uFr73gcnRm .mbr-section-btn {
  text-align: center;
}
.cid-uFr73gcnRm .item-title {
  text-align: center;
}
.cid-uFr73gcnRm .item-subtitle {
  text-align: center;
}
.cid-uFr73QGFbz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uFr73QGFbz img,
.cid-uFr73QGFbz .item-img {
  width: 100%;
}
.cid-uFr73QGFbz .item:focus,
.cid-uFr73QGFbz span:focus {
  outline: none;
}
.cid-uFr73QGFbz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uFr73QGFbz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFr73QGFbz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFr73QGFbz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uFr73QGFbz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFr73QGFbz .mbr-section-title {
  color: #232323;
}
.cid-uFr73QGFbz .mbr-text,
.cid-uFr73QGFbz .mbr-section-btn {
  text-align: center;
}
.cid-uFr73QGFbz .item-title {
  text-align: center;
}
.cid-uFr73QGFbz .item-subtitle {
  text-align: center;
}
.cid-uFN0Xyexmc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uFN0Xyexmc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFN0Xyexmc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFN0Xyexmc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uFN0Xyexmc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFN0Xyexmc .embla__slide .slide-content {
  width: 100%;
}
.cid-uFN0Xyexmc .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uFN0Xyexmc .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uFN0Xyexmc .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 70px 0 70px 50px;
}
@media (max-width: 992px) {
  .cid-uFN0Xyexmc .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uFN0Xyexmc .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uFN0Xyexmc .embla__slide .slide-content .item-wrapper .item-content .item-title span {
  color: #ed463f;
}
.cid-uFN0Xyexmc .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uFN0Xyexmc .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uFN0Xyexmc .embla__slide .slide-content .item-wrapper .item-img {
  width: 46%;
}
@media (max-width: 992px) {
  .cid-uFN0Xyexmc .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-uFN0Xyexmc .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFN0Xyexmc .embla__slide .slide-content .item-wrapper .item-img img {
    min-height: 180px;
  }
}
.cid-uFN0Xyexmc .embla__button--next,
.cid-uFN0Xyexmc .embla__button--prev {
  display: flex;
}
.cid-uFN0Xyexmc .embla__button {
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #404349 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uFN0Xyexmc .embla__button {
    bottom: 0;
  }
}
.cid-uFN0Xyexmc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFN0Xyexmc .embla__button:hover {
  background-color: #ed463f !important;
}
.cid-uFN0Xyexmc .embla__button.embla__button--prev {
  right: 90px;
}
.cid-uFN0Xyexmc .embla__button.embla__button--next {
  right: 30px;
}
.cid-uFN0Xyexmc .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFN0Xyexmc .embla {
    padding-bottom: 4rem;
  }
}
.cid-uFN0Xyexmc .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  background-color: #edefeb;
}
.cid-uFN0Xyexmc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFN0Xyexmc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFN0Xyexmc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFN0Xyexmc .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uFN0Xyexmc .mbr-section-title {
  color: #404349;
}
.cid-uFN0Xyexmc .mbr-text {
  color: #404349;
}
.cid-uFN0Xyexmc .mbr-desc {
  color: #404349;
}
.cid-uFNgzhnTCu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uFNgzhnTCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNgzhnTCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNgzhnTCu .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFNgzhnTCu .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFNgzhnTCu .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uFNgzhnTCu .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uFNgzhnTCu .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uFNgzhnTCu .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uFNgzhnTCu .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uFNgzhnTCu .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uFNgzhnTCu .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uFNgzhnTCu .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-uFNgzhnTCu .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFNgzhnTCu .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFNgzhnTCu .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ed463f;
  border-radius: 12px;
}
.cid-uFNgzhnTCu .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uFNgzhnTCu .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uFNgzhnTCu .mbr-section-title {
  color: #404349;
}
.cid-uFNgzhnTCu .mbr-desc {
  color: #b19a7c;
}
.cid-uFNgzhnTCu .item-title {
  color: #404349;
}
.cid-uFNgzhnTCu .item-text {
  color: #404349;
  text-align: center;
}
.cid-uFNSpG3Xgh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uFNSpG3Xgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNSpG3Xgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNSpG3Xgh .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uFNSpG3Xgh .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFNSpG3Xgh .content-wrapper {
    padding: 0;
  }
}
.cid-uFNSpG3Xgh .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFNSpG3Xgh .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFNSpG3Xgh .mbr-section-title,
.cid-uFNSpG3Xgh .title-wrapper {
  color: #ffffff;
}
.cid-uFNSpG3Xgh .mbr-section-title,
.cid-uFNSpG3Xgh .mbr-section-btn,
.cid-uFNSpG3Xgh .title-wrapper {
  text-align: center;
}
.cid-uFlcf911sz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uFlcf911sz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlcf911sz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlcf911sz .icon-title-1 {
  color: #bff747;
}
.cid-uFlcf911sz .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFlcf911sz .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFlcf911sz .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFlcf911sz .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFlcf911sz .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFlcf911sz .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
}
@media (max-width: 992px) {
  .cid-uFlcf911sz .image-wrapper img {
    height: 350px;
  }
}
.cid-uFlcf911sz .item-text {
  color: #fdfde1;
}
.cid-uFlcf911sz .item-title {
  color: #deb54b;
}
.cid-uFlcf911sz .mbr-section-title,
.cid-uFlcf911sz .mbr-section-btn {
  color: #fdfde1;
}
.cid-uFl9jRCzSM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2c2625;
}
.cid-uFl9jRCzSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFl9jRCzSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFl9jRCzSM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFl9jRCzSM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFl9jRCzSM .container {
    padding: 0 24px;
  }
}
.cid-uFl9jRCzSM .row {
  justify-content: center;
}
.cid-uFl9jRCzSM .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFl9jRCzSM .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uFl9jRCzSM .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uFl9jRCzSM .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uFl9jRCzSM .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFl9jRCzSM .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uFl9jRCzSM .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap:hover,
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap:hover::before,
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFl9jRCzSM .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ddb526;
}
.cid-uFl9jRCzSM .mbr-section-title {
  color: #63c169;
}
.cid-uFl9jRCzSM .mbr-soc {
  color: #ffffff;
}
.cid-uFl9jRCzSM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFl9jRCzSM .list {
  color: #ffffff;
}
.cid-uFpT6oWsH8 .navbar-dropdown {
  position: relative !important;
}
.cid-uFpT6oWsH8 .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFpT6oWsH8 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFpT6oWsH8 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFpT6oWsH8 .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-uFpT6oWsH8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFpT6oWsH8 .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uFpT6oWsH8 .dropdown-item:hover,
.cid-uFpT6oWsH8 .dropdown-item:focus {
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uFpT6oWsH8 .dropdown-item:hover span {
  color: white;
}
.cid-uFpT6oWsH8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFpT6oWsH8 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFpT6oWsH8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFpT6oWsH8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFpT6oWsH8 .nav-link {
  position: relative;
}
.cid-uFpT6oWsH8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFpT6oWsH8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uFpT6oWsH8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFpT6oWsH8 .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uFpT6oWsH8 .dropdown-menu,
.cid-uFpT6oWsH8 .navbar.opened {
  background: #2c2625 !important;
}
.cid-uFpT6oWsH8 .nav-item:focus,
.cid-uFpT6oWsH8 .nav-link:focus {
  outline: none;
}
.cid-uFpT6oWsH8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFpT6oWsH8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFpT6oWsH8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFpT6oWsH8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFpT6oWsH8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFpT6oWsH8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFpT6oWsH8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFpT6oWsH8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFpT6oWsH8 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uFpT6oWsH8 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFpT6oWsH8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFpT6oWsH8 .navbar.collapsed {
  justify-content: center;
}
.cid-uFpT6oWsH8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFpT6oWsH8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFpT6oWsH8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFpT6oWsH8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFpT6oWsH8 .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-uFpT6oWsH8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFpT6oWsH8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFpT6oWsH8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFpT6oWsH8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFpT6oWsH8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFpT6oWsH8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFpT6oWsH8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFpT6oWsH8 .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-uFpT6oWsH8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFpT6oWsH8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFpT6oWsH8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFpT6oWsH8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFpT6oWsH8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFpT6oWsH8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFpT6oWsH8 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFpT6oWsH8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFpT6oWsH8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFpT6oWsH8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFpT6oWsH8 .navbar-brand .navbar-caption:hover,
.cid-uFpT6oWsH8 .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFpT6oWsH8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFpT6oWsH8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFpT6oWsH8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFpT6oWsH8 .dropdown-item.active,
.cid-uFpT6oWsH8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFpT6oWsH8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFpT6oWsH8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFpT6oWsH8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFpT6oWsH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uFpT6oWsH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFpT6oWsH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFpT6oWsH8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFpT6oWsH8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFpT6oWsH8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uFpT6oWsH8 .navbar-buttons {
  text-align: center;
}
.cid-uFpT6oWsH8 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uFpT6oWsH8 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFpT6oWsH8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFpT6oWsH8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFpT6oWsH8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFpT6oWsH8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFpT6oWsH8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFpT6oWsH8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFpT6oWsH8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFpT6oWsH8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFpT6oWsH8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFpT6oWsH8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFpT6oWsH8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFpT6oWsH8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFpT6oWsH8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFpT6oWsH8 .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-uFpT6oWsH8 .navbar {
    height: 70px;
  }
  .cid-uFpT6oWsH8 .navbar.opened {
    height: auto;
  }
  .cid-uFpT6oWsH8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFpT6oWsH8 .navbar-nav {
  margin: 0 auto;
}
.cid-uFpT6oWsH8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFpT6oWsH8 .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFpT6oWsH8 .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFpT6oWsH8 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uFpT6oWsH8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFpT6oWsH8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFpT6oWsH8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFpT6oWsH8 .nav-item .dropdown-menu .dropdown-item {
  color: #deb54b !important;
}
.cid-uFpT6oWsH8 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uFpT6oWsH8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFpT6oWsH8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFpT6oWsH8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFpT6oWsH8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFpT6oWsH8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFpT6oWsH8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFpT6oWsH8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFpT6oWsH8 .content-wrap {
  min-height: 130px;
}
.cid-uFpTom895k {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFpTom895k img,
.cid-uFpTom895k .item-img {
  width: 100%;
}
.cid-uFpTom895k .item:focus,
.cid-uFpTom895k span:focus {
  outline: none;
}
.cid-uFpTom895k .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uFpTom895k .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFpTom895k .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFpTom895k .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uFpTom895k .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFpTom895k .mbr-section-title {
  color: #232323;
}
.cid-uFpTom895k .mbr-text,
.cid-uFpTom895k .mbr-section-btn {
  text-align: center;
}
.cid-uFpTom895k .item-title {
  text-align: center;
}
.cid-uFpTom895k .item-subtitle {
  text-align: center;
}
.cid-uFpUMzOIc9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFpUMzOIc9 img,
.cid-uFpUMzOIc9 .item-img {
  width: 100%;
}
.cid-uFpUMzOIc9 .item:focus,
.cid-uFpUMzOIc9 span:focus {
  outline: none;
}
.cid-uFpUMzOIc9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uFpUMzOIc9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFpUMzOIc9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFpUMzOIc9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uFpUMzOIc9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFpUMzOIc9 .mbr-section-title {
  color: #232323;
}
.cid-uFpUMzOIc9 .mbr-text,
.cid-uFpUMzOIc9 .mbr-section-btn {
  text-align: center;
}
.cid-uFpUMzOIc9 .item-title {
  text-align: center;
}
.cid-uFpUMzOIc9 .item-subtitle {
  text-align: center;
}
.cid-uFpT6tZSF6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2c2625;
}
.cid-uFpT6tZSF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpT6tZSF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFpT6tZSF6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFpT6tZSF6 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFpT6tZSF6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFpT6tZSF6 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFpT6tZSF6 .container {
    padding: 0 24px;
  }
}
.cid-uFpT6tZSF6 .row {
  justify-content: center;
}
.cid-uFpT6tZSF6 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFpT6tZSF6 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFpT6tZSF6 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uFpT6tZSF6 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uFpT6tZSF6 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFpT6tZSF6 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uFpT6tZSF6 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uFpT6tZSF6 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFpT6tZSF6 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFpT6tZSF6 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uFpT6tZSF6 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uFpT6tZSF6 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uFpT6tZSF6 .list-wrapper .list .item-wrap:hover,
.cid-uFpT6tZSF6 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uFpT6tZSF6 .list-wrapper .list .item-wrap:hover::before,
.cid-uFpT6tZSF6 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uFpT6tZSF6 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFpT6tZSF6 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ddb526;
}
.cid-uFpT6tZSF6 .mbr-section-title {
  color: #63c169;
}
.cid-uFpT6tZSF6 .mbr-soc {
  color: #ffffff;
}
.cid-uFpT6tZSF6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFpT6tZSF6 .list {
  color: #ffffff;
}
.cid-uFq8R7i2m2 .navbar-dropdown {
  position: relative !important;
}
.cid-uFq8R7i2m2 .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFq8R7i2m2 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFq8R7i2m2 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFq8R7i2m2 .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-uFq8R7i2m2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFq8R7i2m2 .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uFq8R7i2m2 .dropdown-item:hover,
.cid-uFq8R7i2m2 .dropdown-item:focus {
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uFq8R7i2m2 .dropdown-item:hover span {
  color: white;
}
.cid-uFq8R7i2m2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFq8R7i2m2 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFq8R7i2m2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFq8R7i2m2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFq8R7i2m2 .nav-link {
  position: relative;
}
.cid-uFq8R7i2m2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFq8R7i2m2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uFq8R7i2m2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFq8R7i2m2 .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uFq8R7i2m2 .dropdown-menu,
.cid-uFq8R7i2m2 .navbar.opened {
  background: #2c2625 !important;
}
.cid-uFq8R7i2m2 .nav-item:focus,
.cid-uFq8R7i2m2 .nav-link:focus {
  outline: none;
}
.cid-uFq8R7i2m2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFq8R7i2m2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFq8R7i2m2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFq8R7i2m2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFq8R7i2m2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFq8R7i2m2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFq8R7i2m2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFq8R7i2m2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFq8R7i2m2 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uFq8R7i2m2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFq8R7i2m2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFq8R7i2m2 .navbar.collapsed {
  justify-content: center;
}
.cid-uFq8R7i2m2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFq8R7i2m2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFq8R7i2m2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFq8R7i2m2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFq8R7i2m2 .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-uFq8R7i2m2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFq8R7i2m2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFq8R7i2m2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFq8R7i2m2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFq8R7i2m2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFq8R7i2m2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFq8R7i2m2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFq8R7i2m2 .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-uFq8R7i2m2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFq8R7i2m2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFq8R7i2m2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFq8R7i2m2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFq8R7i2m2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFq8R7i2m2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFq8R7i2m2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFq8R7i2m2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFq8R7i2m2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFq8R7i2m2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFq8R7i2m2 .navbar-brand .navbar-caption:hover,
.cid-uFq8R7i2m2 .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFq8R7i2m2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFq8R7i2m2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFq8R7i2m2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFq8R7i2m2 .dropdown-item.active,
.cid-uFq8R7i2m2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFq8R7i2m2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFq8R7i2m2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFq8R7i2m2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFq8R7i2m2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uFq8R7i2m2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFq8R7i2m2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFq8R7i2m2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFq8R7i2m2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFq8R7i2m2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uFq8R7i2m2 .navbar-buttons {
  text-align: center;
}
.cid-uFq8R7i2m2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uFq8R7i2m2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFq8R7i2m2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFq8R7i2m2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFq8R7i2m2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFq8R7i2m2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFq8R7i2m2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFq8R7i2m2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFq8R7i2m2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFq8R7i2m2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFq8R7i2m2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFq8R7i2m2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFq8R7i2m2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFq8R7i2m2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFq8R7i2m2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFq8R7i2m2 .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-uFq8R7i2m2 .navbar {
    height: 70px;
  }
  .cid-uFq8R7i2m2 .navbar.opened {
    height: auto;
  }
  .cid-uFq8R7i2m2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFq8R7i2m2 .navbar-nav {
  margin: 0 auto;
}
.cid-uFq8R7i2m2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFq8R7i2m2 .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFq8R7i2m2 .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFq8R7i2m2 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uFq8R7i2m2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFq8R7i2m2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFq8R7i2m2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFq8R7i2m2 .nav-item .dropdown-menu .dropdown-item {
  color: #deb54b !important;
}
.cid-uFq8R7i2m2 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uFq8R7i2m2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFq8R7i2m2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFq8R7i2m2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFq8R7i2m2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFq8R7i2m2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFq8R7i2m2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFq8R7i2m2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFq8R7i2m2 .content-wrap {
  min-height: 130px;
}
.cid-uFq8WHGbm3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uFq8WHGbm3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFq8WHGbm3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uFq8WHGbm3 .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uFq8WHGbm3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFq8WHGbm3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFq8WHGbm3 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFq8WHGbm3 .carousel-control,
.cid-uFq8WHGbm3 .close {
  background: #1b1b1b;
}
.cid-uFq8WHGbm3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFq8WHGbm3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFq8WHGbm3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFq8WHGbm3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFq8WHGbm3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFq8WHGbm3 .close::before {
  content: '\e91a';
}
.cid-uFq8WHGbm3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFq8WHGbm3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFq8WHGbm3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFq8WHGbm3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFq8WHGbm3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFq8WHGbm3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFq8WHGbm3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFq8WHGbm3 .carousel-indicators li.active,
.cid-uFq8WHGbm3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFq8WHGbm3 .carousel-indicators li::after,
.cid-uFq8WHGbm3 .carousel-indicators li::before {
  content: none;
}
.cid-uFq8WHGbm3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFq8WHGbm3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFq8WHGbm3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFq8WHGbm3 .carousel-indicators {
    display: none;
  }
}
.cid-uFq8WHGbm3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFq8WHGbm3 .carousel-inner > .active {
  display: block;
}
.cid-uFq8WHGbm3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFq8WHGbm3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFq8WHGbm3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFq8WHGbm3 .carousel-control,
  .cid-uFq8WHGbm3 .carousel-indicators,
  .cid-uFq8WHGbm3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFq8WHGbm3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFq8WHGbm3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFq8WHGbm3 .carousel-indicators .active,
.cid-uFq8WHGbm3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFq8WHGbm3 .carousel-indicators .active {
  background: #fff;
}
.cid-uFq8WHGbm3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFq8WHGbm3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFq8WHGbm3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFq8WHGbm3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFq8WHGbm3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFq8WHGbm3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFq8WHGbm3 .carousel {
  width: 100%;
}
.cid-uFq8WHGbm3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFq8WHGbm3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFq8WHGbm3 .modal.fade .modal-dialog,
.cid-uFq8WHGbm3 .modal.in .modal-dialog {
  transform: none;
}
.cid-uFq8WHGbm3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFq8WHGbm3 .content-head {
  max-width: 800px;
}
.cid-uFq8R8HDHI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2c2625;
}
.cid-uFq8R8HDHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFq8R8HDHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFq8R8HDHI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFq8R8HDHI .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFq8R8HDHI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFq8R8HDHI .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFq8R8HDHI .container {
    padding: 0 24px;
  }
}
.cid-uFq8R8HDHI .row {
  justify-content: center;
}
.cid-uFq8R8HDHI .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFq8R8HDHI .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFq8R8HDHI .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uFq8R8HDHI .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uFq8R8HDHI .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uFq8R8HDHI .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uFq8R8HDHI .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uFq8R8HDHI .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uFq8R8HDHI .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uFq8R8HDHI .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uFq8R8HDHI .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uFq8R8HDHI .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uFq8R8HDHI .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uFq8R8HDHI .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uFq8R8HDHI .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFq8R8HDHI .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uFq8R8HDHI .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uFq8R8HDHI .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFq8R8HDHI .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFq8R8HDHI .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uFq8R8HDHI .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uFq8R8HDHI .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uFq8R8HDHI .list-wrapper .list .item-wrap:hover,
.cid-uFq8R8HDHI .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uFq8R8HDHI .list-wrapper .list .item-wrap:hover::before,
.cid-uFq8R8HDHI .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uFq8R8HDHI .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFq8R8HDHI .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ddb526;
}
.cid-uFq8R8HDHI .mbr-section-title {
  color: #63c169;
}
.cid-uFq8R8HDHI .mbr-soc {
  color: #ffffff;
}
.cid-uFq8R8HDHI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFq8R8HDHI .list {
  color: #ffffff;
}
.cid-uFqofIqKPb .navbar-dropdown {
  position: relative !important;
}
.cid-uFqofIqKPb .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFqofIqKPb .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFqofIqKPb .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFqofIqKPb .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-uFqofIqKPb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFqofIqKPb .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uFqofIqKPb .dropdown-item:hover,
.cid-uFqofIqKPb .dropdown-item:focus {
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uFqofIqKPb .dropdown-item:hover span {
  color: white;
}
.cid-uFqofIqKPb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFqofIqKPb .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFqofIqKPb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFqofIqKPb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFqofIqKPb .nav-link {
  position: relative;
}
.cid-uFqofIqKPb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFqofIqKPb .container {
    flex-wrap: nowrap;
  }
}
.cid-uFqofIqKPb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFqofIqKPb .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uFqofIqKPb .dropdown-menu,
.cid-uFqofIqKPb .navbar.opened {
  background: #2c2625 !important;
}
.cid-uFqofIqKPb .nav-item:focus,
.cid-uFqofIqKPb .nav-link:focus {
  outline: none;
}
.cid-uFqofIqKPb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFqofIqKPb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFqofIqKPb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFqofIqKPb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFqofIqKPb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFqofIqKPb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFqofIqKPb .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFqofIqKPb .navbar.opened {
  transition: all 0.3s;
}
.cid-uFqofIqKPb .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uFqofIqKPb .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFqofIqKPb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFqofIqKPb .navbar.collapsed {
  justify-content: center;
}
.cid-uFqofIqKPb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFqofIqKPb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFqofIqKPb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFqofIqKPb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFqofIqKPb .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-uFqofIqKPb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFqofIqKPb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFqofIqKPb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFqofIqKPb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFqofIqKPb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFqofIqKPb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFqofIqKPb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFqofIqKPb .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-uFqofIqKPb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFqofIqKPb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFqofIqKPb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFqofIqKPb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFqofIqKPb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFqofIqKPb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFqofIqKPb .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFqofIqKPb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFqofIqKPb .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFqofIqKPb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFqofIqKPb .navbar-brand .navbar-caption:hover,
.cid-uFqofIqKPb .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFqofIqKPb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFqofIqKPb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFqofIqKPb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFqofIqKPb .dropdown-item.active,
.cid-uFqofIqKPb .dropdown-item:active {
  background-color: transparent;
}
.cid-uFqofIqKPb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFqofIqKPb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFqofIqKPb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFqofIqKPb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uFqofIqKPb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFqofIqKPb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFqofIqKPb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFqofIqKPb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFqofIqKPb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uFqofIqKPb .navbar-buttons {
  text-align: center;
}
.cid-uFqofIqKPb .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uFqofIqKPb .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFqofIqKPb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFqofIqKPb button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFqofIqKPb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFqofIqKPb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFqofIqKPb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFqofIqKPb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFqofIqKPb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFqofIqKPb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFqofIqKPb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFqofIqKPb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFqofIqKPb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFqofIqKPb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFqofIqKPb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFqofIqKPb .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-uFqofIqKPb .navbar {
    height: 70px;
  }
  .cid-uFqofIqKPb .navbar.opened {
    height: auto;
  }
  .cid-uFqofIqKPb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFqofIqKPb .navbar-nav {
  margin: 0 auto;
}
.cid-uFqofIqKPb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFqofIqKPb .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFqofIqKPb .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFqofIqKPb .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uFqofIqKPb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFqofIqKPb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFqofIqKPb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFqofIqKPb .nav-item .dropdown-menu .dropdown-item {
  color: #deb54b !important;
}
.cid-uFqofIqKPb .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uFqofIqKPb .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFqofIqKPb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFqofIqKPb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFqofIqKPb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFqofIqKPb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFqofIqKPb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFqofIqKPb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFqofIqKPb .content-wrap {
  min-height: 130px;
}
.cid-uFqofIW2EV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uFqofIW2EV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFqofIW2EV .item {
    margin-bottom: 1rem;
  }
}
.cid-uFqofIW2EV .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uFqofIW2EV .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFqofIW2EV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFqofIW2EV .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFqofIW2EV .carousel-control,
.cid-uFqofIW2EV .close {
  background: #1b1b1b;
}
.cid-uFqofIW2EV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFqofIW2EV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFqofIW2EV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFqofIW2EV .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFqofIW2EV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFqofIW2EV .close::before {
  content: '\e91a';
}
.cid-uFqofIW2EV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFqofIW2EV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFqofIW2EV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqofIW2EV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFqofIW2EV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFqofIW2EV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFqofIW2EV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFqofIW2EV .carousel-indicators li.active,
.cid-uFqofIW2EV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFqofIW2EV .carousel-indicators li::after,
.cid-uFqofIW2EV .carousel-indicators li::before {
  content: none;
}
.cid-uFqofIW2EV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFqofIW2EV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFqofIW2EV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFqofIW2EV .carousel-indicators {
    display: none;
  }
}
.cid-uFqofIW2EV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFqofIW2EV .carousel-inner > .active {
  display: block;
}
.cid-uFqofIW2EV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqofIW2EV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFqofIW2EV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFqofIW2EV .carousel-control,
  .cid-uFqofIW2EV .carousel-indicators,
  .cid-uFqofIW2EV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFqofIW2EV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFqofIW2EV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFqofIW2EV .carousel-indicators .active,
.cid-uFqofIW2EV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFqofIW2EV .carousel-indicators .active {
  background: #fff;
}
.cid-uFqofIW2EV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFqofIW2EV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFqofIW2EV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFqofIW2EV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFqofIW2EV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFqofIW2EV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFqofIW2EV .carousel {
  width: 100%;
}
.cid-uFqofIW2EV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFqofIW2EV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFqofIW2EV .modal.fade .modal-dialog,
.cid-uFqofIW2EV .modal.in .modal-dialog {
  transform: none;
}
.cid-uFqofIW2EV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFqofIW2EV .content-head {
  max-width: 800px;
}
.cid-uFqofMsaoJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2c2625;
}
.cid-uFqofMsaoJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqofMsaoJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqofMsaoJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFqofMsaoJ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFqofMsaoJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFqofMsaoJ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFqofMsaoJ .container {
    padding: 0 24px;
  }
}
.cid-uFqofMsaoJ .row {
  justify-content: center;
}
.cid-uFqofMsaoJ .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFqofMsaoJ .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFqofMsaoJ .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uFqofMsaoJ .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uFqofMsaoJ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uFqofMsaoJ .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uFqofMsaoJ .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uFqofMsaoJ .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uFqofMsaoJ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uFqofMsaoJ .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uFqofMsaoJ .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uFqofMsaoJ .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uFqofMsaoJ .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uFqofMsaoJ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uFqofMsaoJ .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFqofMsaoJ .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uFqofMsaoJ .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uFqofMsaoJ .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFqofMsaoJ .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFqofMsaoJ .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uFqofMsaoJ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uFqofMsaoJ .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uFqofMsaoJ .list-wrapper .list .item-wrap:hover,
.cid-uFqofMsaoJ .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uFqofMsaoJ .list-wrapper .list .item-wrap:hover::before,
.cid-uFqofMsaoJ .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uFqofMsaoJ .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFqofMsaoJ .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ddb526;
}
.cid-uFqofMsaoJ .mbr-section-title {
  color: #63c169;
}
.cid-uFqofMsaoJ .mbr-soc {
  color: #ffffff;
}
.cid-uFqofMsaoJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFqofMsaoJ .list {
  color: #ffffff;
}
.cid-uDqZYblsfs .navbar-dropdown {
  position: relative !important;
}
.cid-uDqZYblsfs .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uDqZYblsfs .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDqZYblsfs .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uDqZYblsfs .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-uDqZYblsfs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqZYblsfs .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uDqZYblsfs .dropdown-item:hover,
.cid-uDqZYblsfs .dropdown-item:focus {
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uDqZYblsfs .dropdown-item:hover span {
  color: white;
}
.cid-uDqZYblsfs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqZYblsfs .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqZYblsfs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqZYblsfs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqZYblsfs .nav-link {
  position: relative;
}
.cid-uDqZYblsfs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uDqZYblsfs .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqZYblsfs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uDqZYblsfs .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uDqZYblsfs .dropdown-menu,
.cid-uDqZYblsfs .navbar.opened {
  background: #2c2625 !important;
}
.cid-uDqZYblsfs .nav-item:focus,
.cid-uDqZYblsfs .nav-link:focus {
  outline: none;
}
.cid-uDqZYblsfs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqZYblsfs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uDqZYblsfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqZYblsfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqZYblsfs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqZYblsfs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqZYblsfs .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uDqZYblsfs .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqZYblsfs .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uDqZYblsfs .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uDqZYblsfs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqZYblsfs .navbar.collapsed {
  justify-content: center;
}
.cid-uDqZYblsfs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqZYblsfs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDqZYblsfs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqZYblsfs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqZYblsfs .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-uDqZYblsfs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqZYblsfs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqZYblsfs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqZYblsfs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqZYblsfs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqZYblsfs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqZYblsfs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqZYblsfs .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-uDqZYblsfs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqZYblsfs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqZYblsfs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqZYblsfs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uDqZYblsfs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqZYblsfs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDqZYblsfs .navbar.navbar-short {
  min-height: 96px;
}
.cid-uDqZYblsfs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uDqZYblsfs .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uDqZYblsfs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uDqZYblsfs .navbar-brand .navbar-caption:hover,
.cid-uDqZYblsfs .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uDqZYblsfs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqZYblsfs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uDqZYblsfs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uDqZYblsfs .dropdown-item.active,
.cid-uDqZYblsfs .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqZYblsfs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqZYblsfs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqZYblsfs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqZYblsfs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uDqZYblsfs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uDqZYblsfs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uDqZYblsfs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqZYblsfs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uDqZYblsfs ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uDqZYblsfs .navbar-buttons {
  text-align: center;
}
.cid-uDqZYblsfs .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uDqZYblsfs .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uDqZYblsfs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uDqZYblsfs button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uDqZYblsfs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqZYblsfs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uDqZYblsfs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uDqZYblsfs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uDqZYblsfs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uDqZYblsfs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqZYblsfs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqZYblsfs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqZYblsfs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqZYblsfs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDqZYblsfs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqZYblsfs .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-uDqZYblsfs .navbar {
    height: 70px;
  }
  .cid-uDqZYblsfs .navbar.opened {
    height: auto;
  }
  .cid-uDqZYblsfs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDqZYblsfs .navbar-nav {
  margin: 0 auto;
}
.cid-uDqZYblsfs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uDqZYblsfs .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uDqZYblsfs .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uDqZYblsfs .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uDqZYblsfs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uDqZYblsfs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uDqZYblsfs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uDqZYblsfs .nav-item .dropdown-menu .dropdown-item {
  color: #deb54b !important;
}
.cid-uDqZYblsfs .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uDqZYblsfs .navbar {
    justify-content: flex-start !important;
  }
  .cid-uDqZYblsfs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uDqZYblsfs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uDqZYblsfs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uDqZYblsfs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uDqZYblsfs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uDqZYblsfs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uDqZYblsfs .content-wrap {
  min-height: 130px;
}
.cid-uFpEYsSD87 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uFpEYsSD87 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFpEYsSD87 .item {
    margin-bottom: 1rem;
  }
}
.cid-uFpEYsSD87 .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-uFpEYsSD87 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFpEYsSD87 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFpEYsSD87 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFpEYsSD87 .carousel-control,
.cid-uFpEYsSD87 .close {
  background: #1b1b1b;
}
.cid-uFpEYsSD87 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFpEYsSD87 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFpEYsSD87 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFpEYsSD87 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFpEYsSD87 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFpEYsSD87 .close::before {
  content: '\e91a';
}
.cid-uFpEYsSD87 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFpEYsSD87 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFpEYsSD87 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFpEYsSD87 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFpEYsSD87 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFpEYsSD87 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFpEYsSD87 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFpEYsSD87 .carousel-indicators li.active,
.cid-uFpEYsSD87 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFpEYsSD87 .carousel-indicators li::after,
.cid-uFpEYsSD87 .carousel-indicators li::before {
  content: none;
}
.cid-uFpEYsSD87 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFpEYsSD87 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFpEYsSD87 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFpEYsSD87 .carousel-indicators {
    display: none;
  }
}
.cid-uFpEYsSD87 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFpEYsSD87 .carousel-inner > .active {
  display: block;
}
.cid-uFpEYsSD87 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFpEYsSD87 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFpEYsSD87 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFpEYsSD87 .carousel-control,
  .cid-uFpEYsSD87 .carousel-indicators,
  .cid-uFpEYsSD87 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFpEYsSD87 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFpEYsSD87 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFpEYsSD87 .carousel-indicators .active,
.cid-uFpEYsSD87 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFpEYsSD87 .carousel-indicators .active {
  background: #fff;
}
.cid-uFpEYsSD87 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFpEYsSD87 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFpEYsSD87 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFpEYsSD87 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFpEYsSD87 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFpEYsSD87 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFpEYsSD87 .carousel {
  width: 100%;
}
.cid-uFpEYsSD87 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFpEYsSD87 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFpEYsSD87 .modal.fade .modal-dialog,
.cid-uFpEYsSD87 .modal.in .modal-dialog {
  transform: none;
}
.cid-uFpEYsSD87 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFpEYsSD87 .content-head {
  max-width: 800px;
}
.cid-uFl9jRCzSM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2c2625;
}
.cid-uFl9jRCzSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFl9jRCzSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFl9jRCzSM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFl9jRCzSM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFl9jRCzSM .container {
    padding: 0 24px;
  }
}
.cid-uFl9jRCzSM .row {
  justify-content: center;
}
.cid-uFl9jRCzSM .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFl9jRCzSM .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uFl9jRCzSM .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uFl9jRCzSM .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uFl9jRCzSM .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFl9jRCzSM .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uFl9jRCzSM .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap:hover,
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap:hover::before,
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFl9jRCzSM .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ddb526;
}
.cid-uFl9jRCzSM .mbr-section-title {
  color: #63c169;
}
.cid-uFl9jRCzSM .mbr-soc {
  color: #ffffff;
}
.cid-uFl9jRCzSM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFl9jRCzSM .list {
  color: #ffffff;
}
.cid-uFpT6oWsH8 .navbar-dropdown {
  position: relative !important;
}
.cid-uFpT6oWsH8 .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFpT6oWsH8 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFpT6oWsH8 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFpT6oWsH8 .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-uFpT6oWsH8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFpT6oWsH8 .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uFpT6oWsH8 .dropdown-item:hover,
.cid-uFpT6oWsH8 .dropdown-item:focus {
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uFpT6oWsH8 .dropdown-item:hover span {
  color: white;
}
.cid-uFpT6oWsH8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFpT6oWsH8 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFpT6oWsH8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFpT6oWsH8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFpT6oWsH8 .nav-link {
  position: relative;
}
.cid-uFpT6oWsH8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFpT6oWsH8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uFpT6oWsH8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFpT6oWsH8 .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uFpT6oWsH8 .dropdown-menu,
.cid-uFpT6oWsH8 .navbar.opened {
  background: #2c2625 !important;
}
.cid-uFpT6oWsH8 .nav-item:focus,
.cid-uFpT6oWsH8 .nav-link:focus {
  outline: none;
}
.cid-uFpT6oWsH8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFpT6oWsH8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFpT6oWsH8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFpT6oWsH8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFpT6oWsH8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFpT6oWsH8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFpT6oWsH8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFpT6oWsH8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFpT6oWsH8 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uFpT6oWsH8 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFpT6oWsH8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFpT6oWsH8 .navbar.collapsed {
  justify-content: center;
}
.cid-uFpT6oWsH8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFpT6oWsH8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFpT6oWsH8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFpT6oWsH8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFpT6oWsH8 .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-uFpT6oWsH8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFpT6oWsH8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFpT6oWsH8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFpT6oWsH8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFpT6oWsH8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFpT6oWsH8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFpT6oWsH8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFpT6oWsH8 .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-uFpT6oWsH8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFpT6oWsH8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFpT6oWsH8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFpT6oWsH8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFpT6oWsH8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFpT6oWsH8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFpT6oWsH8 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFpT6oWsH8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFpT6oWsH8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFpT6oWsH8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFpT6oWsH8 .navbar-brand .navbar-caption:hover,
.cid-uFpT6oWsH8 .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFpT6oWsH8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFpT6oWsH8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFpT6oWsH8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFpT6oWsH8 .dropdown-item.active,
.cid-uFpT6oWsH8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFpT6oWsH8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFpT6oWsH8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFpT6oWsH8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFpT6oWsH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uFpT6oWsH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFpT6oWsH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFpT6oWsH8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFpT6oWsH8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFpT6oWsH8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uFpT6oWsH8 .navbar-buttons {
  text-align: center;
}
.cid-uFpT6oWsH8 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uFpT6oWsH8 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFpT6oWsH8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFpT6oWsH8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFpT6oWsH8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFpT6oWsH8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFpT6oWsH8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFpT6oWsH8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFpT6oWsH8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFpT6oWsH8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFpT6oWsH8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFpT6oWsH8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFpT6oWsH8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFpT6oWsH8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFpT6oWsH8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFpT6oWsH8 .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-uFpT6oWsH8 .navbar {
    height: 70px;
  }
  .cid-uFpT6oWsH8 .navbar.opened {
    height: auto;
  }
  .cid-uFpT6oWsH8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFpT6oWsH8 .navbar-nav {
  margin: 0 auto;
}
.cid-uFpT6oWsH8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFpT6oWsH8 .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFpT6oWsH8 .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFpT6oWsH8 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uFpT6oWsH8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFpT6oWsH8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFpT6oWsH8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFpT6oWsH8 .nav-item .dropdown-menu .dropdown-item {
  color: #deb54b !important;
}
.cid-uFpT6oWsH8 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uFpT6oWsH8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFpT6oWsH8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFpT6oWsH8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFpT6oWsH8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFpT6oWsH8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFpT6oWsH8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFpT6oWsH8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFpT6oWsH8 .content-wrap {
  min-height: 130px;
}
.cid-uFqdOJa2zw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uFqdOJa2zw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFqdOJa2zw .item {
    margin-bottom: 1rem;
  }
}
.cid-uFqdOJa2zw .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uFqdOJa2zw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFqdOJa2zw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFqdOJa2zw .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFqdOJa2zw .carousel-control,
.cid-uFqdOJa2zw .close {
  background: #1b1b1b;
}
.cid-uFqdOJa2zw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFqdOJa2zw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFqdOJa2zw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFqdOJa2zw .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFqdOJa2zw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFqdOJa2zw .close::before {
  content: '\e91a';
}
.cid-uFqdOJa2zw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFqdOJa2zw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFqdOJa2zw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqdOJa2zw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFqdOJa2zw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFqdOJa2zw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFqdOJa2zw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFqdOJa2zw .carousel-indicators li.active,
.cid-uFqdOJa2zw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFqdOJa2zw .carousel-indicators li::after,
.cid-uFqdOJa2zw .carousel-indicators li::before {
  content: none;
}
.cid-uFqdOJa2zw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFqdOJa2zw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFqdOJa2zw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFqdOJa2zw .carousel-indicators {
    display: none;
  }
}
.cid-uFqdOJa2zw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFqdOJa2zw .carousel-inner > .active {
  display: block;
}
.cid-uFqdOJa2zw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqdOJa2zw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFqdOJa2zw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFqdOJa2zw .carousel-control,
  .cid-uFqdOJa2zw .carousel-indicators,
  .cid-uFqdOJa2zw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFqdOJa2zw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFqdOJa2zw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFqdOJa2zw .carousel-indicators .active,
.cid-uFqdOJa2zw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFqdOJa2zw .carousel-indicators .active {
  background: #fff;
}
.cid-uFqdOJa2zw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFqdOJa2zw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFqdOJa2zw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFqdOJa2zw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFqdOJa2zw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFqdOJa2zw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFqdOJa2zw .carousel {
  width: 100%;
}
.cid-uFqdOJa2zw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFqdOJa2zw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFqdOJa2zw .modal.fade .modal-dialog,
.cid-uFqdOJa2zw .modal.in .modal-dialog {
  transform: none;
}
.cid-uFqdOJa2zw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFqdOJa2zw .content-head {
  max-width: 800px;
}
.cid-uFpT6tZSF6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2c2625;
}
.cid-uFpT6tZSF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpT6tZSF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFpT6tZSF6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFpT6tZSF6 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFpT6tZSF6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFpT6tZSF6 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFpT6tZSF6 .container {
    padding: 0 24px;
  }
}
.cid-uFpT6tZSF6 .row {
  justify-content: center;
}
.cid-uFpT6tZSF6 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFpT6tZSF6 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFpT6tZSF6 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uFpT6tZSF6 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uFpT6tZSF6 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFpT6tZSF6 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uFpT6tZSF6 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uFpT6tZSF6 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFpT6tZSF6 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFpT6tZSF6 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uFpT6tZSF6 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uFpT6tZSF6 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uFpT6tZSF6 .list-wrapper .list .item-wrap:hover,
.cid-uFpT6tZSF6 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uFpT6tZSF6 .list-wrapper .list .item-wrap:hover::before,
.cid-uFpT6tZSF6 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uFpT6tZSF6 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFpT6tZSF6 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ddb526;
}
.cid-uFpT6tZSF6 .mbr-section-title {
  color: #63c169;
}
.cid-uFpT6tZSF6 .mbr-soc {
  color: #ffffff;
}
.cid-uFpT6tZSF6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFpT6tZSF6 .list {
  color: #ffffff;
}
.cid-uFpT6oWsH8 .navbar-dropdown {
  position: relative !important;
}
.cid-uFpT6oWsH8 .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFpT6oWsH8 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFpT6oWsH8 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFpT6oWsH8 .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-uFpT6oWsH8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFpT6oWsH8 .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uFpT6oWsH8 .dropdown-item:hover,
.cid-uFpT6oWsH8 .dropdown-item:focus {
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uFpT6oWsH8 .dropdown-item:hover span {
  color: white;
}
.cid-uFpT6oWsH8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFpT6oWsH8 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFpT6oWsH8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFpT6oWsH8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFpT6oWsH8 .nav-link {
  position: relative;
}
.cid-uFpT6oWsH8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFpT6oWsH8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uFpT6oWsH8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFpT6oWsH8 .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uFpT6oWsH8 .dropdown-menu,
.cid-uFpT6oWsH8 .navbar.opened {
  background: #2c2625 !important;
}
.cid-uFpT6oWsH8 .nav-item:focus,
.cid-uFpT6oWsH8 .nav-link:focus {
  outline: none;
}
.cid-uFpT6oWsH8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFpT6oWsH8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFpT6oWsH8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFpT6oWsH8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFpT6oWsH8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFpT6oWsH8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFpT6oWsH8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFpT6oWsH8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFpT6oWsH8 .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uFpT6oWsH8 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFpT6oWsH8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFpT6oWsH8 .navbar.collapsed {
  justify-content: center;
}
.cid-uFpT6oWsH8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFpT6oWsH8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFpT6oWsH8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFpT6oWsH8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFpT6oWsH8 .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-uFpT6oWsH8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFpT6oWsH8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFpT6oWsH8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFpT6oWsH8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFpT6oWsH8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFpT6oWsH8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFpT6oWsH8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFpT6oWsH8 .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-uFpT6oWsH8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFpT6oWsH8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFpT6oWsH8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFpT6oWsH8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFpT6oWsH8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFpT6oWsH8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFpT6oWsH8 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFpT6oWsH8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFpT6oWsH8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFpT6oWsH8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFpT6oWsH8 .navbar-brand .navbar-caption:hover,
.cid-uFpT6oWsH8 .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFpT6oWsH8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFpT6oWsH8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFpT6oWsH8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFpT6oWsH8 .dropdown-item.active,
.cid-uFpT6oWsH8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFpT6oWsH8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFpT6oWsH8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFpT6oWsH8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFpT6oWsH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uFpT6oWsH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFpT6oWsH8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFpT6oWsH8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFpT6oWsH8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFpT6oWsH8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uFpT6oWsH8 .navbar-buttons {
  text-align: center;
}
.cid-uFpT6oWsH8 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uFpT6oWsH8 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFpT6oWsH8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFpT6oWsH8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFpT6oWsH8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFpT6oWsH8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFpT6oWsH8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFpT6oWsH8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFpT6oWsH8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFpT6oWsH8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFpT6oWsH8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFpT6oWsH8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFpT6oWsH8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFpT6oWsH8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFpT6oWsH8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFpT6oWsH8 .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-uFpT6oWsH8 .navbar {
    height: 70px;
  }
  .cid-uFpT6oWsH8 .navbar.opened {
    height: auto;
  }
  .cid-uFpT6oWsH8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFpT6oWsH8 .navbar-nav {
  margin: 0 auto;
}
.cid-uFpT6oWsH8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFpT6oWsH8 .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFpT6oWsH8 .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFpT6oWsH8 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uFpT6oWsH8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFpT6oWsH8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFpT6oWsH8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFpT6oWsH8 .nav-item .dropdown-menu .dropdown-item {
  color: #deb54b !important;
}
.cid-uFpT6oWsH8 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uFpT6oWsH8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFpT6oWsH8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFpT6oWsH8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFpT6oWsH8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFpT6oWsH8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFpT6oWsH8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFpT6oWsH8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFpT6oWsH8 .content-wrap {
  min-height: 130px;
}
.cid-uFqlZPHlMB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uFqlZPHlMB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFqlZPHlMB .item {
    margin-bottom: 1rem;
  }
}
.cid-uFqlZPHlMB .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uFqlZPHlMB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFqlZPHlMB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFqlZPHlMB .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFqlZPHlMB .carousel-control,
.cid-uFqlZPHlMB .close {
  background: #1b1b1b;
}
.cid-uFqlZPHlMB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFqlZPHlMB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFqlZPHlMB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFqlZPHlMB .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFqlZPHlMB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFqlZPHlMB .close::before {
  content: '\e91a';
}
.cid-uFqlZPHlMB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFqlZPHlMB .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFqlZPHlMB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqlZPHlMB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFqlZPHlMB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFqlZPHlMB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFqlZPHlMB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFqlZPHlMB .carousel-indicators li.active,
.cid-uFqlZPHlMB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFqlZPHlMB .carousel-indicators li::after,
.cid-uFqlZPHlMB .carousel-indicators li::before {
  content: none;
}
.cid-uFqlZPHlMB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFqlZPHlMB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFqlZPHlMB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFqlZPHlMB .carousel-indicators {
    display: none;
  }
}
.cid-uFqlZPHlMB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFqlZPHlMB .carousel-inner > .active {
  display: block;
}
.cid-uFqlZPHlMB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqlZPHlMB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFqlZPHlMB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFqlZPHlMB .carousel-control,
  .cid-uFqlZPHlMB .carousel-indicators,
  .cid-uFqlZPHlMB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFqlZPHlMB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFqlZPHlMB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFqlZPHlMB .carousel-indicators .active,
.cid-uFqlZPHlMB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFqlZPHlMB .carousel-indicators .active {
  background: #fff;
}
.cid-uFqlZPHlMB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFqlZPHlMB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFqlZPHlMB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFqlZPHlMB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFqlZPHlMB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFqlZPHlMB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFqlZPHlMB .carousel {
  width: 100%;
}
.cid-uFqlZPHlMB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFqlZPHlMB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFqlZPHlMB .modal.fade .modal-dialog,
.cid-uFqlZPHlMB .modal.in .modal-dialog {
  transform: none;
}
.cid-uFqlZPHlMB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFqlZPHlMB .content-head {
  max-width: 800px;
}
.cid-uFqk8gIlJ5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uFqk8gIlJ5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFqk8gIlJ5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uFqk8gIlJ5 .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uFqk8gIlJ5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFqk8gIlJ5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFqk8gIlJ5 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFqk8gIlJ5 .carousel-control,
.cid-uFqk8gIlJ5 .close {
  background: #1b1b1b;
}
.cid-uFqk8gIlJ5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFqk8gIlJ5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFqk8gIlJ5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFqk8gIlJ5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFqk8gIlJ5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFqk8gIlJ5 .close::before {
  content: '\e91a';
}
.cid-uFqk8gIlJ5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFqk8gIlJ5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFqk8gIlJ5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqk8gIlJ5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFqk8gIlJ5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFqk8gIlJ5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFqk8gIlJ5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFqk8gIlJ5 .carousel-indicators li.active,
.cid-uFqk8gIlJ5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFqk8gIlJ5 .carousel-indicators li::after,
.cid-uFqk8gIlJ5 .carousel-indicators li::before {
  content: none;
}
.cid-uFqk8gIlJ5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFqk8gIlJ5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFqk8gIlJ5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFqk8gIlJ5 .carousel-indicators {
    display: none;
  }
}
.cid-uFqk8gIlJ5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFqk8gIlJ5 .carousel-inner > .active {
  display: block;
}
.cid-uFqk8gIlJ5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqk8gIlJ5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFqk8gIlJ5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFqk8gIlJ5 .carousel-control,
  .cid-uFqk8gIlJ5 .carousel-indicators,
  .cid-uFqk8gIlJ5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFqk8gIlJ5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFqk8gIlJ5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFqk8gIlJ5 .carousel-indicators .active,
.cid-uFqk8gIlJ5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFqk8gIlJ5 .carousel-indicators .active {
  background: #fff;
}
.cid-uFqk8gIlJ5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFqk8gIlJ5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFqk8gIlJ5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFqk8gIlJ5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFqk8gIlJ5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFqk8gIlJ5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFqk8gIlJ5 .carousel {
  width: 100%;
}
.cid-uFqk8gIlJ5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFqk8gIlJ5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFqk8gIlJ5 .modal.fade .modal-dialog,
.cid-uFqk8gIlJ5 .modal.in .modal-dialog {
  transform: none;
}
.cid-uFqk8gIlJ5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFqk8gIlJ5 .content-head {
  max-width: 800px;
}
.cid-uFqiKQFKvw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uFqiKQFKvw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFqiKQFKvw .item {
    margin-bottom: 1rem;
  }
}
.cid-uFqiKQFKvw .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uFqiKQFKvw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFqiKQFKvw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFqiKQFKvw .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFqiKQFKvw .carousel-control,
.cid-uFqiKQFKvw .close {
  background: #1b1b1b;
}
.cid-uFqiKQFKvw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFqiKQFKvw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFqiKQFKvw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFqiKQFKvw .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFqiKQFKvw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFqiKQFKvw .close::before {
  content: '\e91a';
}
.cid-uFqiKQFKvw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFqiKQFKvw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFqiKQFKvw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqiKQFKvw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFqiKQFKvw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFqiKQFKvw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFqiKQFKvw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFqiKQFKvw .carousel-indicators li.active,
.cid-uFqiKQFKvw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFqiKQFKvw .carousel-indicators li::after,
.cid-uFqiKQFKvw .carousel-indicators li::before {
  content: none;
}
.cid-uFqiKQFKvw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFqiKQFKvw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFqiKQFKvw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFqiKQFKvw .carousel-indicators {
    display: none;
  }
}
.cid-uFqiKQFKvw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFqiKQFKvw .carousel-inner > .active {
  display: block;
}
.cid-uFqiKQFKvw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqiKQFKvw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFqiKQFKvw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFqiKQFKvw .carousel-control,
  .cid-uFqiKQFKvw .carousel-indicators,
  .cid-uFqiKQFKvw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFqiKQFKvw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFqiKQFKvw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFqiKQFKvw .carousel-indicators .active,
.cid-uFqiKQFKvw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFqiKQFKvw .carousel-indicators .active {
  background: #fff;
}
.cid-uFqiKQFKvw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFqiKQFKvw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFqiKQFKvw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFqiKQFKvw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFqiKQFKvw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFqiKQFKvw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFqiKQFKvw .carousel {
  width: 100%;
}
.cid-uFqiKQFKvw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFqiKQFKvw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFqiKQFKvw .modal.fade .modal-dialog,
.cid-uFqiKQFKvw .modal.in .modal-dialog {
  transform: none;
}
.cid-uFqiKQFKvw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFqiKQFKvw .content-head {
  max-width: 800px;
}
.cid-uFqjL3cIic {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uFqjL3cIic .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFqjL3cIic .item {
    margin-bottom: 1rem;
  }
}
.cid-uFqjL3cIic .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uFqjL3cIic .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFqjL3cIic .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFqjL3cIic .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFqjL3cIic .carousel-control,
.cid-uFqjL3cIic .close {
  background: #1b1b1b;
}
.cid-uFqjL3cIic .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFqjL3cIic .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFqjL3cIic .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFqjL3cIic .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFqjL3cIic .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFqjL3cIic .close::before {
  content: '\e91a';
}
.cid-uFqjL3cIic .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFqjL3cIic .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFqjL3cIic .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqjL3cIic .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFqjL3cIic .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFqjL3cIic .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFqjL3cIic .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFqjL3cIic .carousel-indicators li.active,
.cid-uFqjL3cIic .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFqjL3cIic .carousel-indicators li::after,
.cid-uFqjL3cIic .carousel-indicators li::before {
  content: none;
}
.cid-uFqjL3cIic .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFqjL3cIic .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFqjL3cIic .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFqjL3cIic .carousel-indicators {
    display: none;
  }
}
.cid-uFqjL3cIic .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFqjL3cIic .carousel-inner > .active {
  display: block;
}
.cid-uFqjL3cIic .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqjL3cIic .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFqjL3cIic .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFqjL3cIic .carousel-control,
  .cid-uFqjL3cIic .carousel-indicators,
  .cid-uFqjL3cIic .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFqjL3cIic .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFqjL3cIic .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFqjL3cIic .carousel-indicators .active,
.cid-uFqjL3cIic .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFqjL3cIic .carousel-indicators .active {
  background: #fff;
}
.cid-uFqjL3cIic .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFqjL3cIic .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFqjL3cIic .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFqjL3cIic .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFqjL3cIic .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFqjL3cIic .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFqjL3cIic .carousel {
  width: 100%;
}
.cid-uFqjL3cIic .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFqjL3cIic .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFqjL3cIic .modal.fade .modal-dialog,
.cid-uFqjL3cIic .modal.in .modal-dialog {
  transform: none;
}
.cid-uFqjL3cIic .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFqjL3cIic .content-head {
  max-width: 800px;
}
.cid-uFpT6tZSF6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2c2625;
}
.cid-uFpT6tZSF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFpT6tZSF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFpT6tZSF6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFpT6tZSF6 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFpT6tZSF6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFpT6tZSF6 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFpT6tZSF6 .container {
    padding: 0 24px;
  }
}
.cid-uFpT6tZSF6 .row {
  justify-content: center;
}
.cid-uFpT6tZSF6 .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFpT6tZSF6 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFpT6tZSF6 .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uFpT6tZSF6 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uFpT6tZSF6 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uFpT6tZSF6 .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFpT6tZSF6 .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uFpT6tZSF6 .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uFpT6tZSF6 .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFpT6tZSF6 .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFpT6tZSF6 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uFpT6tZSF6 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uFpT6tZSF6 .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uFpT6tZSF6 .list-wrapper .list .item-wrap:hover,
.cid-uFpT6tZSF6 .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uFpT6tZSF6 .list-wrapper .list .item-wrap:hover::before,
.cid-uFpT6tZSF6 .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uFpT6tZSF6 .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFpT6tZSF6 .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ddb526;
}
.cid-uFpT6tZSF6 .mbr-section-title {
  color: #63c169;
}
.cid-uFpT6tZSF6 .mbr-soc {
  color: #ffffff;
}
.cid-uFpT6tZSF6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFpT6tZSF6 .list {
  color: #ffffff;
}
.cid-uFq2g2GiNC .navbar-dropdown {
  position: relative !important;
}
.cid-uFq2g2GiNC .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFq2g2GiNC .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFq2g2GiNC .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFq2g2GiNC .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-uFq2g2GiNC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFq2g2GiNC .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uFq2g2GiNC .dropdown-item:hover,
.cid-uFq2g2GiNC .dropdown-item:focus {
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uFq2g2GiNC .dropdown-item:hover span {
  color: white;
}
.cid-uFq2g2GiNC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFq2g2GiNC .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFq2g2GiNC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFq2g2GiNC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFq2g2GiNC .nav-link {
  position: relative;
}
.cid-uFq2g2GiNC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFq2g2GiNC .container {
    flex-wrap: nowrap;
  }
}
.cid-uFq2g2GiNC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFq2g2GiNC .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uFq2g2GiNC .dropdown-menu,
.cid-uFq2g2GiNC .navbar.opened {
  background: #2c2625 !important;
}
.cid-uFq2g2GiNC .nav-item:focus,
.cid-uFq2g2GiNC .nav-link:focus {
  outline: none;
}
.cid-uFq2g2GiNC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFq2g2GiNC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFq2g2GiNC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFq2g2GiNC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFq2g2GiNC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFq2g2GiNC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFq2g2GiNC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFq2g2GiNC .navbar.opened {
  transition: all 0.3s;
}
.cid-uFq2g2GiNC .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uFq2g2GiNC .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFq2g2GiNC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFq2g2GiNC .navbar.collapsed {
  justify-content: center;
}
.cid-uFq2g2GiNC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFq2g2GiNC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFq2g2GiNC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFq2g2GiNC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFq2g2GiNC .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-uFq2g2GiNC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFq2g2GiNC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFq2g2GiNC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFq2g2GiNC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFq2g2GiNC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFq2g2GiNC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFq2g2GiNC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFq2g2GiNC .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-uFq2g2GiNC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFq2g2GiNC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFq2g2GiNC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFq2g2GiNC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFq2g2GiNC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFq2g2GiNC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFq2g2GiNC .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFq2g2GiNC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFq2g2GiNC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFq2g2GiNC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFq2g2GiNC .navbar-brand .navbar-caption:hover,
.cid-uFq2g2GiNC .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFq2g2GiNC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFq2g2GiNC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFq2g2GiNC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFq2g2GiNC .dropdown-item.active,
.cid-uFq2g2GiNC .dropdown-item:active {
  background-color: transparent;
}
.cid-uFq2g2GiNC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFq2g2GiNC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFq2g2GiNC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFq2g2GiNC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uFq2g2GiNC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFq2g2GiNC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFq2g2GiNC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFq2g2GiNC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFq2g2GiNC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uFq2g2GiNC .navbar-buttons {
  text-align: center;
}
.cid-uFq2g2GiNC .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uFq2g2GiNC .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFq2g2GiNC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFq2g2GiNC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFq2g2GiNC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFq2g2GiNC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFq2g2GiNC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFq2g2GiNC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFq2g2GiNC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFq2g2GiNC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFq2g2GiNC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFq2g2GiNC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFq2g2GiNC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFq2g2GiNC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFq2g2GiNC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFq2g2GiNC .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-uFq2g2GiNC .navbar {
    height: 70px;
  }
  .cid-uFq2g2GiNC .navbar.opened {
    height: auto;
  }
  .cid-uFq2g2GiNC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFq2g2GiNC .navbar-nav {
  margin: 0 auto;
}
.cid-uFq2g2GiNC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFq2g2GiNC .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFq2g2GiNC .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFq2g2GiNC .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uFq2g2GiNC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFq2g2GiNC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFq2g2GiNC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFq2g2GiNC .nav-item .dropdown-menu .dropdown-item {
  color: #deb54b !important;
}
.cid-uFq2g2GiNC .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uFq2g2GiNC .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFq2g2GiNC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFq2g2GiNC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFq2g2GiNC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFq2g2GiNC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFq2g2GiNC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFq2g2GiNC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFq2g2GiNC .content-wrap {
  min-height: 130px;
}
.cid-uFq2g38SEQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uFq2g38SEQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFq2g38SEQ .item {
    margin-bottom: 1rem;
  }
}
.cid-uFq2g38SEQ .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-uFq2g38SEQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFq2g38SEQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFq2g38SEQ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFq2g38SEQ .carousel-control,
.cid-uFq2g38SEQ .close {
  background: #1b1b1b;
}
.cid-uFq2g38SEQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFq2g38SEQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFq2g38SEQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFq2g38SEQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFq2g38SEQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFq2g38SEQ .close::before {
  content: '\e91a';
}
.cid-uFq2g38SEQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFq2g38SEQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFq2g38SEQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFq2g38SEQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFq2g38SEQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFq2g38SEQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFq2g38SEQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFq2g38SEQ .carousel-indicators li.active,
.cid-uFq2g38SEQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFq2g38SEQ .carousel-indicators li::after,
.cid-uFq2g38SEQ .carousel-indicators li::before {
  content: none;
}
.cid-uFq2g38SEQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFq2g38SEQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFq2g38SEQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFq2g38SEQ .carousel-indicators {
    display: none;
  }
}
.cid-uFq2g38SEQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFq2g38SEQ .carousel-inner > .active {
  display: block;
}
.cid-uFq2g38SEQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFq2g38SEQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFq2g38SEQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFq2g38SEQ .carousel-control,
  .cid-uFq2g38SEQ .carousel-indicators,
  .cid-uFq2g38SEQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFq2g38SEQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFq2g38SEQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFq2g38SEQ .carousel-indicators .active,
.cid-uFq2g38SEQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFq2g38SEQ .carousel-indicators .active {
  background: #fff;
}
.cid-uFq2g38SEQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFq2g38SEQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFq2g38SEQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFq2g38SEQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFq2g38SEQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFq2g38SEQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFq2g38SEQ .carousel {
  width: 100%;
}
.cid-uFq2g38SEQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFq2g38SEQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFq2g38SEQ .modal.fade .modal-dialog,
.cid-uFq2g38SEQ .modal.in .modal-dialog {
  transform: none;
}
.cid-uFq2g38SEQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFq2g38SEQ .content-head {
  max-width: 800px;
}
.cid-uFq7QThpG6 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uFq7QThpG6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFq7QThpG6 .item {
    margin-bottom: 1rem;
  }
}
.cid-uFq7QThpG6 .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uFq7QThpG6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFq7QThpG6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFq7QThpG6 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFq7QThpG6 .carousel-control,
.cid-uFq7QThpG6 .close {
  background: #1b1b1b;
}
.cid-uFq7QThpG6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFq7QThpG6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFq7QThpG6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFq7QThpG6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFq7QThpG6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFq7QThpG6 .close::before {
  content: '\e91a';
}
.cid-uFq7QThpG6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFq7QThpG6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFq7QThpG6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFq7QThpG6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFq7QThpG6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFq7QThpG6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFq7QThpG6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFq7QThpG6 .carousel-indicators li.active,
.cid-uFq7QThpG6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFq7QThpG6 .carousel-indicators li::after,
.cid-uFq7QThpG6 .carousel-indicators li::before {
  content: none;
}
.cid-uFq7QThpG6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFq7QThpG6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFq7QThpG6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFq7QThpG6 .carousel-indicators {
    display: none;
  }
}
.cid-uFq7QThpG6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFq7QThpG6 .carousel-inner > .active {
  display: block;
}
.cid-uFq7QThpG6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFq7QThpG6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFq7QThpG6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFq7QThpG6 .carousel-control,
  .cid-uFq7QThpG6 .carousel-indicators,
  .cid-uFq7QThpG6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFq7QThpG6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFq7QThpG6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFq7QThpG6 .carousel-indicators .active,
.cid-uFq7QThpG6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFq7QThpG6 .carousel-indicators .active {
  background: #fff;
}
.cid-uFq7QThpG6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFq7QThpG6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFq7QThpG6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFq7QThpG6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFq7QThpG6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFq7QThpG6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFq7QThpG6 .carousel {
  width: 100%;
}
.cid-uFq7QThpG6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFq7QThpG6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFq7QThpG6 .modal.fade .modal-dialog,
.cid-uFq7QThpG6 .modal.in .modal-dialog {
  transform: none;
}
.cid-uFq7QThpG6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFq7QThpG6 .content-head {
  max-width: 800px;
}
.cid-uFqQlDWKBZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uFqQlDWKBZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFqQlDWKBZ .item {
    margin-bottom: 1rem;
  }
}
.cid-uFqQlDWKBZ .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uFqQlDWKBZ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFqQlDWKBZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFqQlDWKBZ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFqQlDWKBZ .carousel-control,
.cid-uFqQlDWKBZ .close {
  background: #1b1b1b;
}
.cid-uFqQlDWKBZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFqQlDWKBZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFqQlDWKBZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFqQlDWKBZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFqQlDWKBZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFqQlDWKBZ .close::before {
  content: '\e91a';
}
.cid-uFqQlDWKBZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFqQlDWKBZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFqQlDWKBZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqQlDWKBZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFqQlDWKBZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFqQlDWKBZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFqQlDWKBZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFqQlDWKBZ .carousel-indicators li.active,
.cid-uFqQlDWKBZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFqQlDWKBZ .carousel-indicators li::after,
.cid-uFqQlDWKBZ .carousel-indicators li::before {
  content: none;
}
.cid-uFqQlDWKBZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFqQlDWKBZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFqQlDWKBZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFqQlDWKBZ .carousel-indicators {
    display: none;
  }
}
.cid-uFqQlDWKBZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFqQlDWKBZ .carousel-inner > .active {
  display: block;
}
.cid-uFqQlDWKBZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqQlDWKBZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFqQlDWKBZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFqQlDWKBZ .carousel-control,
  .cid-uFqQlDWKBZ .carousel-indicators,
  .cid-uFqQlDWKBZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFqQlDWKBZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFqQlDWKBZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFqQlDWKBZ .carousel-indicators .active,
.cid-uFqQlDWKBZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFqQlDWKBZ .carousel-indicators .active {
  background: #fff;
}
.cid-uFqQlDWKBZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFqQlDWKBZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFqQlDWKBZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFqQlDWKBZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFqQlDWKBZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFqQlDWKBZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFqQlDWKBZ .carousel {
  width: 100%;
}
.cid-uFqQlDWKBZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFqQlDWKBZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFqQlDWKBZ .modal.fade .modal-dialog,
.cid-uFqQlDWKBZ .modal.in .modal-dialog {
  transform: none;
}
.cid-uFqQlDWKBZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFqQlDWKBZ .content-head {
  max-width: 800px;
}
.cid-uFq2g6CFjJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2c2625;
}
.cid-uFq2g6CFjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFq2g6CFjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFq2g6CFjJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFq2g6CFjJ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFq2g6CFjJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFq2g6CFjJ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFq2g6CFjJ .container {
    padding: 0 24px;
  }
}
.cid-uFq2g6CFjJ .row {
  justify-content: center;
}
.cid-uFq2g6CFjJ .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFq2g6CFjJ .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFq2g6CFjJ .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uFq2g6CFjJ .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uFq2g6CFjJ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uFq2g6CFjJ .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uFq2g6CFjJ .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uFq2g6CFjJ .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uFq2g6CFjJ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uFq2g6CFjJ .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uFq2g6CFjJ .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uFq2g6CFjJ .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uFq2g6CFjJ .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uFq2g6CFjJ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uFq2g6CFjJ .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFq2g6CFjJ .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uFq2g6CFjJ .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uFq2g6CFjJ .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFq2g6CFjJ .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFq2g6CFjJ .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uFq2g6CFjJ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uFq2g6CFjJ .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uFq2g6CFjJ .list-wrapper .list .item-wrap:hover,
.cid-uFq2g6CFjJ .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uFq2g6CFjJ .list-wrapper .list .item-wrap:hover::before,
.cid-uFq2g6CFjJ .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uFq2g6CFjJ .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFq2g6CFjJ .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ddb526;
}
.cid-uFq2g6CFjJ .mbr-section-title {
  color: #63c169;
}
.cid-uFq2g6CFjJ .mbr-soc {
  color: #ffffff;
}
.cid-uFq2g6CFjJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFq2g6CFjJ .list {
  color: #ffffff;
}
.cid-uFq2g2GiNC .navbar-dropdown {
  position: relative !important;
}
.cid-uFq2g2GiNC .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFq2g2GiNC .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFq2g2GiNC .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFq2g2GiNC .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-uFq2g2GiNC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFq2g2GiNC .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uFq2g2GiNC .dropdown-item:hover,
.cid-uFq2g2GiNC .dropdown-item:focus {
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uFq2g2GiNC .dropdown-item:hover span {
  color: white;
}
.cid-uFq2g2GiNC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFq2g2GiNC .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFq2g2GiNC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFq2g2GiNC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFq2g2GiNC .nav-link {
  position: relative;
}
.cid-uFq2g2GiNC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uFq2g2GiNC .container {
    flex-wrap: nowrap;
  }
}
.cid-uFq2g2GiNC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFq2g2GiNC .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uFq2g2GiNC .dropdown-menu,
.cid-uFq2g2GiNC .navbar.opened {
  background: #2c2625 !important;
}
.cid-uFq2g2GiNC .nav-item:focus,
.cid-uFq2g2GiNC .nav-link:focus {
  outline: none;
}
.cid-uFq2g2GiNC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFq2g2GiNC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFq2g2GiNC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFq2g2GiNC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFq2g2GiNC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFq2g2GiNC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFq2g2GiNC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFq2g2GiNC .navbar.opened {
  transition: all 0.3s;
}
.cid-uFq2g2GiNC .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uFq2g2GiNC .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFq2g2GiNC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFq2g2GiNC .navbar.collapsed {
  justify-content: center;
}
.cid-uFq2g2GiNC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFq2g2GiNC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFq2g2GiNC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFq2g2GiNC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFq2g2GiNC .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-uFq2g2GiNC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFq2g2GiNC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFq2g2GiNC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFq2g2GiNC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFq2g2GiNC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFq2g2GiNC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFq2g2GiNC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFq2g2GiNC .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-uFq2g2GiNC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFq2g2GiNC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFq2g2GiNC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFq2g2GiNC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFq2g2GiNC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFq2g2GiNC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFq2g2GiNC .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFq2g2GiNC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFq2g2GiNC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFq2g2GiNC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFq2g2GiNC .navbar-brand .navbar-caption:hover,
.cid-uFq2g2GiNC .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFq2g2GiNC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFq2g2GiNC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFq2g2GiNC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uFq2g2GiNC .dropdown-item.active,
.cid-uFq2g2GiNC .dropdown-item:active {
  background-color: transparent;
}
.cid-uFq2g2GiNC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFq2g2GiNC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFq2g2GiNC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFq2g2GiNC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uFq2g2GiNC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFq2g2GiNC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFq2g2GiNC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFq2g2GiNC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFq2g2GiNC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uFq2g2GiNC .navbar-buttons {
  text-align: center;
}
.cid-uFq2g2GiNC .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uFq2g2GiNC .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFq2g2GiNC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFq2g2GiNC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFq2g2GiNC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFq2g2GiNC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFq2g2GiNC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFq2g2GiNC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFq2g2GiNC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFq2g2GiNC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFq2g2GiNC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFq2g2GiNC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFq2g2GiNC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFq2g2GiNC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFq2g2GiNC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFq2g2GiNC .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-uFq2g2GiNC .navbar {
    height: 70px;
  }
  .cid-uFq2g2GiNC .navbar.opened {
    height: auto;
  }
  .cid-uFq2g2GiNC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFq2g2GiNC .navbar-nav {
  margin: 0 auto;
}
.cid-uFq2g2GiNC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFq2g2GiNC .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uFq2g2GiNC .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFq2g2GiNC .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uFq2g2GiNC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFq2g2GiNC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFq2g2GiNC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFq2g2GiNC .nav-item .dropdown-menu .dropdown-item {
  color: #deb54b !important;
}
.cid-uFq2g2GiNC .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uFq2g2GiNC .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFq2g2GiNC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFq2g2GiNC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFq2g2GiNC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFq2g2GiNC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFq2g2GiNC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFq2g2GiNC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFq2g2GiNC .content-wrap {
  min-height: 130px;
}
.cid-uFqpzPJnEm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uFqpzPJnEm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFqpzPJnEm .item {
    margin-bottom: 1rem;
  }
}
.cid-uFqpzPJnEm .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uFqpzPJnEm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFqpzPJnEm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFqpzPJnEm .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFqpzPJnEm .carousel-control,
.cid-uFqpzPJnEm .close {
  background: #1b1b1b;
}
.cid-uFqpzPJnEm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFqpzPJnEm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFqpzPJnEm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFqpzPJnEm .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFqpzPJnEm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFqpzPJnEm .close::before {
  content: '\e91a';
}
.cid-uFqpzPJnEm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFqpzPJnEm .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFqpzPJnEm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqpzPJnEm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFqpzPJnEm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFqpzPJnEm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFqpzPJnEm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFqpzPJnEm .carousel-indicators li.active,
.cid-uFqpzPJnEm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFqpzPJnEm .carousel-indicators li::after,
.cid-uFqpzPJnEm .carousel-indicators li::before {
  content: none;
}
.cid-uFqpzPJnEm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFqpzPJnEm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFqpzPJnEm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFqpzPJnEm .carousel-indicators {
    display: none;
  }
}
.cid-uFqpzPJnEm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFqpzPJnEm .carousel-inner > .active {
  display: block;
}
.cid-uFqpzPJnEm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqpzPJnEm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFqpzPJnEm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFqpzPJnEm .carousel-control,
  .cid-uFqpzPJnEm .carousel-indicators,
  .cid-uFqpzPJnEm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFqpzPJnEm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFqpzPJnEm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFqpzPJnEm .carousel-indicators .active,
.cid-uFqpzPJnEm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFqpzPJnEm .carousel-indicators .active {
  background: #fff;
}
.cid-uFqpzPJnEm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFqpzPJnEm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFqpzPJnEm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFqpzPJnEm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFqpzPJnEm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFqpzPJnEm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFqpzPJnEm .carousel {
  width: 100%;
}
.cid-uFqpzPJnEm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFqpzPJnEm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFqpzPJnEm .modal.fade .modal-dialog,
.cid-uFqpzPJnEm .modal.in .modal-dialog {
  transform: none;
}
.cid-uFqpzPJnEm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFqpzPJnEm .content-head {
  max-width: 800px;
}
.cid-uFqVZbx4zp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uFqVZbx4zp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFqVZbx4zp .item {
    margin-bottom: 1rem;
  }
}
.cid-uFqVZbx4zp .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uFqVZbx4zp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFqVZbx4zp .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFqVZbx4zp .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFqVZbx4zp .carousel-control,
.cid-uFqVZbx4zp .close {
  background: #1b1b1b;
}
.cid-uFqVZbx4zp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFqVZbx4zp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFqVZbx4zp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFqVZbx4zp .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFqVZbx4zp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFqVZbx4zp .close::before {
  content: '\e91a';
}
.cid-uFqVZbx4zp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFqVZbx4zp .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFqVZbx4zp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqVZbx4zp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFqVZbx4zp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFqVZbx4zp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFqVZbx4zp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFqVZbx4zp .carousel-indicators li.active,
.cid-uFqVZbx4zp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFqVZbx4zp .carousel-indicators li::after,
.cid-uFqVZbx4zp .carousel-indicators li::before {
  content: none;
}
.cid-uFqVZbx4zp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFqVZbx4zp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFqVZbx4zp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFqVZbx4zp .carousel-indicators {
    display: none;
  }
}
.cid-uFqVZbx4zp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFqVZbx4zp .carousel-inner > .active {
  display: block;
}
.cid-uFqVZbx4zp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqVZbx4zp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFqVZbx4zp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFqVZbx4zp .carousel-control,
  .cid-uFqVZbx4zp .carousel-indicators,
  .cid-uFqVZbx4zp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFqVZbx4zp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFqVZbx4zp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFqVZbx4zp .carousel-indicators .active,
.cid-uFqVZbx4zp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFqVZbx4zp .carousel-indicators .active {
  background: #fff;
}
.cid-uFqVZbx4zp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFqVZbx4zp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFqVZbx4zp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFqVZbx4zp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFqVZbx4zp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFqVZbx4zp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFqVZbx4zp .carousel {
  width: 100%;
}
.cid-uFqVZbx4zp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFqVZbx4zp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFqVZbx4zp .modal.fade .modal-dialog,
.cid-uFqVZbx4zp .modal.in .modal-dialog {
  transform: none;
}
.cid-uFqVZbx4zp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFqVZbx4zp .content-head {
  max-width: 800px;
}
.cid-uFq2g6CFjJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2c2625;
}
.cid-uFq2g6CFjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFq2g6CFjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFq2g6CFjJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFq2g6CFjJ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFq2g6CFjJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFq2g6CFjJ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFq2g6CFjJ .container {
    padding: 0 24px;
  }
}
.cid-uFq2g6CFjJ .row {
  justify-content: center;
}
.cid-uFq2g6CFjJ .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFq2g6CFjJ .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFq2g6CFjJ .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uFq2g6CFjJ .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uFq2g6CFjJ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uFq2g6CFjJ .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uFq2g6CFjJ .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uFq2g6CFjJ .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uFq2g6CFjJ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uFq2g6CFjJ .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uFq2g6CFjJ .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uFq2g6CFjJ .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uFq2g6CFjJ .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uFq2g6CFjJ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uFq2g6CFjJ .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFq2g6CFjJ .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uFq2g6CFjJ .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uFq2g6CFjJ .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFq2g6CFjJ .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFq2g6CFjJ .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uFq2g6CFjJ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uFq2g6CFjJ .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uFq2g6CFjJ .list-wrapper .list .item-wrap:hover,
.cid-uFq2g6CFjJ .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uFq2g6CFjJ .list-wrapper .list .item-wrap:hover::before,
.cid-uFq2g6CFjJ .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uFq2g6CFjJ .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFq2g6CFjJ .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ddb526;
}
.cid-uFq2g6CFjJ .mbr-section-title {
  color: #63c169;
}
.cid-uFq2g6CFjJ .mbr-soc {
  color: #ffffff;
}
.cid-uFq2g6CFjJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFq2g6CFjJ .list {
  color: #ffffff;
}
.cid-uDqZYblsfs .navbar-dropdown {
  position: relative !important;
}
.cid-uDqZYblsfs .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uDqZYblsfs .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDqZYblsfs .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uDqZYblsfs .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-uDqZYblsfs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqZYblsfs .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uDqZYblsfs .dropdown-item:hover,
.cid-uDqZYblsfs .dropdown-item:focus {
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uDqZYblsfs .dropdown-item:hover span {
  color: white;
}
.cid-uDqZYblsfs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqZYblsfs .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqZYblsfs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqZYblsfs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqZYblsfs .nav-link {
  position: relative;
}
.cid-uDqZYblsfs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uDqZYblsfs .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqZYblsfs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uDqZYblsfs .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uDqZYblsfs .dropdown-menu,
.cid-uDqZYblsfs .navbar.opened {
  background: #2c2625 !important;
}
.cid-uDqZYblsfs .nav-item:focus,
.cid-uDqZYblsfs .nav-link:focus {
  outline: none;
}
.cid-uDqZYblsfs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqZYblsfs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uDqZYblsfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqZYblsfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqZYblsfs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqZYblsfs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqZYblsfs .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uDqZYblsfs .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqZYblsfs .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uDqZYblsfs .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uDqZYblsfs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqZYblsfs .navbar.collapsed {
  justify-content: center;
}
.cid-uDqZYblsfs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqZYblsfs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDqZYblsfs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqZYblsfs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqZYblsfs .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-uDqZYblsfs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqZYblsfs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqZYblsfs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqZYblsfs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqZYblsfs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqZYblsfs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqZYblsfs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqZYblsfs .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-uDqZYblsfs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqZYblsfs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqZYblsfs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqZYblsfs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uDqZYblsfs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqZYblsfs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDqZYblsfs .navbar.navbar-short {
  min-height: 96px;
}
.cid-uDqZYblsfs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uDqZYblsfs .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uDqZYblsfs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uDqZYblsfs .navbar-brand .navbar-caption:hover,
.cid-uDqZYblsfs .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uDqZYblsfs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqZYblsfs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uDqZYblsfs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uDqZYblsfs .dropdown-item.active,
.cid-uDqZYblsfs .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqZYblsfs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqZYblsfs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqZYblsfs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqZYblsfs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uDqZYblsfs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uDqZYblsfs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uDqZYblsfs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqZYblsfs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uDqZYblsfs ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uDqZYblsfs .navbar-buttons {
  text-align: center;
}
.cid-uDqZYblsfs .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uDqZYblsfs .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uDqZYblsfs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uDqZYblsfs button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uDqZYblsfs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqZYblsfs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uDqZYblsfs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uDqZYblsfs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uDqZYblsfs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uDqZYblsfs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqZYblsfs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqZYblsfs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqZYblsfs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqZYblsfs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDqZYblsfs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqZYblsfs .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-uDqZYblsfs .navbar {
    height: 70px;
  }
  .cid-uDqZYblsfs .navbar.opened {
    height: auto;
  }
  .cid-uDqZYblsfs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDqZYblsfs .navbar-nav {
  margin: 0 auto;
}
.cid-uDqZYblsfs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uDqZYblsfs .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uDqZYblsfs .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uDqZYblsfs .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uDqZYblsfs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uDqZYblsfs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uDqZYblsfs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uDqZYblsfs .nav-item .dropdown-menu .dropdown-item {
  color: #deb54b !important;
}
.cid-uDqZYblsfs .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uDqZYblsfs .navbar {
    justify-content: flex-start !important;
  }
  .cid-uDqZYblsfs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uDqZYblsfs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uDqZYblsfs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uDqZYblsfs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uDqZYblsfs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uDqZYblsfs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uDqZYblsfs .content-wrap {
  min-height: 130px;
}
.cid-uFqfHYLf4U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uFqfHYLf4U .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFqfHYLf4U .item {
    margin-bottom: 1rem;
  }
}
.cid-uFqfHYLf4U .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uFqfHYLf4U .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFqfHYLf4U .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFqfHYLf4U .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFqfHYLf4U .carousel-control,
.cid-uFqfHYLf4U .close {
  background: #1b1b1b;
}
.cid-uFqfHYLf4U .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFqfHYLf4U .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFqfHYLf4U .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFqfHYLf4U .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFqfHYLf4U .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFqfHYLf4U .close::before {
  content: '\e91a';
}
.cid-uFqfHYLf4U .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFqfHYLf4U .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFqfHYLf4U .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqfHYLf4U .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFqfHYLf4U .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFqfHYLf4U .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFqfHYLf4U .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFqfHYLf4U .carousel-indicators li.active,
.cid-uFqfHYLf4U .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFqfHYLf4U .carousel-indicators li::after,
.cid-uFqfHYLf4U .carousel-indicators li::before {
  content: none;
}
.cid-uFqfHYLf4U .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFqfHYLf4U .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFqfHYLf4U .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFqfHYLf4U .carousel-indicators {
    display: none;
  }
}
.cid-uFqfHYLf4U .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFqfHYLf4U .carousel-inner > .active {
  display: block;
}
.cid-uFqfHYLf4U .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqfHYLf4U .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFqfHYLf4U .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFqfHYLf4U .carousel-control,
  .cid-uFqfHYLf4U .carousel-indicators,
  .cid-uFqfHYLf4U .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFqfHYLf4U .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFqfHYLf4U .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFqfHYLf4U .carousel-indicators .active,
.cid-uFqfHYLf4U .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFqfHYLf4U .carousel-indicators .active {
  background: #fff;
}
.cid-uFqfHYLf4U .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFqfHYLf4U .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFqfHYLf4U .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFqfHYLf4U .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFqfHYLf4U .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFqfHYLf4U .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFqfHYLf4U .carousel {
  width: 100%;
}
.cid-uFqfHYLf4U .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFqfHYLf4U .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFqfHYLf4U .modal.fade .modal-dialog,
.cid-uFqfHYLf4U .modal.in .modal-dialog {
  transform: none;
}
.cid-uFqfHYLf4U .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFqfHYLf4U .content-head {
  max-width: 800px;
}
.cid-uFl9jRCzSM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2c2625;
}
.cid-uFl9jRCzSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFl9jRCzSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFl9jRCzSM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFl9jRCzSM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFl9jRCzSM .container {
    padding: 0 24px;
  }
}
.cid-uFl9jRCzSM .row {
  justify-content: center;
}
.cid-uFl9jRCzSM .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFl9jRCzSM .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uFl9jRCzSM .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uFl9jRCzSM .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uFl9jRCzSM .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFl9jRCzSM .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uFl9jRCzSM .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap:hover,
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap:hover::before,
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFl9jRCzSM .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ddb526;
}
.cid-uFl9jRCzSM .mbr-section-title {
  color: #63c169;
}
.cid-uFl9jRCzSM .mbr-soc {
  color: #ffffff;
}
.cid-uFl9jRCzSM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFl9jRCzSM .list {
  color: #ffffff;
}
.cid-uDqZYblsfs .navbar-dropdown {
  position: relative !important;
}
.cid-uDqZYblsfs .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uDqZYblsfs .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uDqZYblsfs .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uDqZYblsfs .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-uDqZYblsfs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDqZYblsfs .dropdown-item {
  border: 2px solid #ffffff;
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uDqZYblsfs .dropdown-item:hover,
.cid-uDqZYblsfs .dropdown-item:focus {
  background: #2c2625 !important;
  color: #deb54b !important;
}
.cid-uDqZYblsfs .dropdown-item:hover span {
  color: white;
}
.cid-uDqZYblsfs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDqZYblsfs .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDqZYblsfs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDqZYblsfs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDqZYblsfs .nav-link {
  position: relative;
}
.cid-uDqZYblsfs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uDqZYblsfs .container {
    flex-wrap: nowrap;
  }
}
.cid-uDqZYblsfs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uDqZYblsfs .iconfont-wrapper:hover {
  color: #ffd876 !important;
}
.cid-uDqZYblsfs .dropdown-menu,
.cid-uDqZYblsfs .navbar.opened {
  background: #2c2625 !important;
}
.cid-uDqZYblsfs .nav-item:focus,
.cid-uDqZYblsfs .nav-link:focus {
  outline: none;
}
.cid-uDqZYblsfs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDqZYblsfs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uDqZYblsfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDqZYblsfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDqZYblsfs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDqZYblsfs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDqZYblsfs .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2625;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uDqZYblsfs .navbar.opened {
  transition: all 0.3s;
}
.cid-uDqZYblsfs .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0;
}
.cid-uDqZYblsfs .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uDqZYblsfs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDqZYblsfs .navbar.collapsed {
  justify-content: center;
}
.cid-uDqZYblsfs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDqZYblsfs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDqZYblsfs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDqZYblsfs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDqZYblsfs .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-uDqZYblsfs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDqZYblsfs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDqZYblsfs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDqZYblsfs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDqZYblsfs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDqZYblsfs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDqZYblsfs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDqZYblsfs .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-uDqZYblsfs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDqZYblsfs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDqZYblsfs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDqZYblsfs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uDqZYblsfs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDqZYblsfs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDqZYblsfs .navbar.navbar-short {
  min-height: 96px;
}
.cid-uDqZYblsfs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uDqZYblsfs .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uDqZYblsfs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uDqZYblsfs .navbar-brand .navbar-caption:hover,
.cid-uDqZYblsfs .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uDqZYblsfs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDqZYblsfs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uDqZYblsfs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffd876 !important;
}
.cid-uDqZYblsfs .dropdown-item.active,
.cid-uDqZYblsfs .dropdown-item:active {
  background-color: transparent;
}
.cid-uDqZYblsfs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDqZYblsfs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDqZYblsfs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDqZYblsfs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2625;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uDqZYblsfs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uDqZYblsfs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uDqZYblsfs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDqZYblsfs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uDqZYblsfs ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid #ffffff;
  }
}
.cid-uDqZYblsfs .navbar-buttons {
  text-align: center;
}
.cid-uDqZYblsfs .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 22px 32px;
  min-height: auto;
}
.cid-uDqZYblsfs .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uDqZYblsfs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uDqZYblsfs button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #2c2625 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uDqZYblsfs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uDqZYblsfs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uDqZYblsfs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uDqZYblsfs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uDqZYblsfs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uDqZYblsfs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqZYblsfs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDqZYblsfs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDqZYblsfs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDqZYblsfs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDqZYblsfs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDqZYblsfs .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-uDqZYblsfs .navbar {
    height: 70px;
  }
  .cid-uDqZYblsfs .navbar.opened {
    height: auto;
  }
  .cid-uDqZYblsfs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDqZYblsfs .navbar-nav {
  margin: 0 auto;
}
.cid-uDqZYblsfs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uDqZYblsfs .nav-item .nav-link {
  padding: 24px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uDqZYblsfs .nav-item .nav-link::after {
  color: #ffd876 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uDqZYblsfs .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffd876 !important;
}
.cid-uDqZYblsfs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uDqZYblsfs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uDqZYblsfs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uDqZYblsfs .nav-item .dropdown-menu .dropdown-item {
  color: #deb54b !important;
}
.cid-uDqZYblsfs .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffd876 !important;
}
@media (max-width: 991px) {
  .cid-uDqZYblsfs .navbar {
    justify-content: flex-start !important;
  }
  .cid-uDqZYblsfs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uDqZYblsfs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uDqZYblsfs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uDqZYblsfs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uDqZYblsfs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uDqZYblsfs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uDqZYblsfs .content-wrap {
  min-height: 130px;
}
.cid-uFr2IRpWvs {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uFr2IRpWvs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFr2IRpWvs .item {
    margin-bottom: 1rem;
  }
}
.cid-uFr2IRpWvs .item-wrapper {
  height: 400px;
  position: relative;
}
.cid-uFr2IRpWvs .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFr2IRpWvs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFr2IRpWvs .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFr2IRpWvs .carousel-control,
.cid-uFr2IRpWvs .close {
  background: #1b1b1b;
}
.cid-uFr2IRpWvs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFr2IRpWvs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFr2IRpWvs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFr2IRpWvs .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFr2IRpWvs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFr2IRpWvs .close::before {
  content: '\e91a';
}
.cid-uFr2IRpWvs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFr2IRpWvs .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFr2IRpWvs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFr2IRpWvs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFr2IRpWvs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFr2IRpWvs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFr2IRpWvs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFr2IRpWvs .carousel-indicators li.active,
.cid-uFr2IRpWvs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFr2IRpWvs .carousel-indicators li::after,
.cid-uFr2IRpWvs .carousel-indicators li::before {
  content: none;
}
.cid-uFr2IRpWvs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFr2IRpWvs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFr2IRpWvs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFr2IRpWvs .carousel-indicators {
    display: none;
  }
}
.cid-uFr2IRpWvs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFr2IRpWvs .carousel-inner > .active {
  display: block;
}
.cid-uFr2IRpWvs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFr2IRpWvs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFr2IRpWvs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFr2IRpWvs .carousel-control,
  .cid-uFr2IRpWvs .carousel-indicators,
  .cid-uFr2IRpWvs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFr2IRpWvs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFr2IRpWvs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFr2IRpWvs .carousel-indicators .active,
.cid-uFr2IRpWvs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFr2IRpWvs .carousel-indicators .active {
  background: #fff;
}
.cid-uFr2IRpWvs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFr2IRpWvs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFr2IRpWvs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFr2IRpWvs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFr2IRpWvs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFr2IRpWvs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFr2IRpWvs .carousel {
  width: 100%;
}
.cid-uFr2IRpWvs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFr2IRpWvs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFr2IRpWvs .modal.fade .modal-dialog,
.cid-uFr2IRpWvs .modal.in .modal-dialog {
  transform: none;
}
.cid-uFr2IRpWvs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFr2IRpWvs .content-head {
  max-width: 800px;
}
.cid-uFr5yCKrll {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uFr5yCKrll .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFr5yCKrll .item {
    margin-bottom: 1rem;
  }
}
.cid-uFr5yCKrll .item-wrapper {
  height: 500px;
  position: relative;
}
.cid-uFr5yCKrll .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uFr5yCKrll .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFr5yCKrll .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFr5yCKrll .carousel-control,
.cid-uFr5yCKrll .close {
  background: #1b1b1b;
}
.cid-uFr5yCKrll .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFr5yCKrll .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFr5yCKrll .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFr5yCKrll .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFr5yCKrll .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFr5yCKrll .close::before {
  content: '\e91a';
}
.cid-uFr5yCKrll .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFr5yCKrll .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFr5yCKrll .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFr5yCKrll .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFr5yCKrll .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFr5yCKrll .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFr5yCKrll .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFr5yCKrll .carousel-indicators li.active,
.cid-uFr5yCKrll .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFr5yCKrll .carousel-indicators li::after,
.cid-uFr5yCKrll .carousel-indicators li::before {
  content: none;
}
.cid-uFr5yCKrll .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFr5yCKrll .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFr5yCKrll .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFr5yCKrll .carousel-indicators {
    display: none;
  }
}
.cid-uFr5yCKrll .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFr5yCKrll .carousel-inner > .active {
  display: block;
}
.cid-uFr5yCKrll .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFr5yCKrll .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFr5yCKrll .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFr5yCKrll .carousel-control,
  .cid-uFr5yCKrll .carousel-indicators,
  .cid-uFr5yCKrll .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFr5yCKrll .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFr5yCKrll .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFr5yCKrll .carousel-indicators .active,
.cid-uFr5yCKrll .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFr5yCKrll .carousel-indicators .active {
  background: #fff;
}
.cid-uFr5yCKrll .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFr5yCKrll .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFr5yCKrll .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFr5yCKrll .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFr5yCKrll .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFr5yCKrll .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFr5yCKrll .carousel {
  width: 100%;
}
.cid-uFr5yCKrll .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFr5yCKrll .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFr5yCKrll .modal.fade .modal-dialog,
.cid-uFr5yCKrll .modal.in .modal-dialog {
  transform: none;
}
.cid-uFr5yCKrll .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFr5yCKrll .content-head {
  max-width: 800px;
}
.cid-uFl9jRCzSM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2c2625;
}
.cid-uFl9jRCzSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFl9jRCzSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFl9jRCzSM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFl9jRCzSM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFl9jRCzSM .container {
    padding: 0 24px;
  }
}
.cid-uFl9jRCzSM .row {
  justify-content: center;
}
.cid-uFl9jRCzSM .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFl9jRCzSM .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 1;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #ffffff;
  opacity: .12;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .09;
}
.cid-uFl9jRCzSM .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-uFl9jRCzSM .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uFl9jRCzSM .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uFl9jRCzSM .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uFl9jRCzSM .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFl9jRCzSM .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uFl9jRCzSM .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap {
  opacity: .5;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap:hover,
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap:hover::before,
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uFl9jRCzSM .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFl9jRCzSM .mbr-copy {
  margin-bottom: 0;
  opacity: .5;
  color: #ddb526;
}
.cid-uFl9jRCzSM .mbr-section-title {
  color: #63c169;
}
.cid-uFl9jRCzSM .mbr-soc {
  color: #ffffff;
}
.cid-uFl9jRCzSM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFl9jRCzSM .list {
  color: #ffffff;
}
