.btn {
  border-width: 2px;
}
body {
  font-family: Frank Ruhl Libre;
}
.display-1 {
  font-family: 'NexaBold';
  font-size: 7.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'NexaBold';
  font-size: 4.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'NexaRegular';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'NexaBold';
  font-size: 2.8rem;
  line-height: 1.05;
}
.display-5 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-7 {
  font-family: 'NexaRegular';
  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: 3.6rem;
  }
  .display-5 {
    font-size: 2.24rem;
  }
}
@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.15rem;
    font-size: calc( 1.4900000000000002rem + (4.5 - 1.4900000000000002) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.4900000000000002rem + (4.5 - 1.4900000000000002) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.96rem;
    font-size: calc( 1.27rem + (2.8 - 1.27) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.05 * (1.27rem + (2.8 - 1.27) * ((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: #a5db8b !important;
}
.bg-info {
  background-color: #8bc66e !important;
}
.bg-warning {
  background-color: #1a2229 !important;
}
.bg-danger {
  background-color: #6eaf50 !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: #75b558 !important;
  border-color: #75b558 !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: #4e7e38 !important;
  border-color: #4e7e38 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4e7e38 !important;
  border-color: #4e7e38 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8bc66e !important;
  border-color: #8bc66e !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: #5e9f3e !important;
  border-color: #5e9f3e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e9f3e !important;
  border-color: #5e9f3e !important;
}
.btn-success,
.btn-success:active {
  background-color: #a5db8b !important;
  border-color: #a5db8b !important;
  color: #2a4f18 !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: #72c649 !important;
  border-color: #72c649 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #2a4f18 !important;
  background-color: #72c649 !important;
  border-color: #72c649 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1a2229 !important;
  border-color: #1a2229 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6eaf50 !important;
  border-color: #6eaf50 !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: #497335 !important;
  border-color: #497335 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #497335 !important;
  border-color: #497335 !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: #75b558;
  border-color: #75b558;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  box-shadow: none!important;
  border-color: #4e7e38 !important;
  background-color: #4e7e38 !important;
  color: #ffffff !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #75b558 !important;
  border-color: #75b558 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #8bc66e;
  border-color: #8bc66e;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  box-shadow: none!important;
  border-color: #5e9f3e !important;
  background-color: #5e9f3e !important;
  color: #ffffff !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8bc66e !important;
  border-color: #8bc66e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #a5db8b;
  border-color: #a5db8b;
  color: #2a4f18;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  box-shadow: none!important;
  border-color: #72c649 !important;
  background-color: #72c649 !important;
  color: #ffffff !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #2a4f18 !important;
  background-color: #a5db8b !important;
  border-color: #a5db8b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #1a2229;
  border-color: #1a2229;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  box-shadow: none!important;
  border-color: #000000 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1a2229 !important;
  border-color: #1a2229 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #6eaf50;
  border-color: #6eaf50;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  box-shadow: none!important;
  border-color: #497335 !important;
  background-color: #497335 !important;
  color: #ffffff !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6eaf50 !important;
  border-color: #6eaf50 !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: #75b558 !important;
}
.text-success {
  color: #a5db8b !important;
}
.text-info {
  color: #8bc66e !important;
}
.text-warning {
  color: #1a2229 !important;
}
.text-danger {
  color: #6eaf50 !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: #477433 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #69c33d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #58943a !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: #426930 !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: #8bc66e;
}
.alert-warning {
  background-color: #1a2229;
}
.alert-danger {
  background-color: #6eaf50;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d4eaca;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cad5de;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7d7a8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'NexaRegular';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: 'NexaRegular';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
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: #000000 !important;
  background: #75b558 !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-tCYOJRTjba {
  background-image: url("../../../assets/images/the-ponram-biriyani-2000x1333.webp");
}
.cid-tCYOJRTjba .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tCYOJRTjba .img-wrap img {
  width: 80%;
  margin: auto;
}
.cid-tCYOJRTjba .mbr-text,
.cid-tCYOJRTjba .mbr-section-btn {
  color: #ffffff;
}
.cid-tCYOJRTjba .mbr-section-title {
  color: #ffffff;
}
.cid-tCYOJRTjba .buttons-wrap .link {
  display: flex;
}
.cid-tCYOJRTjba .mbr-arrow {
  bottom: 0;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  position: relative !important;
}
.cid-ttaC1bGlJM .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-ttaC1bGlJM .iconfont-wrapper {
  overflow: hidden;
  color: #6eaf50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b84358;
  z-index: -1;
}
.cid-ttaC1bGlJM .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-item {
    border: 0;
  }
}
.cid-ttaC1bGlJM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-ttaC1bGlJM .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-ttaC1bGlJM .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-ttaC1bGlJM .title-wrap:hover span {
  color: white;
}
.cid-ttaC1bGlJM .title-wrap:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b84358;
}
.cid-ttaC1bGlJM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttaC1bGlJM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttaC1bGlJM .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttaC1bGlJM .nav-link {
  position: relative;
}
.cid-ttaC1bGlJM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .container {
    flex-wrap: nowrap;
  }
}
.cid-ttaC1bGlJM .dropdown-menu,
.cid-ttaC1bGlJM .navbar.opened {
  background: #ffffff !important;
}
.cid-ttaC1bGlJM .nav-item:focus,
.cid-ttaC1bGlJM .nav-link:focus {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttaC1bGlJM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttaC1bGlJM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.opened {
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttaC1bGlJM .navbar .navbar-logo img {
  width: auto;
}
.cid-ttaC1bGlJM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar.collapsed {
  justify-content: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttaC1bGlJM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttaC1bGlJM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttaC1bGlJM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttaC1bGlJM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttaC1bGlJM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttaC1bGlJM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttaC1bGlJM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttaC1bGlJM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttaC1bGlJM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown-item.active,
.cid-ttaC1bGlJM .dropdown-item:active {
  background-color: transparent;
}
.cid-ttaC1bGlJM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttaC1bGlJM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttaC1bGlJM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttaC1bGlJM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttaC1bGlJM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttaC1bGlJM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttaC1bGlJM .navbar {
    height: 70px;
  }
  .cid-ttaC1bGlJM .navbar.opened {
    height: auto;
  }
  .cid-ttaC1bGlJM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttaC1bGlJM .navbar-caption-wrap,
.cid-ttaC1bGlJM .title-wrap {
  color: #272727;
}
.cid-uO0hu65lHO {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uO0hu65lHO .carousel {
  width: 100%;
}
.cid-uO0hu65lHO .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uO0hu65lHO .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uO0hu65lHO img,
.cid-uO0hu65lHO .item-wrapper {
  border-radius: 0 !important;
}
.cid-uO0hu65lHO .carousel-caption {
  bottom: 40px;
}
.cid-uO0hu65lHO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uO0hu65lHO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uO0hu65lHO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uO0hu65lHO .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uO0hu65lHO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uO0hu65lHO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uO0hu65lHO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uO0hu65lHO .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uO0hu65lHO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uO0hu65lHO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uO0hu65lHO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uO0hu65lHO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uO0hu65lHO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uO0hu65lHO .carousel-indicators li.active,
.cid-uO0hu65lHO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uO0hu65lHO .carousel-indicators li::after,
.cid-uO0hu65lHO .carousel-indicators li::before {
  content: none;
}
.cid-uO0hu65lHO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uO0hu65lHO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uO0hu65lHO .mbr-section-subtitle,
  .cid-uO0hu65lHO .mbr-section-text,
  .cid-uO0hu65lHO .mbr-section-btn {
    text-align: center;
  }
}
.cid-tGMCaTCblk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-tGMCaTCblk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGMCaTCblk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGMCaTCblk .row {
  justify-content: left;
}
.cid-tGMCaTCblk .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-tGMCaTCblk .content-container {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-tGMCaTCblk .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-tGMCaTCblk .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-tGMCaTCblk .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-tGMCaTCblk .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-tGMCaTCblk .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-tGMCaTCblk .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-tGMCaTCblk .point-frame-1 {
  top: 19px;
}
.cid-tGMCaTCblk .point-frame-2 {
  bottom: 19px;
}
.cid-tGMCaTCblk .title-container {
  width: 70%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-tGMCaTCblk .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tGMCaTCblk .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tGMCaTCblk .text-container {
  width: 30%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-tGMCaTCblk .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tGMCaTCblk .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-tGMCaTCblk .item-container {
  width: 100%;
}
.cid-tGMCaTCblk .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tGMCaTCblk .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tGMCaTCblk .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-tGMCaTCblk .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tmytHynVnP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/214-aj-47043-2000x1333.webp");
}
.cid-tmytHynVnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmytHynVnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmytHynVnP .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-tmytHynVnP .content-wrap {
  width: 50%;
  background-color: #1a2229;
  padding: 32px;
}
@media (max-width: 991px) {
  .cid-tmytHynVnP .content-wrap {
    width: 75%;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tmytHynVnP .content-wrap {
    width: 100%;
  }
}
.cid-tmytHynVnP .img-container {
  width: 100%;
}
.cid-tmytHynVnP .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-tmytHynVnP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tmytHynVnP .text-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding-top: 44px;
}
@media (max-width: 767px) {
  .cid-tmytHynVnP .text-container {
    padding-top: 32px;
    flex-wrap: wrap;
  }
}
.cid-tmytHynVnP .text-content {
  width: 60%;
  flex-grow: 1;
  padding-right: 12px;
}
@media (max-width: 991px) {
  .cid-tmytHynVnP .text-content {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tmytHynVnP .text-content {
    width: 100%;
    padding-right: 0;
  }
}
.cid-tmytHynVnP .mbr-section-title {
  width: 100%;
  color: #BF9341;
  text-align: center;
}
.cid-tmytHynVnP .mbr-text {
  width: 50%;
  color: #BF9341;
  margin-top: 56px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tmytHynVnP .mbr-text {
    width: 100%;
    margin-top: 32px;
  }
}
.cid-tmytHynVnP .btn-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 40%;
  flex-grow: 1;
  padding-left: 12px;
}
@media (max-width: 991px) {
  .cid-tmytHynVnP .btn-content {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tmytHynVnP .btn-content {
    width: 100%;
    padding-left: 0;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tmytHynVnP .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tmtH2C1VUQ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #bf9341;
  position: relative;
  overflow: hidden;
}
.cid-tmtH2C1VUQ .container {
  max-width: 920px;
}
.cid-tmtH2C1VUQ .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: #bf9341;
  border: 1px solid rgba(191, 147, 65, 0.6);
}
@media (max-width: 991px) {
  .cid-tmtH2C1VUQ .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-tmtH2C1VUQ .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-tmtH2C1VUQ .border-container {
    padding: 9% 7%;
  }
}
.cid-tmtH2C1VUQ .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tmtH2C1VUQ .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tmtH2C1VUQ .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tmtH2C1VUQ .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tmtH2C1VUQ .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #bf9341;
  border-color: rgba(191, 147, 65, 0.6);
}
@media (max-width: 991px) {
  .cid-tmtH2C1VUQ .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tmtH2C1VUQ .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tmtH2C1VUQ .border-frame {
    width: 7%;
  }
}
.cid-tmtH2C1VUQ .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tmtH2C1VUQ .content-container {
    min-height: auto;
  }
}
.cid-tmtH2C1VUQ .text-container {
  width: 100%;
}
.cid-tmtH2C1VUQ .text-wrapper {
  width: 100%;
}
.cid-tmtH2C1VUQ .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-tmtH2C1VUQ .card-title {
  color: #1a2229;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-tmtH2C1VUQ .mbr-section-btn {
  margin-top: 28px;
}
.cid-tmtH2C1VUQ .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(191, 147, 65, 0.6);
}
.cid-tmtH2C1VUQ .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-tmtH2C1VUQ .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-tmtH2C1VUQ .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-tmtH2C1VUQ .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-tmtH2C1VUQ .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-tmtH2C1VUQ .mbr-text,
.cid-tmtH2C1VUQ .mbr-section-btn {
  text-align: center;
}
.cid-uNj3ebYYG4 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #bf9341;
}
.cid-uNj3ebYYG4 .content-text {
  max-width: 800px;
}
.cid-uNj3ebYYG4 .mbr-section-title {
  color: #fdfde1;
}
.cid-uNj3ebYYG4 .mbr-text,
.cid-uNj3ebYYG4 .mbr-section-btn {
  color: #fdfde1;
}
.cid-uNGir1syCg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #1a2229;
}
.cid-uNGir1syCg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNGir1syCg .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uNGir1syCg .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uNGir1syCg .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uNGir1syCg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNGir1syCg .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNGir1syCg .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNGir1syCg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uNGir1syCg .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uNGir1syCg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNGir1syCg .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uNGir1syCg .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #078efb;
}
.cid-uNGir1syCg .embla__slide .slide-content {
  width: 100%;
}
.cid-uNGir1syCg .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uNGir1syCg .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uNGir1syCg .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uNGir1syCg .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uNGir1syCg .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uNGir1syCg .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uNGir1syCg .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNGir1syCg .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uNGir1syCg .embla__button--next,
.cid-uNGir1syCg .embla__button--prev {
  display: flex;
}
.cid-uNGir1syCg .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uNGir1syCg .embla__button:hover {
  transform: scale(1.05);
}
.cid-uNGir1syCg .embla__button.embla__button--prev {
  left: 0;
}
.cid-uNGir1syCg .embla__button.embla__button--next {
  right: 0;
}
.cid-uNGir1syCg .embla {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNGir1syCg .embla {
    margin-bottom: 38px;
  }
}
.cid-uNGir1syCg .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uNGir1syCg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNGir1syCg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNGir1syCg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNGir1syCg .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uNGir1syCg .mbr-section-title {
  color: #ffffff;
}
.cid-uNGir1syCg .mbr-text,
.cid-uNGir1syCg .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uNGir1syCg .mbr-desc,
.cid-uNGir1syCg .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uNGir1syCg .item-title,
.cid-uNGir1syCg .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uNGir1syCg .item-text,
.cid-uNGir1syCg .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uNGir1syCg .mbr-section-title,
.cid-uNGir1syCg .mbr-section-btn {
  text-align: center;
}
.cid-uO0g2VhthK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bf9341;
  position: relative;
  overflow: hidden;
}
.cid-uO0g2VhthK .container {
  max-width: 920px;
}
.cid-uO0g2VhthK .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: #bf9341;
  border: 1px solid rgba(191, 147, 65, 0.6);
}
@media (max-width: 991px) {
  .cid-uO0g2VhthK .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uO0g2VhthK .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uO0g2VhthK .border-container {
    padding: 9% 7%;
  }
}
.cid-uO0g2VhthK .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uO0g2VhthK .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uO0g2VhthK .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uO0g2VhthK .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uO0g2VhthK .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #bf9341;
  border-color: rgba(191, 147, 65, 0.6);
}
@media (max-width: 991px) {
  .cid-uO0g2VhthK .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uO0g2VhthK .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uO0g2VhthK .border-frame {
    width: 7%;
  }
}
.cid-uO0g2VhthK .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uO0g2VhthK .content-container {
    min-height: auto;
  }
}
.cid-uO0g2VhthK .text-container {
  width: 100%;
}
.cid-uO0g2VhthK .text-wrapper {
  width: 100%;
}
.cid-uO0g2VhthK .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uO0g2VhthK .card-title {
  color: #1a2229;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-uO0g2VhthK .mbr-section-btn {
  margin-top: 28px;
}
.cid-uO0g2VhthK .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(191, 147, 65, 0.6);
}
.cid-uO0g2VhthK .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uO0g2VhthK .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uO0g2VhthK .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uO0g2VhthK .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uO0g2VhthK .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uO0g2VhthK .mbr-text,
.cid-uO0g2VhthK .mbr-section-btn {
  text-align: center;
}
.cid-uO0g3tP2fJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #bf9341;
}
.cid-uO0g3tP2fJ .content-text {
  max-width: 800px;
}
.cid-uO0g3tP2fJ .mbr-section-title {
  color: #fdfde1;
}
.cid-uO0g3tP2fJ .mbr-text,
.cid-uO0g3tP2fJ .mbr-section-btn {
  color: #fdfde1;
}
.cid-tCYyhQa4no {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/the-ponram-biriyani-2000x1333.webp");
}
.cid-tCYyhQa4no .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCYyhQa4no .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCYyhQa4no .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-tCYyhQa4no .content-wrap {
  width: 40%;
  background-color: #bf9341;
}
@media (max-width: 991px) {
  .cid-tCYyhQa4no .content-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tCYyhQa4no .content-wrap {
    width: 100%;
  }
}
.cid-tCYyhQa4no .text-content {
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(26, 34, 41, 0.1);
}
@media (max-width: 575px) {
  .cid-tCYyhQa4no .text-content {
    border-bottom: none;
  }
}
.cid-tCYyhQa4no .mbr-section-title {
  width: 100%;
  color: #1a2229;
  margin-top: 10px;
}
.cid-tCYyhQa4no .mbr-text {
  width: 100%;
  color: #1a2229;
  margin-top: 1rem;
}
.cid-tCYyhQa4no .icons-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tCYyhQa4no .border-icon {
  width: 100%;
  height: 1px;
  background-color: rgba(26, 34, 41, 0.1);
}
@media (max-width: 575px) {
  .cid-tCYyhQa4no .border-icon {
    display: none;
  }
}
.cid-tCYyhQa4no .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33333333%;
  border-right: 1px solid rgba(26, 34, 41, 0.1);
  transition: .4s all;
  overflow: hidden;
}
@media (max-width: 575px) {
  .cid-tCYyhQa4no .icon-container {
    width: 100%;
    border-top: 1px solid rgba(26, 34, 41, 0.1);
    border-right: none !important;
  }
}
.cid-tCYyhQa4no .icon-container:nth-child(3) {
  border-right: none;
}
.cid-tCYyhQa4no .icon-container:nth-child(3) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-tCYyhQa4no .icon-container:nth-child(3) a {
    margin-right: 0;
  }
}
.cid-tCYyhQa4no .icon-container:nth-child(7) {
  border-right: none;
}
.cid-tCYyhQa4no .icon-container:nth-child(7) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-tCYyhQa4no .icon-container:nth-child(7) a {
    margin-right: 0;
  }
}
.cid-tCYyhQa4no .icon-container .mbr-iconfont {
  color: #1a2229;
  font-size: 20px;
  transition: .4s all;
}
.cid-tCYyhQa4no .icon-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 88px;
  padding: 10px;
  transition: .4s all;
}
.cid-tCYyhQa4no .icon-container a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tCYyhQa4no .icon-container-1 a {
  background: linear-gradient(to right, #6eaf50 0, #6eaf50 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
}
.cid-tCYyhQa4no .icon-container-1 a:hover {
  background: linear-gradient(to right, #6eaf50 0, #6eaf50 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: left !important;
}
.cid-tCYyhQa4no .icon-container-2 a {
  background: linear-gradient(to top, #6eaf50 0, #6eaf50 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-tCYyhQa4no .icon-container-2 a:hover {
  background: linear-gradient(to top, #6eaf50 0, #6eaf50 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-tCYyhQa4no .icon-container-3 a {
  background: linear-gradient(to bottom, #6eaf50 0, #6eaf50 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-tCYyhQa4no .icon-container-3 a:hover {
  background: linear-gradient(to bottom, #6eaf50 0, #6eaf50 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-tmtH2GIPem {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-tmtH2GIPem .container {
  max-width: 1600px;
}
.cid-tmtH2GIPem .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tmtH2GIPem .media-container-row .mbr-text {
  color: #f8e5e4;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  position: relative !important;
}
.cid-ttaC1bGlJM .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-ttaC1bGlJM .iconfont-wrapper {
  overflow: hidden;
  color: #6eaf50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b84358;
  z-index: -1;
}
.cid-ttaC1bGlJM .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-item {
    border: 0;
  }
}
.cid-ttaC1bGlJM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-ttaC1bGlJM .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-ttaC1bGlJM .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-ttaC1bGlJM .title-wrap:hover span {
  color: white;
}
.cid-ttaC1bGlJM .title-wrap:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b84358;
}
.cid-ttaC1bGlJM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttaC1bGlJM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttaC1bGlJM .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttaC1bGlJM .nav-link {
  position: relative;
}
.cid-ttaC1bGlJM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .container {
    flex-wrap: nowrap;
  }
}
.cid-ttaC1bGlJM .dropdown-menu,
.cid-ttaC1bGlJM .navbar.opened {
  background: #ffffff !important;
}
.cid-ttaC1bGlJM .nav-item:focus,
.cid-ttaC1bGlJM .nav-link:focus {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttaC1bGlJM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttaC1bGlJM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.opened {
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttaC1bGlJM .navbar .navbar-logo img {
  width: auto;
}
.cid-ttaC1bGlJM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar.collapsed {
  justify-content: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttaC1bGlJM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttaC1bGlJM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttaC1bGlJM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttaC1bGlJM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttaC1bGlJM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttaC1bGlJM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttaC1bGlJM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttaC1bGlJM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttaC1bGlJM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown-item.active,
.cid-ttaC1bGlJM .dropdown-item:active {
  background-color: transparent;
}
.cid-ttaC1bGlJM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttaC1bGlJM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttaC1bGlJM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttaC1bGlJM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttaC1bGlJM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttaC1bGlJM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttaC1bGlJM .navbar {
    height: 70px;
  }
  .cid-ttaC1bGlJM .navbar.opened {
    height: auto;
  }
  .cid-ttaC1bGlJM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttaC1bGlJM .navbar-caption-wrap,
.cid-ttaC1bGlJM .title-wrap {
  color: #272727;
}
.cid-te6eB57j8W {
  background-image: url("../../../assets/images/process-of-dum-2000x1333.webp");
}
.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-te6eB57j8W .mbr-section-title-2 {
  color: #bf9341;
}
.cid-te6eB57j8W .mbr-section-title-3 {
  color: #bf9341;
}
.cid-te6gJggn1K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-te6gJggn1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6gJggn1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6gJggn1K .row {
  justify-content: left;
}
.cid-te6gJggn1K .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-te6gJggn1K .content-container {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-te6gJggn1K .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-te6gJggn1K .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-te6gJggn1K .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-te6gJggn1K .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-te6gJggn1K .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-te6gJggn1K .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-te6gJggn1K .point-frame-1 {
  top: 19px;
}
.cid-te6gJggn1K .point-frame-2 {
  bottom: 19px;
}
.cid-te6gJggn1K .title-container {
  width: 70%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-te6gJggn1K .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-te6gJggn1K .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-te6gJggn1K .text-container {
  width: 30%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-te6gJggn1K .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-te6gJggn1K .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-te6gJggn1K .item-container {
  width: 100%;
}
.cid-te6gJggn1K .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-te6gJggn1K .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-te6gJggn1K .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-te6gJggn1K .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-te6h3DJO9D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-te6h3DJO9D .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6h3DJO9D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6h3DJO9D .container {
  max-width: 900px;
}
.cid-te6h3DJO9D .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-te6h3DJO9D .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-te6h3DJO9D .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-te6h3DJO9D .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-te6h3DJO9D .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-te6h3DJO9D .card-box {
  width: 100%;
}
.cid-te6h3DJO9D .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-te6h3DJO9D .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-te6h3DJO9D .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-te6h3DJO9D .mbr-text {
    text-align: center !important;
  }
}
.cid-te6h3DJO9D .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-te6h3DJO9D .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-te6h3DJO9D .img-container {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-te6h3DJO9D .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-te6h3DJO9D .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-te6h3DJO9D .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-te6h3DJO9D .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-te6h3DJO9D .card-title,
.cid-te6h3DJO9D .mbr-section-btn {
  color: #77550a;
}
.cid-te6hlacjco {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ded7cd;
}
.cid-te6hlacjco .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6hlacjco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6hlacjco .container {
  max-width: 900px;
}
.cid-te6hlacjco .content-container {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-te6hlacjco .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-te6hlacjco .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-te6hlacjco .card-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-te6hlacjco .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-te6hlacjco .card-box {
  width: 100%;
}
.cid-te6hlacjco .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-te6hlacjco .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-te6hlacjco .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-te6hlacjco .mbr-text {
    text-align: center !important;
  }
}
.cid-te6hlacjco .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-te6hlacjco .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-te6hlacjco .img-container {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-te6hlacjco .img-container {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-te6hlacjco .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-te6hlacjco .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-te6hlacjco .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-te6hlacjco .card-title,
.cid-te6hlacjco .mbr-section-btn {
  color: #77550a;
}
.cid-tmyDgmP393 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-tmyDgmP393 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmyDgmP393 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmyDgmP393 .container {
  max-width: 900px;
}
.cid-tmyDgmP393 .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-tmyDgmP393 .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tmyDgmP393 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-tmyDgmP393 .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tmyDgmP393 .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-tmyDgmP393 .card-box {
  width: 100%;
}
.cid-tmyDgmP393 .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tmyDgmP393 .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-tmyDgmP393 .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-tmyDgmP393 .mbr-text {
    text-align: center !important;
  }
}
.cid-tmyDgmP393 .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tmyDgmP393 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tmyDgmP393 .img-container {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tmyDgmP393 .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tmyDgmP393 .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tmyDgmP393 .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tmyDgmP393 .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-tmyDgmP393 .card-title,
.cid-tmyDgmP393 .mbr-section-btn {
  color: #77550a;
}
.cid-tmyDicrDDG {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ded7cd;
}
.cid-tmyDicrDDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmyDicrDDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmyDicrDDG .container {
  max-width: 900px;
}
.cid-tmyDicrDDG .content-container {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tmyDicrDDG .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tmyDicrDDG .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tmyDicrDDG .card-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tmyDicrDDG .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-tmyDicrDDG .card-box {
  width: 100%;
}
.cid-tmyDicrDDG .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tmyDicrDDG .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-tmyDicrDDG .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-tmyDicrDDG .mbr-text {
    text-align: center !important;
  }
}
.cid-tmyDicrDDG .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tmyDicrDDG .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tmyDicrDDG .img-container {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-tmyDicrDDG .img-container {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tmyDicrDDG .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tmyDicrDDG .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tmyDicrDDG .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-tmyDicrDDG .card-title,
.cid-tmyDicrDDG .mbr-section-btn {
  color: #77550a;
}
.cid-tmyDkiffzR {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ded7cd;
}
.cid-tmyDkiffzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmyDkiffzR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmyDkiffzR .container {
  max-width: 900px;
}
.cid-tmyDkiffzR .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-tmyDkiffzR .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tmyDkiffzR .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-tmyDkiffzR .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tmyDkiffzR .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-tmyDkiffzR .card-box {
  width: 100%;
}
.cid-tmyDkiffzR .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tmyDkiffzR .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-tmyDkiffzR .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-tmyDkiffzR .mbr-text {
    text-align: center !important;
  }
}
.cid-tmyDkiffzR .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tmyDkiffzR .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tmyDkiffzR .img-container {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tmyDkiffzR .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tmyDkiffzR .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tmyDkiffzR .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tmyDkiffzR .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-tmyDkiffzR .card-title,
.cid-tmyDkiffzR .mbr-section-btn {
  color: #77550a;
}
.cid-te6lv7OxPm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-te6lv7OxPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6lv7OxPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6lv7OxPm .row {
  justify-content: left;
}
.cid-te6lv7OxPm .main-col {
  display: flex;
}
.cid-te6lv7OxPm .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-te6lv7OxPm .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-te6lv7OxPm .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.cid-te6lv7OxPm .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-te6ii4ofbm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #1a2229;
}
.cid-te6ii4ofbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6ii4ofbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6ii4ofbm .container {
  max-width: 100%;
  width: 100%;
}
.cid-te6ii4ofbm .row {
  justify-content: center;
}
.cid-te6ii4ofbm .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-te6ii4ofbm .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-te6ii4ofbm .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-te6kgYS8i7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-te6kgYS8i7 .container {
  max-width: 1600px;
}
.cid-te6kgYS8i7 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-te6kgYS8i7 .media-container-row .mbr-text {
  color: #f8e5e4;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  position: relative !important;
}
.cid-ttaC1bGlJM .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-ttaC1bGlJM .iconfont-wrapper {
  overflow: hidden;
  color: #6eaf50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b84358;
  z-index: -1;
}
.cid-ttaC1bGlJM .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-item {
    border: 0;
  }
}
.cid-ttaC1bGlJM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-ttaC1bGlJM .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-ttaC1bGlJM .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-ttaC1bGlJM .title-wrap:hover span {
  color: white;
}
.cid-ttaC1bGlJM .title-wrap:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b84358;
}
.cid-ttaC1bGlJM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttaC1bGlJM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttaC1bGlJM .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttaC1bGlJM .nav-link {
  position: relative;
}
.cid-ttaC1bGlJM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .container {
    flex-wrap: nowrap;
  }
}
.cid-ttaC1bGlJM .dropdown-menu,
.cid-ttaC1bGlJM .navbar.opened {
  background: #ffffff !important;
}
.cid-ttaC1bGlJM .nav-item:focus,
.cid-ttaC1bGlJM .nav-link:focus {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttaC1bGlJM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttaC1bGlJM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.opened {
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttaC1bGlJM .navbar .navbar-logo img {
  width: auto;
}
.cid-ttaC1bGlJM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar.collapsed {
  justify-content: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttaC1bGlJM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttaC1bGlJM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttaC1bGlJM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttaC1bGlJM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttaC1bGlJM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttaC1bGlJM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttaC1bGlJM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttaC1bGlJM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttaC1bGlJM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown-item.active,
.cid-ttaC1bGlJM .dropdown-item:active {
  background-color: transparent;
}
.cid-ttaC1bGlJM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttaC1bGlJM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttaC1bGlJM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttaC1bGlJM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttaC1bGlJM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttaC1bGlJM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttaC1bGlJM .navbar {
    height: 70px;
  }
  .cid-ttaC1bGlJM .navbar.opened {
    height: auto;
  }
  .cid-ttaC1bGlJM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttaC1bGlJM .navbar-caption-wrap,
.cid-ttaC1bGlJM .title-wrap {
  color: #272727;
}
.cid-ttczQ3Jlk5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dsc064931-2000x608.webp");
}
.cid-ttczQ3Jlk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttczQ3Jlk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttczQ3Jlk5 .row {
  justify-content: left;
}
.cid-ttczQ3Jlk5 .main-col {
  display: flex;
}
.cid-ttczQ3Jlk5 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1050px;
}
.cid-ttczQ3Jlk5 .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-ttczQ3Jlk5 .item-container {
    flex-wrap: wrap;
  }
}
.cid-ttczQ3Jlk5 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  width: 120px;
}
@media (max-width: 991px) {
  .cid-ttczQ3Jlk5 .item-img {
    display: none;
  }
}
.cid-ttczQ3Jlk5 .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-ttczQ3Jlk5 .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .cid-ttczQ3Jlk5 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-ttczQ3Jlk5 .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-ttczQ3Jlk5 .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-ttczQ3Jlk5 .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-ttczQ3Jlk5 .mbr-text-2 {
    margin: 0;
  }
}
.cid-ttczQ3Jlk5 .item-container-2 {
  align-items: center;
  justify-content: center !important;
}
.cid-ttczQ3Jlk5 .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-ttczQ3Jlk5 .item-container-2 {
    flex-wrap: nowrap;
  }
}
.cid-ttczQ3Jlk5 .item-container-4 {
  justify-content: center !important;
}
.cid-ttczQ3Jlk5 .item-container-4 .mbr-section-title {
  flex-grow: 0;
}
@media (min-width: 992px) {
  .cid-ttczQ3Jlk5 .item-container-4 .mbr-section-title {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-ttczQ3Jlk5 .item-container-4 {
    justify-content: center !important;
  }
}
.cid-tt9PRRweAE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ded7cd;
}
.cid-tt9PRRweAE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tt9PRRweAE .form-control,
.cid-tt9PRRweAE .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #ffffff;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-tt9PRRweAE .form-control::-webkit-input-placeholder,
.cid-tt9PRRweAE .field-input::-webkit-input-placeholder,
.cid-tt9PRRweAE .form-control::-webkit-input-placeholder,
.cid-tt9PRRweAE .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-tt9PRRweAE .form-control:-moz-placeholder,
.cid-tt9PRRweAE .field-input:-moz-placeholder,
.cid-tt9PRRweAE .form-control:-moz-placeholder,
.cid-tt9PRRweAE .field-input:-moz-placeholder {
  color: #606060;
}
.cid-tt9PRRweAE .form-control:hover,
.cid-tt9PRRweAE .field-input:hover,
.cid-tt9PRRweAE .form-control:focus,
.cid-tt9PRRweAE .field-input:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tt9PRRweAE .form-control:hover::-webkit-input-placeholder,
.cid-tt9PRRweAE .field-input:hover::-webkit-input-placeholder,
.cid-tt9PRRweAE .form-control:focus::-webkit-input-placeholder,
.cid-tt9PRRweAE .field-input:focus::-webkit-input-placeholder,
.cid-tt9PRRweAE .form-control:hover::-webkit-input-placeholder,
.cid-tt9PRRweAE .field-input:hover::-webkit-input-placeholder,
.cid-tt9PRRweAE .form-control:focus::-webkit-input-placeholder,
.cid-tt9PRRweAE .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-tt9PRRweAE .form-control:hover:-moz-placeholder,
.cid-tt9PRRweAE .field-input:hover:-moz-placeholder,
.cid-tt9PRRweAE .form-control:focus:-moz-placeholder,
.cid-tt9PRRweAE .field-input:focus:-moz-placeholder,
.cid-tt9PRRweAE .form-control:hover:-moz-placeholder,
.cid-tt9PRRweAE .field-input:hover:-moz-placeholder,
.cid-tt9PRRweAE .form-control:focus:-moz-placeholder,
.cid-tt9PRRweAE .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-tt9PRRweAE textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-tt9PRRweAE .jq-number__spin:hover,
.cid-tt9PRRweAE .jq-number__spin:focus {
  background-color: #ecedee;
  border-color: #ecedee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tt9PRRweAE .jq-number__spin {
  background-color: #ffffff;
  border-color: #ecedee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tt9PRRweAE .jq-selectbox li,
.cid-tt9PRRweAE .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tt9PRRweAE .jq-selectbox li:hover,
.cid-tt9PRRweAE .jq-selectbox li.selected {
  background-color: #ecedee;
  color: #000000;
}
.cid-tt9PRRweAE .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tt9PRRweAE .jq-number__spin.minus:hover:after,
.cid-tt9PRRweAE .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tt9PRRweAE .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tt9PRRweAE .jq-number__spin.minus:after,
.cid-tt9PRRweAE .jq-number__spin.plus:after {
  border-top-color: #ecedee;
  border-bottom-color: #ecedee;
}
.cid-tt9PRRweAE input::-webkit-clear-button {
  display: none;
}
.cid-tt9PRRweAE input::-webkit-inner-spin-button {
  display: none;
}
.cid-tt9PRRweAE input::-webkit-outer-spin-button {
  display: none;
}
.cid-tt9PRRweAE input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tt9PRRweAE .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #b84358;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tt9PRRweAE .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tt9PRRweAE .mbr-section-subtitle {
  color: #000000;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tt9PRRweAE .mbr-text {
  color: #606060;
}
.cid-tt9PRRweAE .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-tt9PRRweAE .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-tt9PRRweAE .required {
  color: #808080;
}
.cid-tt9PRRweAE .list-block .list-item-title {
  color: #404040;
  font-weight: 600;
}
.cid-tt9PRRweAE .list-block .list-item-title.display-7 {
  font-size: 18px;
}
.cid-tt9PRRweAE .list-block .list-item-text {
  color: #606060;
}
.cid-tt9PRRweAE .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-tt9PRRweAE .list-block {
  position: relative;
}
.cid-tt9PRRweAE .list-block h4,
.cid-tt9PRRweAE .list-block p {
  padding-left: 3.5rem;
}
.cid-tt9PRRweAE .card-img {
  display: block;
  font-size: 30px;
}
.cid-tt9PRRweAE .mbr-iconfont {
  color: #1a2229;
  font-size: 2rem;
}
.cid-tt9PRRweAE .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-tt9PRRweAE .form-control-label,
.cid-tt9PRRweAE .form-check {
  margin-left: 20px;
}
.cid-tt9PRRweAE .main-title {
  color: #bf9341;
}
.cid-tt9PRRweAE .list-block .list-item-text {
  color: #000000;
}
.cid-tt9PRRweAE .list-block .list-item-title {
  color: #000000;
}
.cid-tt9PRRweAE .required,
.cid-tt9PRRweAE .mbr-section-btn {
  color: #000000;
}
.cid-tmz3wctPEI .google-map {
  height: 25rem;
  position: relative;
}
.cid-tmz3wctPEI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tmz3wctPEI .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tmz3wctPEI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tmz3wctPEI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-te6kgYS8i7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-te6kgYS8i7 .container {
  max-width: 1600px;
}
.cid-te6kgYS8i7 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-te6kgYS8i7 .media-container-row .mbr-text {
  color: #f8e5e4;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  position: relative !important;
}
.cid-ttaC1bGlJM .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-ttaC1bGlJM .iconfont-wrapper {
  overflow: hidden;
  color: #6eaf50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b84358;
  z-index: -1;
}
.cid-ttaC1bGlJM .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-item {
    border: 0;
  }
}
.cid-ttaC1bGlJM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-ttaC1bGlJM .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-ttaC1bGlJM .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-ttaC1bGlJM .title-wrap:hover span {
  color: white;
}
.cid-ttaC1bGlJM .title-wrap:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b84358;
}
.cid-ttaC1bGlJM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttaC1bGlJM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttaC1bGlJM .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttaC1bGlJM .nav-link {
  position: relative;
}
.cid-ttaC1bGlJM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .container {
    flex-wrap: nowrap;
  }
}
.cid-ttaC1bGlJM .dropdown-menu,
.cid-ttaC1bGlJM .navbar.opened {
  background: #ffffff !important;
}
.cid-ttaC1bGlJM .nav-item:focus,
.cid-ttaC1bGlJM .nav-link:focus {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttaC1bGlJM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttaC1bGlJM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.opened {
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttaC1bGlJM .navbar .navbar-logo img {
  width: auto;
}
.cid-ttaC1bGlJM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar.collapsed {
  justify-content: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttaC1bGlJM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttaC1bGlJM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttaC1bGlJM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttaC1bGlJM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttaC1bGlJM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttaC1bGlJM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttaC1bGlJM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttaC1bGlJM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttaC1bGlJM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown-item.active,
.cid-ttaC1bGlJM .dropdown-item:active {
  background-color: transparent;
}
.cid-ttaC1bGlJM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttaC1bGlJM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttaC1bGlJM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttaC1bGlJM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttaC1bGlJM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttaC1bGlJM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttaC1bGlJM .navbar {
    height: 70px;
  }
  .cid-ttaC1bGlJM .navbar.opened {
    height: auto;
  }
  .cid-ttaC1bGlJM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttaC1bGlJM .navbar-caption-wrap,
.cid-ttaC1bGlJM .title-wrap {
  color: #272727;
}
.cid-tGMKJdfExK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-tGMKJdfExK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGMKJdfExK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGMKJdfExK .row {
  justify-content: left;
}
.cid-tGMKJdfExK .main-col {
  display: flex;
}
.cid-tGMKJdfExK .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tGMKJdfExK .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tGMKJdfExK .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.cid-tGMKJdfExK .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tta55KuCur {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1a2229;
}
.cid-tta55KuCur .mbr-overlay {
  z-index: 1;
}
.cid-tta55KuCur .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-tta55KuCur .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-tta55KuCur .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-tta55KuCur .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-tta55KuCur .item-img:hover img {
  transform: scale(1);
}
.cid-tta55KuCur .item-title {
  line-height: 1.25em;
  color: #bf9341;
}
.cid-tta55KuCur .mbr-section-title {
  line-height: 1.25em;
}
.cid-tta55KuCur .card-container {
  display: flex;
}
.cid-tta55KuCur .card-container .card {
  min-height: 809px;
  border-bottom: 1px solid #7F8678;
}
.cid-tta55KuCur .card-container .card .item-img {
  height: 461px;
  flex-grow: 1;
  flex-shrink: 0;
}
.cid-tta55KuCur .card-container .card .item-img img {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tta55KuCur .card-container .card {
    border-right: 1px solid #7F8678;
  }
}
.cid-tta55KuCur .cards-container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tta55KuCur .cards-container {
    flex-direction: column;
  }
}
.cid-tta55KuCur .cards-container .card {
  border-bottom: 1px solid #7F8678;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .cid-tta55KuCur .cards-container .card:first-child {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 992px) {
  .cid-tta55KuCur .cards-container .card:first-child {
    border-right: none;
  }
}
.cid-tta55KuCur .cards-container .card .item-img {
  display: flex;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-tta55KuCur .cards-container .card .item-img {
    height: 79px;
    flex-grow: 1;
  }
}
.cid-tta55KuCur .card {
  display: flex;
  flex-direction: column;
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-tta55KuCur .card {
    padding: 35px 35px 23px;
  }
}
.cid-tta55KuCur .data-item {
  display: flex;
  align-items: center;
}
.cid-tta55KuCur .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-tta55KuCur .link-wrap {
  margin: 30px 0 6px;
}
.cid-tta55KuCur .text-art {
  flex-grow: 1;
}
.cid-ttaoGOMvgv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bf9341;
  position: relative;
  overflow: hidden;
}
.cid-ttaoGOMvgv .container {
  max-width: 920px;
}
.cid-ttaoGOMvgv .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: #bf9341;
  border: 1px solid rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-ttaoGOMvgv .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-ttaoGOMvgv .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-ttaoGOMvgv .border-container {
    padding: 9% 7%;
  }
}
.cid-ttaoGOMvgv .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-ttaoGOMvgv .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-ttaoGOMvgv .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-ttaoGOMvgv .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-ttaoGOMvgv .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #bf9341;
  border-color: rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-ttaoGOMvgv .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-ttaoGOMvgv .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-ttaoGOMvgv .border-frame {
    width: 7%;
  }
}
.cid-ttaoGOMvgv .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ttaoGOMvgv .content-container {
    min-height: auto;
  }
}
.cid-ttaoGOMvgv .text-container {
  width: 100%;
}
.cid-ttaoGOMvgv .text-wrapper {
  width: 100%;
}
.cid-ttaoGOMvgv .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-ttaoGOMvgv .card-title {
  color: #1a2229;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-ttaoGOMvgv .mbr-section-btn {
  margin-top: 28px;
}
.cid-ttaoGOMvgv .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(26, 34, 41, 0.2);
}
.cid-ttaoGOMvgv .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-ttaoGOMvgv .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-ttaoGOMvgv .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-ttaoGOMvgv .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-ttaoGOMvgv .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-te6kgYS8i7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-te6kgYS8i7 .container {
  max-width: 1600px;
}
.cid-te6kgYS8i7 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-te6kgYS8i7 .media-container-row .mbr-text {
  color: #f8e5e4;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  position: relative !important;
}
.cid-ttaC1bGlJM .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-ttaC1bGlJM .iconfont-wrapper {
  overflow: hidden;
  color: #6eaf50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b84358;
  z-index: -1;
}
.cid-ttaC1bGlJM .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-item {
    border: 0;
  }
}
.cid-ttaC1bGlJM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-ttaC1bGlJM .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-ttaC1bGlJM .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-ttaC1bGlJM .title-wrap:hover span {
  color: white;
}
.cid-ttaC1bGlJM .title-wrap:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b84358;
}
.cid-ttaC1bGlJM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttaC1bGlJM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttaC1bGlJM .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttaC1bGlJM .nav-link {
  position: relative;
}
.cid-ttaC1bGlJM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .container {
    flex-wrap: nowrap;
  }
}
.cid-ttaC1bGlJM .dropdown-menu,
.cid-ttaC1bGlJM .navbar.opened {
  background: #ffffff !important;
}
.cid-ttaC1bGlJM .nav-item:focus,
.cid-ttaC1bGlJM .nav-link:focus {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttaC1bGlJM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttaC1bGlJM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.opened {
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttaC1bGlJM .navbar .navbar-logo img {
  width: auto;
}
.cid-ttaC1bGlJM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar.collapsed {
  justify-content: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttaC1bGlJM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttaC1bGlJM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttaC1bGlJM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttaC1bGlJM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttaC1bGlJM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttaC1bGlJM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttaC1bGlJM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttaC1bGlJM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttaC1bGlJM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown-item.active,
.cid-ttaC1bGlJM .dropdown-item:active {
  background-color: transparent;
}
.cid-ttaC1bGlJM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttaC1bGlJM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttaC1bGlJM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttaC1bGlJM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttaC1bGlJM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttaC1bGlJM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttaC1bGlJM .navbar {
    height: 70px;
  }
  .cid-ttaC1bGlJM .navbar.opened {
    height: auto;
  }
  .cid-ttaC1bGlJM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttaC1bGlJM .navbar-caption-wrap,
.cid-ttaC1bGlJM .title-wrap {
  color: #272727;
}
.cid-tBW923Wkto {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/252-aj-4960-2000x1333.webp");
}
.cid-tBW923Wkto .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBW923Wkto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBW923Wkto .row {
  justify-content: left;
}
.cid-tBW923Wkto .main-col {
  display: flex;
}
.cid-tBW923Wkto .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1050px;
}
.cid-tBW923Wkto .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tBW923Wkto .item-container {
    flex-wrap: wrap;
  }
}
.cid-tBW923Wkto .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  width: 120px;
}
@media (max-width: 991px) {
  .cid-tBW923Wkto .item-img {
    display: none;
  }
}
.cid-tBW923Wkto .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tBW923Wkto .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .cid-tBW923Wkto .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tBW923Wkto .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-tBW923Wkto .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tBW923Wkto .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-tBW923Wkto .mbr-text-2 {
    margin: 0;
  }
}
.cid-tBW923Wkto .item-container-2 {
  align-items: center;
  justify-content: center !important;
}
.cid-tBW923Wkto .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-tBW923Wkto .item-container-2 {
    flex-wrap: nowrap;
  }
}
.cid-tBW923Wkto .item-container-4 {
  justify-content: center !important;
}
.cid-tBW923Wkto .item-container-4 .mbr-section-title {
  flex-grow: 0;
}
@media (min-width: 992px) {
  .cid-tBW923Wkto .item-container-4 .mbr-section-title {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tBW923Wkto .item-container-4 {
    justify-content: center !important;
  }
}
.cid-uNjiASQ4aF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #bf9341;
}
.cid-uNjiASQ4aF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNjiASQ4aF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNjiASQ4aF .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNjiASQ4aF .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNjiASQ4aF .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uNjiASQ4aF .items-wrapper .item {
  padding: 0 10px;
}
.cid-uNjiASQ4aF .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uNjiASQ4aF .item {
    margin-bottom: 16px;
  }
}
.cid-uNjiASQ4aF .item .item-wrapper {
  padding: 10px;
  background-color: #1a2229;
  height: 100%;
}
.cid-uNjiASQ4aF .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uNjiASQ4aF .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uNjiASQ4aF .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uNjiASQ4aF .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uNjiASQ4aF .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uNjiASQ4aF .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uNjiASQ4aF .mbr-section-title {
  color: #1a2229;
  text-align: center;
}
.cid-uNjiASQ4aF .item-title {
  color: #000c3f;
}
.cid-uNjiASQ4aF .item-text {
  color: #000c3f;
}
.cid-uNjiASQ4aF .item-title,
.cid-uNjiASQ4aF .mbr-section-btn {
  color: #ffffff;
}
.cid-te6kgYS8i7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-te6kgYS8i7 .container {
  max-width: 1600px;
}
.cid-te6kgYS8i7 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-te6kgYS8i7 .media-container-row .mbr-text {
  color: #f8e5e4;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  position: relative !important;
}
.cid-ttaC1bGlJM .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-ttaC1bGlJM .iconfont-wrapper {
  overflow: hidden;
  color: #6eaf50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b84358;
  z-index: -1;
}
.cid-ttaC1bGlJM .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-item {
    border: 0;
  }
}
.cid-ttaC1bGlJM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-ttaC1bGlJM .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-ttaC1bGlJM .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-ttaC1bGlJM .title-wrap:hover span {
  color: white;
}
.cid-ttaC1bGlJM .title-wrap:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b84358;
}
.cid-ttaC1bGlJM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttaC1bGlJM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttaC1bGlJM .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttaC1bGlJM .nav-link {
  position: relative;
}
.cid-ttaC1bGlJM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .container {
    flex-wrap: nowrap;
  }
}
.cid-ttaC1bGlJM .dropdown-menu,
.cid-ttaC1bGlJM .navbar.opened {
  background: #ffffff !important;
}
.cid-ttaC1bGlJM .nav-item:focus,
.cid-ttaC1bGlJM .nav-link:focus {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttaC1bGlJM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttaC1bGlJM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.opened {
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttaC1bGlJM .navbar .navbar-logo img {
  width: auto;
}
.cid-ttaC1bGlJM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar.collapsed {
  justify-content: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttaC1bGlJM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttaC1bGlJM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttaC1bGlJM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttaC1bGlJM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttaC1bGlJM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttaC1bGlJM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttaC1bGlJM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttaC1bGlJM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttaC1bGlJM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown-item.active,
.cid-ttaC1bGlJM .dropdown-item:active {
  background-color: transparent;
}
.cid-ttaC1bGlJM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttaC1bGlJM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttaC1bGlJM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttaC1bGlJM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttaC1bGlJM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttaC1bGlJM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttaC1bGlJM .navbar {
    height: 70px;
  }
  .cid-ttaC1bGlJM .navbar.opened {
    height: auto;
  }
  .cid-ttaC1bGlJM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttaC1bGlJM .navbar-caption-wrap,
.cid-ttaC1bGlJM .title-wrap {
  color: #272727;
}
.cid-tGMKP0K0bX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-tGMKP0K0bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGMKP0K0bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGMKP0K0bX .row {
  justify-content: left;
}
.cid-tGMKP0K0bX .main-col {
  display: flex;
}
.cid-tGMKP0K0bX .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tGMKP0K0bX .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tGMKP0K0bX .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.cid-tGMKP0K0bX .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-ttaqdtMzda {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1a2229;
}
.cid-ttaqdtMzda .mbr-overlay {
  z-index: 1;
}
.cid-ttaqdtMzda .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-ttaqdtMzda .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ttaqdtMzda .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-ttaqdtMzda .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-ttaqdtMzda .item-img:hover img {
  transform: scale(1);
}
.cid-ttaqdtMzda .item-title {
  line-height: 1.25em;
  color: #bf9341;
}
.cid-ttaqdtMzda .mbr-section-title {
  line-height: 1.25em;
}
.cid-ttaqdtMzda .card-container {
  display: flex;
}
.cid-ttaqdtMzda .card-container .card {
  min-height: 809px;
  border-bottom: 1px solid #7F8678;
}
.cid-ttaqdtMzda .card-container .card .item-img {
  height: 461px;
  flex-grow: 1;
  flex-shrink: 0;
}
.cid-ttaqdtMzda .card-container .card .item-img img {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-ttaqdtMzda .card-container .card {
    border-right: 1px solid #7F8678;
  }
}
.cid-ttaqdtMzda .cards-container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ttaqdtMzda .cards-container {
    flex-direction: column;
  }
}
.cid-ttaqdtMzda .cards-container .card {
  border-bottom: 1px solid #7F8678;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .cid-ttaqdtMzda .cards-container .card:first-child {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 992px) {
  .cid-ttaqdtMzda .cards-container .card:first-child {
    border-right: none;
  }
}
.cid-ttaqdtMzda .cards-container .card .item-img {
  display: flex;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-ttaqdtMzda .cards-container .card .item-img {
    height: 79px;
    flex-grow: 1;
  }
}
.cid-ttaqdtMzda .card {
  display: flex;
  flex-direction: column;
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-ttaqdtMzda .card {
    padding: 35px 35px 23px;
  }
}
.cid-ttaqdtMzda .data-item {
  display: flex;
  align-items: center;
}
.cid-ttaqdtMzda .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-ttaqdtMzda .link-wrap {
  margin: 30px 0 6px;
}
.cid-ttaqdtMzda .text-art {
  flex-grow: 1;
}
.cid-ttaqdwNypp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bf9341;
  position: relative;
  overflow: hidden;
}
.cid-ttaqdwNypp .container {
  max-width: 920px;
}
.cid-ttaqdwNypp .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: #bf9341;
  border: 1px solid rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-ttaqdwNypp .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-ttaqdwNypp .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-ttaqdwNypp .border-container {
    padding: 9% 7%;
  }
}
.cid-ttaqdwNypp .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-ttaqdwNypp .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-ttaqdwNypp .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-ttaqdwNypp .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-ttaqdwNypp .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #bf9341;
  border-color: rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-ttaqdwNypp .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-ttaqdwNypp .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-ttaqdwNypp .border-frame {
    width: 7%;
  }
}
.cid-ttaqdwNypp .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ttaqdwNypp .content-container {
    min-height: auto;
  }
}
.cid-ttaqdwNypp .text-container {
  width: 100%;
}
.cid-ttaqdwNypp .text-wrapper {
  width: 100%;
}
.cid-ttaqdwNypp .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-ttaqdwNypp .card-title {
  color: #1a2229;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-ttaqdwNypp .mbr-section-btn {
  margin-top: 28px;
}
.cid-ttaqdwNypp .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(26, 34, 41, 0.2);
}
.cid-ttaqdwNypp .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-ttaqdwNypp .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-ttaqdwNypp .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-ttaqdwNypp .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-ttaqdwNypp .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-ttaqdxRd5W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-ttaqdxRd5W .container {
  max-width: 1600px;
}
.cid-ttaqdxRd5W .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ttaqdxRd5W .media-container-row .mbr-text {
  color: #f8e5e4;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  position: relative !important;
}
.cid-ttaC1bGlJM .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-ttaC1bGlJM .iconfont-wrapper {
  overflow: hidden;
  color: #6eaf50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b84358;
  z-index: -1;
}
.cid-ttaC1bGlJM .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-item {
    border: 0;
  }
}
.cid-ttaC1bGlJM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-ttaC1bGlJM .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-ttaC1bGlJM .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-ttaC1bGlJM .title-wrap:hover span {
  color: white;
}
.cid-ttaC1bGlJM .title-wrap:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b84358;
}
.cid-ttaC1bGlJM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttaC1bGlJM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttaC1bGlJM .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttaC1bGlJM .nav-link {
  position: relative;
}
.cid-ttaC1bGlJM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .container {
    flex-wrap: nowrap;
  }
}
.cid-ttaC1bGlJM .dropdown-menu,
.cid-ttaC1bGlJM .navbar.opened {
  background: #ffffff !important;
}
.cid-ttaC1bGlJM .nav-item:focus,
.cid-ttaC1bGlJM .nav-link:focus {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttaC1bGlJM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttaC1bGlJM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.opened {
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttaC1bGlJM .navbar .navbar-logo img {
  width: auto;
}
.cid-ttaC1bGlJM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar.collapsed {
  justify-content: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttaC1bGlJM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttaC1bGlJM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttaC1bGlJM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttaC1bGlJM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttaC1bGlJM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttaC1bGlJM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttaC1bGlJM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttaC1bGlJM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttaC1bGlJM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown-item.active,
.cid-ttaC1bGlJM .dropdown-item:active {
  background-color: transparent;
}
.cid-ttaC1bGlJM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttaC1bGlJM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttaC1bGlJM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttaC1bGlJM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttaC1bGlJM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttaC1bGlJM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttaC1bGlJM .navbar {
    height: 70px;
  }
  .cid-ttaC1bGlJM .navbar.opened {
    height: auto;
  }
  .cid-ttaC1bGlJM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttaC1bGlJM .navbar-caption-wrap,
.cid-ttaC1bGlJM .title-wrap {
  color: #272727;
}
.cid-tGMIZthsxD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-tGMIZthsxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGMIZthsxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGMIZthsxD .row {
  justify-content: left;
}
.cid-tGMIZthsxD .main-col {
  display: flex;
}
.cid-tGMIZthsxD .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tGMIZthsxD .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tGMIZthsxD .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.cid-tGMIZthsxD .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-ttaqEhw7CY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1a2229;
}
.cid-ttaqEhw7CY .mbr-overlay {
  z-index: 1;
}
.cid-ttaqEhw7CY .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-ttaqEhw7CY .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-ttaqEhw7CY .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-ttaqEhw7CY .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-ttaqEhw7CY .item-img:hover img {
  transform: scale(1);
}
.cid-ttaqEhw7CY .item-title {
  line-height: 1.25em;
  color: #bf9341;
}
.cid-ttaqEhw7CY .mbr-section-title {
  line-height: 1.25em;
}
.cid-ttaqEhw7CY .card-container {
  display: flex;
}
.cid-ttaqEhw7CY .card-container .card {
  min-height: 809px;
  border-bottom: 1px solid #7F8678;
}
.cid-ttaqEhw7CY .card-container .card .item-img {
  height: 461px;
  flex-grow: 1;
  flex-shrink: 0;
}
.cid-ttaqEhw7CY .card-container .card .item-img img {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-ttaqEhw7CY .card-container .card {
    border-right: 1px solid #7F8678;
  }
}
.cid-ttaqEhw7CY .cards-container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-ttaqEhw7CY .cards-container {
    flex-direction: column;
  }
}
.cid-ttaqEhw7CY .cards-container .card {
  border-bottom: 1px solid #7F8678;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .cid-ttaqEhw7CY .cards-container .card:first-child {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 992px) {
  .cid-ttaqEhw7CY .cards-container .card:first-child {
    border-right: none;
  }
}
.cid-ttaqEhw7CY .cards-container .card .item-img {
  display: flex;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-ttaqEhw7CY .cards-container .card .item-img {
    height: 79px;
    flex-grow: 1;
  }
}
.cid-ttaqEhw7CY .card {
  display: flex;
  flex-direction: column;
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-ttaqEhw7CY .card {
    padding: 35px 35px 23px;
  }
}
.cid-ttaqEhw7CY .data-item {
  display: flex;
  align-items: center;
}
.cid-ttaqEhw7CY .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-ttaqEhw7CY .link-wrap {
  margin: 30px 0 6px;
}
.cid-ttaqEhw7CY .text-art {
  flex-grow: 1;
}
.cid-ttaqEk6KEr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bf9341;
  position: relative;
  overflow: hidden;
}
.cid-ttaqEk6KEr .container {
  max-width: 920px;
}
.cid-ttaqEk6KEr .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: #bf9341;
  border: 1px solid rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-ttaqEk6KEr .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-ttaqEk6KEr .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-ttaqEk6KEr .border-container {
    padding: 9% 7%;
  }
}
.cid-ttaqEk6KEr .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-ttaqEk6KEr .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-ttaqEk6KEr .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-ttaqEk6KEr .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-ttaqEk6KEr .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #bf9341;
  border-color: rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-ttaqEk6KEr .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-ttaqEk6KEr .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-ttaqEk6KEr .border-frame {
    width: 7%;
  }
}
.cid-ttaqEk6KEr .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ttaqEk6KEr .content-container {
    min-height: auto;
  }
}
.cid-ttaqEk6KEr .text-container {
  width: 100%;
}
.cid-ttaqEk6KEr .text-wrapper {
  width: 100%;
}
.cid-ttaqEk6KEr .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-ttaqEk6KEr .card-title {
  color: #1a2229;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-ttaqEk6KEr .mbr-section-btn {
  margin-top: 28px;
}
.cid-ttaqEk6KEr .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(26, 34, 41, 0.2);
}
.cid-ttaqEk6KEr .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-ttaqEk6KEr .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-ttaqEk6KEr .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-ttaqEk6KEr .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-ttaqEk6KEr .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-ttaqEl7i44 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-ttaqEl7i44 .container {
  max-width: 1600px;
}
.cid-ttaqEl7i44 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ttaqEl7i44 .media-container-row .mbr-text {
  color: #f8e5e4;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  position: relative !important;
}
.cid-ttaC1bGlJM .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-ttaC1bGlJM .iconfont-wrapper {
  overflow: hidden;
  color: #6eaf50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b84358;
  z-index: -1;
}
.cid-ttaC1bGlJM .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-item {
    border: 0;
  }
}
.cid-ttaC1bGlJM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-ttaC1bGlJM .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-ttaC1bGlJM .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-ttaC1bGlJM .title-wrap:hover span {
  color: white;
}
.cid-ttaC1bGlJM .title-wrap:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b84358;
}
.cid-ttaC1bGlJM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttaC1bGlJM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttaC1bGlJM .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttaC1bGlJM .nav-link {
  position: relative;
}
.cid-ttaC1bGlJM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .container {
    flex-wrap: nowrap;
  }
}
.cid-ttaC1bGlJM .dropdown-menu,
.cid-ttaC1bGlJM .navbar.opened {
  background: #ffffff !important;
}
.cid-ttaC1bGlJM .nav-item:focus,
.cid-ttaC1bGlJM .nav-link:focus {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttaC1bGlJM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttaC1bGlJM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.opened {
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttaC1bGlJM .navbar .navbar-logo img {
  width: auto;
}
.cid-ttaC1bGlJM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar.collapsed {
  justify-content: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttaC1bGlJM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttaC1bGlJM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttaC1bGlJM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttaC1bGlJM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttaC1bGlJM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttaC1bGlJM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttaC1bGlJM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttaC1bGlJM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttaC1bGlJM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown-item.active,
.cid-ttaC1bGlJM .dropdown-item:active {
  background-color: transparent;
}
.cid-ttaC1bGlJM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttaC1bGlJM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttaC1bGlJM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttaC1bGlJM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttaC1bGlJM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttaC1bGlJM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttaC1bGlJM .navbar {
    height: 70px;
  }
  .cid-ttaC1bGlJM .navbar.opened {
    height: auto;
  }
  .cid-ttaC1bGlJM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttaC1bGlJM .navbar-caption-wrap,
.cid-ttaC1bGlJM .title-wrap {
  color: #272727;
}
.cid-ttazRDPjPR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0e2d3b;
}
@media (max-width: 991px) {
  .cid-ttazRDPjPR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttazRDPjPR .row {
  flex-direction: row-reverse;
}
.cid-ttazRDPjPR img {
  width: 100%;
}
.cid-ttazRDPjPR .mbr-section-title {
  margin-bottom: 1rem;
  color: #6870d1;
  text-align: center;
}
.cid-ttazRDPjPR .mbr-text {
  margin-bottom: 4.5rem;
  color: #3a3e5e;
  text-align: center;
}
.cid-ttazRDPjPR .image-wrapper img {
  border-radius: 15px;
}
.cid-ttcBGJcJzC {
  background-color: #f8e5e4;
}
.cid-ttcBGJcJzC .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-ttcBGJcJzC .card .card-wrapper {
  height: 1%;
}
.cid-ttcBGJcJzC .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-ttcBGJcJzC .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-ttcBGJcJzC .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-ttcBGJcJzC .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-ttcBGJcJzC .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-ttcBGJcJzC {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-ttcBGJcJzC .container-fluid {
    padding: 0 1rem;
  }
  .cid-ttcBGJcJzC .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ttcBGJcJzC {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-ttcBGJcJzC .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-ttcBGJcJzC .card-btn {
    opacity: 1;
  }
}
.cid-ttcBGJcJzC p {
  margin-bottom: 0;
}
.cid-ttcBGJcJzC h2 {
  margin-bottom: 1rem;
}
.cid-ttcBGJcJzC .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-ttcBGJcJzC .btn-line {
  margin-top: 3rem;
}
.cid-ttcBGJcJzC .mbr-section-subtitle,
.cid-ttcBGJcJzC .title-btn {
  text-align: left;
}
.cid-ttazkFR15n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-ttazkFR15n .container {
  max-width: 1600px;
}
.cid-ttazkFR15n .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ttazkFR15n .media-container-row .mbr-text {
  color: #f8e5e4;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  position: relative !important;
}
.cid-ttaC1bGlJM .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-ttaC1bGlJM .iconfont-wrapper {
  overflow: hidden;
  color: #6eaf50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b84358;
  z-index: -1;
}
.cid-ttaC1bGlJM .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-item {
    border: 0;
  }
}
.cid-ttaC1bGlJM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-ttaC1bGlJM .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-ttaC1bGlJM .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-ttaC1bGlJM .title-wrap:hover span {
  color: white;
}
.cid-ttaC1bGlJM .title-wrap:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b84358;
}
.cid-ttaC1bGlJM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttaC1bGlJM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttaC1bGlJM .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttaC1bGlJM .nav-link {
  position: relative;
}
.cid-ttaC1bGlJM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .container {
    flex-wrap: nowrap;
  }
}
.cid-ttaC1bGlJM .dropdown-menu,
.cid-ttaC1bGlJM .navbar.opened {
  background: #ffffff !important;
}
.cid-ttaC1bGlJM .nav-item:focus,
.cid-ttaC1bGlJM .nav-link:focus {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttaC1bGlJM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttaC1bGlJM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.opened {
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttaC1bGlJM .navbar .navbar-logo img {
  width: auto;
}
.cid-ttaC1bGlJM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar.collapsed {
  justify-content: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttaC1bGlJM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttaC1bGlJM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttaC1bGlJM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttaC1bGlJM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttaC1bGlJM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttaC1bGlJM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttaC1bGlJM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttaC1bGlJM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttaC1bGlJM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown-item.active,
.cid-ttaC1bGlJM .dropdown-item:active {
  background-color: transparent;
}
.cid-ttaC1bGlJM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttaC1bGlJM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttaC1bGlJM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttaC1bGlJM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttaC1bGlJM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttaC1bGlJM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttaC1bGlJM .navbar {
    height: 70px;
  }
  .cid-ttaC1bGlJM .navbar.opened {
    height: auto;
  }
  .cid-ttaC1bGlJM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttaC1bGlJM .navbar-caption-wrap,
.cid-ttaC1bGlJM .title-wrap {
  color: #272727;
}
.cid-ttaAd52zJk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0e2d3b;
}
@media (max-width: 991px) {
  .cid-ttaAd52zJk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttaAd52zJk .row {
  flex-direction: row-reverse;
}
.cid-ttaAd52zJk img {
  width: 100%;
}
.cid-ttaAd52zJk .mbr-section-title {
  margin-bottom: 1rem;
  color: #6870d1;
  text-align: center;
}
.cid-ttaAd52zJk .mbr-text {
  margin-bottom: 4.5rem;
  color: #3a3e5e;
  text-align: center;
}
.cid-ttaAd52zJk .image-wrapper img {
  border-radius: 15px;
}
.cid-ttcC1NnYIB {
  background-color: #f8e5e4;
}
.cid-ttcC1NnYIB .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-ttcC1NnYIB .card .card-wrapper {
  height: 1%;
}
.cid-ttcC1NnYIB .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-ttcC1NnYIB .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-ttcC1NnYIB .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-ttcC1NnYIB .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-ttcC1NnYIB .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-ttcC1NnYIB {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-ttcC1NnYIB .container-fluid {
    padding: 0 1rem;
  }
  .cid-ttcC1NnYIB .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ttcC1NnYIB {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-ttcC1NnYIB .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-ttcC1NnYIB .card-btn {
    opacity: 1;
  }
}
.cid-ttcC1NnYIB p {
  margin-bottom: 0;
}
.cid-ttcC1NnYIB h2 {
  margin-bottom: 1rem;
}
.cid-ttcC1NnYIB .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-ttcC1NnYIB .btn-line {
  margin-top: 3rem;
}
.cid-ttcC1NnYIB .mbr-section-subtitle,
.cid-ttcC1NnYIB .title-btn {
  text-align: left;
}
.cid-ttaAd6C7NL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-ttaAd6C7NL .container {
  max-width: 1600px;
}
.cid-ttaAd6C7NL .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ttaAd6C7NL .media-container-row .mbr-text {
  color: #f8e5e4;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  position: relative !important;
}
.cid-ttaC1bGlJM .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-ttaC1bGlJM .iconfont-wrapper {
  overflow: hidden;
  color: #6eaf50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b84358;
  z-index: -1;
}
.cid-ttaC1bGlJM .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-item {
    border: 0;
  }
}
.cid-ttaC1bGlJM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-ttaC1bGlJM .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-ttaC1bGlJM .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-ttaC1bGlJM .title-wrap:hover span {
  color: white;
}
.cid-ttaC1bGlJM .title-wrap:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b84358;
}
.cid-ttaC1bGlJM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttaC1bGlJM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttaC1bGlJM .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttaC1bGlJM .nav-link {
  position: relative;
}
.cid-ttaC1bGlJM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .container {
    flex-wrap: nowrap;
  }
}
.cid-ttaC1bGlJM .dropdown-menu,
.cid-ttaC1bGlJM .navbar.opened {
  background: #ffffff !important;
}
.cid-ttaC1bGlJM .nav-item:focus,
.cid-ttaC1bGlJM .nav-link:focus {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttaC1bGlJM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttaC1bGlJM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.opened {
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttaC1bGlJM .navbar .navbar-logo img {
  width: auto;
}
.cid-ttaC1bGlJM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar.collapsed {
  justify-content: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttaC1bGlJM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttaC1bGlJM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttaC1bGlJM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttaC1bGlJM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttaC1bGlJM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttaC1bGlJM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttaC1bGlJM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttaC1bGlJM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttaC1bGlJM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown-item.active,
.cid-ttaC1bGlJM .dropdown-item:active {
  background-color: transparent;
}
.cid-ttaC1bGlJM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttaC1bGlJM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttaC1bGlJM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttaC1bGlJM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttaC1bGlJM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttaC1bGlJM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttaC1bGlJM .navbar {
    height: 70px;
  }
  .cid-ttaC1bGlJM .navbar.opened {
    height: auto;
  }
  .cid-ttaC1bGlJM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttaC1bGlJM .navbar-caption-wrap,
.cid-ttaC1bGlJM .title-wrap {
  color: #272727;
}
.cid-ttaAjcjxgV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0e2d3b;
}
@media (max-width: 991px) {
  .cid-ttaAjcjxgV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttaAjcjxgV .row {
  flex-direction: row-reverse;
}
.cid-ttaAjcjxgV img {
  width: 100%;
}
.cid-ttaAjcjxgV .mbr-section-title {
  margin-bottom: 1rem;
  color: #6870d1;
  text-align: center;
}
.cid-ttaAjcjxgV .mbr-text {
  margin-bottom: 4.5rem;
  color: #3a3e5e;
  text-align: center;
}
.cid-ttaAjcjxgV .image-wrapper img {
  border-radius: 15px;
}
.cid-ttcC4D8KD7 {
  background-color: #f8e5e4;
}
.cid-ttcC4D8KD7 .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-ttcC4D8KD7 .card .card-wrapper {
  height: 1%;
}
.cid-ttcC4D8KD7 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-ttcC4D8KD7 .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-ttcC4D8KD7 .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-ttcC4D8KD7 .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-ttcC4D8KD7 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-ttcC4D8KD7 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-ttcC4D8KD7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ttcC4D8KD7 .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ttcC4D8KD7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-ttcC4D8KD7 .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-ttcC4D8KD7 .card-btn {
    opacity: 1;
  }
}
.cid-ttcC4D8KD7 p {
  margin-bottom: 0;
}
.cid-ttcC4D8KD7 h2 {
  margin-bottom: 1rem;
}
.cid-ttcC4D8KD7 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-ttcC4D8KD7 .btn-line {
  margin-top: 3rem;
}
.cid-ttcC4D8KD7 .mbr-section-subtitle,
.cid-ttcC4D8KD7 .title-btn {
  text-align: left;
}
.cid-ttaAjdSrgz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-ttaAjdSrgz .container {
  max-width: 1600px;
}
.cid-ttaAjdSrgz .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ttaAjdSrgz .media-container-row .mbr-text {
  color: #f8e5e4;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  position: relative !important;
}
.cid-ttaC1bGlJM .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-ttaC1bGlJM .iconfont-wrapper {
  overflow: hidden;
  color: #6eaf50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b84358;
  z-index: -1;
}
.cid-ttaC1bGlJM .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-item {
    border: 0;
  }
}
.cid-ttaC1bGlJM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-ttaC1bGlJM .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-ttaC1bGlJM .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-ttaC1bGlJM .title-wrap:hover span {
  color: white;
}
.cid-ttaC1bGlJM .title-wrap:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b84358;
}
.cid-ttaC1bGlJM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttaC1bGlJM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttaC1bGlJM .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttaC1bGlJM .nav-link {
  position: relative;
}
.cid-ttaC1bGlJM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .container {
    flex-wrap: nowrap;
  }
}
.cid-ttaC1bGlJM .dropdown-menu,
.cid-ttaC1bGlJM .navbar.opened {
  background: #ffffff !important;
}
.cid-ttaC1bGlJM .nav-item:focus,
.cid-ttaC1bGlJM .nav-link:focus {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttaC1bGlJM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttaC1bGlJM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.opened {
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttaC1bGlJM .navbar .navbar-logo img {
  width: auto;
}
.cid-ttaC1bGlJM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar.collapsed {
  justify-content: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttaC1bGlJM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttaC1bGlJM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttaC1bGlJM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttaC1bGlJM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttaC1bGlJM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttaC1bGlJM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttaC1bGlJM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttaC1bGlJM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttaC1bGlJM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown-item.active,
.cid-ttaC1bGlJM .dropdown-item:active {
  background-color: transparent;
}
.cid-ttaC1bGlJM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttaC1bGlJM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttaC1bGlJM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttaC1bGlJM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttaC1bGlJM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttaC1bGlJM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttaC1bGlJM .navbar {
    height: 70px;
  }
  .cid-ttaC1bGlJM .navbar.opened {
    height: auto;
  }
  .cid-ttaC1bGlJM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttaC1bGlJM .navbar-caption-wrap,
.cid-ttaC1bGlJM .title-wrap {
  color: #272727;
}
.cid-ttaAnS7mm3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0e2d3b;
}
@media (max-width: 991px) {
  .cid-ttaAnS7mm3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttaAnS7mm3 .row {
  flex-direction: row-reverse;
}
.cid-ttaAnS7mm3 img {
  width: 100%;
}
.cid-ttaAnS7mm3 .mbr-section-title {
  margin-bottom: 1rem;
  color: #6870d1;
  text-align: center;
}
.cid-ttaAnS7mm3 .mbr-text {
  margin-bottom: 4.5rem;
  color: #3a3e5e;
  text-align: center;
}
.cid-ttaAnS7mm3 .image-wrapper img {
  border-radius: 15px;
}
.cid-ttcC6IEAl1 {
  background-color: #f8e5e4;
}
.cid-ttcC6IEAl1 .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-ttcC6IEAl1 .card .card-wrapper {
  height: 1%;
}
.cid-ttcC6IEAl1 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-ttcC6IEAl1 .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-ttcC6IEAl1 .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-ttcC6IEAl1 .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-ttcC6IEAl1 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-ttcC6IEAl1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-ttcC6IEAl1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ttcC6IEAl1 .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ttcC6IEAl1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-ttcC6IEAl1 .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-ttcC6IEAl1 .card-btn {
    opacity: 1;
  }
}
.cid-ttcC6IEAl1 p {
  margin-bottom: 0;
}
.cid-ttcC6IEAl1 h2 {
  margin-bottom: 1rem;
}
.cid-ttcC6IEAl1 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-ttcC6IEAl1 .btn-line {
  margin-top: 3rem;
}
.cid-ttcC6IEAl1 .mbr-section-subtitle,
.cid-ttcC6IEAl1 .title-btn {
  text-align: left;
}
.cid-ttaAnTLab1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-ttaAnTLab1 .container {
  max-width: 1600px;
}
.cid-ttaAnTLab1 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ttaAnTLab1 .media-container-row .mbr-text {
  color: #f8e5e4;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  position: relative !important;
}
.cid-ttaC1bGlJM .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-ttaC1bGlJM .iconfont-wrapper {
  overflow: hidden;
  color: #6eaf50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-ttaC1bGlJM .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b84358;
  z-index: -1;
}
.cid-ttaC1bGlJM .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-item {
    border: 0;
  }
}
.cid-ttaC1bGlJM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-ttaC1bGlJM .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-ttaC1bGlJM .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-ttaC1bGlJM .title-wrap:hover span {
  color: white;
}
.cid-ttaC1bGlJM .title-wrap:hover:before {
  height: 100%;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b84358;
}
.cid-ttaC1bGlJM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttaC1bGlJM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttaC1bGlJM .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-ttaC1bGlJM .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttaC1bGlJM .nav-link {
  position: relative;
}
.cid-ttaC1bGlJM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .container {
    flex-wrap: nowrap;
  }
}
.cid-ttaC1bGlJM .dropdown-menu,
.cid-ttaC1bGlJM .navbar.opened {
  background: #ffffff !important;
}
.cid-ttaC1bGlJM .nav-item:focus,
.cid-ttaC1bGlJM .nav-link:focus {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttaC1bGlJM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttaC1bGlJM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttaC1bGlJM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttaC1bGlJM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.opened {
  transition: all 0.3s;
}
.cid-ttaC1bGlJM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttaC1bGlJM .navbar .navbar-logo img {
  width: auto;
}
.cid-ttaC1bGlJM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar.collapsed {
  justify-content: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttaC1bGlJM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttaC1bGlJM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttaC1bGlJM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttaC1bGlJM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttaC1bGlJM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttaC1bGlJM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttaC1bGlJM .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-ttaC1bGlJM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttaC1bGlJM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttaC1bGlJM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttaC1bGlJM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttaC1bGlJM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttaC1bGlJM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttaC1bGlJM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttaC1bGlJM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttaC1bGlJM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttaC1bGlJM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttaC1bGlJM .dropdown-item.active,
.cid-ttaC1bGlJM .dropdown-item:active {
  background-color: transparent;
}
.cid-ttaC1bGlJM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttaC1bGlJM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ttaC1bGlJM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttaC1bGlJM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttaC1bGlJM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttaC1bGlJM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttaC1bGlJM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttaC1bGlJM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttaC1bGlJM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttaC1bGlJM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttaC1bGlJM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttaC1bGlJM .navbar {
    height: 70px;
  }
  .cid-ttaC1bGlJM .navbar.opened {
    height: auto;
  }
  .cid-ttaC1bGlJM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttaC1bGlJM .navbar-caption-wrap,
.cid-ttaC1bGlJM .title-wrap {
  color: #272727;
}
.cid-ttaBwd5FmY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0e2d3b;
}
@media (max-width: 991px) {
  .cid-ttaBwd5FmY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttaBwd5FmY .row {
  flex-direction: row-reverse;
}
.cid-ttaBwd5FmY img {
  width: 100%;
}
.cid-ttaBwd5FmY .mbr-section-title {
  margin-bottom: 1rem;
  color: #6870d1;
  text-align: center;
}
.cid-ttaBwd5FmY .mbr-text {
  margin-bottom: 4.5rem;
  color: #3a3e5e;
  text-align: center;
}
.cid-ttaBwd5FmY .image-wrapper img {
  border-radius: 15px;
}
.cid-ttcC8NFp37 {
  background-color: #f8e5e4;
}
.cid-ttcC8NFp37 .container-fluid {
  padding: 0 2em;
  max-width: 1300px;
}
.cid-ttcC8NFp37 .card .card-wrapper {
  height: 1%;
}
.cid-ttcC8NFp37 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-ttcC8NFp37 .card .card-wrapper .card-img img {
  transition: all 0.5s;
}
.cid-ttcC8NFp37 .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all 0.5s;
}
.cid-ttcC8NFp37 .card-img:hover .card-btn {
  display: block;
  opacity: 1;
}
.cid-ttcC8NFp37 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-ttcC8NFp37 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cid-ttcC8NFp37 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ttcC8NFp37 .text-row {
    padding-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-ttcC8NFp37 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-ttcC8NFp37 .card-btn {
  position: absolute;
  transition: 0.8s;
  opacity: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .cid-ttcC8NFp37 .card-btn {
    opacity: 1;
  }
}
.cid-ttcC8NFp37 p {
  margin-bottom: 0;
}
.cid-ttcC8NFp37 h2 {
  margin-bottom: 1rem;
}
.cid-ttcC8NFp37 .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-ttcC8NFp37 .btn-line {
  margin-top: 3rem;
}
.cid-ttcC8NFp37 .mbr-section-subtitle,
.cid-ttcC8NFp37 .title-btn {
  text-align: left;
}
.cid-ttaBweJzd1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-ttaBweJzd1 .container {
  max-width: 1600px;
}
.cid-ttaBweJzd1 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ttaBweJzd1 .media-container-row .mbr-text {
  color: #f8e5e4;
}
.cid-tCYScjNSkL .navbar-dropdown {
  position: relative !important;
}
.cid-tCYScjNSkL .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tCYScjNSkL .iconfont-wrapper {
  overflow: hidden;
  color: #6eaf50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tCYScjNSkL .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tCYScjNSkL .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tCYScjNSkL .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b84358;
  z-index: -1;
}
.cid-tCYScjNSkL .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tCYScjNSkL .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tCYScjNSkL .nav-item {
    border: 0;
  }
}
.cid-tCYScjNSkL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tCYScjNSkL .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tCYScjNSkL .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tCYScjNSkL .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tCYScjNSkL .title-wrap:hover span {
  color: white;
}
.cid-tCYScjNSkL .title-wrap:hover:before {
  height: 100%;
}
.cid-tCYScjNSkL .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-tCYScjNSkL .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b84358;
}
.cid-tCYScjNSkL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCYScjNSkL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCYScjNSkL .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tCYScjNSkL .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tCYScjNSkL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCYScjNSkL .nav-link {
  position: relative;
}
.cid-tCYScjNSkL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tCYScjNSkL .container {
    flex-wrap: nowrap;
  }
}
.cid-tCYScjNSkL .dropdown-menu,
.cid-tCYScjNSkL .navbar.opened {
  background: #ffffff !important;
}
.cid-tCYScjNSkL .nav-item:focus,
.cid-tCYScjNSkL .nav-link:focus {
  outline: none;
}
.cid-tCYScjNSkL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCYScjNSkL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCYScjNSkL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCYScjNSkL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCYScjNSkL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCYScjNSkL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCYScjNSkL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tCYScjNSkL .navbar.opened {
  transition: all 0.3s;
}
.cid-tCYScjNSkL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCYScjNSkL .navbar .navbar-logo img {
  width: auto;
}
.cid-tCYScjNSkL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCYScjNSkL .navbar.collapsed {
  justify-content: center;
}
.cid-tCYScjNSkL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCYScjNSkL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCYScjNSkL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-tCYScjNSkL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCYScjNSkL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCYScjNSkL .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-tCYScjNSkL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCYScjNSkL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCYScjNSkL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCYScjNSkL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCYScjNSkL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCYScjNSkL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCYScjNSkL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCYScjNSkL .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-tCYScjNSkL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCYScjNSkL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCYScjNSkL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCYScjNSkL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCYScjNSkL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCYScjNSkL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCYScjNSkL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCYScjNSkL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCYScjNSkL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCYScjNSkL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCYScjNSkL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCYScjNSkL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCYScjNSkL .dropdown-item.active,
.cid-tCYScjNSkL .dropdown-item:active {
  background-color: transparent;
}
.cid-tCYScjNSkL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCYScjNSkL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCYScjNSkL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCYScjNSkL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCYScjNSkL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCYScjNSkL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCYScjNSkL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCYScjNSkL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCYScjNSkL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCYScjNSkL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tCYScjNSkL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCYScjNSkL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCYScjNSkL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCYScjNSkL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCYScjNSkL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCYScjNSkL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCYScjNSkL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCYScjNSkL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCYScjNSkL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tCYScjNSkL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tCYScjNSkL .navbar {
    height: 70px;
  }
  .cid-tCYScjNSkL .navbar.opened {
    height: auto;
  }
  .cid-tCYScjNSkL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCYScjNSkL .navbar-caption-wrap,
