.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.image-wrapper,
.btn-wrap,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 2.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Comfortaa', display;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Comfortaa', display;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Comfortaa', display;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #dcb688 !important;
}
.bg-success {
  background-color: #9fe870 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #dcb688 !important;
  border-color: #dcb688 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e8ceaf !important;
  border-color: #e8ceaf !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e8ceaf !important;
  border-color: #e8ceaf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d9db4d !important;
  border-color: #d9db4d !important;
  color: #222207 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e2e477 !important;
  border-color: #e2e477 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #222207 !important;
  background-color: #e2e477 !important;
  border-color: #e2e477 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #dcb688;
  color: #dcb688;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c88d45 !important;
  background-color: transparent !important;
  border-color: #c88d45 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #dcb688 !important;
  border-color: #dcb688 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d9db4d;
  color: #d9db4d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #acae23 !important;
  background-color: transparent !important;
  border-color: #acae23 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #222207 !important;
  background-color: #d9db4d !important;
  border-color: #d9db4d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #dcb688 !important;
}
.text-secondary {
  color: #d9db4d !important;
}
.text-success {
  color: #9fe870 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c4863a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a0a121 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #66d022 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #dcb688;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dcb688;
  border-color: #dcb688;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #dcb688;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Comfortaa', display;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #dcb688 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Comfortaa', display;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #dcb688;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #dcb688;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #dcb688;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #dcb688;
  border-bottom-color: #dcb688;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #dcb688 !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: #d9db4d !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='%23dcb688' %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-tYvXq2Tn6H {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYvXq2Tn6H nav.navbar {
  position: fixed;
}
.cid-tYvXq2Tn6H .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-tYvXq2Tn6H .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-tYvXq2Tn6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-tYvXq2Tn6H .nav-link:hover,
.cid-tYvXq2Tn6H .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tYvXq2Tn6H .nav-item {
    position: relative;
  }
}
.cid-tYvXq2Tn6H .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tYvXq2Tn6H .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tYvXq2Tn6H .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tYvXq2Tn6H .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tYvXq2Tn6H .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tYvXq2Tn6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tYvXq2Tn6H .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tYvXq2Tn6H .navbar.collapsed .navbar-collapse.show,
.cid-tYvXq2Tn6H .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tYvXq2Tn6H .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tYvXq2Tn6H .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tYvXq2Tn6H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tYvXq2Tn6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYvXq2Tn6H .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tYvXq2Tn6H .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tYvXq2Tn6H .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tYvXq2Tn6H .navbar .navbar-collapse.show,
  .cid-tYvXq2Tn6H .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tYvXq2Tn6H .navbar .navbar-collapse.show .brand-container,
  .cid-tYvXq2Tn6H .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tYvXq2Tn6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYvXq2Tn6H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYvXq2Tn6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYvXq2Tn6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYvXq2Tn6H .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-tYvXq2Tn6H .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYvXq2Tn6H .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tYvXq2Tn6H .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tYvXq2Tn6H .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tYvXq2Tn6H .navbar .right-menu,
  .cid-tYvXq2Tn6H .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tYvXq2Tn6H .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-tYvXq2Tn6H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYvXq2Tn6H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYvXq2Tn6H .navbar {
    padding: 2rem 1rem;
  }
  .cid-tYvXq2Tn6H .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tYvXq2Tn6H .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tYvXq2Tn6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tYvXq2Tn6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYvXq2Tn6H .dropdown-item.active,
