.btn {
  border-width: 2px;
}
body {
  font-family: Frank Ruhl Libre;
}
.display-1 {
  font-family: 'Tapestry', handwriting;
  font-size: 7.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Tapestry', handwriting;
  font-size: 5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Tapestry', handwriting;
  font-size: 3.5rem;
  line-height: 1.05;
}
.display-5 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 6rem;
  }
  .display-2 {
    font-size: 4rem;
  }
  .display-5 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 1.9100000000000001rem + (7.5 - 1.9100000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.9100000000000001rem + (7.5 - 1.9100000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 1.56rem + (5 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.56rem + (5 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.09375rem + (1.375 - 1.09375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.09375rem + (1.375 - 1.09375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.45rem;
    font-size: calc( 1.375rem + (3.5 - 1.375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.05 * (1.375rem + (3.5 - 1.375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.03125rem + (1.125 - 1.03125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.03125rem + (1.125 - 1.03125) * ((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: #b84358 !important;
}
.bg-success {
  background-color: #7f9c26 !important;
}
.bg-info {
  background-color: #bf9341 !important;
}
.bg-warning {
  background-color: #0f2051 !important;
}
.bg-danger {
  background-color: #73091c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b84358 !important;
  border-color: #b84358 !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: #782c3a !important;
  border-color: #782c3a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #782c3a !important;
  border-color: #782c3a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c4e84 !important;
  border-color: #3c4e84 !important;
  color: #ffffff !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: #212b48 !important;
  border-color: #212b48 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #212b48 !important;
  border-color: #212b48 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf9341 !important;
  border-color: #bf9341 !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: #7f612b !important;
  border-color: #7f612b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7f612b !important;
  border-color: #7f612b !important;
}
.btn-success,
.btn-success:active {
  background-color: #7f9c26 !important;
  border-color: #7f9c26 !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: #465615 !important;
  border-color: #465615 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #465615 !important;
  border-color: #465615 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0f2051 !important;
  border-color: #0f2051 !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: #010308 !important;
  border-color: #010308 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #010308 !important;
  border-color: #010308 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73091c !important;
  border-color: #73091c !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: #230308 !important;
  border-color: #230308 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #230308 !important;
  border-color: #230308 !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;
  color: #b84358;
  border-color: #b84358;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  box-shadow: none!important;
  border-color: #782c3a !important;
  background-color: #782c3a !important;
  color: #ffffff !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b84358 !important;
  border-color: #b84358 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #3c4e84;
  border-color: #3c4e84;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  box-shadow: none!important;
  border-color: #212b48 !important;
  background-color: #212b48 !important;
  color: #ffffff !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c4e84 !important;
  border-color: #3c4e84 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #bf9341;
  border-color: #bf9341;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  box-shadow: none!important;
  border-color: #7f612b !important;
  background-color: #7f612b !important;
  color: #ffffff !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf9341 !important;
  border-color: #bf9341 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #7f9c26;
  border-color: #7f9c26;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  box-shadow: none!important;
  border-color: #465615 !important;
  background-color: #465615 !important;
  color: #ffffff !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7f9c26 !important;
  border-color: #7f9c26 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #0f2051;
  border-color: #0f2051;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  box-shadow: none!important;
  border-color: #010308 !important;
  background-color: #010308 !important;
  color: #ffffff !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0f2051 !important;
  border-color: #0f2051 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #73091c;
  border-color: #73091c;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  box-shadow: none!important;
  border-color: #230308 !important;
  background-color: #230308 !important;
  color: #ffffff !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #73091c !important;
  border-color: #73091c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  box-shadow: none!important;
  border-color: #000000 !important;
  background-color: #000000 !important;
  color: #ffffff !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;
  color: #fafafa;
  border-color: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  box-shadow: none!important;
  border-color: #cfcfcf !important;
  background-color: #cfcfcf !important;
  color: #4f4f4f !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b84358 !important;
}
.text-secondary {
  color: #3c4e84 !important;
}
.text-success {
  color: #7f9c26 !important;
}
.text-info {
  color: #bf9341 !important;
}
.text-warning {
  color: #0f2051 !important;
}
.text-danger {
  color: #73091c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6d2834 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1c253e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3c4a12 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #735927 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #140205 !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: #b84358;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bf9341;
}
.alert-warning {
  background-color: #0f2051;
}
.alert-danger {
  background-color: #73091c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b84358;
  border-color: #b84358;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b84358;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dc9faa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #beda67;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dfc9a0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #6384e2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e91239;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #b84358 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #b84358;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b84358;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b84358;
}
.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: #b84358;
  border-bottom-color: #b84358;
}
.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: #b84358 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3c4e84 !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='%23b84358' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1399px) {
  .container,
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}
.row {
  margin-left: -50px;
  margin-right: -50px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1399px) {
  .row {
    margin-left: -45px;
    margin-right: -45px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .row {
    margin-left: -36px;
    margin-right: -36px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 991px) {
  .row {
    margin-left: -40px;
    margin-right: -40px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 50px;
  padding: 15px 33px;
  font-weight: 500;
  line-height: 1 !important;
  transition-duration: .2s;
  box-shadow: none !important;
  border-radius: 25px !important;
  overflow: hidden !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: .5s all;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(4px);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    padding: 12px 24px;
    min-width: auto !important;
  }
}
.cid-te6eVEWIgs .navbar-dropdown {
  position: relative !important;
}
.cid-te6eVEWIgs .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-te6eVEWIgs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-te6eVEWIgs .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-te6eVEWIgs .dropdown-item:hover,
.cid-te6eVEWIgs .dropdown-item:focus {
  background: rgba(191, 147, 65, 0.5) !important;
  color: white !important;
}
.cid-te6eVEWIgs .dropdown-item:hover span {
  color: white;
}
.cid-te6eVEWIgs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-te6eVEWIgs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-te6eVEWIgs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-te6eVEWIgs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-te6eVEWIgs .nav-link {
  position: relative;
}
.cid-te6eVEWIgs .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-te6eVEWIgs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-te6eVEWIgs .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-te6eVEWIgs .iconfont-wrapper:hover .mbr-iconfont {
  color: #b84358;
}
.cid-te6eVEWIgs .dropdown-menu,
.cid-te6eVEWIgs .navbar.opened {
  background: #1a2229 !important;
}
.cid-te6eVEWIgs .nav-item:focus,
.cid-te6eVEWIgs .nav-link:focus {
  outline: none;
}
.cid-te6eVEWIgs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-te6eVEWIgs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te6eVEWIgs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-te6eVEWIgs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-te6eVEWIgs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-te6eVEWIgs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-te6eVEWIgs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-te6eVEWIgs .navbar.opened {
  transition: all 0.3s;
}
.cid-te6eVEWIgs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-te6eVEWIgs .navbar .navbar-logo img {
  width: auto;
}
.cid-te6eVEWIgs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-te6eVEWIgs .navbar.collapsed {
  justify-content: center;
}
.cid-te6eVEWIgs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-te6eVEWIgs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-te6eVEWIgs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-te6eVEWIgs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-te6eVEWIgs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-te6eVEWIgs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-te6eVEWIgs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-te6eVEWIgs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-te6eVEWIgs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te6eVEWIgs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te6eVEWIgs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te6eVEWIgs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te6eVEWIgs .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-te6eVEWIgs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te6eVEWIgs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te6eVEWIgs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-te6eVEWIgs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-te6eVEWIgs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-te6eVEWIgs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-te6eVEWIgs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te6eVEWIgs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te6eVEWIgs .dropdown-item.active,
.cid-te6eVEWIgs .dropdown-item:active {
  background-color: transparent;
}
.cid-te6eVEWIgs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te6eVEWIgs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te6eVEWIgs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te6eVEWIgs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-te6eVEWIgs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te6eVEWIgs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te6eVEWIgs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-te6eVEWIgs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-te6eVEWIgs button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-te6eVEWIgs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-te6eVEWIgs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-te6eVEWIgs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te6eVEWIgs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te6eVEWIgs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-te6eVEWIgs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te6eVEWIgs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-te6eVEWIgs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-te6eVEWIgs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te6eVEWIgs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-te6eVEWIgs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-te6eVEWIgs .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-te6eVEWIgs .navbar {
    height: 70px;
  }
  .cid-te6eVEWIgs .navbar.opened {
    height: auto;
  }
  .cid-te6eVEWIgs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-te6eVEWIgs .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-te6eVEWIgs .navbar-toggler {
  margin-left: 10px;
}
.cid-te6eVEWIgs .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #b84358;
}
.cid-te6eVEWIgs .navbar-logo {
  margin-right: 0 !important;
}
.cid-te6eVEWIgs .mbr-text {
  width: 100%;
  color: #ecca7f;
}
@media (max-width: 575px) {
  .cid-te6eVEWIgs .mbr-text {
    display: none;
  }
}
.cid-te6eVEWIgs .navbar-collapse {
  padding-top: 40px !important;
}
.cid-te6eVEWIgs .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-te6eVEWIgs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-te6eB57j8W {
  background-image: url("../../../assets/images/mbr-1920x1390.jpg");
}
.cid-te6eB57j8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6eB57j8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6eB57j8W .row {
  justify-content: left;
}
.cid-te6eB57j8W .main-col {
  display: flex;
}
.cid-te6eB57j8W .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-te6eB57j8W .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-te6eB57j8W .item-container {
    flex-wrap: wrap;
  }
}
.cid-te6eB57j8W .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-te6eB57j8W .item-img {
    display: none;
  }
}
.cid-te6eB57j8W .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-te6eB57j8W .mbr-section-title {
  color: #1a2229;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-te6eB57j8W .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-te6eB57j8W .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-te6eB57j8W .mbr-text {
  color: #1a2229;
}
@media (max-width: 991px) {
  .cid-te6eB57j8W .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-te6eB57j8W .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-te6eB57j8W .mbr-text-2 {
    margin: 0;
  }
}
.cid-te6eB57j8W .item-container-2 {
  align-items: center;
}
.cid-te6eB57j8W .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-te6eB57j8W .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-te6eB57j8W .item-container-3 {
  justify-content: center;
}
.cid-te6eB57j8W .item-container-3 .mbr-section-title {
  flex-grow: 0;
}
.cid-te6fxTb0G7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-te6fxTb0G7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6fxTb0G7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6fxTb0G7 .row {
  justify-content: left;
}
.cid-te6fxTb0G7 .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-te6fxTb0G7 .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-te6fxTb0G7 .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-te6fxTb0G7 .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}
.cid-te6fxTb0G7 .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-te6fxTb0G7 .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-te6fxTb0G7 .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.6);
}
.cid-te6fxTb0G7 .point-frame-1 {
  top: 19px;
}
.cid-te6fxTb0G7 .point-frame-2 {
  bottom: 19px;
}
.cid-te6fxTb0G7 .title-container {
  width: 60%;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-te6fxTb0G7 .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-te6fxTb0G7 .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-te6fxTb0G7 .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-te6fxTb0G7 .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-te6fxTb0G7 .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-te6fxTb0G7 .item-container {
  width: 100%;
}
.cid-te6fxTb0G7 .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-te6fxTb0G7 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-te6fxTb0G7 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-te6fxTb0G7 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-te6jf5o4jx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  position: relative;
  overflow: hidden;
}
.cid-te6jf5o4jx .container {
  max-width: 920px;
}
.cid-te6jf5o4jx .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
@media (max-width: 991px) {
  .cid-te6jf5o4jx .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-te6jf5o4jx .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-te6jf5o4jx .border-container {
    padding: 9% 7%;
  }
}
.cid-te6jf5o4jx .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te6jf5o4jx .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te6jf5o4jx .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te6jf5o4jx .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te6jf5o4jx .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #1a2229;
  border-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991px) {
  .cid-te6jf5o4jx .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-te6jf5o4jx .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-te6jf5o4jx .border-frame {
    width: 7%;
  }
}
.cid-te6jf5o4jx .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-te6jf5o4jx .content-container {
    min-height: auto;
  }
}
.cid-te6jf5o4jx .text-container {
  width: 100%;
}
.cid-te6jf5o4jx .text-wrapper {
  width: 100%;
}
.cid-te6jf5o4jx .mbr-text {
  color: #BF9341;
  width: 100%;
  margin: 0;
}
.cid-te6jf5o4jx .card-title {
  color: #BF9341;
  width: 100%;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-te6jf5o4jx .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(255, 255, 255, 0.7);
}
.cid-te6jf5o4jx .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-te6jf5o4jx .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-te6jf5o4jx .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-te6jf5o4jx .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-te6jf5o4jx .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-tCmCdU0yAa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tCmCdU0yAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmCdU0yAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmCdU0yAa .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tCmCdU0yAa .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCmCdU0yAa .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCmCdU0yAa .container {
    padding: 0 20px;
  }
  .cid-tCmCdU0yAa .container .row {
    padding: 0;
  }
}
.cid-tCmCdU0yAa .row {
  justify-content: center;
}
.cid-tCmCdU0yAa .title-wrapper {
  position: relative;
}
.cid-tCmCdU0yAa .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tCmCdU0yAa .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tCmCdU0yAa .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -60%;
  height: 100px;
  width: 100%;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-tCmCdU0yAa .title-wrapper .container-color {
    left: -20%;
  }
}
.cid-tCmCdU0yAa .item {
  margin-bottom: 64px;
}
.cid-tCmCdU0yAa .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-tCmCdU0yAa .item:nth-child(2n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-tCmCdU0yAa .item {
    margin-bottom: 40px;
  }
}
.cid-tCmCdU0yAa .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-tCmCdU0yAa .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tCmCdU0yAa .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-tCmCdU0yAa .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tCmCdU0yAa .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 10px;
}
.cid-tCmCdU0yAa .item .item-wrapper .item-content .item-link {
  display: block;
}
.cid-tCmCdU0yAa .item .item-wrapper .item-content .item-link:hover .mbr-link::before {
  width: 100%;
}
.cid-tCmCdU0yAa .item .item-wrapper .item-content .item-link .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-tCmCdU0yAa .item .item-wrapper .item-content .item-link .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c6a38f;
  transition: all 0.3s ease-out;
}
.cid-tCmCdU0yAa .mbr-section-title {
  color: #ecca7f;
}
.cid-tCmCdU0yAa .mbr-name {
  color: #ecca7f;
}
.cid-tCmCdU0yAa .mbr-role {
  color: #545454;
}
.cid-tCmCdU0yAa .mbr-link {
  color: #545454;
}
.cid-tCoEuVsPYj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ded7cd;
}
.cid-tCoEuVsPYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCoEuVsPYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCoEuVsPYj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tCoEuVsPYj .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCoEuVsPYj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCoEuVsPYj .container {
    padding: 0 20px;
  }
}
.cid-tCoEuVsPYj .row {
  justify-content: center;
}
.cid-tCoEuVsPYj .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tCoEuVsPYj .item {
    margin-bottom: 50px;
  }
}
.cid-tCoEuVsPYj .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tCoEuVsPYj .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #000000;
}
.cid-tCoEuVsPYj .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #000000;
}
.cid-tCoEuVsPYj .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tCoEuVsPYj .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tCoEuVsPYj .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tCoEuVsPYj .mbr-card-title {
  color: #1d1d1d;
}
.cid-tCoEuVsPYj .mbr-card-title,
.cid-tCoEuVsPYj .item-img {
  text-align: center;
}
.cid-tCoEuVsPYj .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-te6kj4pTrn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a2229;
}
.cid-te6kj4pTrn .mbr-overlay {
  background-color: #1a2229;
  opacity: 0.4;
}
.cid-te6kj4pTrn .container {
  max-width: 1600px;
}
.cid-te6kj4pTrn .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 100px 10%;
  min-height: 720px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.cid-te6kj4pTrn .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te6kj4pTrn .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te6kj4pTrn .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te6kj4pTrn .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te6kj4pTrn .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #1a2229;
  border-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-te6kj4pTrn .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-te6kj4pTrn .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-te6kj4pTrn .border-frame {
    width: 7%;
  }
}
.cid-te6kj4pTrn .content-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-te6kj4pTrn .content-container {
    flex-wrap: wrap;
  }
}
.cid-te6kj4pTrn .mbr-section-head {
  width: 33.33333333%;
  padding: 0 6.5%;
  border-right: 1px dashed rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-te6kj4pTrn .mbr-section-head {
    width: 100%;
    border-right: none;
  }
}
@media (max-width: 575px) {
  .cid-te6kj4pTrn .mbr-section-head {
    padding: 0;
  }
}
.cid-te6kj4pTrn .mbr-section-title {
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-te6kj4pTrn .mbr-section-title {
    text-align: center !important;
  }
}
.cid-te6kj4pTrn .mbr-section-subtitle {
  color: #BF9341;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-te6kj4pTrn .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .cid-te6kj4pTrn .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-te6kj4pTrn .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-te6kj4pTrn .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-te6kj4pTrn .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 66.66666667%;
  padding: 0 6.5%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-te6kj4pTrn .form-container {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .cid-te6kj4pTrn .form-container {
    padding: 0;
  }
}
.cid-te6kj4pTrn .form-wrap {
  width: 100%;
  padding: 40px 0 !important;
}
.cid-te6kj4pTrn .form-text {
  color: #4f8991;
  text-align: center;
}
.cid-te6kj4pTrn .form-title {
  color: #BF9341;
  margin-bottom: 4px !important;
}
@media (max-width: 575px) {
  .cid-te6kj4pTrn .form-title {
    text-align: center !important;
  }
}
.cid-te6kj4pTrn form {
  width: 100%;
}
.cid-te6kj4pTrn form .dragArea.row {
  justify-content: flex-end;
  width: auto !important;
}
.cid-te6kj4pTrn form p {
  color: #BF9341;
}
.cid-te6kj4pTrn form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
}
.cid-te6kj4pTrn form .mbr-section-btn .mbr-iconfont {
  margin: 0 !important;
}
.cid-te6kj4pTrn form .mbr-section-btn .btn {
  padding: 10px 10px;
  min-height: 50px;
  min-width: 50px;
  border: none !important;
}
.cid-te6kj4pTrn form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-te6kj4pTrn form .row {
  margin-left: -6px !important;
  margin-right: -6px !important;
}
.cid-te6kj4pTrn form .row > [class*="col"] {
  margin-top: 20px !important;
}
.cid-te6kj4pTrn form .form-control {
  height: 50px;
  border: 1px solid #b84358 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 50px !important;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 400;
}
.cid-te6kj4pTrn form .form-control::-webkit-input-placeholder {
  color: #b84358;
}
.cid-te6kj4pTrn form .form-control::-moz-placeholder {
  color: #b84358;
}
.cid-te6kj4pTrn form .form-control:-moz-placeholder {
  color: #b84358;
}
.cid-te6kj4pTrn form .form-control:-ms-input-placeholder {
  color: #b84358;
}
.cid-te6kj4pTrn form select {
  color: #FFFFFF !important;
}
.cid-te6kj4pTrn form textarea {
  height: 100px !important;
}
.cid-te6kj4pTrn form input:active,
.cid-te6kj4pTrn form textarea:active,
.cid-te6kj4pTrn form input:focus,
.cid-te6kj4pTrn form textarea:focus {
  background-color: transparent !important;
  border-color: #b84358 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-te6kj4pTrn form input:active::-webkit-input-placeholder,
.cid-te6kj4pTrn form textarea:active::-webkit-input-placeholder,
.cid-te6kj4pTrn form input:focus::-webkit-input-placeholder,
.cid-te6kj4pTrn form textarea:focus::-webkit-input-placeholder {
  color: #b84358;
}
.cid-te6kj4pTrn form input:active::-moz-placeholder,
.cid-te6kj4pTrn form textarea:active::-moz-placeholder,
.cid-te6kj4pTrn form input:focus::-moz-placeholder,
.cid-te6kj4pTrn form textarea:focus::-moz-placeholder {
  color: #b84358;
}
.cid-te6kj4pTrn form input:active:-moz-placeholder,
.cid-te6kj4pTrn form textarea:active:-moz-placeholder,
.cid-te6kj4pTrn form input:focus:-moz-placeholder,
.cid-te6kj4pTrn form textarea:focus:-moz-placeholder {
  color: #b84358;
}
.cid-te6kj4pTrn form input:active:-ms-input-placeholder,
.cid-te6kj4pTrn form textarea:active:-ms-input-placeholder,
.cid-te6kj4pTrn form input:focus:-ms-input-placeholder,
.cid-te6kj4pTrn form textarea:focus:-ms-input-placeholder {
  color: #b84358;
}
.cid-te6kj4pTrn form .row [class*=col] {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.cid-te6kj4pTrn form label {
  width: 100%;
  color: #BF9341;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-te6kj4pTrn form .form-check-input {
  border-color: #b84358 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-te6kj4pTrn form .form-check-input:focus,
.cid-te6kj4pTrn form .form-check-input:hover {
  background-color: #b84358 !important;
  border-color: #b84358 !important;
}
.cid-te6kj4pTrn form .form-check-input:checked {
  border-color: #b84358 !important;
  background-color: #b84358 !important;
}
.cid-te6kgYS8i7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ded7cd;
  overflow: hidden;
}
.cid-te6kgYS8i7 .container {
  max-width: 1600px;
}
.cid-te6kgYS8i7 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-te6kgYS8i7 .media-container-row .mbr-text {
  color: #192732;
}
.cid-tCmFo2Uvax .navbar-dropdown {
  position: relative !important;
}
.cid-tCmFo2Uvax .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-tCmFo2Uvax .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCmFo2Uvax .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCmFo2Uvax .dropdown-item:hover,
.cid-tCmFo2Uvax .dropdown-item:focus {
  background: rgba(191, 147, 65, 0.5) !important;
  color: white !important;
}
.cid-tCmFo2Uvax .dropdown-item:hover span {
  color: white;
}
.cid-tCmFo2Uvax .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCmFo2Uvax .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCmFo2Uvax .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCmFo2Uvax .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCmFo2Uvax .nav-link {
  position: relative;
}
.cid-tCmFo2Uvax .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCmFo2Uvax .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCmFo2Uvax .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCmFo2Uvax .iconfont-wrapper:hover .mbr-iconfont {
  color: #b84358;
}
.cid-tCmFo2Uvax .dropdown-menu,
.cid-tCmFo2Uvax .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCmFo2Uvax .nav-item:focus,
.cid-tCmFo2Uvax .nav-link:focus {
  outline: none;
}
.cid-tCmFo2Uvax .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCmFo2Uvax .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCmFo2Uvax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCmFo2Uvax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCmFo2Uvax .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCmFo2Uvax .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCmFo2Uvax .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-tCmFo2Uvax .navbar.opened {
  transition: all 0.3s;
}
.cid-tCmFo2Uvax .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCmFo2Uvax .navbar .navbar-logo img {
  width: auto;
}
.cid-tCmFo2Uvax .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCmFo2Uvax .navbar.collapsed {
  justify-content: center;
}
.cid-tCmFo2Uvax .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCmFo2Uvax .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCmFo2Uvax .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCmFo2Uvax .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCmFo2Uvax .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCmFo2Uvax .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCmFo2Uvax .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCmFo2Uvax .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCmFo2Uvax .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCmFo2Uvax .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCmFo2Uvax .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCmFo2Uvax .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCmFo2Uvax .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-tCmFo2Uvax .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCmFo2Uvax .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCmFo2Uvax .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCmFo2Uvax .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCmFo2Uvax .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCmFo2Uvax .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCmFo2Uvax .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCmFo2Uvax .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCmFo2Uvax .dropdown-item.active,
.cid-tCmFo2Uvax .dropdown-item:active {
  background-color: transparent;
}
.cid-tCmFo2Uvax .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCmFo2Uvax .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCmFo2Uvax .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCmFo2Uvax .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCmFo2Uvax .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCmFo2Uvax .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCmFo2Uvax ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCmFo2Uvax .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCmFo2Uvax button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCmFo2Uvax button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCmFo2Uvax button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCmFo2Uvax button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCmFo2Uvax button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCmFo2Uvax button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCmFo2Uvax nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCmFo2Uvax nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCmFo2Uvax nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCmFo2Uvax nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCmFo2Uvax .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tCmFo2Uvax a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCmFo2Uvax .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-tCmFo2Uvax .navbar {
    height: 70px;
  }
  .cid-tCmFo2Uvax .navbar.opened {
    height: auto;
  }
  .cid-tCmFo2Uvax .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCmFo2Uvax .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCmFo2Uvax .navbar-toggler {
  margin-left: 10px;
}
.cid-tCmFo2Uvax .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #b84358;
}
.cid-tCmFo2Uvax .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCmFo2Uvax .mbr-text {
  width: 100%;
  color: #ecca7f;
}
@media (max-width: 575px) {
  .cid-tCmFo2Uvax .mbr-text {
    display: none;
  }
}
.cid-tCmFo2Uvax .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCmFo2Uvax .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCmFo2Uvax .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCmFod78ko {
  background-image: url("../../../assets/images/mbr-1920x1390.jpg");
}
.cid-tCmFod78ko .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmFod78ko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmFod78ko .row {
  justify-content: left;
}
.cid-tCmFod78ko .main-col {
  display: flex;
}
.cid-tCmFod78ko .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tCmFod78ko .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tCmFod78ko .item-container {
    flex-wrap: wrap;
  }
}
.cid-tCmFod78ko .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-tCmFod78ko .item-img {
    display: none;
  }
}
.cid-tCmFod78ko .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tCmFod78ko .mbr-section-title {
  color: #1a2229;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tCmFod78ko .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-tCmFod78ko .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-tCmFod78ko .mbr-text {
  color: #1a2229;
}
@media (max-width: 991px) {
  .cid-tCmFod78ko .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tCmFod78ko .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-tCmFod78ko .mbr-text-2 {
    margin: 0;
  }
}
.cid-tCmFod78ko .item-container-2 {
  align-items: center;
}
.cid-tCmFod78ko .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-tCmFod78ko .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-tCmFod78ko .item-container-3 {
  justify-content: center;
}
.cid-tCmFod78ko .item-container-3 .mbr-section-title {
  flex-grow: 0;
}
.cid-tCmFoeYKhn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-tCmFoeYKhn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmFoeYKhn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmFoeYKhn .row {
  justify-content: left;
}
.cid-tCmFoeYKhn .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tCmFoeYKhn .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-tCmFoeYKhn .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-tCmFoeYKhn .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-tCmFoeYKhn .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-tCmFoeYKhn .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-tCmFoeYKhn .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-tCmFoeYKhn .point-frame-1 {
  top: 19px;
}
.cid-tCmFoeYKhn .point-frame-2 {
  bottom: 19px;
}
.cid-tCmFoeYKhn .title-container {
  width: 60%;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-tCmFoeYKhn .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tCmFoeYKhn .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tCmFoeYKhn .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-tCmFoeYKhn .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tCmFoeYKhn .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-tCmFoeYKhn .item-container {
  width: 100%;
}
.cid-tCmFoeYKhn .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tCmFoeYKhn .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tCmFoeYKhn .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-tCmFoeYKhn .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tCmFoiyYCw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-tCmFoiyYCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmFoiyYCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmFoiyYCw .container {
  max-width: 1600px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tCmFoiyYCw .container {
    max-width: 80%;
  }
}
.cid-tCmFoiyYCw .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-tCmFoiyYCw .content-container {
    flex-wrap: wrap;
  }
}
.cid-tCmFoiyYCw .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
}
@media (max-width: 991px) {
  .cid-tCmFoiyYCw .text-container {
    width: 100%;
  }
}
.cid-tCmFoiyYCw .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tCmFoiyYCw .card-box {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .cid-tCmFoiyYCw .card-box {
    margin-bottom: 40px;
  }
}
.cid-tCmFoiyYCw .card-title {
  width: 100%;
  color: #192732;
}
.cid-tCmFoiyYCw .mbr-text {
  color: #192732;
  padding: 60px 0 0 23%;
}
@media (max-width: 991px) {
  .cid-tCmFoiyYCw .mbr-text {
    padding: 44px 0 0 13%;
    max-width: 56%;
  }
}
@media (max-width: 575px) {
  .cid-tCmFoiyYCw .mbr-text {
    max-width: 100%;
    padding-left: 0;
  }
}
.cid-tCmFoiyYCw .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-tCmFoiyYCw .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tCmFoiyYCw .btn-primary-outline {
  color: #192732;
}
.cid-tCmFoiyYCw .img-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCmFoiyYCw .img-container {
    width: 100%;
  }
}
.cid-tCmFoiyYCw .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tCmFoiyYCw .image-wrapper img {
  object-fit: cover;
}
.cid-tCmFoiyYCw .image-wrapper-1 {
  margin-bottom: 32px;
}
.cid-tCmFoiyYCw .image-wrapper-1 img {
  width: 32%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tCmFoiyYCw .image-wrapper-1 img {
    width: 41%;
  }
}
@media (max-width: 991px) {
  .cid-tCmFoiyYCw .image-wrapper-1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-tCmFoiyYCw .image-wrapper-1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tCmFoiyYCw .image-wrapper-1 {
    margin-bottom: 40px;
  }
}
.cid-tCmFoiyYCw .image-wrapper-2 img {
  width: 83%;
  padding-left: 23.5%;
}
@media (max-width: 991px) {
  .cid-tCmFoiyYCw .image-wrapper-2 img {
    width: 80%;
    padding-left: 0;
    margin-right: auto;
  }
}
.cid-tCmFojfceU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  position: relative;
  overflow: hidden;
}
.cid-tCmFojfceU .container {
  max-width: 920px;
}
.cid-tCmFojfceU .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #000000;
  border: 1px solid rgba(222, 215, 205, 0.1);
}
@media (max-width: 991px) {
  .cid-tCmFojfceU .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-tCmFojfceU .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-tCmFojfceU .border-container {
    padding: 9% 7%;
  }
}
.cid-tCmFojfceU .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tCmFojfceU .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tCmFojfceU .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tCmFojfceU .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tCmFojfceU .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #1a2229;
  border-color: rgba(222, 215, 205, 0.1);
}
@media (max-width: 991px) {
  .cid-tCmFojfceU .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tCmFojfceU .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tCmFojfceU .border-frame {
    width: 7%;
  }
}
.cid-tCmFojfceU .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tCmFojfceU .content-container {
    min-height: auto;
  }
}
.cid-tCmFojfceU .text-container {
  width: 100%;
}
.cid-tCmFojfceU .text-wrapper {
  width: 100%;
}
.cid-tCmFojfceU .mbr-text {
  color: #BF9341;
  width: 100%;
  margin: 0;
}
.cid-tCmFojfceU .card-title {
  color: #BF9341;
  width: 100%;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-tCmFojfceU .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(222, 215, 205, 0.1);
}
.cid-tCmFojfceU .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-tCmFojfceU .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-tCmFojfceU .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-tCmFojfceU .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-tCmFojfceU .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-tCmFooqr0i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tCmFooqr0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmFooqr0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmFooqr0i .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tCmFooqr0i .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCmFooqr0i .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCmFooqr0i .container {
    padding: 0 20px;
  }
  .cid-tCmFooqr0i .container .row {
    padding: 0;
  }
}
.cid-tCmFooqr0i .row {
  justify-content: center;
}
.cid-tCmFooqr0i .title-wrapper {
  position: relative;
}
.cid-tCmFooqr0i .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tCmFooqr0i .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tCmFooqr0i .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -60%;
  height: 100px;
  width: 100%;
  background-color: #5b7509;
}
@media (max-width: 992px) {
  .cid-tCmFooqr0i .title-wrapper .container-color {
    left: -20%;
  }
}
.cid-tCmFooqr0i .item {
  margin-bottom: 64px;
}
.cid-tCmFooqr0i .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-tCmFooqr0i .item:nth-child(2n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-tCmFooqr0i .item {
    margin-bottom: 40px;
  }
}
.cid-tCmFooqr0i .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-tCmFooqr0i .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tCmFooqr0i .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-tCmFooqr0i .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 10px;
}
.cid-tCmFooqr0i .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 10px;
}
.cid-tCmFooqr0i .item .item-wrapper .item-content .item-link {
  display: block;
}
.cid-tCmFooqr0i .item .item-wrapper .item-content .item-link:hover .mbr-link::before {
  width: 100%;
}
.cid-tCmFooqr0i .item .item-wrapper .item-content .item-link .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-tCmFooqr0i .item .item-wrapper .item-content .item-link .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c6a38f;
  transition: all 0.3s ease-out;
}
.cid-tCmFooqr0i .mbr-section-title {
  color: #222222;
}
.cid-tCmFooqr0i .mbr-name {
  color: #ecca7f;
}
.cid-tCmFooqr0i .mbr-role {
  color: #545454;
}
.cid-tCmFooqr0i .mbr-link {
  color: #545454;
}
.cid-tCmFoz6v4j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-tCmFoz6v4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmFoz6v4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmFoz6v4j .container {
  max-width: 1600px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tCmFoz6v4j .container {
    max-width: 80%;
  }
}
.cid-tCmFoz6v4j .content-container {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tCmFoz6v4j .content-container {
    flex-wrap: wrap;
  }
}
.cid-tCmFoz6v4j .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
}
@media (max-width: 991px) {
  .cid-tCmFoz6v4j .text-container {
    width: 100%;
  }
}
.cid-tCmFoz6v4j .card-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tCmFoz6v4j .card-box {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .cid-tCmFoz6v4j .card-box {
    margin-bottom: 40px;
  }
}
.cid-tCmFoz6v4j .card-title {
  width: 100%;
  color: #192732;
}
.cid-tCmFoz6v4j .mbr-text {
  color: #192732;
  padding: 60px 0 0 23%;
}
@media (max-width: 991px) {
  .cid-tCmFoz6v4j .mbr-text {
    padding: 44px 0 0 13%;
    max-width: 56%;
  }
}
@media (max-width: 575px) {
  .cid-tCmFoz6v4j .mbr-text {
    max-width: 100%;
    padding-left: 0;
  }
}
.cid-tCmFoz6v4j .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-tCmFoz6v4j .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tCmFoz6v4j .img-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCmFoz6v4j .img-container {
    width: 100%;
  }
}
.cid-tCmFoz6v4j .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tCmFoz6v4j .image-wrapper img {
  object-fit: cover;
}
.cid-tCmFoz6v4j .image-wrapper-1 {
  margin-bottom: 32px;
}
.cid-tCmFoz6v4j .image-wrapper-1 img {
  width: 32%;
  margin-left: auto;
}
@media (min-width: 992px) {
  .cid-tCmFoz6v4j .image-wrapper-1 img {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-tCmFoz6v4j .image-wrapper-1 img {
    width: 41%;
  }
}
@media (max-width: 991px) {
  .cid-tCmFoz6v4j .image-wrapper-1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-tCmFoz6v4j .image-wrapper-1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tCmFoz6v4j .image-wrapper-1 {
    margin-bottom: 40px;
  }
}
.cid-tCmFoz6v4j .image-wrapper-2 img {
  width: 83%;
  padding-left: 23.5%;
}
@media (min-width: 992px) {
  .cid-tCmFoz6v4j .image-wrapper-2 img {
    padding-left: 0;
    padding-right: 23.5%;
  }
}
@media (max-width: 991px) {
  .cid-tCmFoz6v4j .image-wrapper-2 img {
    width: 80%;
    padding-left: 0;
    margin-right: auto;
  }
}
.cid-tCmFoD6bxb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-tCmFoD6bxb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmFoD6bxb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmFoD6bxb .row {
  justify-content: left;
}
.cid-tCmFoD6bxb .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 4.5%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .cid-tCmFoD6bxb .content-container {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-tCmFoD6bxb .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-tCmFoD6bxb .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-tCmFoD6bxb .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-tCmFoD6bxb .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-tCmFoD6bxb .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-tCmFoD6bxb .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-tCmFoD6bxb .point-frame-1 {
  top: 19px;
}
.cid-tCmFoD6bxb .point-frame-2 {
  bottom: 19px;
}
.cid-tCmFoD6bxb .title-container {
  width: 70%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-tCmFoD6bxb .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tCmFoD6bxb .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tCmFoD6bxb .text-container {
  width: 30%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-tCmFoD6bxb .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tCmFoD6bxb .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-tCmFoD6bxb .item-container {
  width: 100%;
}
.cid-tCmFoD6bxb .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tCmFoD6bxb .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tCmFoD6bxb .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-tCmFoD6bxb .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tCmFoJGgwN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-tCmFoJGgwN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmFoJGgwN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmFoJGgwN .container {
  max-width: 900px;
}
.cid-tCmFoJGgwN .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-tCmFoJGgwN .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tCmFoJGgwN .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-tCmFoJGgwN .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tCmFoJGgwN .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-tCmFoJGgwN .card-box {
  width: 100%;
}
.cid-tCmFoJGgwN .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tCmFoJGgwN .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-tCmFoJGgwN .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-tCmFoJGgwN .mbr-text {
    text-align: center !important;
  }
}
.cid-tCmFoJGgwN .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tCmFoJGgwN .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tCmFoJGgwN .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tCmFoJGgwN .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tCmFoJGgwN .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tCmFoJGgwN .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tCmFoJGgwN .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-tCmFoXGWyV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a2229;
}
.cid-tCmFoXGWyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmFoXGWyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmFoXGWyV .row {
  justify-content: left;
}
.cid-tCmFoXGWyV .main-col {
  display: flex;
}
.cid-tCmFoXGWyV .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tCmFoXGWyV .mbr-section-title {
  color: #BF9341;
  width: 100%;
  text-align: center;
}
.cid-tCmFoXGWyV .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-tCmFoXGWyV .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-tCmFp51sx9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #1a2229;
}
.cid-tCmFp51sx9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmFp51sx9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmFp51sx9 .container {
  max-width: 100%;
  width: 100%;
}
.cid-tCmFp51sx9 .row {
  justify-content: center;
}
.cid-tCmFp51sx9 .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tCmFp51sx9 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tCmFp51sx9 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tCmFp5Pgc9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-tCmFp5Pgc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmFp5Pgc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmFp5Pgc9 .row {
  justify-content: left;
}
.cid-tCmFp5Pgc9 .main-col {
  display: flex;
}
.cid-tCmFp5Pgc9 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tCmFp5Pgc9 .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tCmFp5Pgc9 .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.cid-tCmFp5Pgc9 .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tCmFp9qJUP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-tCmFp9qJUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmFp9qJUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmFp9qJUP .container {
  max-width: 1600px;
}
.cid-tCmFp9qJUP .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
}
.cid-tCmFp9qJUP .item-wrap {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.cid-tCmFp9qJUP .item-wrap-1 {
  justify-content: space-between;
}
.cid-tCmFp9qJUP .item-wrap-2 {
  justify-content: flex-end;
  flex-grow: 1;
}
.cid-tCmFp9qJUP .item-img {
  display: flex;
  width: 100%;
}
.cid-tCmFp9qJUP .item-img img {
  height: auto;
  object-fit: cover;
}
.cid-tCmFp9qJUP .item-img-1 img {
  width: 45%;
  margin-left: 17%;
}
@media (max-width: 991px) {
  .cid-tCmFp9qJUP .item-img-1 img {
    width: 68%;
    margin-left: 24%;
  }
}
@media (max-width: 767px) {
  .cid-tCmFp9qJUP .item-img-1 img {
    width: 89%;
    margin-left: 31.5%;
  }
}
.cid-tCmFp9qJUP .item-img-2 {
  margin-top: 40px;
}
.cid-tCmFp9qJUP .item-img-2 img {
  width: 39%;
}
@media (max-width: 991px) {
  .cid-tCmFp9qJUP .item-img-2 img {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .cid-tCmFp9qJUP .item-img-2 img {
    width: 73.5%;
    margin-top: -20%;
  }
}
.cid-tCmFp9qJUP .item-img-3 {
  padding-top: 19%;
}
@media (max-width: 991px) {
  .cid-tCmFp9qJUP .item-img-3 {
    padding-top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-tCmFp9qJUP .item-img-3 {
    padding-top: 0;
  }
}
.cid-tCmFp9qJUP .item-img-3 img {
  width: 100%;
}
.cid-tCmFpdgLs5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a2229;
}
.cid-tCmFpdgLs5 .row {
  justify-content: center;
}
.cid-tCmFpdgLs5 .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tCmFpdgLs5 .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tCmFpdgLs5 .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tCmFpdgLs5 .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tCmFpdgLs5 .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tCmFpdgLs5 .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #1a2229;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tCmFpdgLs5 .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tCmFpdgLs5 .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tCmFpdgLs5 .border-frame {
    width: 7%;
  }
}
.cid-tCmFpdgLs5 .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-tCmFpdgLs5 .col-video {
  display: flex;
  overflow: hidden;
}
.cid-tCmFpdgLs5 .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tCmFpdgLs5 .col-video {
    height: 620px;
  }
}
.cid-tCmFpdgLs5 .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tCmFpdgLs5 .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tCmFpdgLs5 .col-video .link {
  margin-right: 1rem;
}
.cid-tCmFpdgLs5 .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-tCmFpdgLs5 .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tCmFpdgLs5 .mbr-media {
  position: relative;
}
.cid-tCmFpdgLs5 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tCmFpdgLs5 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-tCmFpdgLs5 .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-tCmFpdgLs5 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tCmFpdgLs5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCmFpdgLs5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCmFpdgLs5 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCmFpdgLs5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tCmFpdgLs5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCmFpdgLs5 a:hover {
  text-decoration-line: none !important;
}
.cid-tCmFq7ONa8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a2229;
}
.cid-tCmFq7ONa8 .mbr-overlay {
  background-color: #1a2229;
  opacity: 0.4;
}
.cid-tCmFq7ONa8 .container {
  max-width: 1600px;
}
.cid-tCmFq7ONa8 .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 100px 10%;
  min-height: 720px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tCmFq7ONa8 .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tCmFq7ONa8 .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tCmFq7ONa8 .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tCmFq7ONa8 .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tCmFq7ONa8 .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #1a2229;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tCmFq7ONa8 .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tCmFq7ONa8 .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tCmFq7ONa8 .border-frame {
    width: 7%;
  }
}
.cid-tCmFq7ONa8 .content-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tCmFq7ONa8 .content-container {
    flex-wrap: wrap;
  }
}
.cid-tCmFq7ONa8 .mbr-section-head {
  width: 33.33333333%;
  padding: 0 6.5%;
  border-right: 1px dashed rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .cid-tCmFq7ONa8 .mbr-section-head {
    width: 100%;
    border-right: none;
  }
}
@media (max-width: 575px) {
  .cid-tCmFq7ONa8 .mbr-section-head {
    padding: 0;
  }
}
.cid-tCmFq7ONa8 .mbr-section-title {
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-tCmFq7ONa8 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tCmFq7ONa8 .mbr-section-subtitle {
  color: #BF9341;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-tCmFq7ONa8 .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .cid-tCmFq7ONa8 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tCmFq7ONa8 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-tCmFq7ONa8 .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-tCmFq7ONa8 .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 66.66666667%;
  padding: 0 6.5%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tCmFq7ONa8 .form-container {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .cid-tCmFq7ONa8 .form-container {
    padding: 0;
  }
}
.cid-tCmFq7ONa8 .form-wrap {
  width: 100%;
  padding: 40px 0 !important;
}
.cid-tCmFq7ONa8 .form-text {
  color: #4f8991;
  text-align: center;
}
.cid-tCmFq7ONa8 .form-title {
  color: #BF9341;
  margin-bottom: 4px !important;
}
@media (max-width: 575px) {
  .cid-tCmFq7ONa8 .form-title {
    text-align: center !important;
  }
}
.cid-tCmFq7ONa8 form {
  width: 100%;
}
.cid-tCmFq7ONa8 form .dragArea.row {
  justify-content: flex-end;
  width: auto !important;
}
.cid-tCmFq7ONa8 form p {
  color: #BF9341;
}
.cid-tCmFq7ONa8 form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
}
.cid-tCmFq7ONa8 form .mbr-section-btn .mbr-iconfont {
  margin: 0 !important;
}
.cid-tCmFq7ONa8 form .mbr-section-btn .btn {
  padding: 10px 10px;
  min-height: 50px;
  min-width: 50px;
  border: none !important;
}
.cid-tCmFq7ONa8 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cid-tCmFq7ONa8 form .row {
  margin-left: -6px !important;
  margin-right: -6px !important;
}
.cid-tCmFq7ONa8 form .row > [class*="col"] {
  margin-top: 20px !important;
}
.cid-tCmFq7ONa8 form .form-control {
  height: 50px;
  border: 1px solid #b84358 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 50px !important;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 400;
}
.cid-tCmFq7ONa8 form .form-control::-webkit-input-placeholder {
  color: #b84358;
}
.cid-tCmFq7ONa8 form .form-control::-moz-placeholder {
  color: #b84358;
}
.cid-tCmFq7ONa8 form .form-control:-moz-placeholder {
  color: #b84358;
}
.cid-tCmFq7ONa8 form .form-control:-ms-input-placeholder {
  color: #b84358;
}
.cid-tCmFq7ONa8 form select {
  color: #FFFFFF !important;
}
.cid-tCmFq7ONa8 form textarea {
  height: 100px !important;
}
.cid-tCmFq7ONa8 form input:active,
.cid-tCmFq7ONa8 form textarea:active,
.cid-tCmFq7ONa8 form input:focus,
.cid-tCmFq7ONa8 form textarea:focus {
  background-color: transparent !important;
  border-color: #b84358 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-tCmFq7ONa8 form input:active::-webkit-input-placeholder,
.cid-tCmFq7ONa8 form textarea:active::-webkit-input-placeholder,
.cid-tCmFq7ONa8 form input:focus::-webkit-input-placeholder,
.cid-tCmFq7ONa8 form textarea:focus::-webkit-input-placeholder {
  color: #b84358;
}
.cid-tCmFq7ONa8 form input:active::-moz-placeholder,
.cid-tCmFq7ONa8 form textarea:active::-moz-placeholder,
.cid-tCmFq7ONa8 form input:focus::-moz-placeholder,
.cid-tCmFq7ONa8 form textarea:focus::-moz-placeholder {
  color: #b84358;
}
.cid-tCmFq7ONa8 form input:active:-moz-placeholder,
.cid-tCmFq7ONa8 form textarea:active:-moz-placeholder,
.cid-tCmFq7ONa8 form input:focus:-moz-placeholder,
.cid-tCmFq7ONa8 form textarea:focus:-moz-placeholder {
  color: #b84358;
}
.cid-tCmFq7ONa8 form input:active:-ms-input-placeholder,
.cid-tCmFq7ONa8 form textarea:active:-ms-input-placeholder,
.cid-tCmFq7ONa8 form input:focus:-ms-input-placeholder,
.cid-tCmFq7ONa8 form textarea:focus:-ms-input-placeholder {
  color: #b84358;
}
.cid-tCmFq7ONa8 form .row [class*=col] {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.cid-tCmFq7ONa8 form label {
  width: 100%;
  color: #BF9341;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-tCmFq7ONa8 form .form-check-input {
  border-color: #b84358 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tCmFq7ONa8 form .form-check-input:focus,
.cid-tCmFq7ONa8 form .form-check-input:hover {
  background-color: #b84358 !important;
  border-color: #b84358 !important;
}
.cid-tCmFq7ONa8 form .form-check-input:checked {
  border-color: #b84358 !important;
  background-color: #b84358 !important;
}
.cid-tCmFqc3GQU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ded7cd;
  overflow: hidden;
}
.cid-tCmFqc3GQU .container {
  max-width: 1600px;
}
.cid-tCmFqc3GQU .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tCmFqc3GQU .media-container-row .mbr-text {
  color: #192732;
}
.cid-tCmFo2Uvax .navbar-dropdown {
  position: relative !important;
}
.cid-tCmFo2Uvax .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-tCmFo2Uvax .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCmFo2Uvax .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCmFo2Uvax .dropdown-item:hover,
.cid-tCmFo2Uvax .dropdown-item:focus {
  background: rgba(191, 147, 65, 0.5) !important;
  color: white !important;
}
.cid-tCmFo2Uvax .dropdown-item:hover span {
  color: white;
}
.cid-tCmFo2Uvax .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCmFo2Uvax .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCmFo2Uvax .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCmFo2Uvax .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCmFo2Uvax .nav-link {
  position: relative;
}
.cid-tCmFo2Uvax .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCmFo2Uvax .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCmFo2Uvax .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCmFo2Uvax .iconfont-wrapper:hover .mbr-iconfont {
  color: #b84358;
}
.cid-tCmFo2Uvax .dropdown-menu,
.cid-tCmFo2Uvax .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCmFo2Uvax .nav-item:focus,
.cid-tCmFo2Uvax .nav-link:focus {
  outline: none;
}
.cid-tCmFo2Uvax .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCmFo2Uvax .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCmFo2Uvax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCmFo2Uvax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCmFo2Uvax .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCmFo2Uvax .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCmFo2Uvax .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-tCmFo2Uvax .navbar.opened {
  transition: all 0.3s;
}
.cid-tCmFo2Uvax .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCmFo2Uvax .navbar .navbar-logo img {
  width: auto;
}
.cid-tCmFo2Uvax .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCmFo2Uvax .navbar.collapsed {
  justify-content: center;
}
.cid-tCmFo2Uvax .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCmFo2Uvax .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCmFo2Uvax .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCmFo2Uvax .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCmFo2Uvax .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCmFo2Uvax .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCmFo2Uvax .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCmFo2Uvax .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCmFo2Uvax .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCmFo2Uvax .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCmFo2Uvax .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCmFo2Uvax .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCmFo2Uvax .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-tCmFo2Uvax .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCmFo2Uvax .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCmFo2Uvax .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCmFo2Uvax .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCmFo2Uvax .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCmFo2Uvax .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCmFo2Uvax .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCmFo2Uvax .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCmFo2Uvax .dropdown-item.active,
.cid-tCmFo2Uvax .dropdown-item:active {
  background-color: transparent;
}
.cid-tCmFo2Uvax .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCmFo2Uvax .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCmFo2Uvax .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCmFo2Uvax .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCmFo2Uvax .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCmFo2Uvax .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCmFo2Uvax ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCmFo2Uvax .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCmFo2Uvax button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCmFo2Uvax button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCmFo2Uvax button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCmFo2Uvax button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCmFo2Uvax button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCmFo2Uvax button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCmFo2Uvax nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCmFo2Uvax nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCmFo2Uvax nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCmFo2Uvax nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCmFo2Uvax .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tCmFo2Uvax a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCmFo2Uvax .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-tCmFo2Uvax .navbar {
    height: 70px;
  }
  .cid-tCmFo2Uvax .navbar.opened {
    height: auto;
  }
  .cid-tCmFo2Uvax .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCmFo2Uvax .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCmFo2Uvax .navbar-toggler {
  margin-left: 10px;
}
.cid-tCmFo2Uvax .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #b84358;
}
.cid-tCmFo2Uvax .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCmFo2Uvax .mbr-text {
  width: 100%;
  color: #ecca7f;
}
@media (max-width: 575px) {
  .cid-tCmFo2Uvax .mbr-text {
    display: none;
  }
}
.cid-tCmFo2Uvax .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCmFo2Uvax .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCmFo2Uvax .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCo08ZoQiA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-tCo08ZoQiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCo08ZoQiA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCo08ZoQiA .row {
  justify-content: left;
}
.cid-tCo08ZoQiA .main-col {
  display: flex;
}
.cid-tCo08ZoQiA .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1050px;
}
.cid-tCo08ZoQiA .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tCo08ZoQiA .item-container {
    flex-wrap: wrap;
  }
}
.cid-tCo08ZoQiA .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  width: 120px;
}
@media (max-width: 991px) {
  .cid-tCo08ZoQiA .item-img {
    display: none;
  }
}
.cid-tCo08ZoQiA .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tCo08ZoQiA .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .cid-tCo08ZoQiA .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tCo08ZoQiA .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-tCo08ZoQiA .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tCo08ZoQiA .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-tCo08ZoQiA .mbr-text-2 {
    margin: 0;
  }
}
.cid-tCo08ZoQiA .item-container-2 {
  align-items: center;
  justify-content: center !important;
}
.cid-tCo08ZoQiA .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-tCo08ZoQiA .item-container-2 {
    flex-wrap: nowrap;
  }
}
.cid-tCo08ZoQiA .item-container-4 {
  justify-content: center !important;
}
.cid-tCo08ZoQiA .item-container-4 .mbr-section-title {
  flex-grow: 0;
}
@media (min-width: 992px) {
  .cid-tCo08ZoQiA .item-container-4 .mbr-section-title {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tCo08ZoQiA .item-container-4 {
    justify-content: center !important;
  }
}
.cid-tCmFqc3GQU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ded7cd;
  overflow: hidden;
}
.cid-tCmFqc3GQU .container {
  max-width: 1600px;
}
.cid-tCmFqc3GQU .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tCmFqc3GQU .media-container-row .mbr-text {
  color: #192732;
}
.cid-tCo1B5fv6J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #c0b8a8;
}
.cid-tCo1B5fv6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCo1B5fv6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCo1B5fv6J .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tCo1B5fv6J .container-fluid {
    padding: 0 12px;
  }
}
.cid-tCo1B5fv6J .container-fluid .row {
  padding: 0;
}
.cid-tCo1B5fv6J .row {
  margin-top: 0;
}
.cid-tCo1B5fv6J .card {
  padding: 0;
}
.cid-tCo1B5fv6J .card .title-wrapper {
  padding: 64px 28px 64px 28px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tCo1B5fv6J .card .title-wrapper {
    padding: 48px 20px;
  }
}
.cid-tCo1B5fv6J .card .title-wrapper .title-wrap {
  position: sticky;
  top: 5rem;
}
@media (max-width: 992px) {
  .cid-tCo1B5fv6J .card .title-wrapper .title-wrap {
    position: static;
  }
}
.cid-tCo1B5fv6J .card .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 28px;
}
.cid-tCo1B5fv6J .card .title-wrapper .title-wrap .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-tCo1B5fv6J .card .title-wrapper .title-wrap .image-wrapper img {
  height: 560px;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tCo1B5fv6J .card .title-wrapper .title-wrap .image-wrapper img {
    height: 450px;
  }
}
.cid-tCo1B5fv6J .card .card-wrapper {
  border-radius: 5px;
  margin: 0 3px 3px 3px;
  padding: 24px;
  background-color: #000000;
  -webkit-flex: auto;
}
.cid-tCo1B5fv6J .card .card-wrapper:first-child {
  margin-top: 3px;
}
@media (max-width: 992px) {
  .cid-tCo1B5fv6J .card .card-wrapper {
    padding: 48px 20px;
  }
}
.cid-tCo1B5fv6J .card .card-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-tCo1B5fv6J .card .card-wrapper .mbr-card-title {
  margin-bottom: 24px;
}
.cid-tCo1B5fv6J .card .card-wrapper .mbr-text {
  margin-bottom: 42px;
}
.cid-tCo1B5fv6J .card .card-wrapper .date-wrapper .mbr-date {
  display: inline-flex;
  justify-content: center;
  padding: 8px 10px;
  align-items: center;
  margin: 0;
  border-radius: 30px;
  border: 1px solid #e15427;
}
.cid-tCo1B5fv6J .mbr-section-title {
  color: #000000;
}
.cid-tCo1B5fv6J .mbr-desc {
  color: #e15427;
}
.cid-tCo1B5fv6J .mbr-card-title {
  color: #e15427;
}
.cid-tCo1B5fv6J .mbr-text {
  color: #e15427;
}
.cid-tCo1B5fv6J .mbr-date {
  color: #e15427;
}
.cid-tCmFo2Uvax .navbar-dropdown {
  position: relative !important;
}
.cid-tCmFo2Uvax .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-tCmFo2Uvax .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCmFo2Uvax .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCmFo2Uvax .dropdown-item:hover,
.cid-tCmFo2Uvax .dropdown-item:focus {
  background: rgba(191, 147, 65, 0.5) !important;
  color: white !important;
}
.cid-tCmFo2Uvax .dropdown-item:hover span {
  color: white;
}
.cid-tCmFo2Uvax .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCmFo2Uvax .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCmFo2Uvax .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCmFo2Uvax .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCmFo2Uvax .nav-link {
  position: relative;
}
.cid-tCmFo2Uvax .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCmFo2Uvax .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCmFo2Uvax .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCmFo2Uvax .iconfont-wrapper:hover .mbr-iconfont {
  color: #b84358;
}
.cid-tCmFo2Uvax .dropdown-menu,
.cid-tCmFo2Uvax .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCmFo2Uvax .nav-item:focus,
.cid-tCmFo2Uvax .nav-link:focus {
  outline: none;
}
.cid-tCmFo2Uvax .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCmFo2Uvax .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCmFo2Uvax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCmFo2Uvax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCmFo2Uvax .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCmFo2Uvax .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCmFo2Uvax .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-tCmFo2Uvax .navbar.opened {
  transition: all 0.3s;
}
.cid-tCmFo2Uvax .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCmFo2Uvax .navbar .navbar-logo img {
  width: auto;
}
.cid-tCmFo2Uvax .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCmFo2Uvax .navbar.collapsed {
  justify-content: center;
}
.cid-tCmFo2Uvax .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCmFo2Uvax .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCmFo2Uvax .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCmFo2Uvax .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCmFo2Uvax .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCmFo2Uvax .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCmFo2Uvax .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCmFo2Uvax .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCmFo2Uvax .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCmFo2Uvax .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCmFo2Uvax .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCmFo2Uvax .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCmFo2Uvax .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-tCmFo2Uvax .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCmFo2Uvax .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCmFo2Uvax .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCmFo2Uvax .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCmFo2Uvax .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCmFo2Uvax .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCmFo2Uvax .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCmFo2Uvax .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCmFo2Uvax .dropdown-item.active,
.cid-tCmFo2Uvax .dropdown-item:active {
  background-color: transparent;
}
.cid-tCmFo2Uvax .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCmFo2Uvax .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCmFo2Uvax .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCmFo2Uvax .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCmFo2Uvax .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCmFo2Uvax .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCmFo2Uvax ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCmFo2Uvax .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCmFo2Uvax button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCmFo2Uvax button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCmFo2Uvax button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCmFo2Uvax button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCmFo2Uvax button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCmFo2Uvax button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCmFo2Uvax nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCmFo2Uvax nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCmFo2Uvax nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCmFo2Uvax nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCmFo2Uvax .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tCmFo2Uvax a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCmFo2Uvax .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-tCmFo2Uvax .navbar {
    height: 70px;
  }
  .cid-tCmFo2Uvax .navbar.opened {
    height: auto;
  }
  .cid-tCmFo2Uvax .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCmFo2Uvax .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCmFo2Uvax .navbar-toggler {
  margin-left: 10px;
}
.cid-tCmFo2Uvax .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #b84358;
}
.cid-tCmFo2Uvax .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCmFo2Uvax .mbr-text {
  width: 100%;
  color: #ecca7f;
}
@media (max-width: 575px) {
  .cid-tCmFo2Uvax .mbr-text {
    display: none;
  }
}
.cid-tCmFo2Uvax .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCmFo2Uvax .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCmFo2Uvax .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCmK6BRysn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ded7cd;
  overflow: hidden;
}
.cid-tCmK6BRysn .row {
  row-gap: 40px;
}
.cid-tCmK6BRysn .mbr-section-head {
  padding-bottom: 50px;
}
.cid-tCmK6BRysn .mbr-section-title {
  color: #000000;
}
.cid-tCmK6BRysn .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-tCmK6BRysn .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-tCmK6BRysn .item-img img {
  width: 100%;
  aspect-ratio: calc(37 / (11 * 3));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-tCmK6BRysn .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-tCmK6BRysn .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-tCmK6BRysn .item-content {
  flex-grow: 1;
  padding: 31px 42px 43px;
  background-color: #bf9341;
}
.cid-tCmK6BRysn .item-title {
  color: #303030;
}
.cid-tCmK6BRysn .mbr-text {
  margin-bottom: 4px;
  color: #303030;
  text-decoration: underline;
}
.cid-tCmK6BRysn .icons-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
}
.cid-tCmK6BRysn .iconfont-wrapper {
  padding: 11px;
  border-radius: 50%;
  transition: opacity 0.2s ease-out;
}
.cid-tCmK6BRysn .iconfont-wrapper .mbr-iconfont {
  font-size: 14px;
  color: #303030;
  transition: all 0.2s ease-out;
}
.cid-tCmK6BRysn .iconfont-wrapper:hover {
  background-color: #efe6f7;
}
.cid-tCmK6BRysn .iconfont-wrapper:hover .mbr-iconfont {
  color: #9b8db7;
}
.cid-tCmK6BRysn .mbr-section-btn {
  margin-top: 10px;
}
.cid-tCmFqc3GQU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ded7cd;
  overflow: hidden;
}
.cid-tCmFqc3GQU .container {
  max-width: 1600px;
}
.cid-tCmFqc3GQU .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tCmFqc3GQU .media-container-row .mbr-text {
  color: #192732;
}
.cid-tCmFo2Uvax .navbar-dropdown {
  position: relative !important;
}
.cid-tCmFo2Uvax .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-tCmFo2Uvax .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCmFo2Uvax .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCmFo2Uvax .dropdown-item:hover,
.cid-tCmFo2Uvax .dropdown-item:focus {
  background: rgba(191, 147, 65, 0.5) !important;
  color: white !important;
}
.cid-tCmFo2Uvax .dropdown-item:hover span {
  color: white;
}
.cid-tCmFo2Uvax .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCmFo2Uvax .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCmFo2Uvax .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCmFo2Uvax .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCmFo2Uvax .nav-link {
  position: relative;
}
.cid-tCmFo2Uvax .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCmFo2Uvax .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCmFo2Uvax .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCmFo2Uvax .iconfont-wrapper:hover .mbr-iconfont {
  color: #b84358;
}
.cid-tCmFo2Uvax .dropdown-menu,
.cid-tCmFo2Uvax .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCmFo2Uvax .nav-item:focus,
.cid-tCmFo2Uvax .nav-link:focus {
  outline: none;
}
.cid-tCmFo2Uvax .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCmFo2Uvax .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCmFo2Uvax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCmFo2Uvax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCmFo2Uvax .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCmFo2Uvax .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCmFo2Uvax .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-tCmFo2Uvax .navbar.opened {
  transition: all 0.3s;
}
.cid-tCmFo2Uvax .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCmFo2Uvax .navbar .navbar-logo img {
  width: auto;
}
.cid-tCmFo2Uvax .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCmFo2Uvax .navbar.collapsed {
  justify-content: center;
}
.cid-tCmFo2Uvax .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCmFo2Uvax .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCmFo2Uvax .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCmFo2Uvax .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCmFo2Uvax .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCmFo2Uvax .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCmFo2Uvax .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCmFo2Uvax .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCmFo2Uvax .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCmFo2Uvax .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCmFo2Uvax .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCmFo2Uvax .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCmFo2Uvax .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-tCmFo2Uvax .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCmFo2Uvax .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCmFo2Uvax .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCmFo2Uvax .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCmFo2Uvax .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCmFo2Uvax .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCmFo2Uvax .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCmFo2Uvax .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCmFo2Uvax .dropdown-item.active,
.cid-tCmFo2Uvax .dropdown-item:active {
  background-color: transparent;
}
.cid-tCmFo2Uvax .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCmFo2Uvax .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCmFo2Uvax .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCmFo2Uvax .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCmFo2Uvax .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCmFo2Uvax .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCmFo2Uvax ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCmFo2Uvax .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCmFo2Uvax button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCmFo2Uvax button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCmFo2Uvax button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCmFo2Uvax button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCmFo2Uvax button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCmFo2Uvax button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCmFo2Uvax nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCmFo2Uvax nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCmFo2Uvax nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCmFo2Uvax nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCmFo2Uvax .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tCmFo2Uvax a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCmFo2Uvax .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-tCmFo2Uvax .navbar {
    height: 70px;
  }
  .cid-tCmFo2Uvax .navbar.opened {
    height: auto;
  }
  .cid-tCmFo2Uvax .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCmFo2Uvax .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCmFo2Uvax .navbar-toggler {
  margin-left: 10px;
}
.cid-tCmFo2Uvax .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #b84358;
}
.cid-tCmFo2Uvax .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCmFo2Uvax .mbr-text {
  width: 100%;
  color: #ecca7f;
}
@media (max-width: 575px) {
  .cid-tCmFo2Uvax .mbr-text {
    display: none;
  }
}
.cid-tCmFo2Uvax .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCmFo2Uvax .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCmFo2Uvax .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCmFS32xVX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-tCmFS32xVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCmFS32xVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCmFS32xVX .row {
  justify-content: left;
}
.cid-tCmFS32xVX .main-col {
  display: flex;
}
.cid-tCmFS32xVX .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-tCmFS32xVX .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tCmFS32xVX .item-container {
    flex-wrap: wrap;
  }
}
.cid-tCmFS32xVX .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-tCmFS32xVX .item-img {
    display: none;
  }
}
.cid-tCmFS32xVX .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tCmFS32xVX .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tCmFS32xVX .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-tCmFS32xVX .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-tCmFS32xVX .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-tCmFS32xVX .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tCmFS32xVX .mbr-text-1 {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .cid-tCmFS32xVX .mbr-text-1 {
    margin: 0;
  }
}
.cid-tCmFS32xVX .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-tCmFS32xVX .mbr-text-2 {
    margin: 0;
  }
}
.cid-tCmFS32xVX .item-container-2 {
  align-items: center;
  padding-left: 26px;
}
.cid-tCmFS32xVX .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-tCmFS32xVX .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-tCmFS32xVX .item-container-4 {
  justify-content: space-between !important;
}
@media (max-width: 991px) {
  .cid-tCmFS32xVX .item-container-4 {
    justify-content: center !important;
  }
}
.cid-tCmGFPxa7O {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ded7cd;
}
.cid-tCmGFPxa7O .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tCmFqc3GQU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ded7cd;
  overflow: hidden;
}
.cid-tCmFqc3GQU .container {
  max-width: 1600px;
}
.cid-tCmFqc3GQU .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tCmFqc3GQU .media-container-row .mbr-text {
  color: #192732;
}
.cid-tCoGD6FgXb .navbar-dropdown {
  position: relative !important;
}
.cid-tCoGD6FgXb .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-tCoGD6FgXb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCoGD6FgXb .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCoGD6FgXb .dropdown-item:hover,
.cid-tCoGD6FgXb .dropdown-item:focus {
  background: rgba(191, 147, 65, 0.5) !important;
  color: white !important;
}
.cid-tCoGD6FgXb .dropdown-item:hover span {
  color: white;
}
.cid-tCoGD6FgXb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCoGD6FgXb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCoGD6FgXb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCoGD6FgXb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCoGD6FgXb .nav-link {
  position: relative;
}
.cid-tCoGD6FgXb .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCoGD6FgXb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCoGD6FgXb .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCoGD6FgXb .iconfont-wrapper:hover .mbr-iconfont {
  color: #b84358;
}
.cid-tCoGD6FgXb .dropdown-menu,
.cid-tCoGD6FgXb .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCoGD6FgXb .nav-item:focus,
.cid-tCoGD6FgXb .nav-link:focus {
  outline: none;
}
.cid-tCoGD6FgXb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCoGD6FgXb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCoGD6FgXb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCoGD6FgXb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCoGD6FgXb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCoGD6FgXb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCoGD6FgXb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-tCoGD6FgXb .navbar.opened {
  transition: all 0.3s;
}
.cid-tCoGD6FgXb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCoGD6FgXb .navbar .navbar-logo img {
  width: auto;
}
.cid-tCoGD6FgXb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCoGD6FgXb .navbar.collapsed {
  justify-content: center;
}
.cid-tCoGD6FgXb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCoGD6FgXb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCoGD6FgXb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCoGD6FgXb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCoGD6FgXb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCoGD6FgXb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCoGD6FgXb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCoGD6FgXb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCoGD6FgXb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCoGD6FgXb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCoGD6FgXb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCoGD6FgXb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCoGD6FgXb .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-tCoGD6FgXb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCoGD6FgXb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCoGD6FgXb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCoGD6FgXb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCoGD6FgXb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCoGD6FgXb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCoGD6FgXb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCoGD6FgXb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCoGD6FgXb .dropdown-item.active,
.cid-tCoGD6FgXb .dropdown-item:active {
  background-color: transparent;
}
.cid-tCoGD6FgXb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCoGD6FgXb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCoGD6FgXb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCoGD6FgXb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCoGD6FgXb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCoGD6FgXb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCoGD6FgXb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCoGD6FgXb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCoGD6FgXb button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCoGD6FgXb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCoGD6FgXb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCoGD6FgXb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCoGD6FgXb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCoGD6FgXb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCoGD6FgXb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCoGD6FgXb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCoGD6FgXb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCoGD6FgXb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCoGD6FgXb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tCoGD6FgXb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCoGD6FgXb .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-tCoGD6FgXb .navbar {
    height: 70px;
  }
  .cid-tCoGD6FgXb .navbar.opened {
    height: auto;
  }
  .cid-tCoGD6FgXb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCoGD6FgXb .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCoGD6FgXb .navbar-toggler {
  margin-left: 10px;
}
.cid-tCoGD6FgXb .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #b84358;
}
.cid-tCoGD6FgXb .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCoGD6FgXb .mbr-text {
  width: 100%;
  color: #ecca7f;
}
@media (max-width: 575px) {
  .cid-tCoGD6FgXb .mbr-text {
    display: none;
  }
}
.cid-tCoGD6FgXb .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCoGD6FgXb .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCoGD6FgXb .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCoGD9DLW8 {
  background-image: url("../../../assets/images/espadin-784x604.jpg");
}
.cid-tCoGD9DLW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCoGD9DLW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCoGD9DLW8 .row {
  justify-content: left;
}
.cid-tCoGD9DLW8 .main-col {
  display: flex;
}
.cid-tCoGD9DLW8 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tCoGD9DLW8 .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tCoGD9DLW8 .item-container {
    flex-wrap: wrap;
  }
}
.cid-tCoGD9DLW8 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-tCoGD9DLW8 .item-img {
    display: none;
  }
}
.cid-tCoGD9DLW8 .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tCoGD9DLW8 .mbr-section-title {
  color: #1a2229;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tCoGD9DLW8 .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-tCoGD9DLW8 .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-tCoGD9DLW8 .mbr-text {
  color: #1a2229;
}
@media (max-width: 991px) {
  .cid-tCoGD9DLW8 .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tCoGD9DLW8 .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-tCoGD9DLW8 .mbr-text-2 {
    margin: 0;
  }
}
.cid-tCoGD9DLW8 .item-container-2 {
  align-items: center;
}
.cid-tCoGD9DLW8 .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-tCoGD9DLW8 .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-tCoGD9DLW8 .item-container-3 {
  justify-content: center;
}
.cid-tCoGD9DLW8 .item-container-3 .mbr-section-title {
  flex-grow: 0;
}
.cid-tCoGDd2TEd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-tCoGDd2TEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCoGDd2TEd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCoGDd2TEd .container {
  max-width: 1600px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tCoGDd2TEd .container {
    max-width: 80%;
  }
}
.cid-tCoGDd2TEd .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-tCoGDd2TEd .content-container {
    flex-wrap: wrap;
  }
}
.cid-tCoGDd2TEd .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
}
@media (max-width: 991px) {
  .cid-tCoGDd2TEd .text-container {
    width: 100%;
  }
}
.cid-tCoGDd2TEd .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tCoGDd2TEd .card-box {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .cid-tCoGDd2TEd .card-box {
    margin-bottom: 40px;
  }
}
.cid-tCoGDd2TEd .card-title {
  width: 100%;
  color: #192732;
}
.cid-tCoGDd2TEd .mbr-text {
  color: #192732;
  padding: 60px 0 0 23%;
}
@media (max-width: 991px) {
  .cid-tCoGDd2TEd .mbr-text {
    padding: 44px 0 0 13%;
    max-width: 56%;
  }
}
@media (max-width: 575px) {
  .cid-tCoGDd2TEd .mbr-text {
    max-width: 100%;
    padding-left: 0;
  }
}
.cid-tCoGDd2TEd .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-tCoGDd2TEd .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tCoGDd2TEd .btn-primary-outline {
  color: #192732;
}
.cid-tCoGDd2TEd .img-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCoGDd2TEd .img-container {
    width: 100%;
  }
}
.cid-tCoGDd2TEd .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tCoGDd2TEd .image-wrapper img {
  object-fit: cover;
}
.cid-tCoGDd2TEd .image-wrapper-1 {
  margin-bottom: 32px;
}
.cid-tCoGDd2TEd .image-wrapper-1 img {
  width: 32%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tCoGDd2TEd .image-wrapper-1 img {
    width: 41%;
  }
}
@media (max-width: 991px) {
  .cid-tCoGDd2TEd .image-wrapper-1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-tCoGDd2TEd .image-wrapper-1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tCoGDd2TEd .image-wrapper-1 {
    margin-bottom: 40px;
  }
}
.cid-tCoGDd2TEd .image-wrapper-2 img {
  width: 83%;
  padding-left: 23.5%;
}
@media (max-width: 991px) {
  .cid-tCoGDd2TEd .image-wrapper-2 img {
    width: 80%;
    padding-left: 0;
    margin-right: auto;
  }
}
.cid-tCoGDdUvbS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  position: relative;
  overflow: hidden;
}
.cid-tCoGDdUvbS .container {
  max-width: 920px;
}
.cid-tCoGDdUvbS .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #000000;
  border: 1px solid rgba(222, 215, 205, 0.1);
}
@media (max-width: 991px) {
  .cid-tCoGDdUvbS .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-tCoGDdUvbS .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-tCoGDdUvbS .border-container {
    padding: 9% 7%;
  }
}
.cid-tCoGDdUvbS .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tCoGDdUvbS .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tCoGDdUvbS .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tCoGDdUvbS .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tCoGDdUvbS .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #1a2229;
  border-color: rgba(222, 215, 205, 0.1);
}
@media (max-width: 991px) {
  .cid-tCoGDdUvbS .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tCoGDdUvbS .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tCoGDdUvbS .border-frame {
    width: 7%;
  }
}
.cid-tCoGDdUvbS .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tCoGDdUvbS .content-container {
    min-height: auto;
  }
}
.cid-tCoGDdUvbS .text-container {
  width: 100%;
}
.cid-tCoGDdUvbS .text-wrapper {
  width: 100%;
}
.cid-tCoGDdUvbS .mbr-text {
  color: #BF9341;
  width: 100%;
  margin: 0;
}
.cid-tCoGDdUvbS .card-title {
  color: #BF9341;
  width: 100%;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-tCoGDdUvbS .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(222, 215, 205, 0.1);
}
.cid-tCoGDdUvbS .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-tCoGDdUvbS .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-tCoGDdUvbS .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-tCoGDdUvbS .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-tCoGDdUvbS .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-tCoGDjBfPe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-tCoGDjBfPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCoGDjBfPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCoGDjBfPe .container {
  max-width: 1600px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tCoGDjBfPe .container {
    max-width: 80%;
  }
}
.cid-tCoGDjBfPe .content-container {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tCoGDjBfPe .content-container {
    flex-wrap: wrap;
  }
}
.cid-tCoGDjBfPe .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
}
@media (max-width: 991px) {
  .cid-tCoGDjBfPe .text-container {
    width: 100%;
  }
}
.cid-tCoGDjBfPe .card-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tCoGDjBfPe .card-box {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .cid-tCoGDjBfPe .card-box {
    margin-bottom: 40px;
  }
}
.cid-tCoGDjBfPe .card-title {
  width: 100%;
  color: #192732;
}
.cid-tCoGDjBfPe .mbr-text {
  color: #192732;
  padding: 60px 0 0 23%;
}
@media (max-width: 991px) {
  .cid-tCoGDjBfPe .mbr-text {
    padding: 44px 0 0 13%;
    max-width: 56%;
  }
}
@media (max-width: 575px) {
  .cid-tCoGDjBfPe .mbr-text {
    max-width: 100%;
    padding-left: 0;
  }
}
.cid-tCoGDjBfPe .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-tCoGDjBfPe .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tCoGDjBfPe .img-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCoGDjBfPe .img-container {
    width: 100%;
  }
}
.cid-tCoGDjBfPe .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tCoGDjBfPe .image-wrapper img {
  object-fit: cover;
}
.cid-tCoGDjBfPe .image-wrapper-1 {
  margin-bottom: 32px;
}
.cid-tCoGDjBfPe .image-wrapper-1 img {
  width: 32%;
  margin-left: auto;
}
@media (min-width: 992px) {
  .cid-tCoGDjBfPe .image-wrapper-1 img {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-tCoGDjBfPe .image-wrapper-1 img {
    width: 41%;
  }
}
@media (max-width: 991px) {
  .cid-tCoGDjBfPe .image-wrapper-1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-tCoGDjBfPe .image-wrapper-1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tCoGDjBfPe .image-wrapper-1 {
    margin-bottom: 40px;
  }
}
.cid-tCoGDjBfPe .image-wrapper-2 img {
  width: 83%;
  padding-left: 23.5%;
}
@media (min-width: 992px) {
  .cid-tCoGDjBfPe .image-wrapper-2 img {
    padding-left: 0;
    padding-right: 23.5%;
  }
}
@media (max-width: 991px) {
  .cid-tCoGDjBfPe .image-wrapper-2 img {
    width: 80%;
    padding-left: 0;
    margin-right: auto;
  }
}
.cid-tCoHxKlOps {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCoHxKlOps .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCoHxKlOps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCoHxKlOps .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tCoHxKlOps .container-fluid {
    padding: 0 12px;
  }
}
.cid-tCoHxKlOps .container-fluid .row {
  padding: 0;
}
.cid-tCoHxKlOps .row {
  border: 3px solid #d2d2d2;
  border-top: 2px solid #d2d2d2;
  border-bottom: 2px solid #d2d2d2;
  border-radius: 5px;
  margin-top: -3px;
}
.cid-tCoHxKlOps .item {
  display: flex;
  justify-content: space-between;
  border-radius: 0;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 28px;
}
@media (min-width: 992px) {
  .cid-tCoHxKlOps .item {
    border-right: 2px solid #d2d2d2;
  }
}
@media (max-width: 992px) {
  .cid-tCoHxKlOps .item {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tCoHxKlOps .item {
    display: block;
  }
}
.cid-tCoHxKlOps .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tCoHxKlOps .item .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tCoHxKlOps .item .item-wrapper .title-wrapper {
  margin-bottom: 28px;
}
.cid-tCoHxKlOps .item .item-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tCoHxKlOps .item .item-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tCoHxKlOps .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-tCoHxKlOps .item .image-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-tCoHxKlOps .item .image-wrapper {
    padding-left: 0;
  }
}
.cid-tCoHxKlOps .item .image-wrapper img {
  height: 280px;
  max-width: 300px;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tCoHxKlOps .item .image-wrapper img {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .cid-tCoHxKlOps .item:nth-child(2n) {
    border-right: none;
    border-left: 1px solid #d2d2d2;
  }
}
.cid-tCoHxKlOps .mbr-section-title {
  color: #d2d2d2;
}
.cid-tCoHxKlOps .mbr-section-subtitle {
  color: #d2d2d2;
}
.cid-tCoHxKlOps .mbr-section-title,
.cid-tCoHxKlOps .mbr-section-btn {
  color: #c5e073;
}
.cid-tCoGDmLCNc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a2229;
}
.cid-tCoGDmLCNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCoGDmLCNc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCoGDmLCNc .row {
  justify-content: left;
}
.cid-tCoGDmLCNc .main-col {
  display: flex;
}
.cid-tCoGDmLCNc .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tCoGDmLCNc .mbr-section-title {
  color: #BF9341;
  width: 100%;
  text-align: center;
}
.cid-tCoGDmLCNc .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
}
.cid-tCoGDmLCNc .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-tCoGDnUcUU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #1a2229;
}
.cid-tCoGDnUcUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCoGDnUcUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCoGDnUcUU .container {
  max-width: 100%;
  width: 100%;
}
.cid-tCoGDnUcUU .row {
  justify-content: center;
}
.cid-tCoGDnUcUU .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tCoGDnUcUU .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tCoGDnUcUU .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tCoGDoS3YG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-tCoGDoS3YG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCoGDoS3YG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCoGDoS3YG .row {
  justify-content: left;
}
.cid-tCoGDoS3YG .main-col {
  display: flex;
}
.cid-tCoGDoS3YG .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tCoGDoS3YG .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tCoGDoS3YG .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.cid-tCoGDoS3YG .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tCoGDsfzRN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ded7cd;
  overflow: hidden;
}
.cid-tCoGDsfzRN .container {
  max-width: 1600px;
}
.cid-tCoGDsfzRN .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tCoGDsfzRN .media-container-row .mbr-text {
  color: #192732;
}
.cid-tCoKn385aE .navbar-dropdown {
  position: relative !important;
}
.cid-tCoKn385aE .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-tCoKn385aE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCoKn385aE .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCoKn385aE .dropdown-item:hover,
.cid-tCoKn385aE .dropdown-item:focus {
  background: rgba(191, 147, 65, 0.5) !important;
  color: white !important;
}
.cid-tCoKn385aE .dropdown-item:hover span {
  color: white;
}
.cid-tCoKn385aE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCoKn385aE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCoKn385aE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCoKn385aE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCoKn385aE .nav-link {
  position: relative;
}
.cid-tCoKn385aE .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCoKn385aE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCoKn385aE .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCoKn385aE .iconfont-wrapper:hover .mbr-iconfont {
  color: #b84358;
}
.cid-tCoKn385aE .dropdown-menu,
.cid-tCoKn385aE .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCoKn385aE .nav-item:focus,
.cid-tCoKn385aE .nav-link:focus {
  outline: none;
}
.cid-tCoKn385aE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCoKn385aE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCoKn385aE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCoKn385aE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCoKn385aE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCoKn385aE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCoKn385aE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-tCoKn385aE .navbar.opened {
  transition: all 0.3s;
}
.cid-tCoKn385aE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCoKn385aE .navbar .navbar-logo img {
  width: auto;
}
.cid-tCoKn385aE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCoKn385aE .navbar.collapsed {
  justify-content: center;
}
.cid-tCoKn385aE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCoKn385aE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCoKn385aE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCoKn385aE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCoKn385aE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCoKn385aE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCoKn385aE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCoKn385aE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCoKn385aE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCoKn385aE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCoKn385aE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCoKn385aE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCoKn385aE .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-tCoKn385aE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCoKn385aE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCoKn385aE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCoKn385aE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCoKn385aE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCoKn385aE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCoKn385aE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCoKn385aE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCoKn385aE .dropdown-item.active,
.cid-tCoKn385aE .dropdown-item:active {
  background-color: transparent;
}
.cid-tCoKn385aE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCoKn385aE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCoKn385aE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCoKn385aE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCoKn385aE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCoKn385aE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCoKn385aE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCoKn385aE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCoKn385aE button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCoKn385aE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCoKn385aE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCoKn385aE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCoKn385aE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCoKn385aE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCoKn385aE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCoKn385aE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCoKn385aE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCoKn385aE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCoKn385aE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tCoKn385aE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCoKn385aE .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-tCoKn385aE .navbar {
    height: 70px;
  }
  .cid-tCoKn385aE .navbar.opened {
    height: auto;
  }
  .cid-tCoKn385aE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCoKn385aE .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCoKn385aE .navbar-toggler {
  margin-left: 10px;
}
.cid-tCoKn385aE .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #b84358;
}
.cid-tCoKn385aE .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCoKn385aE .mbr-text {
  width: 100%;
  color: #ecca7f;
}
@media (max-width: 575px) {
  .cid-tCoKn385aE .mbr-text {
    display: none;
  }
}
.cid-tCoKn385aE .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCoKn385aE .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCoKn385aE .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCoKn7YEuK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tCoKn7YEuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCoKn7YEuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCoKn7YEuK .row {
  justify-content: left;
}
.cid-tCoKn7YEuK .main-col {
  display: flex;
}
.cid-tCoKn7YEuK .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tCoKn7YEuK .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tCoKn7YEuK .item-container {
    flex-wrap: wrap;
  }
}
.cid-tCoKn7YEuK .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-tCoKn7YEuK .item-img {
    display: none;
  }
}
.cid-tCoKn7YEuK .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tCoKn7YEuK .mbr-section-title {
  color: #1a2229;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tCoKn7YEuK .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-tCoKn7YEuK .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-tCoKn7YEuK .mbr-text {
  color: #1a2229;
}
@media (max-width: 991px) {
  .cid-tCoKn7YEuK .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tCoKn7YEuK .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-tCoKn7YEuK .mbr-text-2 {
    margin: 0;
  }
}
.cid-tCoKn7YEuK .item-container-2 {
  align-items: center;
}
.cid-tCoKn7YEuK .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-tCoKn7YEuK .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-tCoKn7YEuK .item-container-3 {
  justify-content: center;
}
.cid-tCoKn7YEuK .item-container-3 .mbr-section-title {
  flex-grow: 0;
}
.cid-tCoKnc4pqU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ded7cd;
}
.cid-tCoKnc4pqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCoKnc4pqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCoKnc4pqU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tCoKnc4pqU .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCoKnc4pqU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCoKnc4pqU .container {
    padding: 0 20px;
  }
}
.cid-tCoKnc4pqU .row {
  justify-content: center;
}
.cid-tCoKnc4pqU .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tCoKnc4pqU .item {
    margin-bottom: 50px;
  }
}
.cid-tCoKnc4pqU .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tCoKnc4pqU .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #000000;
}
.cid-tCoKnc4pqU .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #000000;
}
.cid-tCoKnc4pqU .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tCoKnc4pqU .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tCoKnc4pqU .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tCoKnc4pqU .mbr-card-title {
  color: #1d1d1d;
}
.cid-tCoKnc4pqU .mbr-card-title,
.cid-tCoKnc4pqU .item-img {
  text-align: center;
}
.cid-tCoKnc4pqU .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tCoKnd0CSM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-tCoKnd0CSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCoKnd0CSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCoKnd0CSM .row {
  justify-content: left;
}
.cid-tCoKnd0CSM .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 4.5%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .cid-tCoKnd0CSM .content-container {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-tCoKnd0CSM .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-tCoKnd0CSM .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-tCoKnd0CSM .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-tCoKnd0CSM .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-tCoKnd0CSM .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-tCoKnd0CSM .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}
.cid-tCoKnd0CSM .point-frame-1 {
  top: 19px;
}
.cid-tCoKnd0CSM .point-frame-2 {
  bottom: 19px;
}
.cid-tCoKnd0CSM .title-container {
  width: 70%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-tCoKnd0CSM .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tCoKnd0CSM .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tCoKnd0CSM .text-container {
  width: 30%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-tCoKnd0CSM .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tCoKnd0CSM .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-tCoKnd0CSM .item-container {
  width: 100%;
}
.cid-tCoKnd0CSM .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tCoKnd0CSM .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tCoKnd0CSM .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-tCoKnd0CSM .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tCoKne0S6F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-tCoKne0S6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCoKne0S6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCoKne0S6F .container {
  max-width: 900px;
}
.cid-tCoKne0S6F .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-tCoKne0S6F .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tCoKne0S6F .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-tCoKne0S6F .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tCoKne0S6F .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-tCoKne0S6F .card-box {
  width: 100%;
}
.cid-tCoKne0S6F .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tCoKne0S6F .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-tCoKne0S6F .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-tCoKne0S6F .mbr-text {
    text-align: center !important;
  }
}
.cid-tCoKne0S6F .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tCoKne0S6F .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tCoKne0S6F .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tCoKne0S6F .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tCoKne0S6F .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tCoKne0S6F .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tCoKne0S6F .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-tCoKngR5eV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ded7cd;
  overflow: hidden;
}
.cid-tCoKngR5eV .container {
  max-width: 1600px;
}
.cid-tCoKngR5eV .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tCoKngR5eV .media-container-row .mbr-text {
  color: #192732;
}
.cid-tCoKn385aE .navbar-dropdown {
  position: relative !important;
}
.cid-tCoKn385aE .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-tCoKn385aE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCoKn385aE .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCoKn385aE .dropdown-item:hover,
.cid-tCoKn385aE .dropdown-item:focus {
  background: rgba(191, 147, 65, 0.5) !important;
  color: white !important;
}
.cid-tCoKn385aE .dropdown-item:hover span {
  color: white;
}
.cid-tCoKn385aE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCoKn385aE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCoKn385aE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCoKn385aE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCoKn385aE .nav-link {
  position: relative;
}
.cid-tCoKn385aE .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCoKn385aE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCoKn385aE .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCoKn385aE .iconfont-wrapper:hover .mbr-iconfont {
  color: #b84358;
}
.cid-tCoKn385aE .dropdown-menu,
.cid-tCoKn385aE .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCoKn385aE .nav-item:focus,
.cid-tCoKn385aE .nav-link:focus {
  outline: none;
}
.cid-tCoKn385aE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCoKn385aE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCoKn385aE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCoKn385aE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCoKn385aE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCoKn385aE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCoKn385aE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-tCoKn385aE .navbar.opened {
  transition: all 0.3s;
}
.cid-tCoKn385aE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCoKn385aE .navbar .navbar-logo img {
  width: auto;
}
.cid-tCoKn385aE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCoKn385aE .navbar.collapsed {
  justify-content: center;
}
.cid-tCoKn385aE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCoKn385aE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCoKn385aE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCoKn385aE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCoKn385aE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCoKn385aE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCoKn385aE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCoKn385aE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCoKn385aE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCoKn385aE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCoKn385aE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCoKn385aE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCoKn385aE .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-tCoKn385aE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCoKn385aE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCoKn385aE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCoKn385aE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCoKn385aE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCoKn385aE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCoKn385aE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCoKn385aE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCoKn385aE .dropdown-item.active,
.cid-tCoKn385aE .dropdown-item:active {
  background-color: transparent;
}
.cid-tCoKn385aE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCoKn385aE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCoKn385aE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCoKn385aE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCoKn385aE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCoKn385aE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCoKn385aE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCoKn385aE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCoKn385aE button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCoKn385aE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCoKn385aE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCoKn385aE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCoKn385aE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCoKn385aE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCoKn385aE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCoKn385aE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCoKn385aE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCoKn385aE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCoKn385aE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tCoKn385aE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCoKn385aE .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-tCoKn385aE .navbar {
    height: 70px;
  }
  .cid-tCoKn385aE .navbar.opened {
    height: auto;
  }
  .cid-tCoKn385aE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCoKn385aE .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCoKn385aE .navbar-toggler {
  margin-left: 10px;
}
.cid-tCoKn385aE .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #b84358;
}
.cid-tCoKn385aE .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCoKn385aE .mbr-text {
  width: 100%;
  color: #ecca7f;
}
@media (max-width: 575px) {
  .cid-tCoKn385aE .mbr-text {
    display: none;
  }
}
.cid-tCoKn385aE .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCoKn385aE .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCoKn385aE .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCoKngR5eV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ded7cd;
  overflow: hidden;
}
.cid-tCoKngR5eV .container {
  max-width: 1600px;
}
.cid-tCoKngR5eV .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tCoKngR5eV .media-container-row .mbr-text {
  color: #192732;
}
.cid-tCoX9dAEOE .navbar-dropdown {
  position: relative !important;
}
.cid-tCoX9dAEOE .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-tCoX9dAEOE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCoX9dAEOE .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-tCoX9dAEOE .dropdown-item:hover,
.cid-tCoX9dAEOE .dropdown-item:focus {
  background: rgba(191, 147, 65, 0.5) !important;
  color: white !important;
}
.cid-tCoX9dAEOE .dropdown-item:hover span {
  color: white;
}
.cid-tCoX9dAEOE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCoX9dAEOE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCoX9dAEOE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCoX9dAEOE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCoX9dAEOE .nav-link {
  position: relative;
}
.cid-tCoX9dAEOE .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-tCoX9dAEOE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-tCoX9dAEOE .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-tCoX9dAEOE .iconfont-wrapper:hover .mbr-iconfont {
  color: #b84358;
}
.cid-tCoX9dAEOE .dropdown-menu,
.cid-tCoX9dAEOE .navbar.opened {
  background: #1a2229 !important;
}
.cid-tCoX9dAEOE .nav-item:focus,
.cid-tCoX9dAEOE .nav-link:focus {
  outline: none;
}
.cid-tCoX9dAEOE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCoX9dAEOE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCoX9dAEOE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCoX9dAEOE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCoX9dAEOE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCoX9dAEOE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCoX9dAEOE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-tCoX9dAEOE .navbar.opened {
  transition: all 0.3s;
}
.cid-tCoX9dAEOE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCoX9dAEOE .navbar .navbar-logo img {
  width: auto;
}
.cid-tCoX9dAEOE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCoX9dAEOE .navbar.collapsed {
  justify-content: center;
}
.cid-tCoX9dAEOE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCoX9dAEOE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tCoX9dAEOE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCoX9dAEOE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCoX9dAEOE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tCoX9dAEOE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCoX9dAEOE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCoX9dAEOE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCoX9dAEOE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCoX9dAEOE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCoX9dAEOE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCoX9dAEOE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCoX9dAEOE .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-tCoX9dAEOE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCoX9dAEOE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCoX9dAEOE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tCoX9dAEOE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCoX9dAEOE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCoX9dAEOE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-tCoX9dAEOE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCoX9dAEOE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCoX9dAEOE .dropdown-item.active,
.cid-tCoX9dAEOE .dropdown-item:active {
  background-color: transparent;
}
.cid-tCoX9dAEOE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCoX9dAEOE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCoX9dAEOE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCoX9dAEOE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-tCoX9dAEOE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCoX9dAEOE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCoX9dAEOE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCoX9dAEOE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCoX9dAEOE button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCoX9dAEOE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCoX9dAEOE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCoX9dAEOE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCoX9dAEOE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCoX9dAEOE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCoX9dAEOE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCoX9dAEOE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCoX9dAEOE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCoX9dAEOE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCoX9dAEOE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tCoX9dAEOE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCoX9dAEOE .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-tCoX9dAEOE .navbar {
    height: 70px;
  }
  .cid-tCoX9dAEOE .navbar.opened {
    height: auto;
  }
  .cid-tCoX9dAEOE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCoX9dAEOE .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-tCoX9dAEOE .navbar-toggler {
  margin-left: 10px;
}
.cid-tCoX9dAEOE .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #b84358;
}
.cid-tCoX9dAEOE .navbar-logo {
  margin-right: 0 !important;
}
.cid-tCoX9dAEOE .mbr-text {
  width: 100%;
  color: #ecca7f;
}
@media (max-width: 575px) {
  .cid-tCoX9dAEOE .mbr-text {
    display: none;
  }
}
.cid-tCoX9dAEOE .navbar-collapse {
  padding-top: 40px !important;
}
.cid-tCoX9dAEOE .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tCoX9dAEOE .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCoX9fGxZy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1087.jpg");
}
.cid-tCoX9fGxZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCoX9fGxZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCoX9fGxZy .row {
  justify-content: left;
}
.cid-tCoX9fGxZy .main-col {
  display: flex;
}
.cid-tCoX9fGxZy .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tCoX9fGxZy .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tCoX9fGxZy .item-container {
    flex-wrap: wrap;
  }
}
.cid-tCoX9fGxZy .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-tCoX9fGxZy .item-img {
    display: none;
  }
}
.cid-tCoX9fGxZy .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tCoX9fGxZy .mbr-section-title {
  color: #1a2229;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tCoX9fGxZy .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-tCoX9fGxZy .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-tCoX9fGxZy .mbr-text {
  color: #1a2229;
}
@media (max-width: 991px) {
  .cid-tCoX9fGxZy .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tCoX9fGxZy .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-tCoX9fGxZy .mbr-text-2 {
    margin: 0;
  }
}
.cid-tCoX9fGxZy .item-container-2 {
  align-items: center;
}
.cid-tCoX9fGxZy .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-tCoX9fGxZy .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-tCoX9fGxZy .item-container-3 {
  justify-content: center;
}
.cid-tCoX9fGxZy .item-container-3 .mbr-section-title {
  flex-grow: 0;
}
.cid-tCoX9k2oyB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ded7cd;
}
.cid-tCoX9k2oyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCoX9k2oyB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCoX9k2oyB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tCoX9k2oyB .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCoX9k2oyB .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCoX9k2oyB .container {
    padding: 0 20px;
  }
}
.cid-tCoX9k2oyB .row {
  justify-content: center;
}
.cid-tCoX9k2oyB .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tCoX9k2oyB .item {
    margin-bottom: 50px;
  }
}
.cid-tCoX9k2oyB .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tCoX9k2oyB .item .item-wrapper .item-img {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 2px solid #000000;
}
.cid-tCoX9k2oyB .item .item-wrapper .item-img img {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  object-fit: cover;
  display: inline-flex;
  border: 2px solid #000000;
}
.cid-tCoX9k2oyB .item .item-wrapper .item-content .title-wrapper {
  height: 100%;
}
.cid-tCoX9k2oyB .item .item-wrapper .item-content .title-wrapper .mbr-card-title {
  margin-bottom: 32px;
}
.cid-tCoX9k2oyB .item .item-wrapper .item-content .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tCoX9k2oyB .mbr-card-title {
  color: #1d1d1d;
}
.cid-tCoX9k2oyB .mbr-card-title,
.cid-tCoX9k2oyB .item-img {
  text-align: center;
}
.cid-tCoX9k2oyB .mbr-text {
  color: #1d1d1d;
  text-align: center;
}
.cid-tCoX9p2wVF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ded7cd;
  overflow: hidden;
}
.cid-tCoX9p2wVF .container {
  max-width: 1600px;
}
.cid-tCoX9p2wVF .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tCoX9p2wVF .media-container-row .mbr-text {
  color: #192732;
}
.cid-te6eVEWIgs .navbar-dropdown {
  position: relative !important;
}
.cid-te6eVEWIgs .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-te6eVEWIgs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-te6eVEWIgs .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-te6eVEWIgs .dropdown-item:hover,
.cid-te6eVEWIgs .dropdown-item:focus {
  background: rgba(191, 147, 65, 0.5) !important;
  color: white !important;
}
.cid-te6eVEWIgs .dropdown-item:hover span {
  color: white;
}
.cid-te6eVEWIgs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-te6eVEWIgs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-te6eVEWIgs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-te6eVEWIgs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-te6eVEWIgs .nav-link {
  position: relative;
}
.cid-te6eVEWIgs .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-te6eVEWIgs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-te6eVEWIgs .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-te6eVEWIgs .iconfont-wrapper:hover .mbr-iconfont {
  color: #b84358;
}
.cid-te6eVEWIgs .dropdown-menu,
.cid-te6eVEWIgs .navbar.opened {
  background: #1a2229 !important;
}
.cid-te6eVEWIgs .nav-item:focus,
.cid-te6eVEWIgs .nav-link:focus {
  outline: none;
}
.cid-te6eVEWIgs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-te6eVEWIgs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-te6eVEWIgs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-te6eVEWIgs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-te6eVEWIgs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-te6eVEWIgs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-te6eVEWIgs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a2229;
  padding: 0 !important;
}
.cid-te6eVEWIgs .navbar.opened {
  transition: all 0.3s;
}
.cid-te6eVEWIgs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-te6eVEWIgs .navbar .navbar-logo img {
  width: auto;
}
.cid-te6eVEWIgs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-te6eVEWIgs .navbar.collapsed {
  justify-content: center;
}
.cid-te6eVEWIgs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-te6eVEWIgs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-te6eVEWIgs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-te6eVEWIgs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-te6eVEWIgs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-te6eVEWIgs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-te6eVEWIgs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-te6eVEWIgs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-te6eVEWIgs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-te6eVEWIgs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-te6eVEWIgs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-te6eVEWIgs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-te6eVEWIgs .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-te6eVEWIgs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-te6eVEWIgs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-te6eVEWIgs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-te6eVEWIgs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-te6eVEWIgs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-te6eVEWIgs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-te6eVEWIgs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-te6eVEWIgs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-te6eVEWIgs .dropdown-item.active,
.cid-te6eVEWIgs .dropdown-item:active {
  background-color: transparent;
}
.cid-te6eVEWIgs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-te6eVEWIgs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-te6eVEWIgs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-te6eVEWIgs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-te6eVEWIgs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-te6eVEWIgs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-te6eVEWIgs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-te6eVEWIgs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-te6eVEWIgs button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-te6eVEWIgs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-te6eVEWIgs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-te6eVEWIgs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te6eVEWIgs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-te6eVEWIgs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-te6eVEWIgs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te6eVEWIgs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-te6eVEWIgs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-te6eVEWIgs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-te6eVEWIgs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-te6eVEWIgs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-te6eVEWIgs .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-te6eVEWIgs .navbar {
    height: 70px;
  }
  .cid-te6eVEWIgs .navbar.opened {
    height: auto;
  }
  .cid-te6eVEWIgs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-te6eVEWIgs .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-te6eVEWIgs .navbar-toggler {
  margin-left: 10px;
}
.cid-te6eVEWIgs .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #b84358;
}
.cid-te6eVEWIgs .navbar-logo {
  margin-right: 0 !important;
}
.cid-te6eVEWIgs .mbr-text {
  width: 100%;
  color: #ecca7f;
}
@media (max-width: 575px) {
  .cid-te6eVEWIgs .mbr-text {
    display: none;
  }
}
.cid-te6eVEWIgs .navbar-collapse {
  padding-top: 40px !important;
}
.cid-te6eVEWIgs .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-te6eVEWIgs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-tCp3ehBNAP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-tCp3ehBNAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCp3ehBNAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCp3ehBNAP .row {
  justify-content: left;
}
.cid-tCp3ehBNAP .main-col {
  display: flex;
}
.cid-tCp3ehBNAP .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
}
.cid-tCp3ehBNAP .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tCp3ehBNAP .item-container {
    flex-wrap: wrap;
  }
}
.cid-tCp3ehBNAP .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  width: 120px;
}
@media (max-width: 767px) {
  .cid-tCp3ehBNAP .item-img {
    display: none;
  }
}
.cid-tCp3ehBNAP .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tCp3ehBNAP .mbr-section-title {
  color: #1a2229;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tCp3ehBNAP .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .cid-tCp3ehBNAP .mbr-section-title.display-1 {
    font-size: 133px;
  }
}
.cid-tCp3ehBNAP .mbr-text {
  color: #1a2229;
}
@media (max-width: 991px) {
  .cid-tCp3ehBNAP .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tCp3ehBNAP .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-tCp3ehBNAP .mbr-text-2 {
    margin: 0;
  }
}
.cid-tCp3ehBNAP .item-container-2 {
  align-items: center;
}
.cid-tCp3ehBNAP .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-tCp3ehBNAP .item-container-2 {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: nowrap;
  }
}
.cid-tCp3ehBNAP .item-container-3 {
  justify-content: center;
}
.cid-tCp3ehBNAP .item-container-3 .mbr-section-title {
  flex-grow: 0;
}
.cid-tCp3ehBNAP .mbr-section-title-2 {
  color: #ecca7f;
}
.cid-te6kgYS8i7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ded7cd;
  overflow: hidden;
}
.cid-te6kgYS8i7 .container {
  max-width: 1600px;
}
.cid-te6kgYS8i7 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-te6kgYS8i7 .media-container-row .mbr-text {
  color: #192732;
}