.cid-tCYScjNSkL .title-wrap {
  color: #272727;
}
.cid-tCYScm2Clt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #1a2229;
}
.cid-tCYScm2Clt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCYScm2Clt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCYScm2Clt .container {
  max-width: 100%;
  width: 100%;
}
.cid-tCYScm2Clt .row {
  justify-content: center;
}
.cid-tCYScm2Clt .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tCYScm2Clt .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tCYScm2Clt .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tGPgsxuJCz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1a2229;
}
.cid-tGPgsxuJCz .mbr-overlay {
  z-index: 1;
}
.cid-tGPgsxuJCz .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-tGPgsxuJCz .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tGPgsxuJCz .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-tGPgsxuJCz .label-text {
  color: #bf9341;
  width: 100%;
}
.cid-tGPgsxuJCz .item-title {
  width: 100%;
  color: #bf9341;
  z-index: 2;
}
.cid-tGPgsxuJCz .item-title span {
  position: relative;
  z-index: 2;
}
.cid-tGPgsxuJCz .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #b84358;
  z-index: 1;
}
.cid-tGPgsxuJCz .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-tGPgsxuJCz .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-tGPgsxuJCz .card,
.cid-tGPgsxuJCz .cards-container,
.cid-tGPgsxuJCz .card-container {
  padding: 0px;
}
.cid-tGPgsxuJCz .item-img,
.cid-tGPgsxuJCz img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-tGPgsxuJCz .card-container {
  display: flex;
}
.cid-tGPgsxuJCz .card-container .card {
  border-radius: 0;
}
.cid-tGPgsxuJCz .card-container .card .item-img {
  height: 100%;
}
.cid-tGPgsxuJCz .card-container .card .item-img img {
  height: 100%;
}
.cid-tGPgsxuJCz .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tGPgsxuJCz .cards-container .card {
  border-radius: 0;
}
.cid-tGPgsxuJCz .cards-container .card .item-img {
  display: flex;
}
.cid-tGPkbDWZMC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1a2229;
}
.cid-tGPkbDWZMC .mbr-overlay {
  z-index: 1;
}
.cid-tGPkbDWZMC .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-tGPkbDWZMC .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tGPkbDWZMC .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-tGPkbDWZMC .label-text {
  color: #bf9341;
  width: 100%;
}
.cid-tGPkbDWZMC .item-title {
  width: 100%;
  color: #bf9341;
  z-index: 2;
}
.cid-tGPkbDWZMC .item-title span {
  position: relative;
  z-index: 2;
}
.cid-tGPkbDWZMC .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #b84358;
  z-index: 1;
}
.cid-tGPkbDWZMC .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-tGPkbDWZMC .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-tGPkbDWZMC .card,
.cid-tGPkbDWZMC .cards-container,
.cid-tGPkbDWZMC .card-container {
  padding: 0px;
}
.cid-tGPkbDWZMC .item-img,
.cid-tGPkbDWZMC img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-tGPkbDWZMC .card-container {
  display: flex;
}
.cid-tGPkbDWZMC .card-container .card {
  border-radius: 0;
}
.cid-tGPkbDWZMC .card-container .card .item-img {
  height: 100%;
}
.cid-tGPkbDWZMC .card-container .card .item-img img {
  height: 100%;
}
.cid-tGPkbDWZMC .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tGPkbDWZMC .cards-container .card {
  border-radius: 0;
}
.cid-tGPkbDWZMC .cards-container .card .item-img {
  display: flex;
}
.cid-uNjf5r61B3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #1a2229;
}
.cid-uNjf5r61B3 .mbr-overlay {
  z-index: 1;
}
.cid-uNjf5r61B3 .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-uNjf5r61B3 .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uNjf5r61B3 .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-uNjf5r61B3 .label-text {
  color: #bf9341;
  width: 100%;
}
.cid-uNjf5r61B3 .item-title {
  width: 100%;
  color: #bf9341;
  z-index: 2;
}
.cid-uNjf5r61B3 .item-title span {
  position: relative;
  z-index: 2;
}
.cid-uNjf5r61B3 .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #b84358;
  z-index: 1;
}
.cid-uNjf5r61B3 .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-uNjf5r61B3 .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-uNjf5r61B3 .card,
.cid-uNjf5r61B3 .cards-container,
.cid-uNjf5r61B3 .card-container {
  padding: 0px;
}
.cid-uNjf5r61B3 .item-img,
.cid-uNjf5r61B3 img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-uNjf5r61B3 .card-container {
  display: flex;
}
.cid-uNjf5r61B3 .card-container .card {
  border-radius: 0;
}
.cid-uNjf5r61B3 .card-container .card .item-img {
  height: 100%;
}
.cid-uNjf5r61B3 .card-container .card .item-img img {
  height: 100%;
}
.cid-uNjf5r61B3 .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNjf5r61B3 .cards-container .card {
  border-radius: 0;
}
.cid-uNjf5r61B3 .cards-container .card .item-img {
  display: flex;
}
.cid-tCYScmUbaL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-tCYScmUbaL .container {
  max-width: 1600px;
}
.cid-tCYScmUbaL .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-tCYScmUbaL .media-container-row .mbr-text {
  color: #f8e5e4;
}
.cid-uNjjNRAVMG .navbar-dropdown {
  position: relative !important;
}
.cid-uNjjNRAVMG .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uNjjNRAVMG .iconfont-wrapper {
  overflow: hidden;
  color: #6eaf50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uNjjNRAVMG .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uNjjNRAVMG .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uNjjNRAVMG .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b84358;
  z-index: -1;
}
.cid-uNjjNRAVMG .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uNjjNRAVMG .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uNjjNRAVMG .nav-item {
    border: 0;
  }
}
.cid-uNjjNRAVMG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNjjNRAVMG .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uNjjNRAVMG .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uNjjNRAVMG .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uNjjNRAVMG .title-wrap:hover span {
  color: white;
}
.cid-uNjjNRAVMG .title-wrap:hover:before {
  height: 100%;
}
.cid-uNjjNRAVMG .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-uNjjNRAVMG .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b84358;
}
.cid-uNjjNRAVMG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNjjNRAVMG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNjjNRAVMG .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uNjjNRAVMG .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uNjjNRAVMG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNjjNRAVMG .nav-link {
  position: relative;
}
.cid-uNjjNRAVMG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNjjNRAVMG .container {
    flex-wrap: nowrap;
  }
}
.cid-uNjjNRAVMG .dropdown-menu,
.cid-uNjjNRAVMG .navbar.opened {
  background: #ffffff !important;
}
.cid-uNjjNRAVMG .nav-item:focus,
.cid-uNjjNRAVMG .nav-link:focus {
  outline: none;
}
.cid-uNjjNRAVMG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNjjNRAVMG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNjjNRAVMG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNjjNRAVMG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNjjNRAVMG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNjjNRAVMG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNjjNRAVMG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uNjjNRAVMG .navbar.opened {
  transition: all 0.3s;
}
.cid-uNjjNRAVMG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNjjNRAVMG .navbar .navbar-logo img {
  width: auto;
}
.cid-uNjjNRAVMG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNjjNRAVMG .navbar.collapsed {
  justify-content: center;
}
.cid-uNjjNRAVMG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNjjNRAVMG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNjjNRAVMG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uNjjNRAVMG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNjjNRAVMG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNjjNRAVMG .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-uNjjNRAVMG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNjjNRAVMG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNjjNRAVMG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNjjNRAVMG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNjjNRAVMG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNjjNRAVMG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNjjNRAVMG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNjjNRAVMG .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-uNjjNRAVMG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNjjNRAVMG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNjjNRAVMG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNjjNRAVMG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNjjNRAVMG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNjjNRAVMG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNjjNRAVMG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNjjNRAVMG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNjjNRAVMG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNjjNRAVMG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNjjNRAVMG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNjjNRAVMG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNjjNRAVMG .dropdown-item.active,
.cid-uNjjNRAVMG .dropdown-item:active {
  background-color: transparent;
}
.cid-uNjjNRAVMG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNjjNRAVMG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNjjNRAVMG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNjjNRAVMG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNjjNRAVMG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNjjNRAVMG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNjjNRAVMG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNjjNRAVMG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNjjNRAVMG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNjjNRAVMG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNjjNRAVMG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNjjNRAVMG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNjjNRAVMG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNjjNRAVMG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNjjNRAVMG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNjjNRAVMG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNjjNRAVMG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNjjNRAVMG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNjjNRAVMG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNjjNRAVMG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNjjNRAVMG .navbar {
    height: 70px;
  }
  .cid-uNjjNRAVMG .navbar.opened {
    height: auto;
  }
  .cid-uNjjNRAVMG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNjjNRAVMG .navbar-caption-wrap,
