body {
  font-family: 'Syne', sans-serif;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 3.43rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.2875rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 2.43rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.0375rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1.31rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6375rem;
}
.display-5 {
  font-family: 'Syne', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.744rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.401rem;
    font-size: calc( 1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.944rem;
    font-size: calc( 1.5005000000000002rem + (2.43 - 1.5005000000000002) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.5005000000000002rem + (2.43 - 1.5005000000000002) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.048rem;
    font-size: calc( 1.1085rem + (1.31 - 1.1085) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1085rem + (1.31 - 1.1085) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b31e1e !important;
}
.bg-success {
  background-color: #6d9aba !important;
}
.bg-info {
  background-color: #4479d9 !important;
}
.bg-warning {
  background-color: #5b6153 !important;
}
.bg-danger {
  background-color: #caa884 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b31e1e !important;
  border-color: #b31e1e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #691212 !important;
  border-color: #691212 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #691212 !important;
  border-color: #691212 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d7d3c6 !important;
  border-color: #d7d3c6 !important;
  color: #5d5641 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b3ac93 !important;
  border-color: #b3ac93 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5d5641 !important;
  background-color: #b3ac93 !important;
  border-color: #b3ac93 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6d9aba !important;
  border-color: #6d9aba !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #436e8d !important;
  border-color: #436e8d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #436e8d !important;
  border-color: #436e8d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b6153 !important;
  border-color: #5b6153 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2f322b !important;
  border-color: #2f322b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2f322b !important;
  border-color: #2f322b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #caa884 !important;
  border-color: #caa884 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ad7d4a !important;
  border-color: #ad7d4a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ad7d4a !important;
  border-color: #ad7d4a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b31e1e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #691212 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b31e1e !important;
  border-color: #b31e1e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d7d3c6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b3ac93 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5d5641 !important;
  background-color: #d7d3c6 !important;
  border-color: #d7d3c6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6d9aba;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #436e8d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6d9aba !important;
  border-color: #6d9aba !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5b6153;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2f322b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b6153 !important;
  border-color: #5b6153 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #caa884;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ad7d4a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #caa884 !important;
  border-color: #caa884 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b31e1e !important;
}
.text-secondary {
  color: #d7d3c6 !important;
}
.text-success {
  color: #6d9aba !important;
}
.text-info {
  color: #4479d9 !important;
}
.text-warning {
  color: #5b6153 !important;
}
.text-danger {
  color: #caa884 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5c0f0f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ada58a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3e6683 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1f4a98 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #272a24 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a27546 !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: #b31e1e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4479d9;
}
.alert-warning {
  background-color: #5b6153;
}
.alert-danger {
  background-color: #caa884;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b31e1e;
  border-color: #b31e1e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b31e1e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e66a6a;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c4d6e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba292;
}
.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: 'Syne', sans-serif;
  font-size: 1.31rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.6375rem;
}
.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: #b31e1e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1.31rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.6375rem;
}
blockquote {
  border-color: #b31e1e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b31e1e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b31e1e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b31e1e;
  border-bottom-color: #b31e1e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #b31e1e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d7d3c6 !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='%23b31e1e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sMAxI4taO0 .navbar-dropdown {
  position: relative !important;
}
.cid-sMAxI4taO0 .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-sMAxI4taO0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMAxI4taO0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMAxI4taO0 .dropdown-item:hover,
.cid-sMAxI4taO0 .dropdown-item:focus {
  background: #b31e1e !important;
  color: white !important;
}
.cid-sMAxI4taO0 .dropdown-item:hover span {
  color: white;
}
.cid-sMAxI4taO0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMAxI4taO0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMAxI4taO0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-sMAxI4taO0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMAxI4taO0 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-sMAxI4taO0 .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-sMAxI4taO0 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-sMAxI4taO0 .container {
  display: flex;
  margin: auto;
}
.cid-sMAxI4taO0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMAxI4taO0 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .navbar-nav {
    align-items: center;
  }
}
.cid-sMAxI4taO0 .dropdown-menu,
.cid-sMAxI4taO0 .navbar.opened {
  background: #fffdf7 !important;
}
.cid-sMAxI4taO0 .nav-item:focus,
.cid-sMAxI4taO0 .nav-link:focus {
  outline: none;
}
.cid-sMAxI4taO0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-sMAxI4taO0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMAxI4taO0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMAxI4taO0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMAxI4taO0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMAxI4taO0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMAxI4taO0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-sMAxI4taO0 .navbar.opened {
  transition: all 0.3s;
}
.cid-sMAxI4taO0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMAxI4taO0 .navbar .navbar-logo img {
  width: auto;
}
.cid-sMAxI4taO0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMAxI4taO0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMAxI4taO0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMAxI4taO0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMAxI4taO0 .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-sMAxI4taO0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMAxI4taO0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMAxI4taO0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMAxI4taO0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMAxI4taO0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMAxI4taO0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMAxI4taO0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMAxI4taO0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMAxI4taO0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-sMAxI4taO0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMAxI4taO0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMAxI4taO0 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-sMAxI4taO0 .dropdown-item.active,
.cid-sMAxI4taO0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sMAxI4taO0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMAxI4taO0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMAxI4taO0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMAxI4taO0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-sMAxI4taO0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMAxI4taO0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMAxI4taO0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMAxI4taO0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMAxI4taO0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMAxI4taO0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMAxI4taO0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMAxI4taO0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMAxI4taO0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMAxI4taO0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sMAxI4taO0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMAxI4taO0 .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-sMAxI4taO0 .navbar {
    height: 70px;
  }
  .cid-sMAxI4taO0 .navbar.opened {
    height: auto;
  }
  .cid-sMAxI4taO0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMAxI4taO0 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .container-fluid {
    padding: 0 40px;
  }
}
.cid-sMAxI4taO0 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-sMAxI4taO0 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-sMAxI4taO0 .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sMAxJzwEro {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d7d3c6;
}
.cid-sMAxJzwEro .carousel {
  height: 800px;
}
.cid-sMAxJzwEro .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sMAxJzwEro .carousel-item,
.cid-sMAxJzwEro .carousel-inner {
  height: 100%;
}
.cid-sMAxJzwEro .carousel-caption {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-sMAxJzwEro .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-sMAxJzwEro .carousel-caption {
    width: 900px;
  }
}
.cid-sMAxJzwEro .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sMAxJzwEro .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sMAxJzwEro .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-sMAxJzwEro .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sMAxJzwEro .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sMAxJzwEro .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sMAxJzwEro .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sMAxJzwEro .carousel-control {
  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;
  opacity: 0;
}
.cid-sMAxJzwEro .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sMAxJzwEro .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sMAxJzwEro .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sMAxJzwEro .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sMAxJzwEro .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-sMAxJzwEro .carousel-indicators li.active,
.cid-sMAxJzwEro .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sMAxJzwEro .carousel-indicators li::after,
.cid-sMAxJzwEro .carousel-indicators li::before {
  content: none;
}
.cid-sMAxJzwEro .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-sMAxJzwEro H5 {
  color: #000000;
}
.cid-sMAxJzwEro P {
  color: #000000;
}
.cid-tByOGRw9FT {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #e9eaf8;
}
@media (min-width: 992px) {
  .cid-tByOGRw9FT .display-1 {
    font-size: 80px;
  }
}
.cid-tByOGRw9FT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tByOGRw9FT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tByOGRw9FT .row {
  padding: 0 32px;
}
.cid-tByOGRw9FT .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-tByOGRw9FT .card-title {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tByOGRw9FT .mbr-text {
  margin-bottom: 10px;
  color: #3d3d3d;
}
.cid-tByOGRw9FT .iconfont-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.cid-tByOGRw9FT .link-contacts {
  display: flex;
  justify-content: center;
}
.cid-tByOGRw9FT .emerging-underline-link {
  color: #3d3d3d;
}
.cid-tByOGRw9FT .emerging-underline-link:not(:last-child) {
  margin-right: 15px;
}
.cid-sMFvAupKMe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sMFvAupKMe .mbr-overlay {
  z-index: 1;
}
.cid-sMFvAupKMe .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sMFvAupKMe .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-sMFvAupKMe .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-sMFvAupKMe .item-img:hover img {
  transform: scale(1);
}
.cid-sMFvAupKMe .item-title {
  line-height: 1.25em;
}
.cid-sMFvAupKMe .mbr-section-title {
  line-height: 1.25em;
}
.cid-sMFvAupKMe .card-container {
  display: flex;
}
@media (max-width: 767px) {
  .cid-sMFvAupKMe .card-container {
    flex-wrap: wrap;
  }
}
.cid-sMFvAupKMe .card-container:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-sMFvAupKMe .card-container:first-child {
    border-bottom: none;
    border-right: 1px solid #7F8678;
  }
}
.cid-sMFvAupKMe .card {
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-sMFvAupKMe .card {
    padding: 35px 35px 23px;
  }
}
.cid-sMFvAupKMe .card:first-child {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 768px) {
  .cid-sMFvAupKMe .card:first-child {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-sMFvAupKMe .data-item {
  display: flex;
  align-items: center;
}
.cid-sMFvAupKMe .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-sMFvAupKMe .link-wrap {
  margin: 30px 0 6px;
}
.cid-sMFvAupKMe .text-art {
  flex-grow: 1;
}
.cid-tByPsJDRJi {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #e9eaf8;
}
@media (min-width: 992px) {
  .cid-tByPsJDRJi .display-1 {
    font-size: 80px;
  }
}
.cid-tByPsJDRJi .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tByPsJDRJi .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tByPsJDRJi .row {
  padding: 0 32px;
}
.cid-tByPsJDRJi .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-tByPsJDRJi .card-title {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tByPsJDRJi .mbr-text {
  margin-bottom: 10px;
  color: #3d3d3d;
  text-align: left;
}
.cid-tByPsJDRJi .iconfont-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.cid-tByPsJDRJi .link-contacts {
  display: flex;
  justify-content: center;
}
.cid-tByPsJDRJi .emerging-underline-link {
  color: #3d3d3d;
}
.cid-tByPsJDRJi .emerging-underline-link:not(:last-child) {
  margin-right: 15px;
}
.cid-sMFvF4gxom {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sMFvF4gxom .mbr-overlay {
  z-index: 1;
}
.cid-sMFvF4gxom .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  z-index: 2;
}
.cid-sMFvF4gxom .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-sMFvF4gxom .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-sMFvF4gxom .item-img:hover img {
  transform: scale(1);
}
.cid-sMFvF4gxom .item-title {
  line-height: 1.25em;
}
.cid-sMFvF4gxom .mbr-section-title {
  line-height: 1.25em;
}
.cid-sMFvF4gxom .card-container {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sMFvF4gxom .card-container {
    flex-wrap: wrap;
  }
}
.cid-sMFvF4gxom .card {
  padding: 60px 60px 23px;
  border-radius: 0;
  border-bottom: 1px solid #7F8678;
}
@media (max-width: 575px) {
  .cid-sMFvF4gxom .card {
    padding: 35px 35px 23px;
  }
}
@media (min-width: 768px) {
  .cid-sMFvF4gxom .card:nth-child(2n+1) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 991px) {
  .cid-sMFvF4gxom .card {
    border-right: 1px solid #7F8678;
  }
  .cid-sMFvF4gxom .card:last-child {
    border-right: none;
  }
}
.cid-sMFvF4gxom .data-item {
  display: flex;
  align-items: center;
}
.cid-sMFvF4gxom .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-sMFvF4gxom .link-wrap {
  margin: 30px 0 6px;
}
.cid-sMFvF4gxom .text-art {
  flex-grow: 1;
}
.cid-tByQhFVpGI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #a4a3a3;
}
.cid-tByQhFVpGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tByQhFVpGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tByQhFVpGI .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tByQhFVpGI .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tByQhFVpGI .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tByQhFVpGI .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-tByQhFVpGI .col-img {
    padding-right: 60px !important;
  }
}
.cid-tByQhFVpGI .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-tByQhFVpGI .col-text {
    order: 2;
  }
}
.cid-tByQhFVpGI .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tByQhFVpGI .text-wrapper {
    margin-top: 20px;
  }
}
.cid-tByQhFVpGI .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tByQhFVpGI .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-tByQhFVpGI .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tByQhFVpGI .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-tByQhFVpGI .mbr-text {
    padding-right: 0;
  }
}
.cid-tByQhFVpGI .mbr-section-btn {
  margin-top: 20px;
}
.cid-tByQhFVpGI .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-tByQhFVpGI .social-container {
    padding-top: 40px;
  }
}
.cid-tByQhFVpGI .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tByQhFVpGI .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-tByQhFVpGI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tByQhFVpGI .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tByQhFVpGI .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tByQhFVpGI .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tByQhFVpGI .soc-item:hover:before {
  opacity: 1;
}
.cid-tByQhFVpGI .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #d7d3c6, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-tByQhFVpGI .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-tByQhFVpGI .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-tByQhFVpGI .mbr-text,
.cid-tByQhFVpGI .mbr-section-btn {
  color: #000000;
}
.cid-tC90bIspWu {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #d7d3c6;
}
.cid-tC90bIspWu .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-tC90bIspWu .mbr-section-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tC90bIspWu .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-tC90bIspWu .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tC90bIspWu .text-wrapper {
    padding: 2rem;
  }
}
.cid-tByQv6t6FV {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tByQv6t6FV .content {
    text-align: center;
  }
  .cid-tByQv6t6FV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tByQv6t6FV .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tByQv6t6FV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tByQv6t6FV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tByQv6t6FV .google-map {
  height: 25rem;
  position: relative;
}
.cid-tByQv6t6FV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tByQv6t6FV .google-map [data-state-details] {
  color: #d7d3c6;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tByQv6t6FV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tByQv6t6FV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tByQv6t6FV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 993px) {
  .cid-tByQv6t6FV .social-list {
    margin-left: -7px;
  }
}
.cid-tByQv6t6FV .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tByQv6t6FV .social-list .soc-item {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 0.5rem 0.5rem;
  filter: invert(1);
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
@media (max-width: 992px) {
  .cid-tByQv6t6FV .social-list .soc-item {
    margin: 0 0.1rem 0.2rem;
  }
}
.cid-tByQv6t6FV .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tByQv6t6FV .social-list a:hover {
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-tByQv6t6FV .social-list {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .cid-tByQv6t6FV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tByQv6t6FV .list {
  list-style-type: none;
  padding: 0;
}
.cid-tByQv6t6FV .socicon {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-tByQv6t6FV .mbr-section-head {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .cid-tByQv6t6FV .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tByQv6t6FV H5 {
  color: #1b1b1b;
}
.cid-tByQv6t6FV .mbr-text {
  color: #5d61ee;
}
.cid-tByQv6t6FV .mbr-section-title {
  color: #3b3fe6;
}
.cid-tC3DhHzxb3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #212428;
  overflow: hidden;
}
.cid-tC3DhHzxb3 .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-tC3DhHzxb3 .copyright-container {
  padding: 40px 0;
}
.cid-tC3DhHzxb3 .mbr-text {
  color: #878e99;
  text-align: center;
}
.cid-sMAxI4taO0 .navbar-dropdown {
  position: relative !important;
}
.cid-sMAxI4taO0 .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-sMAxI4taO0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMAxI4taO0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMAxI4taO0 .dropdown-item:hover,
.cid-sMAxI4taO0 .dropdown-item:focus {
  background: #b31e1e !important;
  color: white !important;
}
.cid-sMAxI4taO0 .dropdown-item:hover span {
  color: white;
}
.cid-sMAxI4taO0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMAxI4taO0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMAxI4taO0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-sMAxI4taO0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMAxI4taO0 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-sMAxI4taO0 .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-sMAxI4taO0 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-sMAxI4taO0 .container {
  display: flex;
  margin: auto;
}
.cid-sMAxI4taO0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMAxI4taO0 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .navbar-nav {
    align-items: center;
  }
}
.cid-sMAxI4taO0 .dropdown-menu,
.cid-sMAxI4taO0 .navbar.opened {
  background: #fffdf7 !important;
}
.cid-sMAxI4taO0 .nav-item:focus,
.cid-sMAxI4taO0 .nav-link:focus {
  outline: none;
}
.cid-sMAxI4taO0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-sMAxI4taO0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMAxI4taO0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMAxI4taO0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMAxI4taO0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMAxI4taO0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMAxI4taO0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-sMAxI4taO0 .navbar.opened {
  transition: all 0.3s;
}
.cid-sMAxI4taO0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMAxI4taO0 .navbar .navbar-logo img {
  width: auto;
}
.cid-sMAxI4taO0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMAxI4taO0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMAxI4taO0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMAxI4taO0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMAxI4taO0 .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-sMAxI4taO0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMAxI4taO0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMAxI4taO0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMAxI4taO0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMAxI4taO0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMAxI4taO0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMAxI4taO0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMAxI4taO0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMAxI4taO0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-sMAxI4taO0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMAxI4taO0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMAxI4taO0 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-sMAxI4taO0 .dropdown-item.active,
.cid-sMAxI4taO0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sMAxI4taO0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMAxI4taO0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMAxI4taO0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMAxI4taO0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-sMAxI4taO0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMAxI4taO0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMAxI4taO0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMAxI4taO0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMAxI4taO0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMAxI4taO0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMAxI4taO0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMAxI4taO0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMAxI4taO0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMAxI4taO0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMAxI4taO0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sMAxI4taO0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMAxI4taO0 .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-sMAxI4taO0 .navbar {
    height: 70px;
  }
  .cid-sMAxI4taO0 .navbar.opened {
    height: auto;
  }
  .cid-sMAxI4taO0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMAxI4taO0 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .container-fluid {
    padding: 0 40px;
  }
}
.cid-sMAxI4taO0 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-sMAxI4taO0 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-sMAxI4taO0 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-sMAxI4taO0 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-sMAxI4taO0 .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-sMAxI4taO0 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tC3trIV8VG {
  background-color: #a98156;
}
.cid-tC3trIV8VG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC3trIV8VG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC3trIV8VG .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tC3trIV8VG .container-fluid {
    padding: 0 12px;
  }
}
.cid-tC3trIV8VG .row {
  margin-top: -3px;
  border-radius: 5px;
  padding: 80px 64px 80px 28px;
}
@media (max-width: 992px) {
  .cid-tC3trIV8VG .row {
    padding: 48px 20px;
  }
}
.cid-tC3trIV8VG .card {
  padding: 0;
  border-radius: 0;
}
.cid-tC3trIV8VG .card:last-child {
  padding-right: 28px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC3trIV8VG .card:last-child {
    padding: 0;
  }
}
.cid-tC3trIV8VG .card .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tC3trIV8VG .card .image-wrapper {
    margin-bottom: 80px;
  }
}
.cid-tC3trIV8VG .card .image-wrapper img {
  height: 600px;
  object-fit: cover;
  padding: 20px;
  border: 5px solid #ffffff;
  border-radius: 200px;
}
@media (max-width: 768px) {
  .cid-tC3trIV8VG .card .image-wrapper img {
    height: 450px;
  }
}
.cid-tC3trIV8VG .card .tags-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tC3trIV8VG .card .tags-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tC3trIV8VG .card .tags-wrapper .tags {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tC3trIV8VG .card .tags-wrapper .tags .mbr-section-subtitle {
  margin: 0 28px 8px 0;
}
.cid-tC3trIV8VG .card .tags-wrapper .tags .mbr-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  margin: 0 6px 6px 0;
  border: 1px solid #ffffff;
  border-radius: 30px;
}
.cid-tC3trIV8VG .card .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tC3trIV8VG .card .mbr-section-btn .btn {
    width: 95%;
    min-height: 83px;
    border-radius: 70px;
  }
}
.cid-tC3trIV8VG .mbr-section-title {
  color: #ffffff;
}
.cid-tC3trIV8VG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tC3trIV8VG .mbr-tag {
  color: #ffffff;
}
.cid-tC3tXvbbPA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tC3tXvbbPA .row {
  width: 100%!important;
  max-width: 100%!important;
}
.cid-tC3tXvbbPA img,
.cid-tC3tXvbbPA .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tC3tXvbbPA .item:focus,
.cid-tC3tXvbbPA span:focus {
  outline: none;
}
.cid-tC3tXvbbPA .item {
  padding: 0 !important;
  margin-bottom: 80px !important;
}
@media (max-width: 1440px) {
  .cid-tC3tXvbbPA .item {
    margin-bottom: 70px !important;
  }
}
.cid-tC3tXvbbPA .item-wrap {
  background: transparent;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-tC3tXvbbPA .img-wrap {
  position: relative;
  background: transparent;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tC3tXvbbPA .img-wrap-1 {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .cid-tC3tXvbbPA .img-wrap-1 {
    padding-right: 11px;
    padding-bottom: 0;
  }
}
.cid-tC3tXvbbPA .img-wrap-2 {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .cid-tC3tXvbbPA .img-wrap-2 {
    padding-left: 11px;
    padding-top: 0;
  }
}
.cid-tC3tXvbbPA .item-img {
  overflow: hidden;
}
.cid-tC3tXvbbPA .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tC3tXvbbPA .item-img-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 33px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tC3tXvbbPA .item-img-container {
    flex-direction: column;
  }
}
.cid-tC3tXvbbPA .title-text {
  color: #000000;
  margin-bottom: 16px;
  width: 100%;
  text-align: center;
}
.cid-tC3tXvbbPA .mbr-text {
  color: #000000;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
}
.cid-tC3uo95SSM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tC3uo95SSM .row {
  align-items: center;
}
.cid-tC3uo95SSM .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tC3uo95SSM .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tC3uo95SSM .header-text {
    margin-bottom: 20px;
  }
}
.cid-tC3uo95SSM .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tC3uo95SSM .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
  text-align: left;
}
.cid-tC3uo95SSM .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tC3uo95SSM .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tC3uo95SSM .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tC3uo95SSM .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tC3uo95SSM .btn-white-outline:hover {
  color: #b31e1e !important;
  background: #ffffff !important;
}
.cid-tC3uo95SSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC3uo95SSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC3uQMTfbV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tC3uQMTfbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC3uQMTfbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tC3uQMTfbV .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tC3uQMTfbV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tC3uQMTfbV p {
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tC3uQMTfbV .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tC3uQMTfbV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tC90kXEkx0 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #d7d3c6;
}
.cid-tC90kXEkx0 .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-tC90kXEkx0 .mbr-section-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tC90kXEkx0 .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-tC90kXEkx0 .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tC90kXEkx0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tC3Ads6k5R {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tC3Ads6k5R .content {
    text-align: center;
  }
  .cid-tC3Ads6k5R .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tC3Ads6k5R .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tC3Ads6k5R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tC3Ads6k5R .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tC3Ads6k5R .google-map {
  height: 25rem;
  position: relative;
}
.cid-tC3Ads6k5R .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tC3Ads6k5R .google-map [data-state-details] {
  color: #d7d3c6;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tC3Ads6k5R .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tC3Ads6k5R .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tC3Ads6k5R .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 993px) {
  .cid-tC3Ads6k5R .social-list {
    margin-left: -7px;
  }
}
.cid-tC3Ads6k5R .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tC3Ads6k5R .social-list .soc-item {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 0.5rem 0.5rem;
  filter: invert(1);
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
@media (max-width: 992px) {
  .cid-tC3Ads6k5R .social-list .soc-item {
    margin: 0 0.1rem 0.2rem;
  }
}
.cid-tC3Ads6k5R .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tC3Ads6k5R .social-list a:hover {
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-tC3Ads6k5R .social-list {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .cid-tC3Ads6k5R .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tC3Ads6k5R .list {
  list-style-type: none;
  padding: 0;
}
.cid-tC3Ads6k5R .socicon {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-tC3Ads6k5R .mbr-section-head {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .cid-tC3Ads6k5R .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tC3Ads6k5R H5 {
  color: #1b1b1b;
}
.cid-tC3Ads6k5R .mbr-text {
  color: #5d61ee;
}
.cid-tC3Ads6k5R .mbr-section-title {
  color: #3b3fe6;
}
.cid-tC3DhHzxb3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #212428;
  overflow: hidden;
}
.cid-tC3DhHzxb3 .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-tC3DhHzxb3 .copyright-container {
  padding: 40px 0;
}
.cid-tC3DhHzxb3 .mbr-text {
  color: #878e99;
  text-align: center;
}
.cid-tC3wrW1r7q .navbar-dropdown {
  position: relative !important;
}
.cid-tC3wrW1r7q .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-tC3wrW1r7q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tC3wrW1r7q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tC3wrW1r7q .dropdown-item:hover,
.cid-tC3wrW1r7q .dropdown-item:focus {
  background: #b31e1e !important;
  color: white !important;
}
.cid-tC3wrW1r7q .dropdown-item:hover span {
  color: white;
}
.cid-tC3wrW1r7q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tC3wrW1r7q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tC3wrW1r7q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-tC3wrW1r7q .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-tC3wrW1r7q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC3wrW1r7q .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tC3wrW1r7q .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-tC3wrW1r7q .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-tC3wrW1r7q .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-tC3wrW1r7q .container {
  display: flex;
  margin: auto;
}
.cid-tC3wrW1r7q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC3wrW1r7q .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tC3wrW1r7q .navbar-nav {
    align-items: center;
  }
}
.cid-tC3wrW1r7q .dropdown-menu,
.cid-tC3wrW1r7q .navbar.opened {
  background: #fffdf7 !important;
}
.cid-tC3wrW1r7q .nav-item:focus,
.cid-tC3wrW1r7q .nav-link:focus {
  outline: none;
}
.cid-tC3wrW1r7q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-tC3wrW1r7q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC3wrW1r7q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC3wrW1r7q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC3wrW1r7q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC3wrW1r7q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC3wrW1r7q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-tC3wrW1r7q .navbar.opened {
  transition: all 0.3s;
}
.cid-tC3wrW1r7q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC3wrW1r7q .navbar .navbar-logo img {
  width: auto;
}
.cid-tC3wrW1r7q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tC3wrW1r7q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC3wrW1r7q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC3wrW1r7q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC3wrW1r7q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC3wrW1r7q .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-tC3wrW1r7q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC3wrW1r7q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC3wrW1r7q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC3wrW1r7q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC3wrW1r7q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC3wrW1r7q .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC3wrW1r7q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC3wrW1r7q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC3wrW1r7q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tC3wrW1r7q .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-tC3wrW1r7q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC3wrW1r7q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC3wrW1r7q .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-tC3wrW1r7q .dropdown-item.active,
.cid-tC3wrW1r7q .dropdown-item:active {
  background-color: transparent;
}
.cid-tC3wrW1r7q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC3wrW1r7q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC3wrW1r7q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC3wrW1r7q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-tC3wrW1r7q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC3wrW1r7q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC3wrW1r7q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC3wrW1r7q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC3wrW1r7q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC3wrW1r7q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tC3wrW1r7q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC3wrW1r7q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC3wrW1r7q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC3wrW1r7q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC3wrW1r7q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC3wrW1r7q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC3wrW1r7q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC3wrW1r7q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC3wrW1r7q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tC3wrW1r7q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC3wrW1r7q .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-tC3wrW1r7q .navbar {
    height: 70px;
  }
  .cid-tC3wrW1r7q .navbar.opened {
    height: auto;
  }
  .cid-tC3wrW1r7q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC3wrW1r7q .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-tC3wrW1r7q .container-fluid {
    padding: 0 40px;
  }
}
.cid-tC3wrW1r7q .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tC3wrW1r7q .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tC3wrW1r7q .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tC3wrW1r7q .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-tC3wrW1r7q .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-tC3wrW1r7q .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-tC3wrW1r7q .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-tC3wrW1r7q .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-tC3wrW1r7q .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-tC3wrW1r7q .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-tC3wrW1r7q .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tC3wrW1r7q .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tC3wrWDwqq {
  background-color: #a98156;
}
.cid-tC3wrWDwqq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC3wrWDwqq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC3wrWDwqq .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tC3wrWDwqq .container-fluid {
    padding: 0 12px;
  }
}
.cid-tC3wrWDwqq .row {
  margin-top: -3px;
  border-radius: 5px;
  padding: 80px 64px 80px 28px;
}
@media (max-width: 992px) {
  .cid-tC3wrWDwqq .row {
    padding: 48px 20px;
  }
}
.cid-tC3wrWDwqq .card {
  padding: 0;
  border-radius: 0;
}
.cid-tC3wrWDwqq .card:last-child {
  padding-right: 28px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC3wrWDwqq .card:last-child {
    padding: 0;
  }
}
.cid-tC3wrWDwqq .card .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tC3wrWDwqq .card .image-wrapper {
    margin-bottom: 80px;
  }
}
.cid-tC3wrWDwqq .card .image-wrapper img {
  height: 600px;
  object-fit: cover;
  padding: 20px;
  border: 5px solid #ffffff;
  border-radius: 200px;
}
@media (max-width: 768px) {
  .cid-tC3wrWDwqq .card .image-wrapper img {
    height: 450px;
  }
}
.cid-tC3wrWDwqq .card .tags-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tC3wrWDwqq .card .tags-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tC3wrWDwqq .card .tags-wrapper .tags {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tC3wrWDwqq .card .tags-wrapper .tags .mbr-section-subtitle {
  margin: 0 28px 8px 0;
}
.cid-tC3wrWDwqq .card .tags-wrapper .tags .mbr-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  margin: 0 6px 6px 0;
  border: 1px solid #ffffff;
  border-radius: 30px;
}
.cid-tC3wrWDwqq .card .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tC3wrWDwqq .card .mbr-section-btn .btn {
    width: 95%;
    min-height: 83px;
    border-radius: 70px;
  }
}
.cid-tC3wrWDwqq .mbr-section-title {
  color: #ffffff;
}
.cid-tC3wrWDwqq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tC3wrWDwqq .mbr-tag {
  color: #ffffff;
}
.cid-tC3wrXpucp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tC3wrXpucp .row {
  width: 100%!important;
  max-width: 100%!important;
}
.cid-tC3wrXpucp img,
.cid-tC3wrXpucp .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tC3wrXpucp .item:focus,
.cid-tC3wrXpucp span:focus {
  outline: none;
}
.cid-tC3wrXpucp .item {
  padding: 0 !important;
  margin-bottom: 80px !important;
}
@media (max-width: 1440px) {
  .cid-tC3wrXpucp .item {
    margin-bottom: 70px !important;
  }
}
.cid-tC3wrXpucp .item-wrap {
  background: transparent;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-tC3wrXpucp .img-wrap {
  position: relative;
  background: transparent;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tC3wrXpucp .img-wrap-1 {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .cid-tC3wrXpucp .img-wrap-1 {
    padding-right: 11px;
    padding-bottom: 0;
  }
}
.cid-tC3wrXpucp .img-wrap-2 {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .cid-tC3wrXpucp .img-wrap-2 {
    padding-left: 11px;
    padding-top: 0;
  }
}
.cid-tC3wrXpucp .item-img {
  overflow: hidden;
}
.cid-tC3wrXpucp .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tC3wrXpucp .item-img-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 33px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tC3wrXpucp .item-img-container {
    flex-direction: column;
  }
}
.cid-tC3wrXpucp .title-text {
  color: #000000;
  margin-bottom: 16px;
  width: 100%;
  text-align: center;
}
.cid-tC3wrXpucp .mbr-text {
  color: #000000;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
}
.cid-tC3wrY3APi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tC3wrY3APi .row {
  align-items: center;
}
.cid-tC3wrY3APi .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tC3wrY3APi .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tC3wrY3APi .header-text {
    margin-bottom: 20px;
  }
}
.cid-tC3wrY3APi .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tC3wrY3APi .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
  text-align: left;
}
.cid-tC3wrY3APi .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tC3wrY3APi .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tC3wrY3APi .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tC3wrY3APi .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tC3wrY3APi .btn-white-outline:hover {
  color: #b31e1e !important;
  background: #ffffff !important;
}
.cid-tC3wrY3APi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC3wrY3APi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC3wrYYLK3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tC3wrYYLK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC3wrYYLK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tC3wrYYLK3 .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tC3wrYYLK3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tC3wrYYLK3 p {
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tC3wrYYLK3 .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tC3wrYYLK3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tC3AuVbLyZ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tC3AuVbLyZ .content {
    text-align: center;
  }
  .cid-tC3AuVbLyZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tC3AuVbLyZ .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tC3AuVbLyZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tC3AuVbLyZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tC3AuVbLyZ .google-map {
  height: 25rem;
  position: relative;
}
.cid-tC3AuVbLyZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tC3AuVbLyZ .google-map [data-state-details] {
  color: #d7d3c6;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tC3AuVbLyZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tC3AuVbLyZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tC3AuVbLyZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 993px) {
  .cid-tC3AuVbLyZ .social-list {
    margin-left: -7px;
  }
}
.cid-tC3AuVbLyZ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tC3AuVbLyZ .social-list .soc-item {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 0.5rem 0.5rem;
  filter: invert(1);
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
@media (max-width: 992px) {
  .cid-tC3AuVbLyZ .social-list .soc-item {
    margin: 0 0.1rem 0.2rem;
  }
}
.cid-tC3AuVbLyZ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tC3AuVbLyZ .social-list a:hover {
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-tC3AuVbLyZ .social-list {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .cid-tC3AuVbLyZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tC3AuVbLyZ .list {
  list-style-type: none;
  padding: 0;
}
.cid-tC3AuVbLyZ .socicon {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-tC3AuVbLyZ .mbr-section-head {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .cid-tC3AuVbLyZ .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tC3AuVbLyZ H5 {
  color: #1b1b1b;
}
.cid-tC3AuVbLyZ .mbr-text {
  color: #5d61ee;
}
.cid-tC3AuVbLyZ .mbr-section-title {
  color: #3b3fe6;
}
.cid-tC3DhHzxb3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #212428;
  overflow: hidden;
}
.cid-tC3DhHzxb3 .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-tC3DhHzxb3 .copyright-container {
  padding: 40px 0;
}
.cid-tC3DhHzxb3 .mbr-text {
  color: #878e99;
  text-align: center;
}
.cid-tC3ympA6l2 .navbar-dropdown {
  position: relative !important;
}
.cid-tC3ympA6l2 .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-tC3ympA6l2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tC3ympA6l2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tC3ympA6l2 .dropdown-item:hover,
.cid-tC3ympA6l2 .dropdown-item:focus {
  background: #b31e1e !important;
  color: white !important;
}
.cid-tC3ympA6l2 .dropdown-item:hover span {
  color: white;
}
.cid-tC3ympA6l2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tC3ympA6l2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tC3ympA6l2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-tC3ympA6l2 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-tC3ympA6l2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tC3ympA6l2 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tC3ympA6l2 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-tC3ympA6l2 .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-tC3ympA6l2 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-tC3ympA6l2 .container {
  display: flex;
  margin: auto;
}
.cid-tC3ympA6l2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tC3ympA6l2 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tC3ympA6l2 .navbar-nav {
    align-items: center;
  }
}
.cid-tC3ympA6l2 .dropdown-menu,
.cid-tC3ympA6l2 .navbar.opened {
  background: #fffdf7 !important;
}
.cid-tC3ympA6l2 .nav-item:focus,
.cid-tC3ympA6l2 .nav-link:focus {
  outline: none;
}
.cid-tC3ympA6l2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-tC3ympA6l2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tC3ympA6l2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tC3ympA6l2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tC3ympA6l2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC3ympA6l2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC3ympA6l2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-tC3ympA6l2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tC3ympA6l2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tC3ympA6l2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tC3ympA6l2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tC3ympA6l2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tC3ympA6l2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tC3ympA6l2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tC3ympA6l2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tC3ympA6l2 .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-tC3ympA6l2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tC3ympA6l2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tC3ympA6l2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tC3ympA6l2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tC3ympA6l2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tC3ympA6l2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tC3ympA6l2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tC3ympA6l2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tC3ympA6l2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tC3ympA6l2 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-tC3ympA6l2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tC3ympA6l2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tC3ympA6l2 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-tC3ympA6l2 .dropdown-item.active,
.cid-tC3ympA6l2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tC3ympA6l2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tC3ympA6l2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tC3ympA6l2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tC3ympA6l2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-tC3ympA6l2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tC3ympA6l2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC3ympA6l2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tC3ympA6l2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tC3ympA6l2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tC3ympA6l2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tC3ympA6l2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC3ympA6l2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC3ympA6l2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC3ympA6l2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC3ympA6l2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC3ympA6l2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC3ympA6l2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC3ympA6l2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC3ympA6l2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tC3ympA6l2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tC3ympA6l2 .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-tC3ympA6l2 .navbar {
    height: 70px;
  }
  .cid-tC3ympA6l2 .navbar.opened {
    height: auto;
  }
  .cid-tC3ympA6l2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC3ympA6l2 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-tC3ympA6l2 .container-fluid {
    padding: 0 40px;
  }
}
.cid-tC3ympA6l2 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tC3ympA6l2 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tC3ympA6l2 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tC3ympA6l2 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-tC3ympA6l2 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-tC3ympA6l2 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-tC3ympA6l2 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-tC3ympA6l2 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-tC3ympA6l2 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-tC3ympA6l2 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-tC3ympA6l2 .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tC3ympA6l2 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tC3ymqcOkC {
  background-color: #a98156;
}
.cid-tC3ymqcOkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC3ymqcOkC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC3ymqcOkC .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tC3ymqcOkC .container-fluid {
    padding: 0 12px;
  }
}
.cid-tC3ymqcOkC .row {
  margin-top: -3px;
  border-radius: 5px;
  padding: 80px 64px 80px 28px;
}
@media (max-width: 992px) {
  .cid-tC3ymqcOkC .row {
    padding: 48px 20px;
  }
}
.cid-tC3ymqcOkC .card {
  padding: 0;
  border-radius: 0;
}
.cid-tC3ymqcOkC .card:last-child {
  padding-right: 28px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC3ymqcOkC .card:last-child {
    padding: 0;
  }
}
.cid-tC3ymqcOkC .card .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tC3ymqcOkC .card .image-wrapper {
    margin-bottom: 80px;
  }
}
.cid-tC3ymqcOkC .card .image-wrapper img {
  height: 600px;
  object-fit: cover;
  padding: 20px;
  border: 5px solid #ffffff;
  border-radius: 200px;
}
@media (max-width: 768px) {
  .cid-tC3ymqcOkC .card .image-wrapper img {
    height: 450px;
  }
}
.cid-tC3ymqcOkC .card .tags-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tC3ymqcOkC .card .tags-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tC3ymqcOkC .card .tags-wrapper .tags {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tC3ymqcOkC .card .tags-wrapper .tags .mbr-section-subtitle {
  margin: 0 28px 8px 0;
}
.cid-tC3ymqcOkC .card .tags-wrapper .tags .mbr-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  margin: 0 6px 6px 0;
  border: 1px solid #ffffff;
  border-radius: 30px;
}
.cid-tC3ymqcOkC .card .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tC3ymqcOkC .card .mbr-section-btn .btn {
    width: 95%;
    min-height: 83px;
    border-radius: 70px;
  }
}
.cid-tC3ymqcOkC .mbr-section-title {
  color: #ffffff;
}
.cid-tC3ymqcOkC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tC3ymqcOkC .mbr-tag {
  color: #ffffff;
}
.cid-tC3ymqVB5t {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tC3ymqVB5t .row {
  width: 100%!important;
  max-width: 100%!important;
}
.cid-tC3ymqVB5t img,
.cid-tC3ymqVB5t .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tC3ymqVB5t .item:focus,
.cid-tC3ymqVB5t span:focus {
  outline: none;
}
.cid-tC3ymqVB5t .item {
  padding: 0 !important;
  margin-bottom: 80px !important;
}
@media (max-width: 1440px) {
  .cid-tC3ymqVB5t .item {
    margin-bottom: 70px !important;
  }
}
.cid-tC3ymqVB5t .item-wrap {
  background: transparent;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-tC3ymqVB5t .img-wrap {
  position: relative;
  background: transparent;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tC3ymqVB5t .img-wrap-1 {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .cid-tC3ymqVB5t .img-wrap-1 {
    padding-right: 11px;
    padding-bottom: 0;
  }
}
.cid-tC3ymqVB5t .img-wrap-2 {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .cid-tC3ymqVB5t .img-wrap-2 {
    padding-left: 11px;
    padding-top: 0;
  }
}
.cid-tC3ymqVB5t .item-img {
  overflow: hidden;
}
.cid-tC3ymqVB5t .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tC3ymqVB5t .item-img-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 33px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tC3ymqVB5t .item-img-container {
    flex-direction: column;
  }
}
.cid-tC3ymqVB5t .title-text {
  color: #000000;
  margin-bottom: 16px;
  width: 100%;
  text-align: center;
}
.cid-tC3ymqVB5t .mbr-text {
  color: #000000;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
}
.cid-tC3ymryB3e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tC3ymryB3e .row {
  align-items: center;
}
.cid-tC3ymryB3e .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tC3ymryB3e .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tC3ymryB3e .header-text {
    margin-bottom: 20px;
  }
}
.cid-tC3ymryB3e .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tC3ymryB3e .mbr-text {
  color: #111111;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
  text-align: left;
}
.cid-tC3ymryB3e .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tC3ymryB3e .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tC3ymryB3e .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tC3ymryB3e .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tC3ymryB3e .btn-white-outline:hover {
  color: #b31e1e !important;
  background: #ffffff !important;
}
.cid-tC3ymryB3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC3ymryB3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC3ymspFVL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tC3ymspFVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC3ymspFVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tC3ymspFVL .text-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tC3ymspFVL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tC3ymspFVL p {
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tC3ymspFVL .image-wrapper {
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tC3ymspFVL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tC90Nu7Ut7 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #d7d3c6;
}
.cid-tC90Nu7Ut7 .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-tC90Nu7Ut7 .mbr-section-title {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tC90Nu7Ut7 .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-tC90Nu7Ut7 .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tC90Nu7Ut7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tC3B1qxy6B {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tC3B1qxy6B .content {
    text-align: center;
  }
  .cid-tC3B1qxy6B .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tC3B1qxy6B .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tC3B1qxy6B .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tC3B1qxy6B .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tC3B1qxy6B .google-map {
  height: 25rem;
  position: relative;
}
.cid-tC3B1qxy6B .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tC3B1qxy6B .google-map [data-state-details] {
  color: #d7d3c6;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tC3B1qxy6B .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tC3B1qxy6B .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tC3B1qxy6B .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 993px) {
  .cid-tC3B1qxy6B .social-list {
    margin-left: -7px;
  }
}
.cid-tC3B1qxy6B .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tC3B1qxy6B .social-list .soc-item {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 0.5rem 0.5rem;
  filter: invert(1);
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
@media (max-width: 992px) {
  .cid-tC3B1qxy6B .social-list .soc-item {
    margin: 0 0.1rem 0.2rem;
  }
}
.cid-tC3B1qxy6B .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tC3B1qxy6B .social-list a:hover {
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-tC3B1qxy6B .social-list {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .cid-tC3B1qxy6B .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tC3B1qxy6B .list {
  list-style-type: none;
  padding: 0;
}
.cid-tC3B1qxy6B .socicon {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-tC3B1qxy6B .mbr-section-head {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .cid-tC3B1qxy6B .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tC3B1qxy6B H5 {
  color: #1b1b1b;
}
.cid-tC3B1qxy6B .mbr-text {
  color: #5d61ee;
}
.cid-tC3B1qxy6B .mbr-section-title {
  color: #3b3fe6;
}
.cid-tC3DhHzxb3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #212428;
  overflow: hidden;
}
.cid-tC3DhHzxb3 .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-tC3DhHzxb3 .copyright-container {
  padding: 40px 0;
}
.cid-tC3DhHzxb3 .mbr-text {
  color: #878e99;
  text-align: center;
}