.cid-tYvXq2Tn6H .dropdown-item:active {
  background-color: transparent;
}
.cid-tYvXq2Tn6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYvXq2Tn6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tYvXq2Tn6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tYvXq2Tn6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYvXq2Tn6H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYvXq2Tn6H ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tYvXq2Tn6H ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tYvXq2Tn6H .navbar-buttons {
  margin-left: auto;
}
.cid-tYvXq2Tn6H button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tYvXq2Tn6H button.navbar-toggler:hover {
  outline: none;
}
.cid-tYvXq2Tn6H button.navbar-toggler:active {
  outline: none;
}
.cid-tYvXq2Tn6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYvXq2Tn6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYvXq2Tn6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYvXq2Tn6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYvXq2Tn6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYvXq2Tn6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYvXq2Tn6H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tYvXq2Tn6H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tYvXq2Tn6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYvXq2Tn6H .navbar-dropdown {
  position: fixed;
}
.cid-tYvXq2Tn6H a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tYvXq2Tn6H .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYvXq2Tn6H .right-menu,
.cid-tYvXq2Tn6H .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tYvXq2Tn6H .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tYvXq2Tn6H .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tYvXq2Tn6H .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tYvXq2Tn6H .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tYvXq2Tn6H .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tYvXq2Tn6H .brand-container {
    padding: 0;
  }
}
.cid-tYvXq2Tn6H .card-wrapper {
  z-index: 3;
}
.cid-tYvXq2Tn6H .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tYvXq2Tn6H .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-tYvXq2Tn6H .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tYvXq2Tn6H .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tYvXq2Tn6H .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tYvXq2Tn6H .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-tYvXq2Tn6H .navbar-caption {
  color: #ffffff;
}
.cid-tYvXq2Tn6H .navbar-caption:hover {
  color: #ffffff;
}
.cid-tYvXq2Tn6H .dropdown-item:hover {
  color: #dcb688 !important;
}
.cid-tYvXq2Tn6H a:hover .line-animation,
.cid-tYvXq2Tn6H a:focus .line-animation {
  opacity: 1;
}
.cid-tYvXq2Tn6H .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tYvXq2Tn6H .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tYvXq2Tn6H .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tYtWBv9if9 {
  background-image: url("../../../assets/images/mbr-1536x1920.webp");
}
.cid-tYtWBv9if9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYtWBv9if9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYtWBv9if9 img {
  object-fit: cover;
}
.cid-tYtWBv9if9 .row {
  margin: 0;
}
.cid-tYtWBv9if9 .item-wrapper {
  width: 100%;
}
.cid-tYtWBv9if9 .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-tYtWBv9if9 .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tYtWBv9if9 .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-tYtWBv9if9 .icon {
  color: black;
  background: #192227;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-tYtWBv9if9 .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-tYtWBv9if9 .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tYtWBv9if9 .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYtWBv9if9 .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-tYtWBv9if9 .wrap {
  background: #192227;
}
.cid-tYtWBv9if9 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-tYtWBv9if9 .mbr-text,
.cid-tYtWBv9if9 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-tYtWBv9if9 .mbr-link,
.cid-tYtWBv9if9 .link-wrapper {
  color: #dcb688;
  text-align: right;
}
.cid-tYtWBv9if9 .mbr-text {
  text-align: left;
  color: #dcb688;
}
.cid-tYtWBv9if9 .mbr-section-title {
  text-align: center;
  color: #dcb688;
}
.cid-tYtXwgq9MN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2023-12-07-223848-1263x713.webp");
}
.cid-tYtXwgq9MN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYtXwgq9MN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tYtXwgq9MN .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYtXwgq9MN img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-tYtXwgq9MN img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tYtXwgq9MN .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-tYtXwgq9MN .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tYtXwgq9MN .card-link:hover a {
  background-image: none !important;
}
.cid-tYtXwgq9MN .card-link:hover {
  cursor: pointer;
}
.cid-tYtXwgq9MN .card-link:hover:before {
  width: 0%;
}
.cid-tYtXwgq9MN .card {
  margin-bottom: 3rem;
}
.cid-tYtXwgq9MN .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-tYtXwgq9MN .row {
  justify-content: center;
}
.cid-tYtXwgq9MN .card-box {
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: .8rem;
}
.cid-tYtXwgq9MN .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-tYtXwgq9MN .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tYtXwgq9MN .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tYtXwgq9MN .card-text {
  color: #232323;
}
.cid-tYtXwgq9MN .card-title,
.cid-tYtXwgq9MN .iconfont-wrapper {
  color: #320707;
  text-align: left;
}
.cid-tYtXwgq9MN .mbr-section-title {
  text-align: left;
  color: #320707;
}
.cid-tYtXwgq9MN .card-link,
.cid-tYtXwgq9MN .link-icon,
.cid-tYtXwgq9MN .link-align {
  color: #320707;
  text-align: left;
}
.cid-tYtXwTY2Ew {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-tYtXwTY2Ew .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tYtXwTY2Ew .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tYtXwTY2Ew .container {
    padding: 0 25px;
  }
}
.cid-tYtXwTY2Ew .image-wrapper {
  height: 100%;
}
.cid-tYtXwTY2Ew .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tYtXwTY2Ew .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-tYtXwTY2Ew .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tYtXwTY2Ew .item:focus,
.cid-tYtXwTY2Ew span:focus {
  outline: none;
}
.cid-tYtXwTY2Ew .item-wrapper {
  position: relative;
}
.cid-tYtXwTY2Ew .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tYtXwTY2Ew .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tYtXwTY2Ew .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
}
@media (max-width: 1200px) {
  .cid-tYtXwTY2Ew .embla__slide .slide-content .item-wrapper .item-content {
    display: block;
  }
}
.cid-tYtXwTY2Ew .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
  margin-right: 15px;
  min-width: 45px;
}
@media (max-width: 1200px) {
  .cid-tYtXwTY2Ew .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tYtXwTY2Ew .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #2f2e30;
  position: relative;
  z-index: 1;
}
.cid-tYtXwTY2Ew .embla__slide .slide-content .item-wrapper .item-content .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-tYtXwTY2Ew .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-tYtXwTY2Ew .embla__slide .slide-content .item-wrapper .item-content .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tYtXwTY2Ew .embla__button--next,
.cid-tYtXwTY2Ew .embla__button--prev {
  display: flex;
}
.cid-tYtXwTY2Ew .embla__button {
  bottom: 3rem;
  width: 54px;
  height: 24px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #2f2e30 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Instrument_Sans", sans-serif;
  display: none;
}
.cid-tYtXwTY2Ew .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYtXwTY2Ew .embla__button:hover {
  background: transparent;
  color: #2f2e30;
}
.cid-tYtXwTY2Ew .embla__button:hover.embla__button--prev .mbr-prev::after {
  width: 0;
}
.cid-tYtXwTY2Ew .embla__button:hover.embla__button--next .mbr-next::after {
  width: 0;
}
.cid-tYtXwTY2Ew .embla__button.embla__button--prev {
  right: 120px;
}
.cid-tYtXwTY2Ew .embla__button.embla__button--prev .mbr-prev {
  font-size: 20px;
}
.cid-tYtXwTY2Ew .embla__button.embla__button--prev .mbr-prev::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2f2e30;
  transition: all 0.3s ease-in-out;
  height: 2px;
}
.cid-tYtXwTY2Ew .embla__button.embla__button--next {
  right: 45px;
}
.cid-tYtXwTY2Ew .embla__button.embla__button--next .mbr-next {
  font-size: 20px;
}
.cid-tYtXwTY2Ew .embla__button.embla__button--next .mbr-next::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2f2e30;
  transition: all 0.3s ease-in-out;
  height: 2px;
}
@media (max-width: 992px) {
  .cid-tYtXwTY2Ew .embla__button {
    bottom: 1.5rem;
  }
}
.cid-tYtXwTY2Ew .embla {
  position: relative;
  width: 100%;
  background-color: #192227;
  padding: 35px 30px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYtXwTY2Ew .embla {
    padding: 35px 30px 60px;
  }
}
.cid-tYtXwTY2Ew .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tYtXwTY2Ew .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYtXwTY2Ew .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYtXwTY2Ew .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYtXwTY2Ew .item-menu-overlay {
  opacity: 0 !important;
}
.cid-tYtXwTY2Ew .item-title {
  color: #dcb688;
}
.cid-tYtXwTY2Ew .mbr-text {
  color: #dcb688;
  text-align: left;
}
.cid-tYtXxrhaOU {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #192227;
}
.cid-tYtXxrhaOU body {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.cid-tYtXxrhaOU .mbr-media {
  position: relative;
}
.cid-tYtXxrhaOU .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tYtXxrhaOU a:hover {
  background-image: none !important;
}
.cid-tYtXxrhaOU .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tYtXxrhaOU .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-tYtXxrhaOU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tYtXxrhaOU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tYtXxrhaOU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tYtXxrhaOU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tYtXxrhaOU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tYtXxrhaOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYtXxrhaOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYtXxrhaOU .content-head {
  max-width: 800px;
}
.cid-tYtXxrhaOU .mbr-section-title {
  color: #dcb688;
}
.cid-tYtXxIL3Wy {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tYtXxIL3Wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYtXxIL3Wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYtXxIL3Wy .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tYtXxIL3Wy .container-fluid {
    padding: 0 20px;
  }
}
.cid-tYtXxIL3Wy .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYtXxIL3Wy .container {
    padding: 0 20px;
  }
}
.cid-tYtXxIL3Wy .row {
  justify-content: center;
}
.cid-tYtXxIL3Wy .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tYtXxIL3Wy .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tYtXxIL3Wy .video-block {
    margin-bottom: 30px;
  }
}
.cid-tYtXxIL3Wy .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tYtXxIL3Wy .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-tYtXxIL3Wy .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #192227;
  color: #dcb688;
  text-shadow: none;
}
.cid-tYtXxIL3Wy .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tYtXxIL3Wy .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tYtXxIL3Wy .mbr-section-title {
  color: #dcb688;
  text-align: center;
}
.cid-uc1KLtPXIF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uc1KLtPXIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc1KLtPXIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc1KLtPXIF .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uc1KLtPXIF .main-container {
    margin-bottom: 70px;
  }
}
.cid-uc1KLtPXIF .mbr-title {
  color: #dcb688;
}
.cid-uc1KLtPXIF .mbr-text {
  color: #dcb688;
  margin-top: 30px;
}
.cid-uc1KLtPXIF .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-uc1KLtPXIF .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uc1KLtPXIF .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uc1KLtPXIF .card {
  border-radius: 0;
}
.cid-uc1KLtPXIF .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #dcb688;
}
@media (max-width: 767px) {
  .cid-uc1KLtPXIF .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uc1KLtPXIF .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-uc1KLtPXIF .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-uc1KLtPXIF .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uc1KLtPXIF .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #747474;
  margin: 0 2px;
}
.cid-uc1KLtPXIF .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uc1KLtPXIF .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uc1KLtPXIF .card-text {
  color: #320707;
  margin-bottom: 30px;
}
.cid-uc1KLtPXIF .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-uc1KLtPXIF .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-uc1KLtPXIF .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uc1KLtPXIF .card-name {
  color: #000000;
}
.cid-uc1KLtPXIF .card-prof {
  color: #747474;
}
.cid-tYtXxWryen {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #192227;
}
.cid-tYtXxWryen .item-img {
  position: relative;
}
.cid-tYtXxWryen .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-tYtXxWryen .cardbg {
  background: #dcb688;
  height: 100%;
  min-height: 210px;
}
.cid-tYtXxWryen .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tYtXxWryen .image-wrapper {
  overflow: hidden;
}
.cid-tYtXxWryen .item1 {
  margin-bottom: 2rem !important;
}
.cid-tYtXxWryen .item-wrapper {
  position: relative;
  background: #192227;
  border: 3px solid #192227;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tYtXxWryen .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tYtXxWryen .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tYtXxWryen .item1,
.cid-tYtXxWryen .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tYtXxWryen .item1 .item:hover,
.cid-tYtXxWryen .item .item:hover {
  cursor: pointer;
}
.cid-tYtXxWryen .item1:hover .link-icon-wrapper span,
.cid-tYtXxWryen .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-tYtXxWryen .card2 {
    margin-top: 1rem;
  }
}
.cid-tYtXxWryen .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #192227;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tYtXxWryen .link-icon-wrapper .icon-wrap {
  background: #dcb688;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tYtXxWryen .link-icon-wrapper .icon-wrap span {
  color: #192227;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tYtXxWryen .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tYtXxWryen .link-icon-wrapper .svg1 path {
  fill: #192227;
}
.cid-tYtXxWryen .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tYtXxWryen .link-icon-wrapper .svg2 path {
  fill: #192227;
}
.cid-tYtXxWryen .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tYtXxWryen .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tYtXxWryen img,
.cid-tYtXxWryen .item-img {
  width: 100%;
}
.cid-tYtXxWryen .item:focus,
.cid-tYtXxWryen span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tYtXxWryen .item {
    margin-bottom: 1rem;
  }
}
.cid-tYtXxWryen .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tYtXxWryen .item-title {
  text-align: left;
  color: #192227;
}
.cid-tYtXxWryen .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tYtXxWryen .mbr-section-subtitle,
.cid-tYtXxWryen .subtitle-wrap,
.cid-tYtXxWryen .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tYtXxWryen .mbr-text,
.cid-tYtXxWryen .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tYtXyFKA1O {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #192227;
}
.cid-tYtXyFKA1O .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tYtXyFKA1O form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tYtXyFKA1O form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tYtXyFKA1O form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tYtXyFKA1O .content-head {
  max-width: 800px;
}
.cid-tYtXyFKA1O .mbr-section-title {
  color: #dcb688;
}
.cid-tYtXz0w7T7 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-tYtXz0w7T7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYtXz0w7T7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYtXz0w7T7 .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tYtXz0w7T7 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tYtXz0w7T7 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tYtXz0w7T7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tYtXz0w7T7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tYtXz0w7T7 .content-head {
  max-width: 800px;
}
.cid-tYtXz0w7T7 .mbr-section-title {
  color: #dcb688;
}
.cid-tYtXz0w7T7 .mbr-section-subtitle {
  color: #eff3f3;
  text-align: center;
}
.cid-tYvXq2Tn6H {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYvXq2Tn6H nav.navbar {
  position: fixed;
}
.cid-tYvXq2Tn6H .nav-link {
  justify-content: center;
  transition: all .5s;
  border-bottom: 1px solid transparent;
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-tYvXq2Tn6H .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-tYvXq2Tn6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-tYvXq2Tn6H .nav-link:hover,
.cid-tYvXq2Tn6H .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-tYvXq2Tn6H .nav-item {
    position: relative;
  }
}
.cid-tYvXq2Tn6H .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tYvXq2Tn6H .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tYvXq2Tn6H .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tYvXq2Tn6H .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-tYvXq2Tn6H .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tYvXq2Tn6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tYvXq2Tn6H .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tYvXq2Tn6H .navbar.collapsed .navbar-collapse.show,
.cid-tYvXq2Tn6H .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tYvXq2Tn6H .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tYvXq2Tn6H .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tYvXq2Tn6H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tYvXq2Tn6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYvXq2Tn6H .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-tYvXq2Tn6H .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tYvXq2Tn6H .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tYvXq2Tn6H .navbar .navbar-collapse.show,
  .cid-tYvXq2Tn6H .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-tYvXq2Tn6H .navbar .navbar-collapse.show .brand-container,
  .cid-tYvXq2Tn6H .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tYvXq2Tn6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYvXq2Tn6H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYvXq2Tn6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYvXq2Tn6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYvXq2Tn6H .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-tYvXq2Tn6H .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tYvXq2Tn6H .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-tYvXq2Tn6H .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tYvXq2Tn6H .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tYvXq2Tn6H .navbar .right-menu,
  .cid-tYvXq2Tn6H .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tYvXq2Tn6H .navbar.navbar-short {
  min-height: 60px;
  background: #000000 !important;
}
.cid-tYvXq2Tn6H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYvXq2Tn6H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYvXq2Tn6H .navbar {
    padding: 2rem 1rem;
  }
  .cid-tYvXq2Tn6H .navbar-collapse {
    padding-top: 0;
  }
}
.cid-tYvXq2Tn6H .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tYvXq2Tn6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tYvXq2Tn6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYvXq2Tn6H .dropdown-item.active,
.cid-tYvXq2Tn6H .dropdown-item:active {
  background-color: transparent;
}
.cid-tYvXq2Tn6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYvXq2Tn6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-tYvXq2Tn6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tYvXq2Tn6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYvXq2Tn6H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYvXq2Tn6H ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tYvXq2Tn6H ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tYvXq2Tn6H .navbar-buttons {
  margin-left: auto;
}
.cid-tYvXq2Tn6H button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-tYvXq2Tn6H button.navbar-toggler:hover {
  outline: none;
}
.cid-tYvXq2Tn6H button.navbar-toggler:active {
  outline: none;
}
.cid-tYvXq2Tn6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYvXq2Tn6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYvXq2Tn6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYvXq2Tn6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYvXq2Tn6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYvXq2Tn6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYvXq2Tn6H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-tYvXq2Tn6H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-tYvXq2Tn6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYvXq2Tn6H .navbar-dropdown {
  position: fixed;
}
.cid-tYvXq2Tn6H a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-tYvXq2Tn6H .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tYvXq2Tn6H .right-menu,
.cid-tYvXq2Tn6H .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tYvXq2Tn6H .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tYvXq2Tn6H .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tYvXq2Tn6H .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tYvXq2Tn6H .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tYvXq2Tn6H .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-tYvXq2Tn6H .brand-container {
    padding: 0;
  }
}
.cid-tYvXq2Tn6H .card-wrapper {
  z-index: 3;
}
.cid-tYvXq2Tn6H .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tYvXq2Tn6H .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
.cid-tYvXq2Tn6H .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-tYvXq2Tn6H .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-tYvXq2Tn6H .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-tYvXq2Tn6H .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-tYvXq2Tn6H .navbar-caption {
  color: #ffffff;
}
.cid-tYvXq2Tn6H .navbar-caption:hover {
  color: #ffffff;
}
.cid-tYvXq2Tn6H .dropdown-item:hover {
  color: #dcb688 !important;
}
.cid-tYvXq2Tn6H a:hover .line-animation,
.cid-tYvXq2Tn6H a:focus .line-animation {
  opacity: 1;
}
.cid-tYvXq2Tn6H .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-tYvXq2Tn6H .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tYvXq2Tn6H .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-tXMA1HKjt5 {
  background-image: url("../../../assets/images/mbr-1536x1920.webp");
}
.cid-tXMA1HKjt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXMA1HKjt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXMA1HKjt5 img {
  object-fit: cover;
}
.cid-tXMA1HKjt5 .row {
  margin: 0;
}
.cid-tXMA1HKjt5 .item-wrapper {
  width: 100%;
}
.cid-tXMA1HKjt5 .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-tXMA1HKjt5 .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tXMA1HKjt5 .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-tXMA1HKjt5 .icon {
  color: black;
  background: #192227;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-tXMA1HKjt5 .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-tXMA1HKjt5 .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tXMA1HKjt5 .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXMA1HKjt5 .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-tXMA1HKjt5 .wrap {
  background: #192227;
}
.cid-tXMA1HKjt5 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-tXMA1HKjt5 .mbr-text,
.cid-tXMA1HKjt5 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-tXMA1HKjt5 .mbr-link,
.cid-tXMA1HKjt5 .link-wrapper {
  color: #dcb688;
  text-align: right;
}
.cid-tXMA1HKjt5 .mbr-text {
  text-align: left;
  color: #dcb688;
}
.cid-tXMA1HKjt5 .mbr-section-title {
  text-align: center;
  color: #dcb688;
}
.cid-tXMNRNuUoO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2023-12-07-223848-1263x713.webp");
}
.cid-tXMNRNuUoO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXMNRNuUoO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tXMNRNuUoO .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tXMNRNuUoO img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-tXMNRNuUoO img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tXMNRNuUoO .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-tXMNRNuUoO .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tXMNRNuUoO .card-link:hover a {
  background-image: none !important;
}
.cid-tXMNRNuUoO .card-link:hover {
  cursor: pointer;
}
.cid-tXMNRNuUoO .card-link:hover:before {
  width: 0%;
}
.cid-tXMNRNuUoO .card {
  margin-bottom: 3rem;
}
.cid-tXMNRNuUoO .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-tXMNRNuUoO .row {
  justify-content: center;
}
.cid-tXMNRNuUoO .card-box {
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: .8rem;
}
.cid-tXMNRNuUoO .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-tXMNRNuUoO .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tXMNRNuUoO .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tXMNRNuUoO .card-text {
  color: #232323;
}
.cid-tXMNRNuUoO .card-title,
.cid-tXMNRNuUoO .iconfont-wrapper {
  color: #320707;
  text-align: left;
}
.cid-tXMNRNuUoO .mbr-section-title {
  text-align: left;
  color: #320707;
}
.cid-tXMNRNuUoO .card-link,
.cid-tXMNRNuUoO .link-icon,
.cid-tXMNRNuUoO .link-align {
  color: #320707;
  text-align: left;
}
.cid-tYfQuWNwVT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-tYfQuWNwVT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tYfQuWNwVT .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tYfQuWNwVT .container {
    padding: 0 25px;
  }
}
.cid-tYfQuWNwVT .image-wrapper {
  height: 100%;
}
.cid-tYfQuWNwVT .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tYfQuWNwVT .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-tYfQuWNwVT .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tYfQuWNwVT .item:focus,
.cid-tYfQuWNwVT span:focus {
  outline: none;
}
.cid-tYfQuWNwVT .item-wrapper {
  position: relative;
}
.cid-tYfQuWNwVT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tYfQuWNwVT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tYfQuWNwVT .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
}
@media (max-width: 1200px) {
  .cid-tYfQuWNwVT .embla__slide .slide-content .item-wrapper .item-content {
    display: block;
  }
}
.cid-tYfQuWNwVT .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
  margin-right: 15px;
  min-width: 45px;
}
@media (max-width: 1200px) {
  .cid-tYfQuWNwVT .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tYfQuWNwVT .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #2f2e30;
  position: relative;
  z-index: 1;
}
.cid-tYfQuWNwVT .embla__slide .slide-content .item-wrapper .item-content .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-tYfQuWNwVT .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-tYfQuWNwVT .embla__slide .slide-content .item-wrapper .item-content .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tYfQuWNwVT .embla__button--next,
.cid-tYfQuWNwVT .embla__button--prev {
  display: flex;
}
.cid-tYfQuWNwVT .embla__button {
  bottom: 3rem;
  width: 54px;
  height: 24px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #2f2e30 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Instrument_Sans", sans-serif;
  display: none;
}
.cid-tYfQuWNwVT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tYfQuWNwVT .embla__button:hover {
  background: transparent;
  color: #2f2e30;
}
.cid-tYfQuWNwVT .embla__button:hover.embla__button--prev .mbr-prev::after {
  width: 0;
}
.cid-tYfQuWNwVT .embla__button:hover.embla__button--next .mbr-next::after {
  width: 0;
}
.cid-tYfQuWNwVT .embla__button.embla__button--prev {
  right: 120px;
}
.cid-tYfQuWNwVT .embla__button.embla__button--prev .mbr-prev {
  font-size: 20px;
}
.cid-tYfQuWNwVT .embla__button.embla__button--prev .mbr-prev::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2f2e30;
  transition: all 0.3s ease-in-out;
  height: 2px;
}
.cid-tYfQuWNwVT .embla__button.embla__button--next {
  right: 45px;
}
.cid-tYfQuWNwVT .embla__button.embla__button--next .mbr-next {
  font-size: 20px;
}
.cid-tYfQuWNwVT .embla__button.embla__button--next .mbr-next::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2f2e30;
  transition: all 0.3s ease-in-out;
  height: 2px;
}
@media (max-width: 992px) {
  .cid-tYfQuWNwVT .embla__button {
    bottom: 1.5rem;
  }
}
.cid-tYfQuWNwVT .embla {
  position: relative;
  width: 100%;
  background-color: #192227;
  padding: 35px 30px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYfQuWNwVT .embla {
    padding: 35px 30px 60px;
  }
}
.cid-tYfQuWNwVT .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tYfQuWNwVT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tYfQuWNwVT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tYfQuWNwVT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tYfQuWNwVT .item-menu-overlay {
  opacity: 0 !important;
}
.cid-tYfQuWNwVT .item-title {
  color: #dcb688;
}
.cid-tYfQuWNwVT .mbr-text {
  color: #dcb688;
  text-align: left;
}
.cid-tXN6fvgwgs {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #192227;
}
.cid-tXN6fvgwgs body {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.cid-tXN6fvgwgs .mbr-media {
  position: relative;
}
.cid-tXN6fvgwgs .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tXN6fvgwgs a:hover {
  background-image: none !important;
}
.cid-tXN6fvgwgs .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tXN6fvgwgs .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-tXN6fvgwgs .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tXN6fvgwgs .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tXN6fvgwgs .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tXN6fvgwgs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tXN6fvgwgs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXN6fvgwgs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXN6fvgwgs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXN6fvgwgs .content-head {
  max-width: 800px;
}
.cid-tXN6fvgwgs .mbr-section-title {
  color: #dcb688;
}
.cid-tXN8anjtJA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tXN8anjtJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXN8anjtJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXN8anjtJA .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tXN8anjtJA .container-fluid {
    padding: 0 20px;
  }
}
.cid-tXN8anjtJA .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tXN8anjtJA .container {
    padding: 0 20px;
  }
}
.cid-tXN8anjtJA .row {
  justify-content: center;
}
.cid-tXN8anjtJA .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tXN8anjtJA .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tXN8anjtJA .video-block {
    margin-bottom: 30px;
  }
}
.cid-tXN8anjtJA .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tXN8anjtJA .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-tXN8anjtJA .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #192227;
  color: #dcb688;
  text-shadow: none;
}
.cid-tXN8anjtJA .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tXN8anjtJA .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tXN8anjtJA .mbr-section-title {
  color: #dcb688;
  text-align: center;
}
.cid-uc1s82jTwW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uc1s82jTwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc1s82jTwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc1s82jTwW .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uc1s82jTwW .main-container {
    margin-bottom: 70px;
  }
}
.cid-uc1s82jTwW .mbr-title {
  color: #dcb688;
}
.cid-uc1s82jTwW .mbr-text {
  color: #dcb688;
  margin-top: 30px;
}
.cid-uc1s82jTwW .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-uc1s82jTwW .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uc1s82jTwW .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uc1s82jTwW .card {
  border-radius: 0;
}
.cid-uc1s82jTwW .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #dcb688;
}
@media (max-width: 767px) {
  .cid-uc1s82jTwW .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uc1s82jTwW .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-uc1s82jTwW .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-uc1s82jTwW .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uc1s82jTwW .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #747474;
  margin: 0 2px;
}
.cid-uc1s82jTwW .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uc1s82jTwW .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uc1s82jTwW .card-text {
  color: #320707;
  margin-bottom: 30px;
}
.cid-uc1s82jTwW .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-uc1s82jTwW .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-uc1s82jTwW .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uc1s82jTwW .card-name {
  color: #000000;
}
.cid-uc1s82jTwW .card-prof {
  color: #747474;
}
.cid-tXNadr9hFB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #192227;
}
.cid-tXNadr9hFB .item-img {
  position: relative;
}
.cid-tXNadr9hFB .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-tXNadr9hFB .cardbg {
  background: #dcb688;
  height: 100%;
  min-height: 210px;
}
.cid-tXNadr9hFB .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tXNadr9hFB .image-wrapper {
  overflow: hidden;
}
.cid-tXNadr9hFB .item1 {
  margin-bottom: 2rem !important;
}
.cid-tXNadr9hFB .item-wrapper {
  position: relative;
  background: #192227;
  border: 3px solid #192227;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXNadr9hFB .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tXNadr9hFB .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tXNadr9hFB .item1,
.cid-tXNadr9hFB .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tXNadr9hFB .item1 .item:hover,
.cid-tXNadr9hFB .item .item:hover {
  cursor: pointer;
}
.cid-tXNadr9hFB .item1:hover .link-icon-wrapper span,
.cid-tXNadr9hFB .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-tXNadr9hFB .card2 {
    margin-top: 1rem;
  }
}
.cid-tXNadr9hFB .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #192227;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tXNadr9hFB .link-icon-wrapper .icon-wrap {
  background: #dcb688;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tXNadr9hFB .link-icon-wrapper .icon-wrap span {
  color: #192227;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tXNadr9hFB .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tXNadr9hFB .link-icon-wrapper .svg1 path {
  fill: #192227;
}
.cid-tXNadr9hFB .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tXNadr9hFB .link-icon-wrapper .svg2 path {
  fill: #192227;
}
.cid-tXNadr9hFB .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tXNadr9hFB .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tXNadr9hFB img,
.cid-tXNadr9hFB .item-img {
  width: 100%;
}
.cid-tXNadr9hFB .item:focus,
.cid-tXNadr9hFB span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tXNadr9hFB .item {
    margin-bottom: 1rem;
  }
}
.cid-tXNadr9hFB .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXNadr9hFB .item-title {
  text-align: left;
  color: #192227;
}
.cid-tXNadr9hFB .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tXNadr9hFB .mbr-section-subtitle,
.cid-tXNadr9hFB .subtitle-wrap,
.cid-tXNadr9hFB .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tXNadr9hFB .mbr-text,
.cid-tXNadr9hFB .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tYrl3niI1J {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #192227;
}
.cid-tYrl3niI1J .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tYrl3niI1J form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tYrl3niI1J form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tYrl3niI1J form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tYrl3niI1J .content-head {
  max-width: 800px;
}
.cid-tYrl3niI1J .mbr-section-title {
  color: #dcb688;
}
.cid-tXNa7bTsXy {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-tXNa7bTsXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXNa7bTsXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXNa7bTsXy .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tXNa7bTsXy .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tXNa7bTsXy .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tXNa7bTsXy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tXNa7bTsXy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tXNa7bTsXy .content-head {
  max-width: 800px;
}
.cid-tXNa7bTsXy .mbr-section-title {
  color: #dcb688;
}
.cid-tXNa7bTsXy .mbr-section-subtitle {
  color: #eff3f3;
  text-align: center;
}