.cid-uNjjNRAVMG .title-wrap {
  color: #272727;
}
.cid-uNjjNQ5bDj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-uNjjNQ5bDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNjjNQ5bDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNjjNQ5bDj .row {
  justify-content: left;
}
.cid-uNjjNQ5bDj .main-col {
  display: flex;
}
.cid-uNjjNQ5bDj .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-uNjjNQ5bDj .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-uNjjNQ5bDj .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.cid-uNjjNQ5bDj .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-uOl1VHkXfd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a2229;
}
.cid-uOl1VHkXfd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOl1VHkXfd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOl1VHkXfd .items-wrapper {
  margin: 0 -8px;
}
.cid-uOl1VHkXfd .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOl1VHkXfd .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOl1VHkXfd .item {
    margin-bottom: 12px;
  }
}
.cid-uOl1VHkXfd .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uNjjNQR0za {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bf9341;
  position: relative;
  overflow: hidden;
}
.cid-uNjjNQR0za .container {
  max-width: 920px;
}
.cid-uNjjNQR0za .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: #bf9341;
  border: 1px solid rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-uNjjNQR0za .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uNjjNQR0za .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uNjjNQR0za .border-container {
    padding: 9% 7%;
  }
}
.cid-uNjjNQR0za .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uNjjNQR0za .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uNjjNQR0za .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uNjjNQR0za .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uNjjNQR0za .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #bf9341;
  border-color: rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-uNjjNQR0za .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uNjjNQR0za .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uNjjNQR0za .border-frame {
    width: 7%;
  }
}
.cid-uNjjNQR0za .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uNjjNQR0za .content-container {
    min-height: auto;
  }
}
.cid-uNjjNQR0za .text-container {
  width: 100%;
}
.cid-uNjjNQR0za .text-wrapper {
  width: 100%;
}
.cid-uNjjNQR0za .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uNjjNQR0za .card-title {
  color: #1a2229;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-uNjjNQR0za .mbr-section-btn {
  margin-top: 28px;
}
.cid-uNjjNQR0za .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(26, 34, 41, 0.2);
}
.cid-uNjjNQR0za .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uNjjNQR0za .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uNjjNQR0za .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uNjjNQR0za .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uNjjNQR0za .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uNjjNRbOKU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-uNjjNRbOKU .container {
  max-width: 1600px;
}
.cid-uNjjNRbOKU .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-uNjjNRbOKU .media-container-row .mbr-text {
  color: #f8e5e4;
}
.cid-uNjmAkdqRj .navbar-dropdown {
  position: relative !important;
}
.cid-uNjmAkdqRj .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uNjmAkdqRj .iconfont-wrapper {
  overflow: hidden;
  color: #6eaf50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uNjmAkdqRj .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uNjmAkdqRj .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uNjmAkdqRj .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b84358;
  z-index: -1;
}
.cid-uNjmAkdqRj .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uNjmAkdqRj .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uNjmAkdqRj .nav-item {
    border: 0;
  }
}
.cid-uNjmAkdqRj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNjmAkdqRj .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uNjmAkdqRj .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uNjmAkdqRj .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uNjmAkdqRj .title-wrap:hover span {
  color: white;
}
.cid-uNjmAkdqRj .title-wrap:hover:before {
  height: 100%;
}
.cid-uNjmAkdqRj .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-uNjmAkdqRj .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b84358;
}
.cid-uNjmAkdqRj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNjmAkdqRj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNjmAkdqRj .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uNjmAkdqRj .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uNjmAkdqRj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNjmAkdqRj .nav-link {
  position: relative;
}
.cid-uNjmAkdqRj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNjmAkdqRj .container {
    flex-wrap: nowrap;
  }
}
.cid-uNjmAkdqRj .dropdown-menu,
.cid-uNjmAkdqRj .navbar.opened {
  background: #ffffff !important;
}
.cid-uNjmAkdqRj .nav-item:focus,
.cid-uNjmAkdqRj .nav-link:focus {
  outline: none;
}
.cid-uNjmAkdqRj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNjmAkdqRj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNjmAkdqRj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNjmAkdqRj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNjmAkdqRj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNjmAkdqRj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNjmAkdqRj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uNjmAkdqRj .navbar.opened {
  transition: all 0.3s;
}
.cid-uNjmAkdqRj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNjmAkdqRj .navbar .navbar-logo img {
  width: auto;
}
.cid-uNjmAkdqRj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNjmAkdqRj .navbar.collapsed {
  justify-content: center;
}
.cid-uNjmAkdqRj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNjmAkdqRj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNjmAkdqRj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uNjmAkdqRj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNjmAkdqRj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNjmAkdqRj .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-uNjmAkdqRj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNjmAkdqRj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNjmAkdqRj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNjmAkdqRj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNjmAkdqRj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNjmAkdqRj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNjmAkdqRj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNjmAkdqRj .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-uNjmAkdqRj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNjmAkdqRj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNjmAkdqRj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNjmAkdqRj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNjmAkdqRj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNjmAkdqRj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNjmAkdqRj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNjmAkdqRj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNjmAkdqRj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNjmAkdqRj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNjmAkdqRj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNjmAkdqRj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNjmAkdqRj .dropdown-item.active,
.cid-uNjmAkdqRj .dropdown-item:active {
  background-color: transparent;
}
.cid-uNjmAkdqRj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNjmAkdqRj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNjmAkdqRj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNjmAkdqRj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNjmAkdqRj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNjmAkdqRj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNjmAkdqRj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNjmAkdqRj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNjmAkdqRj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNjmAkdqRj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNjmAkdqRj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNjmAkdqRj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNjmAkdqRj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNjmAkdqRj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNjmAkdqRj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNjmAkdqRj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNjmAkdqRj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNjmAkdqRj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNjmAkdqRj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNjmAkdqRj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNjmAkdqRj .navbar {
    height: 70px;
  }
  .cid-uNjmAkdqRj .navbar.opened {
    height: auto;
  }
  .cid-uNjmAkdqRj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNjmAkdqRj .navbar-caption-wrap,
.cid-uNjmAkdqRj .title-wrap {
  color: #272727;
}
.cid-uNjmAiwfqP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-uNjmAiwfqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNjmAiwfqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNjmAiwfqP .row {
  justify-content: left;
}
.cid-uNjmAiwfqP .main-col {
  display: flex;
}
.cid-uNjmAiwfqP .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-uNjmAiwfqP .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-uNjmAiwfqP .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.cid-uNjmAiwfqP .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-uNjnsoBopI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a2229;
}
.cid-uNjnsoBopI .mbr-overlay {
  z-index: 1;
}
.cid-uNjnsoBopI .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-uNjnsoBopI .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uNjnsoBopI .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-uNjnsoBopI .label-text {
  color: #111111;
  width: 100%;
}
.cid-uNjnsoBopI .item-title {
  width: 100%;
  color: #111111;
  z-index: 2;
}
.cid-uNjnsoBopI .item-title span {
  position: relative;
  z-index: 2;
}
.cid-uNjnsoBopI .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #b84358;
  z-index: 1;
}
.cid-uNjnsoBopI .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-uNjnsoBopI .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-uNjnsoBopI .card,
.cid-uNjnsoBopI .cards-container,
.cid-uNjnsoBopI .card-container {
  padding: 0px;
}
.cid-uNjnsoBopI .item-img,
.cid-uNjnsoBopI img {
  width: 100%;
  height: 100%;
  objec-fit: cover;
  padding: 0;
}
.cid-uNjnsoBopI .card-container {
  display: flex;
}
.cid-uNjnsoBopI .card-container .card {
  border-radius: 0;
}
.cid-uNjnsoBopI .card-container .card .item-img {
  height: 100%;
}
.cid-uNjnsoBopI .card-container .card .item-img img {
  height: 100%;
}
.cid-uNjnsoBopI .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNjnsoBopI .cards-container .card {
  border-radius: 0;
}
.cid-uNjnsoBopI .cards-container .card .item-img {
  display: flex;
}
.cid-uNjmAjqzLJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bf9341;
  position: relative;
  overflow: hidden;
}
.cid-uNjmAjqzLJ .container {
  max-width: 920px;
}
.cid-uNjmAjqzLJ .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: #bf9341;
  border: 1px solid rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-uNjmAjqzLJ .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uNjmAjqzLJ .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uNjmAjqzLJ .border-container {
    padding: 9% 7%;
  }
}
.cid-uNjmAjqzLJ .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uNjmAjqzLJ .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uNjmAjqzLJ .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uNjmAjqzLJ .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uNjmAjqzLJ .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #bf9341;
  border-color: rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-uNjmAjqzLJ .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uNjmAjqzLJ .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uNjmAjqzLJ .border-frame {
    width: 7%;
  }
}
.cid-uNjmAjqzLJ .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uNjmAjqzLJ .content-container {
    min-height: auto;
  }
}
.cid-uNjmAjqzLJ .text-container {
  width: 100%;
}
.cid-uNjmAjqzLJ .text-wrapper {
  width: 100%;
}
.cid-uNjmAjqzLJ .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uNjmAjqzLJ .card-title {
  color: #1a2229;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-uNjmAjqzLJ .mbr-section-btn {
  margin-top: 28px;
}
.cid-uNjmAjqzLJ .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(26, 34, 41, 0.2);
}
.cid-uNjmAjqzLJ .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uNjmAjqzLJ .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uNjmAjqzLJ .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uNjmAjqzLJ .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uNjmAjqzLJ .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uNjmAjNPNG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-uNjmAjNPNG .container {
  max-width: 1600px;
}
.cid-uNjmAjNPNG .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-uNjmAjNPNG .media-container-row .mbr-text {
  color: #f8e5e4;
}
.cid-uNjsYvLSpt .navbar-dropdown {
  position: relative !important;
}
.cid-uNjsYvLSpt .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uNjsYvLSpt .iconfont-wrapper {
  overflow: hidden;
  color: #6eaf50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uNjsYvLSpt .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uNjsYvLSpt .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uNjsYvLSpt .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b84358;
  z-index: -1;
}
.cid-uNjsYvLSpt .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uNjsYvLSpt .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uNjsYvLSpt .nav-item {
    border: 0;
  }
}
.cid-uNjsYvLSpt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNjsYvLSpt .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uNjsYvLSpt .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uNjsYvLSpt .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uNjsYvLSpt .title-wrap:hover span {
  color: white;
}
.cid-uNjsYvLSpt .title-wrap:hover:before {
  height: 100%;
}
.cid-uNjsYvLSpt .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-uNjsYvLSpt .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b84358;
}
.cid-uNjsYvLSpt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNjsYvLSpt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNjsYvLSpt .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uNjsYvLSpt .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uNjsYvLSpt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNjsYvLSpt .nav-link {
  position: relative;
}
.cid-uNjsYvLSpt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNjsYvLSpt .container {
    flex-wrap: nowrap;
  }
}
.cid-uNjsYvLSpt .dropdown-menu,
.cid-uNjsYvLSpt .navbar.opened {
  background: #ffffff !important;
}
.cid-uNjsYvLSpt .nav-item:focus,
.cid-uNjsYvLSpt .nav-link:focus {
  outline: none;
}
.cid-uNjsYvLSpt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNjsYvLSpt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNjsYvLSpt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNjsYvLSpt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNjsYvLSpt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNjsYvLSpt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNjsYvLSpt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uNjsYvLSpt .navbar.opened {
  transition: all 0.3s;
}
.cid-uNjsYvLSpt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNjsYvLSpt .navbar .navbar-logo img {
  width: auto;
}
.cid-uNjsYvLSpt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNjsYvLSpt .navbar.collapsed {
  justify-content: center;
}
.cid-uNjsYvLSpt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNjsYvLSpt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNjsYvLSpt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uNjsYvLSpt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNjsYvLSpt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNjsYvLSpt .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-uNjsYvLSpt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNjsYvLSpt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNjsYvLSpt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNjsYvLSpt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNjsYvLSpt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNjsYvLSpt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNjsYvLSpt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNjsYvLSpt .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-uNjsYvLSpt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNjsYvLSpt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNjsYvLSpt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNjsYvLSpt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNjsYvLSpt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNjsYvLSpt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNjsYvLSpt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNjsYvLSpt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNjsYvLSpt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNjsYvLSpt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNjsYvLSpt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNjsYvLSpt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNjsYvLSpt .dropdown-item.active,
.cid-uNjsYvLSpt .dropdown-item:active {
  background-color: transparent;
}
.cid-uNjsYvLSpt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNjsYvLSpt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNjsYvLSpt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNjsYvLSpt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNjsYvLSpt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNjsYvLSpt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNjsYvLSpt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNjsYvLSpt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNjsYvLSpt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNjsYvLSpt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNjsYvLSpt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNjsYvLSpt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNjsYvLSpt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNjsYvLSpt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNjsYvLSpt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNjsYvLSpt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNjsYvLSpt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNjsYvLSpt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNjsYvLSpt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNjsYvLSpt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNjsYvLSpt .navbar {
    height: 70px;
  }
  .cid-uNjsYvLSpt .navbar.opened {
    height: auto;
  }
  .cid-uNjsYvLSpt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNjsYvLSpt .navbar-caption-wrap,
.cid-uNjsYvLSpt .title-wrap {
  color: #272727;
}
.cid-uNjsYui6kY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a2229;
}
.cid-uNjsYui6kY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNjsYui6kY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNjsYui6kY .row {
  justify-content: left;
}
.cid-uNjsYui6kY .main-col {
  display: flex;
}
.cid-uNjsYui6kY .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-uNjsYui6kY .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-uNjsYui6kY .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.cid-uNjsYui6kY .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-uNjsYuEQzq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1a2229;
}
.cid-uNjsYuEQzq .mbr-overlay {
  z-index: 1;
}
.cid-uNjsYuEQzq .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-uNjsYuEQzq .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-uNjsYuEQzq .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-uNjsYuEQzq .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-uNjsYuEQzq .item-img:hover img {
  transform: scale(1);
}
.cid-uNjsYuEQzq .item-title {
  line-height: 1.25em;
  color: #bf9341;
}
.cid-uNjsYuEQzq .mbr-section-title {
  line-height: 1.25em;
}
.cid-uNjsYuEQzq .card-container {
  display: flex;
}
.cid-uNjsYuEQzq .card-container .card {
  min-height: 809px;
  border-bottom: 1px solid #7F8678;
}
.cid-uNjsYuEQzq .card-container .card .item-img {
  height: 461px;
  flex-grow: 1;
  flex-shrink: 0;
}
.cid-uNjsYuEQzq .card-container .card .item-img img {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-uNjsYuEQzq .card-container .card {
    border-right: 1px solid #7F8678;
  }
}
.cid-uNjsYuEQzq .cards-container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uNjsYuEQzq .cards-container {
    flex-direction: column;
  }
}
.cid-uNjsYuEQzq .cards-container .card {
  border-bottom: 1px solid #7F8678;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .cid-uNjsYuEQzq .cards-container .card:first-child {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 992px) {
  .cid-uNjsYuEQzq .cards-container .card:first-child {
    border-right: none;
  }
}
.cid-uNjsYuEQzq .cards-container .card .item-img {
  display: flex;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uNjsYuEQzq .cards-container .card .item-img {
    height: 79px;
    flex-grow: 1;
  }
}
.cid-uNjsYuEQzq .card {
  display: flex;
  flex-direction: column;
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-uNjsYuEQzq .card {
    padding: 35px 35px 23px;
  }
}
.cid-uNjsYuEQzq .data-item {
  display: flex;
  align-items: center;
}
.cid-uNjsYuEQzq .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-uNjsYuEQzq .link-wrap {
  margin: 30px 0 6px;
}
.cid-uNjsYuEQzq .text-art {
  flex-grow: 1;
}
.cid-uNjsYv1caw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bf9341;
  position: relative;
  overflow: hidden;
}
.cid-uNjsYv1caw .container {
  max-width: 920px;
}
.cid-uNjsYv1caw .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: #bf9341;
  border: 1px solid rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-uNjsYv1caw .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-uNjsYv1caw .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-uNjsYv1caw .border-container {
    padding: 9% 7%;
  }
}
.cid-uNjsYv1caw .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-uNjsYv1caw .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-uNjsYv1caw .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-uNjsYv1caw .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-uNjsYv1caw .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #bf9341;
  border-color: rgba(26, 34, 41, 0.2);
}
@media (max-width: 991px) {
  .cid-uNjsYv1caw .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-uNjsYv1caw .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-uNjsYv1caw .border-frame {
    width: 7%;
  }
}
.cid-uNjsYv1caw .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uNjsYv1caw .content-container {
    min-height: auto;
  }
}
.cid-uNjsYv1caw .text-container {
  width: 100%;
}
.cid-uNjsYv1caw .text-wrapper {
  width: 100%;
}
.cid-uNjsYv1caw .mbr-text {
  color: #1a2229;
  width: 100%;
  margin: 0;
}
.cid-uNjsYv1caw .card-title {
  color: #1a2229;
  width: 100%;
  margin-bottom: 28px !important;
}
.cid-uNjsYv1caw .mbr-section-btn {
  margin-top: 28px;
}
.cid-uNjsYv1caw .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(26, 34, 41, 0.2);
}
.cid-uNjsYv1caw .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-uNjsYv1caw .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-uNjsYv1caw .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-uNjsYv1caw .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-uNjsYv1caw .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-uNjsYvp1aB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-uNjsYvp1aB .container {
  max-width: 1600px;
}
.cid-uNjsYvp1aB .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-uNjsYvp1aB .media-container-row .mbr-text {
  color: #f8e5e4;
}
.cid-uNjs5fsSvs .navbar-dropdown {
  position: relative !important;
}
.cid-uNjs5fsSvs .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uNjs5fsSvs .iconfont-wrapper {
  overflow: hidden;
  color: #6eaf50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uNjs5fsSvs .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uNjs5fsSvs .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uNjs5fsSvs .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b84358;
  z-index: -1;
}
.cid-uNjs5fsSvs .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uNjs5fsSvs .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uNjs5fsSvs .nav-item {
    border: 0;
  }
}
.cid-uNjs5fsSvs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNjs5fsSvs .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uNjs5fsSvs .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uNjs5fsSvs .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uNjs5fsSvs .title-wrap:hover span {
  color: white;
}
.cid-uNjs5fsSvs .title-wrap:hover:before {
  height: 100%;
}
.cid-uNjs5fsSvs .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-uNjs5fsSvs .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b84358;
}
.cid-uNjs5fsSvs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNjs5fsSvs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNjs5fsSvs .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uNjs5fsSvs .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uNjs5fsSvs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNjs5fsSvs .nav-link {
  position: relative;
}
.cid-uNjs5fsSvs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNjs5fsSvs .container {
    flex-wrap: nowrap;
  }
}
.cid-uNjs5fsSvs .dropdown-menu,
.cid-uNjs5fsSvs .navbar.opened {
  background: #ffffff !important;
}
.cid-uNjs5fsSvs .nav-item:focus,
.cid-uNjs5fsSvs .nav-link:focus {
  outline: none;
}
.cid-uNjs5fsSvs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNjs5fsSvs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNjs5fsSvs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNjs5fsSvs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNjs5fsSvs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNjs5fsSvs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNjs5fsSvs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uNjs5fsSvs .navbar.opened {
  transition: all 0.3s;
}
.cid-uNjs5fsSvs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNjs5fsSvs .navbar .navbar-logo img {
  width: auto;
}
.cid-uNjs5fsSvs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNjs5fsSvs .navbar.collapsed {
  justify-content: center;
}
.cid-uNjs5fsSvs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNjs5fsSvs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNjs5fsSvs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uNjs5fsSvs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNjs5fsSvs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNjs5fsSvs .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-uNjs5fsSvs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNjs5fsSvs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNjs5fsSvs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNjs5fsSvs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNjs5fsSvs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNjs5fsSvs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNjs5fsSvs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNjs5fsSvs .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-uNjs5fsSvs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNjs5fsSvs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNjs5fsSvs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNjs5fsSvs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNjs5fsSvs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNjs5fsSvs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNjs5fsSvs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNjs5fsSvs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNjs5fsSvs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNjs5fsSvs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNjs5fsSvs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNjs5fsSvs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNjs5fsSvs .dropdown-item.active,
.cid-uNjs5fsSvs .dropdown-item:active {
  background-color: transparent;
}
.cid-uNjs5fsSvs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNjs5fsSvs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNjs5fsSvs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNjs5fsSvs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNjs5fsSvs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNjs5fsSvs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNjs5fsSvs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNjs5fsSvs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNjs5fsSvs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNjs5fsSvs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNjs5fsSvs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNjs5fsSvs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNjs5fsSvs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNjs5fsSvs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNjs5fsSvs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNjs5fsSvs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNjs5fsSvs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNjs5fsSvs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNjs5fsSvs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNjs5fsSvs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNjs5fsSvs .navbar {
    height: 70px;
  }
  .cid-uNjs5fsSvs .navbar.opened {
    height: auto;
  }
  .cid-uNjs5fsSvs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNjs5fsSvs .navbar-caption-wrap,
.cid-uNjs5fsSvs .title-wrap {
  color: #272727;
}
.cid-uNjs5eiulp {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #1a2229;
}
.cid-uNjs5eiulp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNjs5eiulp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNjs5eiulp .row {
  justify-content: left;
}
.cid-uNjs5eiulp .main-col {
  display: flex;
}
.cid-uNjs5eiulp .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1050px;
}
.cid-uNjs5eiulp .item-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uNjs5eiulp .item-container {
    flex-wrap: wrap;
  }
}
.cid-uNjs5eiulp .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  width: 120px;
}
@media (max-width: 991px) {
  .cid-uNjs5eiulp .item-img {
    display: none;
  }
}
.cid-uNjs5eiulp .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uNjs5eiulp .mbr-section-title {
  color: #BF9341;
  flex-grow: 1;
  word-wrap: break-word;
}
@media (max-width: 991px) {
  .cid-uNjs5eiulp .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uNjs5eiulp .mbr-text {
  color: #BF9341;
}
@media (max-width: 991px) {
  .cid-uNjs5eiulp .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uNjs5eiulp .mbr-text-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .cid-uNjs5eiulp .mbr-text-2 {
    margin: 0;
  }
}
.cid-uNjs5eiulp .item-container-2 {
  align-items: center;
  justify-content: center !important;
}
.cid-uNjs5eiulp .item-container-2 .mbr-section-title {
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-uNjs5eiulp .item-container-2 {
    flex-wrap: nowrap;
  }
}
.cid-uNjs5eiulp .item-container-4 {
  justify-content: center !important;
}
.cid-uNjs5eiulp .item-container-4 .mbr-section-title {
  flex-grow: 0;
}
@media (min-width: 992px) {
  .cid-uNjs5eiulp .item-container-4 .mbr-section-title {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uNjs5eiulp .item-container-4 {
    justify-content: center !important;
  }
}
.cid-uNjs5eHstQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #bf9341;
}
.cid-uNjs5eHstQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNjs5eHstQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNjs5eHstQ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNjs5eHstQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNjs5eHstQ .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uNjs5eHstQ .items-wrapper .item {
  padding: 0 10px;
}
.cid-uNjs5eHstQ .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uNjs5eHstQ .item {
    margin-bottom: 16px;
  }
}
.cid-uNjs5eHstQ .item .item-wrapper {
  padding: 10px;
  background-color: #1a2229;
  height: 100%;
}
.cid-uNjs5eHstQ .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uNjs5eHstQ .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uNjs5eHstQ .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uNjs5eHstQ .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uNjs5eHstQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uNjs5eHstQ .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uNjs5eHstQ .mbr-section-title {
  color: #1a2229;
  text-align: center;
}
.cid-uNjs5eHstQ .item-title {
  color: #000c3f;
}
.cid-uNjs5eHstQ .item-text {
  color: #000c3f;
}
.cid-uNjs5eHstQ .item-title,
.cid-uNjs5eHstQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uNjs5f5Y1N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-uNjs5f5Y1N .container {
  max-width: 1600px;
}
.cid-uNjs5f5Y1N .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-uNjs5f5Y1N .media-container-row .mbr-text {
  color: #f8e5e4;
}
.cid-uO0uv724mk .navbar-dropdown {
  position: relative !important;
}
.cid-uO0uv724mk .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uO0uv724mk .iconfont-wrapper {
  overflow: hidden;
  color: #6eaf50 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uO0uv724mk .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uO0uv724mk .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uO0uv724mk .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #b84358;
  z-index: -1;
}
.cid-uO0uv724mk .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uO0uv724mk .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uO0uv724mk .nav-item {
    border: 0;
  }
}
.cid-uO0uv724mk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uO0uv724mk .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uO0uv724mk .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uO0uv724mk .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uO0uv724mk .title-wrap:hover span {
  color: white;
}
.cid-uO0uv724mk .title-wrap:hover:before {
  height: 100%;
}
.cid-uO0uv724mk .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-uO0uv724mk .dropdown-menu {
  padding: 0;
  border-top: 4px solid #b84358;
}
.cid-uO0uv724mk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uO0uv724mk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uO0uv724mk .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uO0uv724mk .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uO0uv724mk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uO0uv724mk .nav-link {
  position: relative;
}
.cid-uO0uv724mk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uO0uv724mk .container {
    flex-wrap: nowrap;
  }
}
.cid-uO0uv724mk .dropdown-menu,
.cid-uO0uv724mk .navbar.opened {
  background: #ffffff !important;
}
.cid-uO0uv724mk .nav-item:focus,
.cid-uO0uv724mk .nav-link:focus {
  outline: none;
}
.cid-uO0uv724mk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uO0uv724mk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uO0uv724mk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uO0uv724mk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uO0uv724mk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uO0uv724mk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uO0uv724mk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uO0uv724mk .navbar.opened {
  transition: all 0.3s;
}
.cid-uO0uv724mk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uO0uv724mk .navbar .navbar-logo img {
  width: auto;
}
.cid-uO0uv724mk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uO0uv724mk .navbar.collapsed {
  justify-content: center;
}
.cid-uO0uv724mk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uO0uv724mk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uO0uv724mk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uO0uv724mk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uO0uv724mk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uO0uv724mk .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-uO0uv724mk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uO0uv724mk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uO0uv724mk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uO0uv724mk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uO0uv724mk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uO0uv724mk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uO0uv724mk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uO0uv724mk .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-uO0uv724mk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uO0uv724mk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uO0uv724mk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uO0uv724mk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uO0uv724mk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uO0uv724mk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uO0uv724mk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uO0uv724mk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uO0uv724mk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uO0uv724mk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uO0uv724mk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uO0uv724mk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uO0uv724mk .dropdown-item.active,
.cid-uO0uv724mk .dropdown-item:active {
  background-color: transparent;
}
.cid-uO0uv724mk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uO0uv724mk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uO0uv724mk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uO0uv724mk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uO0uv724mk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uO0uv724mk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uO0uv724mk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uO0uv724mk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uO0uv724mk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uO0uv724mk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uO0uv724mk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uO0uv724mk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uO0uv724mk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uO0uv724mk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uO0uv724mk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uO0uv724mk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uO0uv724mk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uO0uv724mk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uO0uv724mk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uO0uv724mk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uO0uv724mk .navbar {
    height: 70px;
  }
  .cid-uO0uv724mk .navbar.opened {
    height: auto;
  }
  .cid-uO0uv724mk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uO0uv724mk .navbar-caption-wrap,
.cid-uO0uv724mk .title-wrap {
  color: #272727;
}
.cid-uOlLl9Zbad {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #1a2229;
}
.cid-uOlLl9Zbad .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uOlLl9Zbad .image-wrap {
    padding: 16px;
  }
}
.cid-uOlLl9Zbad .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOlLl9Zbad .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uOlLl9Zbad .image-overlay {
    padding: 16px;
  }
}
.cid-uOlLl9Zbad .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uOlLl9Zbad .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOlLl9Zbad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOlLl9Zbad .row {
  justify-content: center;
}
.cid-uOlLl9Zbad .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uOlLl9Zbad .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-uOlLl9Zbad .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOlLl9Zbad .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOlLl9Zbad .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uOlLl9Zbad .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOlLl9Zbad .mbr-section-title {
  color: #fff7ee;
}
.cid-uOlLl9Zbad .mbr-text,
.cid-uOlLl9Zbad .text-wrapper {
  text-align: center;
  color: #fff7ee;
}
.cid-uOlLl9Zbad .mbr-section-title,
.cid-uOlLl9Zbad .mbr-section-btn {
  text-align: center;
}
.cid-uO0uv9Xe4N {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ded7cd;
  flex-direction: column;
  justify-content: center;
}
.cid-uO0uv9Xe4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0uv9Xe4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO0uv9Xe4N .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uO0uv9Xe4N .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uO0uv9Xe4N .container {
    padding: 0 16px;
  }
}
.cid-uO0uv9Xe4N .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uO0uv9Xe4N .items-wrapper {
  border: 1px solid #bbbbbb;
  border-right: none;
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uO0uv9Xe4N .items-wrapper {
    border-right: 1px solid #bbbbbb;
  }
}
.cid-uO0uv9Xe4N .item {
  padding: 32px 16px 16px;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  width: 25%;
  min-height: 335px;
  transition: all 0.3s ease-in-out;
}
.cid-uO0uv9Xe4N .item:hover,
.cid-uO0uv9Xe4N .item:focus {
  box-shadow: inset 0 -500px 0 0 #1ac35b !important;
}
.cid-uO0uv9Xe4N .item:hover .item-wrapper .card-box .card-title,
.cid-uO0uv9Xe4N .item:focus .item-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-uO0uv9Xe4N .item:hover .item-wrapper .card-box .card-desc,
.cid-uO0uv9Xe4N .item:focus .item-wrapper .card-box .card-desc {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uO0uv9Xe4N .item {
    border-right: none;
    width: 100%;
  }
}
.cid-uO0uv9Xe4N .item .item-wrapper {
  height: 100%;
}
.cid-uO0uv9Xe4N .item .item-wrapper .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uO0uv9Xe4N .item .item-wrapper .card-box .card-title {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uO0uv9Xe4N .item .item-wrapper .card-box .card-desc {
  margin-top: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uO0uv9Xe4N .btn-wrap {
  margin-top: 22px;
  text-align: center;
}
.cid-uO0uv9Xe4N .mbr-desc {
  color: #706cff;
}
.cid-uO0uv9Xe4N .card-title {
  color: #000000;
}
.cid-uO0uv9Xe4N .card-desc {
  color: #088b5a;
  text-align: center;
}
.cid-uO0uv9Xe4N .card-title,
.cid-uO0uv9Xe4N .mbr-section-btn {
  text-align: center;
}
.cid-uO0uv9Xe4N .mbr-desc,
.cid-uO0uv9Xe4N .btn-wrap {
  color: #0e2d3b;
}
.cid-uO0uvajUNH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ded7cd;
  flex-direction: column;
  justify-content: center;
}
.cid-uO0uvajUNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO0uvajUNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO0uvajUNH .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uO0uvajUNH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uO0uvajUNH .container {
    padding: 0 16px;
  }
}
.cid-uO0uvajUNH .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uO0uvajUNH .items-wrapper {
  border: 1px solid #bbbbbb;
  border-right: none;
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uO0uvajUNH .items-wrapper {
    border-right: 1px solid #bbbbbb;
  }
}
.cid-uO0uvajUNH .item {
  padding: 32px 16px 16px;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  width: 25%;
  min-height: 335px;
  transition: all 0.3s ease-in-out;
}
.cid-uO0uvajUNH .item:hover,
.cid-uO0uvajUNH .item:focus {
  box-shadow: inset 0 -500px 0 0 #1ac35b !important;
}
.cid-uO0uvajUNH .item:hover .item-wrapper .card-box .card-title,
.cid-uO0uvajUNH .item:focus .item-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-uO0uvajUNH .item:hover .item-wrapper .card-box .card-desc,
.cid-uO0uvajUNH .item:focus .item-wrapper .card-box .card-desc {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uO0uvajUNH .item {
    border-right: none;
    width: 100%;
  }
}
.cid-uO0uvajUNH .item .item-wrapper {
  height: 100%;
}
.cid-uO0uvajUNH .item .item-wrapper .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uO0uvajUNH .item .item-wrapper .card-box .card-title {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uO0uvajUNH .item .item-wrapper .card-box .card-desc {
  margin-top: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-uO0uvajUNH .btn-wrap {
  margin-top: 22px;
  text-align: center;
}
.cid-uO0uvajUNH .mbr-desc {
  color: #706cff;
}
.cid-uO0uvajUNH .card-title {
  color: #000000;
}
.cid-uO0uvajUNH .card-desc {
  color: #088b5a;
  text-align: center;
}
.cid-uO0uvajUNH .card-title,
.cid-uO0uvajUNH .mbr-section-btn {
  text-align: center;
}
.cid-uO0uvajUNH .mbr-desc,
.cid-uO0uvajUNH .btn-wrap {
  color: #0e2d3b;
}
.cid-uO0uvaFkax {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #1a2229;
}
.cid-uO0uvaFkax .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-uO0uvaFkax .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #1a2229;
  z-index: -1;
}
.cid-uO0uvaFkax .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uO0uvaFkax .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-uO0uvaFkax .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0uvaFkax .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uO0uvaFkax b,
.cid-uO0uvaFkax strong {
  font-weight: 900;
}
.cid-uO0uvaFkax img,
.cid-uO0uvaFkax .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uO0uvaFkax .item:focus,
.cid-uO0uvaFkax span:focus {
  outline: none;
}
.cid-uO0uvaFkax .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uO0uvaFkax .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uO0uvaFkax .mbr-section-title {
  color: #ffffff;
}
.cid-uO0uvaFkax .mbr-text,
.cid-uO0uvaFkax .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uO0uvaFkax .item-title {
  text-align: center;
  color: #17003b;
}
.cid-uO0uvaFkax .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uO0uvaFkax .item-subtitle,
.cid-uO0uvaFkax .item-content {
  text-align: center;
  color: #ffffff;
}
.cid-uO0uvb7MiQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1a2229;
}
.cid-uO0uvb7MiQ .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-uO0uvb7MiQ .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #1a2229;
  z-index: -1;
}
.cid-uO0uvb7MiQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uO0uvb7MiQ .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-uO0uvb7MiQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uO0uvb7MiQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uO0uvb7MiQ b,
.cid-uO0uvb7MiQ strong {
  font-weight: 900;
}
.cid-uO0uvb7MiQ img,
.cid-uO0uvb7MiQ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uO0uvb7MiQ .item:focus,
.cid-uO0uvb7MiQ span:focus {
  outline: none;
}
.cid-uO0uvb7MiQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uO0uvb7MiQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uO0uvb7MiQ .mbr-section-title {
  color: #17003b;
}
.cid-uO0uvb7MiQ .mbr-text,
.cid-uO0uvb7MiQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uO0uvb7MiQ .item-title {
  text-align: center;
  color: #17003b;
}
.cid-uO0uvb7MiQ .mbr-section-subtitle {
  color: #17003b;
}
.cid-uO0uvb7MiQ .item-subtitle,
.cid-uO0uvb7MiQ .item-content {
  text-align: center;
  color: #ffffff;
}
.cid-uO0uvbvLBN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a2229;
  overflow: hidden;
}
.cid-uO0uvbvLBN .container {
  max-width: 1600px;
}
.cid-uO0uvbvLBN .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-uO0uvbvLBN .media-container-row .mbr-text {
  color: #f8e5e4;
}
