.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #61ccca !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #61ccca !important;
  border-color: #61ccca !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #88d8d7 !important;
  border-color: #88d8d7 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #88d8d7 !important;
  border-color: #88d8d7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #61ccca;
  color: #61ccca;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #34a2a0 !important;
  background-color: transparent !important;
  border-color: #34a2a0 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #61ccca !important;
  border-color: #61ccca !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #61ccca !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #319695 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #61ccca;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbfefe;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !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: #ffd7ef !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='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tMOD8BWOUC .navbar-dropdown {
  position: relative !important;
}
.cid-tMOD8BWOUC .show .link,
.cid-tMOD8BWOUC .show .mbr-iconfont,
.cid-tMOD8BWOUC .show .phone {
  color: #000000 !important;
}
.cid-tMOD8BWOUC .opened .navbar-caption {
  color: #000000 !important;
}
.cid-tMOD8BWOUC .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-tMOD8BWOUC .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tMOD8BWOUC .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-tMOD8BWOUC .container {
  flex-wrap: nowrap;
}
.cid-tMOD8BWOUC .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-tMOD8BWOUC .dropdown-menu {
  padding: 1rem 0;
}
.cid-tMOD8BWOUC .dropdown-item {
  color: #000000 !important;
}
.cid-tMOD8BWOUC .dropdown-item span {
  color: #000000 !important;
}
.cid-tMOD8BWOUC .dropdown-item:hover,
.cid-tMOD8BWOUC .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tMOD8BWOUC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMOD8BWOUC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMOD8BWOUC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMOD8BWOUC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMOD8BWOUC .nav-link {
  position: relative;
}
.cid-tMOD8BWOUC .container {
  display: flex;
  margin: auto;
}
.cid-tMOD8BWOUC .center {
  text-align: center;
}
.cid-tMOD8BWOUC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMOD8BWOUC .dropdown-menu,
.cid-tMOD8BWOUC .navbar.opened {
  background: #ffffff !important;
}
.cid-tMOD8BWOUC .nav-item:focus,
.cid-tMOD8BWOUC .nav-link:focus {
  outline: none;
}
.cid-tMOD8BWOUC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMOD8BWOUC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMOD8BWOUC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMOD8BWOUC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMOD8BWOUC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMOD8BWOUC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMOD8BWOUC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tMOD8BWOUC .navbar.opened {
  transition: all 0.3s;
}
.cid-tMOD8BWOUC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMOD8BWOUC .navbar .navbar-logo img {
  width: auto;
}
.cid-tMOD8BWOUC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMOD8BWOUC .navbar.collapsed {
  justify-content: center;
}
.cid-tMOD8BWOUC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMOD8BWOUC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMOD8BWOUC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tMOD8BWOUC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMOD8BWOUC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMOD8BWOUC .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-tMOD8BWOUC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMOD8BWOUC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMOD8BWOUC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMOD8BWOUC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMOD8BWOUC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMOD8BWOUC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMOD8BWOUC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMOD8BWOUC .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-tMOD8BWOUC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMOD8BWOUC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMOD8BWOUC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMOD8BWOUC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMOD8BWOUC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMOD8BWOUC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMOD8BWOUC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMOD8BWOUC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMOD8BWOUC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMOD8BWOUC .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-tMOD8BWOUC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMOD8BWOUC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMOD8BWOUC .dropdown-item.active,
.cid-tMOD8BWOUC .dropdown-item:active {
  background-color: transparent;
}
.cid-tMOD8BWOUC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMOD8BWOUC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMOD8BWOUC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMOD8BWOUC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMOD8BWOUC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMOD8BWOUC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMOD8BWOUC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMOD8BWOUC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMOD8BWOUC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMOD8BWOUC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMOD8BWOUC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMOD8BWOUC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMOD8BWOUC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMOD8BWOUC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMOD8BWOUC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMOD8BWOUC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMOD8BWOUC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMOD8BWOUC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMOD8BWOUC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tMOD8BWOUC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMOD8BWOUC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMOD8BWOUC .navbar {
    height: 70px;
  }
  .cid-tMOD8BWOUC .navbar.opened {
    height: auto;
  }
  .cid-tMOD8BWOUC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMOD8CDkSW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/0559-2000x1333.jpg");
}
.cid-tMOD8CDkSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMOD8CDkSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-tMOD8CDkSW .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-tMOD8CDkSW .mbr-section-title {
  color: #ffffff;
}
.cid-tMOD8CDkSW .mbr-text,
.cid-tMOD8CDkSW .mbr-section-btn {
  color: #ffffff;
}
.cid-tMOD8CDkSW .media-content,
.cid-tMOD8CDkSW .mbr-figure {
  align-self: center;
}
.cid-tMOD8CDkSW .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-tMOD8CDkSW .app-video-wrapper {
  background: transparent;
}
.cid-tMOD8D7Ima {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffa0a0;
}
.cid-tMOD8D7Ima .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMOD8D7Ima .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMOD8D7Ima .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMOD8D7Ima .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMOD8D7Ima .container {
    padding: 0;
  }
}
.cid-tMOD8D7Ima .row {
  margin: 0;
}
.cid-tMOD8D7Ima .card {
  padding: 0;
}
.cid-tMOD8D7Ima .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tMOD8D7Ima .card .image-wrapper img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tMOD8D7Ima .card .image-wrapper img {
    height: 300px;
  }
}
.cid-tMOD8D7Ima .card .title-wrapper {
  padding: 0 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tMOD8D7Ima .card .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tMOD8D7Ima .card .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-tMOD8D7Ima .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-tMOD8D7Ima .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-tMOD8D7Ima .mbr-section-title {
  color: #ffffff;
}
.cid-tMOD8D7Ima .mbr-text {
  color: #ffffff;
}
.cid-tMOD8DB8uv {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tMOD8DB8uv .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tMOD8DB8uv .row {
    justify-content: flex-start;
  }
}
.cid-tMOD8DB8uv .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tMOD8DB8uv .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tMOD8DB8uv .col-card {
    width: 100% !important;
  }
}
.cid-tMOD8DB8uv .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tMOD8DB8uv .card-title {
    padding: 0 !important;
  }
}
.cid-tMOD8DB8uv .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tMOD8DB8uv .card-wrapper {
  height: 100%;
}
.cid-tMOD8DB8uv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMOD8DB8uv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfxHBou5L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-tPfxHBou5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfxHBou5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfxHBou5L .col-12 {
  position: relative;
}
.cid-tPfxHBou5L img {
  max-width: 800px;
  margin: auto;
}
.cid-tPfxHBou5L .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-tPfxHBou5L .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tPfxHBou5L .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tPfxHBou5L .image-wrapper {
    padding: 1rem;
  }
}
.cid-tPfxHBou5L .mbr-section-title {
  color: #000000;
}
.cid-tMOD8Gk3h9 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f9bae0;
}
.cid-tMOD8Gk3h9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMOD8Gk3h9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMOD8Gk3h9 .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-tMOD8Gk3h9 .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-tMOD8Gk3h9 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-tMOD8Gk3h9 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-tMOD8Gk3h9 .row {
  flex-direction: row-reverse;
}
.cid-tMOD8Gk3h9 .image-wrapper {
  padding: 0 0.75rem;
}
.cid-tMOD8Gk3h9 img,
.cid-tMOD8Gk3h9 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
.cid-tMOD8Gk3h9 .mbr-section-title {
  color: #000000;
}
.cid-tMOD8Gk3h9 .mbr-text {
  color: #000000;
}
.cid-tMOD8Gk3h9 .mbr-text,
.cid-tMOD8Gk3h9 .mbr-section-btn {
  text-align: left;
}
.cid-tMOD8E5Dht {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/6755121-960x640.jpg");
}
.cid-tMOD8E5Dht .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-tMOD8E5Dht .panel-group {
  border: none;
}
.cid-tMOD8E5Dht .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-tMOD8E5Dht .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tMOD8E5Dht .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tMOD8E5Dht .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tMOD8E5Dht .img-col {
  padding: 0;
}
.cid-tMOD8E5Dht .img-item {
  height: 100%;
}
.cid-tMOD8E5Dht img {
  height: 100%;
  object-fit: cover;
}
.cid-tMOD8E5Dht .collapsed span {
  transform: rotate(0deg);
}
.cid-tMOD8E5Dht .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tMOD8E5Dht p {
  margin-bottom: 0.3rem;
}
.cid-tMOD8E5Dht .panel-title-edit {
  color: #e9c0e9;
}
.cid-tMOD8E5Dht .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tMOD8E5Dht .card {
  background: #e7e8e9;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tMOD8E5Dht .card {
    padding: 1.5rem;
  }
}
.cid-tMOD8E5Dht .panel-text {
  color: #320707;
}
.cid-tMOD8E5Dht .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-tMOD8E5Dht .mbr-section-subtitle {
  color: #d70081;
  text-align: center;
}
.cid-tMOD8E5Dht .panel-title-edit,
.cid-tMOD8E5Dht .mbr-iconfont {
  color: #320707;
}
.cid-tMOD8EDRFg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tMOD8EDRFg .mbr-overlay {
  background: #edefeb;
  opacity: 0.5;
}
.cid-tMOD8EDRFg .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-tMOD8EDRFg img,
.cid-tMOD8EDRFg .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tMOD8EDRFg .item:focus,
.cid-tMOD8EDRFg span:focus {
  outline: none;
}
.cid-tMOD8EDRFg .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tMOD8EDRFg .item {
    margin-top: 1rem;
  }
}
.cid-tMOD8EDRFg .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tMOD8EDRFg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tMOD8EDRFg .mbr-section-title {
  color: #232323;
}
.cid-tMOD8EDRFg .mbr-text,
.cid-tMOD8EDRFg .mbr-section-btn {
  color: #232323;
}
.cid-tMOD8EDRFg .item-title {
  color: #232323;
}
.cid-tMOD8FgICy {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tMOD8FgICy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMOD8FgICy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMOD8FgICy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMOD8FgICy .row {
  flex-direction: row-reverse;
}
.cid-tMOD8FgICy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tMOD8FgICy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tMOD8FgICy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tMOD8FgICy .mbr-section-title {
  color: #000000;
}
.cid-tMOD8FgICy .mbr-text,
.cid-tMOD8FgICy .mbr-section-btn {
  color: #000000;
}
.cid-tMOD8FMYBF {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tMOD8FMYBF .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tMOD8FMYBF .row {
    justify-content: flex-start;
  }
}
.cid-tMOD8FMYBF .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tMOD8FMYBF .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tMOD8FMYBF .col-card {
    width: 100% !important;
  }
}
.cid-tMOD8FMYBF .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tMOD8FMYBF .card-title {
    padding: 0 !important;
  }
}
.cid-tMOD8FMYBF .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tMOD8FMYBF .card-wrapper {
  height: 100%;
}
.cid-tMOD8FMYBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMOD8FMYBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMOD8H1StZ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f9bae0;
}
.cid-tMOD8H1StZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMOD8H1StZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMOD8H1StZ .mbr-section-title {
  color: #24262b;
}
.cid-tMOD8H1StZ .mbr-section-subtitle {
  color: #24262b;
}
.cid-tMOD8H1StZ .mbr-section-btn {
  margin-top: 16px;
}
.cid-tMUx1fgviL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.png");
}
.cid-tMUx1fgviL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMUx1fgviL .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-tMUx1fgviL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMUx1fgviL .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-tMUx1fgviL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tMUx1fgviL .card-title,
.cid-tMUx1fgviL .iconfont-wrapper {
  color: #000000;
}
.cid-tMUx1fgviL .card-text {
  color: #000000;
}
.cid-tMUx1fgviL .mbr-section-title {
  color: #000000;
}
.cid-tMUzZCboMK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.png");
}
.cid-tMUzZCboMK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMUzZCboMK .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-tMUzZCboMK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMUzZCboMK .item-wrapper {
  background: #edefeb;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-tMUzZCboMK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tMUzZCboMK .card-title,
.cid-tMUzZCboMK .iconfont-wrapper {
  color: #000000;
}
.cid-tMUzZCboMK .card-text {
  color: #000000;
}
.cid-tMUzZCboMK .mbr-section-title {
  color: #000000;
}
.cid-tMV8xzOgxz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-tMV8xzOgxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMV8xzOgxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMV8xzOgxz .nav-tabs .nav-item.open .nav-link:focus,
.cid-tMV8xzOgxz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tMV8xzOgxz .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 2px solid #fb95d3;
}
@media (max-width: 767px) {
  .cid-tMV8xzOgxz .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tMV8xzOgxz .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tMV8xzOgxz .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 0 !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  border-top-left-radius: 2rem!important;
  border-top-right-radius: 2rem !important;
  overflow: hidden!important;
}
.cid-tMV8xzOgxz .nav-tabs .nav-link:not(.active) {
  color: #fb95d3;
}
.cid-tMV8xzOgxz .nav-tabs .nav-link.active {
  color: #232323 !important;
  background-color: #fb95d3 !important;
  padding: 1.25rem 2rem!important;
}
.cid-tMV8xzOgxz .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tMV8xzOgxz .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tMV8xzOgxz .mbr-text {
  color: #fff;
}
.cid-tMOD8K2jqt {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tMOD8K2jqt .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tMOD8K2jqt .row {
    justify-content: flex-start;
  }
}
.cid-tMOD8K2jqt .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tMOD8K2jqt .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tMOD8K2jqt .col-card {
    width: 100% !important;
  }
}
.cid-tMOD8K2jqt .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tMOD8K2jqt .card-title {
    padding: 0 !important;
  }
}
.cid-tMOD8K2jqt .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tMOD8K2jqt .card-wrapper {
  height: 100%;
}
.cid-tMOD8K2jqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMOD8K2jqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMOD8LbyDA {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #232323;
}
.cid-tMOD8LbyDA .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tMOD8LbyDA .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tMOD8LbyDA .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tLdEdgOPoa .navbar-dropdown {
  position: relative !important;
}
.cid-tLdEdgOPoa .show .link,
.cid-tLdEdgOPoa .show .mbr-iconfont,
.cid-tLdEdgOPoa .show .phone {
  color: #000000 !important;
}
.cid-tLdEdgOPoa .opened .navbar-caption {
  color: #000000 !important;
}
.cid-tLdEdgOPoa .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-tLdEdgOPoa .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tLdEdgOPoa .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-tLdEdgOPoa .container {
  flex-wrap: nowrap;
}
.cid-tLdEdgOPoa .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-tLdEdgOPoa .dropdown-menu {
  padding: 1rem 0;
}
.cid-tLdEdgOPoa .dropdown-item {
  color: #000000 !important;
}
.cid-tLdEdgOPoa .dropdown-item span {
  color: #000000 !important;
}
.cid-tLdEdgOPoa .dropdown-item:hover,
.cid-tLdEdgOPoa .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tLdEdgOPoa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLdEdgOPoa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLdEdgOPoa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLdEdgOPoa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLdEdgOPoa .nav-link {
  position: relative;
}
.cid-tLdEdgOPoa .container {
  display: flex;
  margin: auto;
}
.cid-tLdEdgOPoa .center {
  text-align: center;
}
.cid-tLdEdgOPoa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLdEdgOPoa .dropdown-menu,
.cid-tLdEdgOPoa .navbar.opened {
  background: #ffffff !important;
}
.cid-tLdEdgOPoa .nav-item:focus,
.cid-tLdEdgOPoa .nav-link:focus {
  outline: none;
}
.cid-tLdEdgOPoa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLdEdgOPoa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLdEdgOPoa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLdEdgOPoa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLdEdgOPoa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLdEdgOPoa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLdEdgOPoa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tLdEdgOPoa .navbar.opened {
  transition: all 0.3s;
}
.cid-tLdEdgOPoa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLdEdgOPoa .navbar .navbar-logo img {
  width: auto;
}
.cid-tLdEdgOPoa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLdEdgOPoa .navbar.collapsed {
  justify-content: center;
}
.cid-tLdEdgOPoa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLdEdgOPoa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLdEdgOPoa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLdEdgOPoa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLdEdgOPoa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLdEdgOPoa .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-tLdEdgOPoa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLdEdgOPoa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLdEdgOPoa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLdEdgOPoa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLdEdgOPoa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLdEdgOPoa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLdEdgOPoa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLdEdgOPoa .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-tLdEdgOPoa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLdEdgOPoa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLdEdgOPoa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLdEdgOPoa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLdEdgOPoa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLdEdgOPoa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLdEdgOPoa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLdEdgOPoa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLdEdgOPoa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLdEdgOPoa .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-tLdEdgOPoa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLdEdgOPoa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLdEdgOPoa .dropdown-item.active,
.cid-tLdEdgOPoa .dropdown-item:active {
  background-color: transparent;
}
.cid-tLdEdgOPoa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLdEdgOPoa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLdEdgOPoa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLdEdgOPoa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tLdEdgOPoa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLdEdgOPoa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLdEdgOPoa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLdEdgOPoa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLdEdgOPoa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLdEdgOPoa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tLdEdgOPoa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLdEdgOPoa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLdEdgOPoa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLdEdgOPoa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLdEdgOPoa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLdEdgOPoa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLdEdgOPoa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLdEdgOPoa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLdEdgOPoa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tLdEdgOPoa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLdEdgOPoa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLdEdgOPoa .navbar {
    height: 70px;
  }
  .cid-tLdEdgOPoa .navbar.opened {
    height: auto;
  }
  .cid-tLdEdgOPoa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLdFrwOWvf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/7697400-960x640.jpg");
}
.cid-tLdFrwOWvf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLdFrwOWvf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-tLdFrwOWvf .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-tLdFrwOWvf .mbr-section-title {
  color: #ffffff;
}
.cid-tLdFrwOWvf .mbr-text,
.cid-tLdFrwOWvf .mbr-section-btn {
  color: #ffffff;
}
.cid-tLdFrwOWvf .media-content,
.cid-tLdFrwOWvf .mbr-figure {
  align-self: center;
}
.cid-tLdFrwOWvf .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-tLdFrwOWvf .app-video-wrapper {
  background: transparent;
}
.cid-tLC956T17Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffa0a0;
}
.cid-tLC956T17Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLC956T17Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLC956T17Q .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLC956T17Q .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tLC956T17Q .container {
    padding: 0;
  }
}
.cid-tLC956T17Q .row {
  margin: 0;
}
.cid-tLC956T17Q .card {
  padding: 0;
}
.cid-tLC956T17Q .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tLC956T17Q .card .image-wrapper img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLC956T17Q .card .image-wrapper img {
    height: 300px;
  }
}
.cid-tLC956T17Q .card .title-wrapper {
  padding: 0 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tLC956T17Q .card .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tLC956T17Q .card .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-tLC956T17Q .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-tLC956T17Q .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-tLC956T17Q .mbr-section-title {
  color: #ffffff;
}
.cid-tLC956T17Q .mbr-text {
  color: #ffffff;
}
.cid-tMOxZ6Q743 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tMOxZ6Q743 .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tMOxZ6Q743 .row {
    justify-content: flex-start;
  }
}
.cid-tMOxZ6Q743 .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tMOxZ6Q743 .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tMOxZ6Q743 .col-card {
    width: 100% !important;
  }
}
.cid-tMOxZ6Q743 .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tMOxZ6Q743 .card-title {
    padding: 0 !important;
  }
}
.cid-tMOxZ6Q743 .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tMOxZ6Q743 .card-wrapper {
  height: 100%;
}
.cid-tMOxZ6Q743 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMOxZ6Q743 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLCfcVrb2G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/6755121-960x640.jpg");
}
.cid-tLCfcVrb2G .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-tLCfcVrb2G .panel-group {
  border: none;
}
.cid-tLCfcVrb2G .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-tLCfcVrb2G .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tLCfcVrb2G .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tLCfcVrb2G .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tLCfcVrb2G .img-col {
  padding: 0;
}
.cid-tLCfcVrb2G .img-item {
  height: 100%;
}
.cid-tLCfcVrb2G img {
  height: 100%;
  object-fit: cover;
}
.cid-tLCfcVrb2G .collapsed span {
  transform: rotate(0deg);
}
.cid-tLCfcVrb2G .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tLCfcVrb2G p {
  margin-bottom: 0.3rem;
}
.cid-tLCfcVrb2G .panel-title-edit {
  color: #e9c0e9;
}
.cid-tLCfcVrb2G .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tLCfcVrb2G .card {
  background: #f9bae0;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tLCfcVrb2G .card {
    padding: 1.5rem;
  }
}
.cid-tLCfcVrb2G .panel-text {
  color: #320707;
}
.cid-tLCfcVrb2G .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-tLCfcVrb2G .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tLCfcVrb2G .panel-title-edit,
.cid-tLCfcVrb2G .mbr-iconfont {
  color: #320707;
}
.cid-tMViAK2MMT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-tMViAK2MMT .mbr-overlay {
  background: #edefeb;
  opacity: 0.5;
}
.cid-tMViAK2MMT .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-tMViAK2MMT img,
.cid-tMViAK2MMT .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tMViAK2MMT .item:focus,
.cid-tMViAK2MMT span:focus {
  outline: none;
}
.cid-tMViAK2MMT .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tMViAK2MMT .item {
    margin-top: 1rem;
  }
}
.cid-tMViAK2MMT .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tMViAK2MMT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tMViAK2MMT .mbr-section-title {
  color: #232323;
}
.cid-tMViAK2MMT .mbr-text,
.cid-tMViAK2MMT .mbr-section-btn {
  color: #232323;
}
.cid-tMViAK2MMT .item-title {
  color: #232323;
}
.cid-tLCKdEBdXG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tLCKdEBdXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLCKdEBdXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tLCKdEBdXG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLCKdEBdXG .row {
  flex-direction: row-reverse;
}
.cid-tLCKdEBdXG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLCKdEBdXG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tLCKdEBdXG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tLCKdEBdXG .mbr-section-title {
  color: #000000;
}
.cid-tLCKdEBdXG .mbr-text,
.cid-tLCKdEBdXG .mbr-section-btn {
  color: #000000;
}
.cid-tMOCezqEvQ {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tMOCezqEvQ .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tMOCezqEvQ .row {
    justify-content: flex-start;
  }
}
.cid-tMOCezqEvQ .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tMOCezqEvQ .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tMOCezqEvQ .col-card {
    width: 100% !important;
  }
}
.cid-tMOCezqEvQ .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tMOCezqEvQ .card-title {
    padding: 0 !important;
  }
}
.cid-tMOCezqEvQ .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tMOCezqEvQ .card-wrapper {
  height: 100%;
}
.cid-tMOCezqEvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMOCezqEvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLCLESizos {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f92c50;
}
.cid-tLCLESizos .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLCLESizos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLCLESizos .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-tLCLESizos .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-tLCLESizos .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-tLCLESizos .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-tLCLESizos .row {
  flex-direction: row-reverse;
}
.cid-tLCLESizos .image-wrapper {
  padding: 0 0.75rem;
}
.cid-tLCLESizos img,
.cid-tLCLESizos .image-wrapper {
  height: 600px;
  object-fit: cover;
}
.cid-tLCLESizos .mbr-section-title {
  color: #000000;
}
.cid-tLCLESizos .mbr-text {
  color: #000000;
}
.cid-tLCLESizos .mbr-text,
.cid-tLCLESizos .mbr-section-btn {
  text-align: left;
}
.cid-tLMf1U6Sop {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tLMf1U6Sop .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLMf1U6Sop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLMf1U6Sop .mbr-section-title {
  color: #24262b;
}
.cid-tLMf1U6Sop .mbr-section-subtitle {
  color: #24262b;
}
.cid-tLMf1U6Sop .mbr-section-btn {
  margin-top: 16px;
}
.cid-tLMee9CCdW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/74s-1-1036x723.jpg");
}
.cid-tLMee9CCdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLMee9CCdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tLMee9CCdW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLMee9CCdW .row {
  flex-direction: row-reverse;
}
.cid-tLMee9CCdW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLMee9CCdW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tLMee9CCdW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tLMee9CCdW .mbr-section-title {
  color: #000000;
}
.cid-tLMee9CCdW .mbr-text,
.cid-tLMee9CCdW .mbr-section-btn {
  color: #000000;
}
.cid-tLMJhhIFaD {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffd7ef;
}
.cid-tLMJhhIFaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLMJhhIFaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tLMJhhIFaD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLMJhhIFaD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLMJhhIFaD .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tLMJhhIFaD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tLMJhhIFaD .mbr-section-title {
  color: #260a30;
}
.cid-tLMJhhIFaD .mbr-text,
.cid-tLMJhhIFaD .mbr-section-btn {
  color: #260a30;
}
.cid-tLMPB3lt8l {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1036x689.jpg");
}
.cid-tLMPB3lt8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLMPB3lt8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tLMPB3lt8l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLMPB3lt8l .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLMPB3lt8l .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tLMPB3lt8l .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tLMPB3lt8l .mbr-section-title {
  color: #000000;
}
.cid-tLMPB3lt8l .mbr-text,
.cid-tLMPB3lt8l .mbr-section-btn {
  color: #000000;
}
.cid-tMK6WPfUt1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/traditional-dance-newlyweds-banknotes-top-view-1000x667.jpg");
}
.cid-tMK6WPfUt1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMK6WPfUt1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMK6WPfUt1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMK6WPfUt1 .row {
  flex-direction: row-reverse;
}
.cid-tMK6WPfUt1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tMK6WPfUt1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tMK6WPfUt1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tMK6WPfUt1 .mbr-section-title {
  color: #000000;
}
.cid-tMK6WPfUt1 .mbr-text,
.cid-tMK6WPfUt1 .mbr-section-btn {
  color: #000000;
}
.cid-tMOClFJYHB {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tMOClFJYHB .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tMOClFJYHB .row {
    justify-content: flex-start;
  }
}
.cid-tMOClFJYHB .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tMOClFJYHB .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tMOClFJYHB .col-card {
    width: 100% !important;
  }
}
.cid-tMOClFJYHB .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tMOClFJYHB .card-title {
    padding: 0 !important;
  }
}
.cid-tMOClFJYHB .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tMOClFJYHB .card-wrapper {
  height: 100%;
}
.cid-tMOClFJYHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMOClFJYHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLMQ9dGR92 {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #232323;
}
.cid-tLMQ9dGR92 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tLMQ9dGR92 .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tLMQ9dGR92 .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tMVjWF3O6J .navbar-dropdown {
  position: relative !important;
}
.cid-tMVjWF3O6J .show .link,
.cid-tMVjWF3O6J .show .mbr-iconfont,
.cid-tMVjWF3O6J .show .phone {
  color: #000000 !important;
}
.cid-tMVjWF3O6J .opened .navbar-caption {
  color: #000000 !important;
}
.cid-tMVjWF3O6J .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-tMVjWF3O6J .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tMVjWF3O6J .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-tMVjWF3O6J .container {
  flex-wrap: nowrap;
}
.cid-tMVjWF3O6J .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-tMVjWF3O6J .dropdown-menu {
  padding: 1rem 0;
}
.cid-tMVjWF3O6J .dropdown-item {
  color: #000000 !important;
}
.cid-tMVjWF3O6J .dropdown-item span {
  color: #000000 !important;
}
.cid-tMVjWF3O6J .dropdown-item:hover,
.cid-tMVjWF3O6J .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tMVjWF3O6J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMVjWF3O6J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMVjWF3O6J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tMVjWF3O6J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMVjWF3O6J .nav-link {
  position: relative;
}
.cid-tMVjWF3O6J .container {
  display: flex;
  margin: auto;
}
.cid-tMVjWF3O6J .center {
  text-align: center;
}
.cid-tMVjWF3O6J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMVjWF3O6J .dropdown-menu,
.cid-tMVjWF3O6J .navbar.opened {
  background: #ffffff !important;
}
.cid-tMVjWF3O6J .nav-item:focus,
.cid-tMVjWF3O6J .nav-link:focus {
  outline: none;
}
.cid-tMVjWF3O6J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMVjWF3O6J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMVjWF3O6J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMVjWF3O6J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMVjWF3O6J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMVjWF3O6J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMVjWF3O6J .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tMVjWF3O6J .navbar.opened {
  transition: all 0.3s;
}
.cid-tMVjWF3O6J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMVjWF3O6J .navbar .navbar-logo img {
  width: auto;
}
.cid-tMVjWF3O6J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMVjWF3O6J .navbar.collapsed {
  justify-content: center;
}
.cid-tMVjWF3O6J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMVjWF3O6J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMVjWF3O6J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tMVjWF3O6J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMVjWF3O6J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMVjWF3O6J .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-tMVjWF3O6J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMVjWF3O6J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMVjWF3O6J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMVjWF3O6J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMVjWF3O6J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMVjWF3O6J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMVjWF3O6J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMVjWF3O6J .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-tMVjWF3O6J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMVjWF3O6J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMVjWF3O6J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMVjWF3O6J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMVjWF3O6J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMVjWF3O6J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMVjWF3O6J .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMVjWF3O6J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMVjWF3O6J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMVjWF3O6J .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-tMVjWF3O6J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMVjWF3O6J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMVjWF3O6J .dropdown-item.active,
.cid-tMVjWF3O6J .dropdown-item:active {
  background-color: transparent;
}
.cid-tMVjWF3O6J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMVjWF3O6J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMVjWF3O6J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMVjWF3O6J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMVjWF3O6J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMVjWF3O6J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMVjWF3O6J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMVjWF3O6J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMVjWF3O6J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMVjWF3O6J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMVjWF3O6J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMVjWF3O6J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMVjWF3O6J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMVjWF3O6J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMVjWF3O6J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMVjWF3O6J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMVjWF3O6J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMVjWF3O6J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMVjWF3O6J .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tMVjWF3O6J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMVjWF3O6J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMVjWF3O6J .navbar {
    height: 70px;
  }
  .cid-tMVjWF3O6J .navbar.opened {
    height: auto;
  }
  .cid-tMVjWF3O6J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMVjWFxhSg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/35-2048x1388.jpg");
}
.cid-tMVjWFxhSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVjWFxhSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-tMVjWFxhSg .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-tMVjWFxhSg .mbr-section-title {
  color: #232323;
}
.cid-tMVjWFxhSg .mbr-text,
.cid-tMVjWFxhSg .mbr-section-btn {
  color: #232323;
}
.cid-tMVjWFxhSg .media-content,
.cid-tMVjWFxhSg .mbr-figure {
  align-self: center;
}
.cid-tMVjWFxhSg .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-tMVjWFxhSg .app-video-wrapper {
  background: transparent;
}
.cid-tMVzFjdp3L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMVzFjdp3L h6 {
  line-height: 1.2;
}
.cid-tMVzFjdp3L img,
.cid-tMVzFjdp3L .item-img {
  width: 100%;
}
.cid-tMVzFjdp3L .item:focus,
.cid-tMVzFjdp3L span:focus {
  outline: none;
}
.cid-tMVzFjdp3L .item {
  cursor: pointer;
}
.cid-tMVzFjdp3L .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tMVzFjdp3L .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tMVzFjdp3L .mbr-section-title {
  color: #000000;
}
.cid-tMVzFjdp3L .mbr-text,
.cid-tMVzFjdp3L .mbr-section-btn {
  color: #000000;
}
.cid-tMVzFjdp3L .item-title {
  color: #000000;
  text-align: center;
}
.cid-tMVzFjdp3L .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tMVzFjdp3L .item-text {
  color: #000000;
  text-align: center;
}
.cid-uapqrzc3Jz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uapqrzc3Jz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uapqrzc3Jz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uapqrzc3Jz .col-12 {
  position: relative;
}
.cid-uapqrzc3Jz img {
  max-width: 800px;
  margin: auto;
}
.cid-uapqrzc3Jz .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-uapqrzc3Jz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uapqrzc3Jz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uapqrzc3Jz .image-wrapper {
    padding: 1rem;
  }
}
.cid-uapqrzc3Jz .mbr-section-title {
  color: #000000;
}
.cid-tMVjWGq0fe {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tMVjWGq0fe .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tMVjWGq0fe .row {
    justify-content: flex-start;
  }
}
.cid-tMVjWGq0fe .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tMVjWGq0fe .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tMVjWGq0fe .col-card {
    width: 100% !important;
  }
}
.cid-tMVjWGq0fe .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tMVjWGq0fe .card-title {
    padding: 0 !important;
  }
}
.cid-tMVjWGq0fe .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tMVjWGq0fe .card-wrapper {
  height: 100%;
}
.cid-tMVjWGq0fe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVjWGq0fe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMVjWHMvx5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tMVjWHMvx5 .mbr-overlay {
  background: #edefeb;
  opacity: 0.5;
}
.cid-tMVjWHMvx5 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-tMVjWHMvx5 img,
.cid-tMVjWHMvx5 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tMVjWHMvx5 .item:focus,
.cid-tMVjWHMvx5 span:focus {
  outline: none;
}
.cid-tMVjWHMvx5 .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tMVjWHMvx5 .item {
    margin-top: 1rem;
  }
}
.cid-tMVjWHMvx5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tMVjWHMvx5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tMVjWHMvx5 .mbr-section-title {
  color: #232323;
}
.cid-tMVjWHMvx5 .mbr-text,
.cid-tMVjWHMvx5 .mbr-section-btn {
  color: #232323;
}
.cid-tMVjWHMvx5 .item-title {
  color: #232323;
}
.cid-tMVjWInQvc {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tMVjWInQvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVjWInQvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMVjWInQvc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMVjWInQvc .row {
  flex-direction: row-reverse;
}
.cid-tMVjWInQvc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tMVjWInQvc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tMVjWInQvc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tMVjWInQvc .mbr-section-title {
  color: #000000;
}
.cid-tMVjWInQvc .mbr-text,
.cid-tMVjWInQvc .mbr-section-btn {
  color: #000000;
}
.cid-tOfFFgmRT6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-tOfFFgmRT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOfFFgmRT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOfFFgmRT6 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tOfFFgmRT6 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tOfFFgmRT6 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 2px solid #fb95d3;
}
@media (max-width: 767px) {
  .cid-tOfFFgmRT6 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tOfFFgmRT6 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tOfFFgmRT6 .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 0 !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  border-top-left-radius: 2rem!important;
  border-top-right-radius: 2rem !important;
  overflow: hidden!important;
}
.cid-tOfFFgmRT6 .nav-tabs .nav-link:not(.active) {
  color: #fb95d3;
}
.cid-tOfFFgmRT6 .nav-tabs .nav-link.active {
  color: #232323 !important;
  background-color: #fb95d3 !important;
  padding: 1.25rem 2rem!important;
}
.cid-tOfFFgmRT6 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tOfFFgmRT6 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tOfFFgmRT6 .mbr-text {
  color: #fff;
}
.cid-tMVjWMgCyr {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tMVjWMgCyr .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tMVjWMgCyr .row {
    justify-content: flex-start;
  }
}
.cid-tMVjWMgCyr .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tMVjWMgCyr .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tMVjWMgCyr .col-card {
    width: 100% !important;
  }
}
.cid-tMVjWMgCyr .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tMVjWMgCyr .card-title {
    padding: 0 !important;
  }
}
.cid-tMVjWMgCyr .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tMVjWMgCyr .card-wrapper {
  height: 100%;
}
.cid-tMVjWMgCyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVjWMgCyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMVjWNjReo {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #232323;
}
.cid-tMVjWNjReo .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tMVjWNjReo .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tMVjWNjReo .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tN503qoTDZ .navbar-dropdown {
  position: relative !important;
}
.cid-tN503qoTDZ .show .link,
.cid-tN503qoTDZ .show .mbr-iconfont,
.cid-tN503qoTDZ .show .phone {
  color: #000000 !important;
}
.cid-tN503qoTDZ .opened .navbar-caption {
  color: #000000 !important;
}
.cid-tN503qoTDZ .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-tN503qoTDZ .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tN503qoTDZ .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-tN503qoTDZ .container {
  flex-wrap: nowrap;
}
.cid-tN503qoTDZ .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-tN503qoTDZ .dropdown-menu {
  padding: 1rem 0;
}
.cid-tN503qoTDZ .dropdown-item {
  color: #000000 !important;
}
.cid-tN503qoTDZ .dropdown-item span {
  color: #000000 !important;
}
.cid-tN503qoTDZ .dropdown-item:hover,
.cid-tN503qoTDZ .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tN503qoTDZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tN503qoTDZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tN503qoTDZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tN503qoTDZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tN503qoTDZ .nav-link {
  position: relative;
}
.cid-tN503qoTDZ .container {
  display: flex;
  margin: auto;
}
.cid-tN503qoTDZ .center {
  text-align: center;
}
.cid-tN503qoTDZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tN503qoTDZ .dropdown-menu,
.cid-tN503qoTDZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tN503qoTDZ .nav-item:focus,
.cid-tN503qoTDZ .nav-link:focus {
  outline: none;
}
.cid-tN503qoTDZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tN503qoTDZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tN503qoTDZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tN503qoTDZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tN503qoTDZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tN503qoTDZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tN503qoTDZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tN503qoTDZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tN503qoTDZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tN503qoTDZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tN503qoTDZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tN503qoTDZ .navbar.collapsed {
  justify-content: center;
}
.cid-tN503qoTDZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tN503qoTDZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tN503qoTDZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tN503qoTDZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tN503qoTDZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tN503qoTDZ .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-tN503qoTDZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tN503qoTDZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tN503qoTDZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tN503qoTDZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tN503qoTDZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tN503qoTDZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tN503qoTDZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tN503qoTDZ .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-tN503qoTDZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tN503qoTDZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tN503qoTDZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tN503qoTDZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tN503qoTDZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tN503qoTDZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tN503qoTDZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tN503qoTDZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tN503qoTDZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tN503qoTDZ .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-tN503qoTDZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tN503qoTDZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tN503qoTDZ .dropdown-item.active,
.cid-tN503qoTDZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tN503qoTDZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tN503qoTDZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tN503qoTDZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tN503qoTDZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tN503qoTDZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tN503qoTDZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tN503qoTDZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tN503qoTDZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tN503qoTDZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tN503qoTDZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tN503qoTDZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tN503qoTDZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN503qoTDZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN503qoTDZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tN503qoTDZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN503qoTDZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tN503qoTDZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tN503qoTDZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN503qoTDZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tN503qoTDZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tN503qoTDZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tN503qoTDZ .navbar {
    height: 70px;
  }
  .cid-tN503qoTDZ .navbar.opened {
    height: auto;
  }
  .cid-tN503qoTDZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tN50ukjEF9 {
  display: flex;
  background-image: url("../../../assets/images/33-1256x851.jpg");
}
.cid-tN50ukjEF9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-tN50ukjEF9 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tN50ukjEF9 {
    align-items: flex-end;
  }
  .cid-tN50ukjEF9 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tN50ukjEF9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tN50ukjEF9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tN50ukjEF9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tN50ukjEF9 .content-wrap {
    width: 100%;
  }
}
.cid-tN50ukjEF9 .mbr-section-title {
  text-align: center;
}
.cid-tN50ukjEF9 .mbr-text,
.cid-tN50ukjEF9 .mbr-section-btn {
  text-align: center;
}
.cid-tN50PEqWEv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tN50PEqWEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN50PEqWEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN50PEqWEv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tN50PEqWEv .item {
    margin-bottom: 1rem;
  }
}
.cid-tN50PEqWEv .item-wrapper {
  position: relative;
}
.cid-tN50PEqWEv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tN50PEqWEv .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tN50PEqWEv .carousel-control,
.cid-tN50PEqWEv .close {
  background: #1b1b1b;
}
.cid-tN50PEqWEv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tN50PEqWEv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tN50PEqWEv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tN50PEqWEv .carousel-control-next span {
  margin-left: 5px;
}
.cid-tN50PEqWEv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tN50PEqWEv .close::before {
  content: '\e91a';
}
.cid-tN50PEqWEv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tN50PEqWEv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tN50PEqWEv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN50PEqWEv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tN50PEqWEv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tN50PEqWEv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tN50PEqWEv .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-tN50PEqWEv .carousel-indicators li.active,
.cid-tN50PEqWEv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tN50PEqWEv .carousel-indicators li::after,
.cid-tN50PEqWEv .carousel-indicators li::before {
  content: none;
}
.cid-tN50PEqWEv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tN50PEqWEv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tN50PEqWEv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tN50PEqWEv .carousel-indicators {
    display: none;
  }
}
.cid-tN50PEqWEv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tN50PEqWEv .carousel-inner > .active {
  display: block;
}
.cid-tN50PEqWEv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN50PEqWEv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tN50PEqWEv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tN50PEqWEv .carousel-control,
  .cid-tN50PEqWEv .carousel-indicators,
  .cid-tN50PEqWEv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tN50PEqWEv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tN50PEqWEv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tN50PEqWEv .carousel-indicators .active,
.cid-tN50PEqWEv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tN50PEqWEv .carousel-indicators .active {
  background: #fff;
}
.cid-tN50PEqWEv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tN50PEqWEv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tN50PEqWEv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tN50PEqWEv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tN50PEqWEv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tN50PEqWEv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tN50PEqWEv .carousel {
  width: 100%;
}
.cid-tN50PEqWEv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tN50PEqWEv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tN50PEqWEv .modal.fade .modal-dialog,
.cid-tN50PEqWEv .modal.in .modal-dialog {
  transform: none;
}
.cid-tN50PEqWEv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tN50PEqWEv H6 {
  text-align: center;
}
.cid-tN503rDw8C {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tN503rDw8C .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tN503rDw8C .row {
    justify-content: flex-start;
  }
}
.cid-tN503rDw8C .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tN503rDw8C .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tN503rDw8C .col-card {
    width: 100% !important;
  }
}
.cid-tN503rDw8C .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tN503rDw8C .card-title {
    padding: 0 !important;
  }
}
.cid-tN503rDw8C .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tN503rDw8C .card-wrapper {
  height: 100%;
}
.cid-tN503rDw8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN503rDw8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN503s2HtC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tN503s2HtC .mbr-overlay {
  background: #edefeb;
  opacity: 0.5;
}
.cid-tN503s2HtC .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-tN503s2HtC img,
.cid-tN503s2HtC .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tN503s2HtC .item:focus,
.cid-tN503s2HtC span:focus {
  outline: none;
}
.cid-tN503s2HtC .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tN503s2HtC .item {
    margin-top: 1rem;
  }
}
.cid-tN503s2HtC .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tN503s2HtC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tN503s2HtC .mbr-section-title {
  color: #232323;
}
.cid-tN503s2HtC .mbr-text,
.cid-tN503s2HtC .mbr-section-btn {
  color: #232323;
}
.cid-tN503s2HtC .item-title {
  color: #232323;
}
.cid-tN503sv1DN {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tN503sv1DN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN503sv1DN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tN503sv1DN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tN503sv1DN .row {
  flex-direction: row-reverse;
}
.cid-tN503sv1DN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tN503sv1DN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tN503sv1DN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tN503sv1DN .mbr-section-title {
  color: #000000;
}
.cid-tN503sv1DN .mbr-text,
.cid-tN503sv1DN .mbr-section-btn {
  color: #000000;
}
.cid-tN503sVMDB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-tN503sVMDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN503sVMDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN503sVMDB .nav-tabs .nav-item.open .nav-link:focus,
.cid-tN503sVMDB .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tN503sVMDB .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 2px solid #fb95d3;
}
@media (max-width: 767px) {
  .cid-tN503sVMDB .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tN503sVMDB .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tN503sVMDB .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 0 !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  border-top-left-radius: 2rem!important;
  border-top-right-radius: 2rem !important;
  overflow: hidden!important;
}
.cid-tN503sVMDB .nav-tabs .nav-link:not(.active) {
  color: #fb95d3;
}
.cid-tN503sVMDB .nav-tabs .nav-link.active {
  color: #232323 !important;
  background-color: #fb95d3 !important;
  padding: 1.25rem 2rem!important;
}
.cid-tN503sVMDB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tN503sVMDB .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tN503sVMDB .mbr-text {
  color: #fff;
}
.cid-tN503ttyZr {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tN503ttyZr .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tN503ttyZr .row {
    justify-content: flex-start;
  }
}
.cid-tN503ttyZr .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tN503ttyZr .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tN503ttyZr .col-card {
    width: 100% !important;
  }
}
.cid-tN503ttyZr .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tN503ttyZr .card-title {
    padding: 0 !important;
  }
}
.cid-tN503ttyZr .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tN503ttyZr .card-wrapper {
  height: 100%;
}
.cid-tN503ttyZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN503ttyZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN503ulBXa {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #232323;
}
.cid-tN503ulBXa .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tN503ulBXa .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tN503ulBXa .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tN53CfLZ63 .navbar-dropdown {
  position: relative !important;
}
.cid-tN53CfLZ63 .show .link,
.cid-tN53CfLZ63 .show .mbr-iconfont,
.cid-tN53CfLZ63 .show .phone {
  color: #000000 !important;
}
.cid-tN53CfLZ63 .opened .navbar-caption {
  color: #000000 !important;
}
.cid-tN53CfLZ63 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-tN53CfLZ63 .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tN53CfLZ63 .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-tN53CfLZ63 .container {
  flex-wrap: nowrap;
}
.cid-tN53CfLZ63 .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-tN53CfLZ63 .dropdown-menu {
  padding: 1rem 0;
}
.cid-tN53CfLZ63 .dropdown-item {
  color: #000000 !important;
}
.cid-tN53CfLZ63 .dropdown-item span {
  color: #000000 !important;
}
.cid-tN53CfLZ63 .dropdown-item:hover,
.cid-tN53CfLZ63 .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tN53CfLZ63 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tN53CfLZ63 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tN53CfLZ63 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tN53CfLZ63 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tN53CfLZ63 .nav-link {
  position: relative;
}
.cid-tN53CfLZ63 .container {
  display: flex;
  margin: auto;
}
.cid-tN53CfLZ63 .center {
  text-align: center;
}
.cid-tN53CfLZ63 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tN53CfLZ63 .dropdown-menu,
.cid-tN53CfLZ63 .navbar.opened {
  background: #ffffff !important;
}
.cid-tN53CfLZ63 .nav-item:focus,
.cid-tN53CfLZ63 .nav-link:focus {
  outline: none;
}
.cid-tN53CfLZ63 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tN53CfLZ63 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tN53CfLZ63 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tN53CfLZ63 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tN53CfLZ63 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tN53CfLZ63 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tN53CfLZ63 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tN53CfLZ63 .navbar.opened {
  transition: all 0.3s;
}
.cid-tN53CfLZ63 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tN53CfLZ63 .navbar .navbar-logo img {
  width: auto;
}
.cid-tN53CfLZ63 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tN53CfLZ63 .navbar.collapsed {
  justify-content: center;
}
.cid-tN53CfLZ63 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tN53CfLZ63 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tN53CfLZ63 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tN53CfLZ63 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tN53CfLZ63 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tN53CfLZ63 .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-tN53CfLZ63 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tN53CfLZ63 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tN53CfLZ63 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tN53CfLZ63 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tN53CfLZ63 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tN53CfLZ63 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tN53CfLZ63 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tN53CfLZ63 .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-tN53CfLZ63 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tN53CfLZ63 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tN53CfLZ63 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tN53CfLZ63 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tN53CfLZ63 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tN53CfLZ63 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tN53CfLZ63 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tN53CfLZ63 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tN53CfLZ63 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tN53CfLZ63 .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-tN53CfLZ63 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tN53CfLZ63 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tN53CfLZ63 .dropdown-item.active,
.cid-tN53CfLZ63 .dropdown-item:active {
  background-color: transparent;
}
.cid-tN53CfLZ63 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tN53CfLZ63 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tN53CfLZ63 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tN53CfLZ63 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tN53CfLZ63 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tN53CfLZ63 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tN53CfLZ63 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tN53CfLZ63 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tN53CfLZ63 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tN53CfLZ63 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tN53CfLZ63 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tN53CfLZ63 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN53CfLZ63 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN53CfLZ63 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tN53CfLZ63 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN53CfLZ63 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tN53CfLZ63 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tN53CfLZ63 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN53CfLZ63 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tN53CfLZ63 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tN53CfLZ63 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tN53CfLZ63 .navbar {
    height: 70px;
  }
  .cid-tN53CfLZ63 .navbar.opened {
    height: auto;
  }
  .cid-tN53CfLZ63 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tN53CghArH {
  display: flex;
  background-image: url("../../../assets/images/28-1256x837.jpg");
}
.cid-tN53CghArH .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-tN53CghArH .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tN53CghArH {
    align-items: flex-end;
  }
  .cid-tN53CghArH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tN53CghArH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tN53CghArH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tN53CghArH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tN53CghArH .content-wrap {
    width: 100%;
  }
}
.cid-tN53CghArH .mbr-section-title {
  text-align: center;
}
.cid-tN53CghArH .mbr-text,
.cid-tN53CghArH .mbr-section-btn {
  text-align: center;
}
.cid-tN53ChnPd6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tN53ChnPd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN53ChnPd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN53ChnPd6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tN53ChnPd6 .item {
    margin-bottom: 1rem;
  }
}
.cid-tN53ChnPd6 .item-wrapper {
  position: relative;
}
.cid-tN53ChnPd6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tN53ChnPd6 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tN53ChnPd6 .carousel-control,
.cid-tN53ChnPd6 .close {
  background: #1b1b1b;
}
.cid-tN53ChnPd6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tN53ChnPd6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tN53ChnPd6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tN53ChnPd6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tN53ChnPd6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tN53ChnPd6 .close::before {
  content: '\e91a';
}
.cid-tN53ChnPd6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tN53ChnPd6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tN53ChnPd6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN53ChnPd6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tN53ChnPd6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tN53ChnPd6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tN53ChnPd6 .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-tN53ChnPd6 .carousel-indicators li.active,
.cid-tN53ChnPd6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tN53ChnPd6 .carousel-indicators li::after,
.cid-tN53ChnPd6 .carousel-indicators li::before {
  content: none;
}
.cid-tN53ChnPd6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tN53ChnPd6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tN53ChnPd6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tN53ChnPd6 .carousel-indicators {
    display: none;
  }
}
.cid-tN53ChnPd6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tN53ChnPd6 .carousel-inner > .active {
  display: block;
}
.cid-tN53ChnPd6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN53ChnPd6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tN53ChnPd6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tN53ChnPd6 .carousel-control,
  .cid-tN53ChnPd6 .carousel-indicators,
  .cid-tN53ChnPd6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tN53ChnPd6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tN53ChnPd6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tN53ChnPd6 .carousel-indicators .active,
.cid-tN53ChnPd6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tN53ChnPd6 .carousel-indicators .active {
  background: #fff;
}
.cid-tN53ChnPd6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tN53ChnPd6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tN53ChnPd6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tN53ChnPd6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tN53ChnPd6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tN53ChnPd6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tN53ChnPd6 .carousel {
  width: 100%;
}
.cid-tN53ChnPd6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tN53ChnPd6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tN53ChnPd6 .modal.fade .modal-dialog,
.cid-tN53ChnPd6 .modal.in .modal-dialog {
  transform: none;
}
.cid-tN53ChnPd6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tN53ChnPd6 H6 {
  text-align: center;
}
.cid-tN53CjncAA {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tN53CjncAA .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tN53CjncAA .row {
    justify-content: flex-start;
  }
}
.cid-tN53CjncAA .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tN53CjncAA .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tN53CjncAA .col-card {
    width: 100% !important;
  }
}
.cid-tN53CjncAA .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tN53CjncAA .card-title {
    padding: 0 !important;
  }
}
.cid-tN53CjncAA .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tN53CjncAA .card-wrapper {
  height: 100%;
}
.cid-tN53CjncAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN53CjncAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN53CjRrtT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tN53CjRrtT .mbr-overlay {
  background: #edefeb;
  opacity: 0.5;
}
.cid-tN53CjRrtT .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-tN53CjRrtT img,
.cid-tN53CjRrtT .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tN53CjRrtT .item:focus,
.cid-tN53CjRrtT span:focus {
  outline: none;
}
.cid-tN53CjRrtT .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tN53CjRrtT .item {
    margin-top: 1rem;
  }
}
.cid-tN53CjRrtT .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tN53CjRrtT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tN53CjRrtT .mbr-section-title {
  color: #232323;
}
.cid-tN53CjRrtT .mbr-text,
.cid-tN53CjRrtT .mbr-section-btn {
  color: #232323;
}
.cid-tN53CjRrtT .item-title {
  color: #232323;
}
.cid-tN53Cksj8w {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tN53Cksj8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN53Cksj8w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tN53Cksj8w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tN53Cksj8w .row {
  flex-direction: row-reverse;
}
.cid-tN53Cksj8w .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tN53Cksj8w .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tN53Cksj8w .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tN53Cksj8w .mbr-section-title {
  color: #000000;
}
.cid-tN53Cksj8w .mbr-text,
.cid-tN53Cksj8w .mbr-section-btn {
  color: #000000;
}
.cid-tN53CkZhwZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-tN53CkZhwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN53CkZhwZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN53CkZhwZ .nav-tabs .nav-item.open .nav-link:focus,
.cid-tN53CkZhwZ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tN53CkZhwZ .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 2px solid #fb95d3;
}
@media (max-width: 767px) {
  .cid-tN53CkZhwZ .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tN53CkZhwZ .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tN53CkZhwZ .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 0 !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  border-top-left-radius: 2rem!important;
  border-top-right-radius: 2rem !important;
  overflow: hidden!important;
}
.cid-tN53CkZhwZ .nav-tabs .nav-link:not(.active) {
  color: #fb95d3;
}
.cid-tN53CkZhwZ .nav-tabs .nav-link.active {
  color: #232323 !important;
  background-color: #fb95d3 !important;
  padding: 1.25rem 2rem!important;
}
.cid-tN53CkZhwZ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tN53CkZhwZ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tN53CkZhwZ .mbr-text {
  color: #fff;
}
.cid-tN53ClB1x4 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tN53ClB1x4 .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tN53ClB1x4 .row {
    justify-content: flex-start;
  }
}
.cid-tN53ClB1x4 .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tN53ClB1x4 .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tN53ClB1x4 .col-card {
    width: 100% !important;
  }
}
.cid-tN53ClB1x4 .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tN53ClB1x4 .card-title {
    padding: 0 !important;
  }
}
.cid-tN53ClB1x4 .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tN53ClB1x4 .card-wrapper {
  height: 100%;
}
.cid-tN53ClB1x4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN53ClB1x4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN53CmGGs8 {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #232323;
}
.cid-tN53CmGGs8 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tN53CmGGs8 .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tN53CmGGs8 .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tN6lumtL8F .navbar-dropdown {
  position: relative !important;
}
.cid-tN6lumtL8F .show .link,
.cid-tN6lumtL8F .show .mbr-iconfont,
.cid-tN6lumtL8F .show .phone {
  color: #000000 !important;
}
.cid-tN6lumtL8F .opened .navbar-caption {
  color: #000000 !important;
}
.cid-tN6lumtL8F .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-tN6lumtL8F .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tN6lumtL8F .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-tN6lumtL8F .container {
  flex-wrap: nowrap;
}
.cid-tN6lumtL8F .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-tN6lumtL8F .dropdown-menu {
  padding: 1rem 0;
}
.cid-tN6lumtL8F .dropdown-item {
  color: #000000 !important;
}
.cid-tN6lumtL8F .dropdown-item span {
  color: #000000 !important;
}
.cid-tN6lumtL8F .dropdown-item:hover,
.cid-tN6lumtL8F .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tN6lumtL8F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tN6lumtL8F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tN6lumtL8F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tN6lumtL8F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tN6lumtL8F .nav-link {
  position: relative;
}
.cid-tN6lumtL8F .container {
  display: flex;
  margin: auto;
}
.cid-tN6lumtL8F .center {
  text-align: center;
}
.cid-tN6lumtL8F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tN6lumtL8F .dropdown-menu,
.cid-tN6lumtL8F .navbar.opened {
  background: #ffffff !important;
}
.cid-tN6lumtL8F .nav-item:focus,
.cid-tN6lumtL8F .nav-link:focus {
  outline: none;
}
.cid-tN6lumtL8F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tN6lumtL8F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tN6lumtL8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tN6lumtL8F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tN6lumtL8F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tN6lumtL8F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tN6lumtL8F .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tN6lumtL8F .navbar.opened {
  transition: all 0.3s;
}
.cid-tN6lumtL8F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tN6lumtL8F .navbar .navbar-logo img {
  width: auto;
}
.cid-tN6lumtL8F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tN6lumtL8F .navbar.collapsed {
  justify-content: center;
}
.cid-tN6lumtL8F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tN6lumtL8F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tN6lumtL8F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tN6lumtL8F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tN6lumtL8F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tN6lumtL8F .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-tN6lumtL8F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tN6lumtL8F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tN6lumtL8F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tN6lumtL8F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tN6lumtL8F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tN6lumtL8F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tN6lumtL8F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tN6lumtL8F .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-tN6lumtL8F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tN6lumtL8F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tN6lumtL8F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tN6lumtL8F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tN6lumtL8F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tN6lumtL8F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tN6lumtL8F .navbar.navbar-short {
  min-height: 60px;
}
.cid-tN6lumtL8F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tN6lumtL8F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tN6lumtL8F .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-tN6lumtL8F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tN6lumtL8F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tN6lumtL8F .dropdown-item.active,
.cid-tN6lumtL8F .dropdown-item:active {
  background-color: transparent;
}
.cid-tN6lumtL8F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tN6lumtL8F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tN6lumtL8F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tN6lumtL8F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tN6lumtL8F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tN6lumtL8F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tN6lumtL8F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tN6lumtL8F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tN6lumtL8F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tN6lumtL8F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tN6lumtL8F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tN6lumtL8F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN6lumtL8F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN6lumtL8F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tN6lumtL8F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN6lumtL8F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tN6lumtL8F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tN6lumtL8F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN6lumtL8F .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tN6lumtL8F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tN6lumtL8F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tN6lumtL8F .navbar {
    height: 70px;
  }
  .cid-tN6lumtL8F .navbar.opened {
    height: auto;
  }
  .cid-tN6lumtL8F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufF3nGAllv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1y2a5204-1256x837.jpg");
}
.cid-ufF3nGAllv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufF3nGAllv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-ufF3nGAllv .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-ufF3nGAllv .mbr-section-title {
  color: #232323;
}
.cid-ufF3nGAllv .mbr-text,
.cid-ufF3nGAllv .mbr-section-btn {
  color: #232323;
}
.cid-ufF3nGAllv .media-content,
.cid-ufF3nGAllv .mbr-figure {
  align-self: center;
}
.cid-ufF3nGAllv .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-ufF3nGAllv .app-video-wrapper {
  background: transparent;
}
.cid-tN6lunlPIw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tN6lunlPIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN6lunlPIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN6lunlPIw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tN6lunlPIw .item {
    margin-bottom: 1rem;
  }
}
.cid-tN6lunlPIw .item-wrapper {
  position: relative;
}
.cid-tN6lunlPIw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tN6lunlPIw .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tN6lunlPIw .carousel-control,
.cid-tN6lunlPIw .close {
  background: #1b1b1b;
}
.cid-tN6lunlPIw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tN6lunlPIw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tN6lunlPIw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tN6lunlPIw .carousel-control-next span {
  margin-left: 5px;
}
.cid-tN6lunlPIw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tN6lunlPIw .close::before {
  content: '\e91a';
}
.cid-tN6lunlPIw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tN6lunlPIw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tN6lunlPIw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN6lunlPIw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tN6lunlPIw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tN6lunlPIw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tN6lunlPIw .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-tN6lunlPIw .carousel-indicators li.active,
.cid-tN6lunlPIw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tN6lunlPIw .carousel-indicators li::after,
.cid-tN6lunlPIw .carousel-indicators li::before {
  content: none;
}
.cid-tN6lunlPIw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tN6lunlPIw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tN6lunlPIw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tN6lunlPIw .carousel-indicators {
    display: none;
  }
}
.cid-tN6lunlPIw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tN6lunlPIw .carousel-inner > .active {
  display: block;
}
.cid-tN6lunlPIw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN6lunlPIw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tN6lunlPIw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tN6lunlPIw .carousel-control,
  .cid-tN6lunlPIw .carousel-indicators,
  .cid-tN6lunlPIw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tN6lunlPIw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tN6lunlPIw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tN6lunlPIw .carousel-indicators .active,
.cid-tN6lunlPIw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tN6lunlPIw .carousel-indicators .active {
  background: #fff;
}
.cid-tN6lunlPIw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tN6lunlPIw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tN6lunlPIw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tN6lunlPIw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tN6lunlPIw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tN6lunlPIw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tN6lunlPIw .carousel {
  width: 100%;
}
.cid-tN6lunlPIw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tN6lunlPIw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tN6lunlPIw .modal.fade .modal-dialog,
.cid-tN6lunlPIw .modal.in .modal-dialog {
  transform: none;
}
.cid-tN6lunlPIw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tN6lunlPIw H6 {
  text-align: center;
}
.cid-tN6luoX8i4 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tN6luoX8i4 .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tN6luoX8i4 .row {
    justify-content: flex-start;
  }
}
.cid-tN6luoX8i4 .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tN6luoX8i4 .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tN6luoX8i4 .col-card {
    width: 100% !important;
  }
}
.cid-tN6luoX8i4 .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tN6luoX8i4 .card-title {
    padding: 0 !important;
  }
}
.cid-tN6luoX8i4 .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tN6luoX8i4 .card-wrapper {
  height: 100%;
}
.cid-tN6luoX8i4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN6luoX8i4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN6lupuz9Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tN6lupuz9Y .mbr-overlay {
  background: #edefeb;
  opacity: 0.5;
}
.cid-tN6lupuz9Y .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-tN6lupuz9Y img,
.cid-tN6lupuz9Y .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tN6lupuz9Y .item:focus,
.cid-tN6lupuz9Y span:focus {
  outline: none;
}
.cid-tN6lupuz9Y .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tN6lupuz9Y .item {
    margin-top: 1rem;
  }
}
.cid-tN6lupuz9Y .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tN6lupuz9Y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tN6lupuz9Y .mbr-section-title {
  color: #232323;
}
.cid-tN6lupuz9Y .mbr-text,
.cid-tN6lupuz9Y .mbr-section-btn {
  color: #232323;
}
.cid-tN6lupuz9Y .item-title {
  color: #232323;
}
.cid-tN6luq4XR6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tN6luq4XR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN6luq4XR6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tN6luq4XR6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tN6luq4XR6 .row {
  flex-direction: row-reverse;
}
.cid-tN6luq4XR6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tN6luq4XR6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tN6luq4XR6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tN6luq4XR6 .mbr-section-title {
  color: #000000;
}
.cid-tN6luq4XR6 .mbr-text,
.cid-tN6luq4XR6 .mbr-section-btn {
  color: #000000;
}
.cid-tN6luqz5Q1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-tN6luqz5Q1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN6luqz5Q1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN6luqz5Q1 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tN6luqz5Q1 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tN6luqz5Q1 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 2px solid #fb95d3;
}
@media (max-width: 767px) {
  .cid-tN6luqz5Q1 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tN6luqz5Q1 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tN6luqz5Q1 .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 0 !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  border-top-left-radius: 2rem!important;
  border-top-right-radius: 2rem !important;
  overflow: hidden!important;
}
.cid-tN6luqz5Q1 .nav-tabs .nav-link:not(.active) {
  color: #fb95d3;
}
.cid-tN6luqz5Q1 .nav-tabs .nav-link.active {
  color: #232323 !important;
  background-color: #fb95d3 !important;
  padding: 1.25rem 2rem!important;
}
.cid-tN6luqz5Q1 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tN6luqz5Q1 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tN6luqz5Q1 .mbr-text {
  color: #fff;
}
.cid-tN6lurcBB5 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tN6lurcBB5 .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tN6lurcBB5 .row {
    justify-content: flex-start;
  }
}
.cid-tN6lurcBB5 .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tN6lurcBB5 .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tN6lurcBB5 .col-card {
    width: 100% !important;
  }
}
.cid-tN6lurcBB5 .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tN6lurcBB5 .card-title {
    padding: 0 !important;
  }
}
.cid-tN6lurcBB5 .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tN6lurcBB5 .card-wrapper {
  height: 100%;
}
.cid-tN6lurcBB5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN6lurcBB5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN6lusbdz2 {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #232323;
}
.cid-tN6lusbdz2 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tN6lusbdz2 .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tN6lusbdz2 .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tOTtrqlpvb .navbar-dropdown {
  position: relative !important;
}
.cid-tOTtrqlpvb .show .link,
.cid-tOTtrqlpvb .show .mbr-iconfont,
.cid-tOTtrqlpvb .show .phone {
  color: #000000 !important;
}
.cid-tOTtrqlpvb .opened .navbar-caption {
  color: #000000 !important;
}
.cid-tOTtrqlpvb .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-tOTtrqlpvb .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tOTtrqlpvb .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-tOTtrqlpvb .container {
  flex-wrap: nowrap;
}
.cid-tOTtrqlpvb .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-tOTtrqlpvb .dropdown-menu {
  padding: 1rem 0;
}
.cid-tOTtrqlpvb .dropdown-item {
  color: #000000 !important;
}
.cid-tOTtrqlpvb .dropdown-item span {
  color: #000000 !important;
}
.cid-tOTtrqlpvb .dropdown-item:hover,
.cid-tOTtrqlpvb .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tOTtrqlpvb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOTtrqlpvb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOTtrqlpvb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOTtrqlpvb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOTtrqlpvb .nav-link {
  position: relative;
}
.cid-tOTtrqlpvb .container {
  display: flex;
  margin: auto;
}
.cid-tOTtrqlpvb .center {
  text-align: center;
}
.cid-tOTtrqlpvb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOTtrqlpvb .dropdown-menu,
.cid-tOTtrqlpvb .navbar.opened {
  background: #ffffff !important;
}
.cid-tOTtrqlpvb .nav-item:focus,
.cid-tOTtrqlpvb .nav-link:focus {
  outline: none;
}
.cid-tOTtrqlpvb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOTtrqlpvb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOTtrqlpvb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOTtrqlpvb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOTtrqlpvb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOTtrqlpvb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOTtrqlpvb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tOTtrqlpvb .navbar.opened {
  transition: all 0.3s;
}
.cid-tOTtrqlpvb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOTtrqlpvb .navbar .navbar-logo img {
  width: auto;
}
.cid-tOTtrqlpvb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOTtrqlpvb .navbar.collapsed {
  justify-content: center;
}
.cid-tOTtrqlpvb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOTtrqlpvb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOTtrqlpvb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tOTtrqlpvb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOTtrqlpvb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOTtrqlpvb .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-tOTtrqlpvb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOTtrqlpvb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOTtrqlpvb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOTtrqlpvb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOTtrqlpvb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOTtrqlpvb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOTtrqlpvb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOTtrqlpvb .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-tOTtrqlpvb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOTtrqlpvb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOTtrqlpvb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOTtrqlpvb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOTtrqlpvb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOTtrqlpvb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tOTtrqlpvb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOTtrqlpvb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOTtrqlpvb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOTtrqlpvb .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-tOTtrqlpvb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOTtrqlpvb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOTtrqlpvb .dropdown-item.active,
.cid-tOTtrqlpvb .dropdown-item:active {
  background-color: transparent;
}
.cid-tOTtrqlpvb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOTtrqlpvb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOTtrqlpvb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOTtrqlpvb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOTtrqlpvb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOTtrqlpvb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOTtrqlpvb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOTtrqlpvb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOTtrqlpvb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOTtrqlpvb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOTtrqlpvb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOTtrqlpvb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOTtrqlpvb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOTtrqlpvb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOTtrqlpvb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOTtrqlpvb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOTtrqlpvb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOTtrqlpvb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOTtrqlpvb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tOTtrqlpvb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOTtrqlpvb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOTtrqlpvb .navbar {
    height: 70px;
  }
  .cid-tOTtrqlpvb .navbar.opened {
    height: auto;
  }
  .cid-tOTtrqlpvb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8f2hGguMm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/0559-2000x1333.jpg");
}
.cid-u8f2hGguMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8f2hGguMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-u8f2hGguMm .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-u8f2hGguMm .mbr-section-title {
  color: #232323;
}
.cid-u8f2hGguMm .mbr-text,
.cid-u8f2hGguMm .mbr-section-btn {
  color: #232323;
}
.cid-u8f2hGguMm .media-content,
.cid-u8f2hGguMm .mbr-figure {
  align-self: center;
}
.cid-u8f2hGguMm .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-u8f2hGguMm .app-video-wrapper {
  background: transparent;
}
.cid-tRkT9Aihy6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRkT9Aihy6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRkT9Aihy6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRkT9Aihy6 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tRkT9Aihy6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tRkT9Aihy6 .container {
    padding: 0 24px;
  }
}
.cid-tRkT9Aihy6 .row {
  justify-content: center;
}
.cid-tRkT9Aihy6 .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-tRkT9Aihy6 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tRkT9Aihy6 .content-wrapper {
    padding: 32px;
  }
}
.cid-tRkT9Aihy6 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tRkT9Aihy6 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-tRkT9Aihy6 .mbr-section-title {
  color: #FF3399;
}
.cid-tRkT9Aihy6 .mbr-text {
  color: #262642;
}
.cid-tOTtrrdE4v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tOTtrrdE4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOTtrrdE4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOTtrrdE4v .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tOTtrrdE4v .item {
    margin-bottom: 1rem;
  }
}
.cid-tOTtrrdE4v .item-wrapper {
  position: relative;
}
.cid-tOTtrrdE4v .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tOTtrrdE4v .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tOTtrrdE4v .carousel-control,
.cid-tOTtrrdE4v .close {
  background: #1b1b1b;
}
.cid-tOTtrrdE4v .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tOTtrrdE4v .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tOTtrrdE4v .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tOTtrrdE4v .carousel-control-next span {
  margin-left: 5px;
}
.cid-tOTtrrdE4v .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tOTtrrdE4v .close::before {
  content: '\e91a';
}
.cid-tOTtrrdE4v .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tOTtrrdE4v .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tOTtrrdE4v .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOTtrrdE4v .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOTtrrdE4v .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tOTtrrdE4v .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tOTtrrdE4v .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-tOTtrrdE4v .carousel-indicators li.active,
.cid-tOTtrrdE4v .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tOTtrrdE4v .carousel-indicators li::after,
.cid-tOTtrrdE4v .carousel-indicators li::before {
  content: none;
}
.cid-tOTtrrdE4v .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tOTtrrdE4v .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tOTtrrdE4v .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tOTtrrdE4v .carousel-indicators {
    display: none;
  }
}
.cid-tOTtrrdE4v .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tOTtrrdE4v .carousel-inner > .active {
  display: block;
}
.cid-tOTtrrdE4v .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOTtrrdE4v .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tOTtrrdE4v .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tOTtrrdE4v .carousel-control,
  .cid-tOTtrrdE4v .carousel-indicators,
  .cid-tOTtrrdE4v .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tOTtrrdE4v .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tOTtrrdE4v .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tOTtrrdE4v .carousel-indicators .active,
.cid-tOTtrrdE4v .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tOTtrrdE4v .carousel-indicators .active {
  background: #fff;
}
.cid-tOTtrrdE4v .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tOTtrrdE4v .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tOTtrrdE4v .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tOTtrrdE4v .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tOTtrrdE4v .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tOTtrrdE4v .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tOTtrrdE4v .carousel {
  width: 100%;
}
.cid-tOTtrrdE4v .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tOTtrrdE4v .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tOTtrrdE4v .modal.fade .modal-dialog,
.cid-tOTtrrdE4v .modal.in .modal-dialog {
  transform: none;
}
.cid-tOTtrrdE4v .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tOTtrrdE4v H6 {
  text-align: center;
}
.cid-tOTtrtcB3n {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tOTtrtcB3n .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tOTtrtcB3n .row {
    justify-content: flex-start;
  }
}
.cid-tOTtrtcB3n .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tOTtrtcB3n .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tOTtrtcB3n .col-card {
    width: 100% !important;
  }
}
.cid-tOTtrtcB3n .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tOTtrtcB3n .card-title {
    padding: 0 !important;
  }
}
.cid-tOTtrtcB3n .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tOTtrtcB3n .card-wrapper {
  height: 100%;
}
.cid-tOTtrtcB3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOTtrtcB3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOTtrtIWgo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tOTtrtIWgo .mbr-overlay {
  background: #edefeb;
  opacity: 0.5;
}
.cid-tOTtrtIWgo .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-tOTtrtIWgo img,
.cid-tOTtrtIWgo .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tOTtrtIWgo .item:focus,
.cid-tOTtrtIWgo span:focus {
  outline: none;
}
.cid-tOTtrtIWgo .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tOTtrtIWgo .item {
    margin-top: 1rem;
  }
}
.cid-tOTtrtIWgo .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tOTtrtIWgo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tOTtrtIWgo .mbr-section-title {
  color: #232323;
}
.cid-tOTtrtIWgo .mbr-text,
.cid-tOTtrtIWgo .mbr-section-btn {
  color: #232323;
}
.cid-tOTtrtIWgo .item-title {
  color: #232323;
}
.cid-tOTtruhpow {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tOTtruhpow .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOTtruhpow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tOTtruhpow .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tOTtruhpow .row {
  flex-direction: row-reverse;
}
.cid-tOTtruhpow .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOTtruhpow .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOTtruhpow .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOTtruhpow .mbr-section-title {
  color: #000000;
}
.cid-tOTtruhpow .mbr-text,
.cid-tOTtruhpow .mbr-section-btn {
  color: #000000;
}
.cid-tOTtruO0fw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-tOTtruO0fw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOTtruO0fw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOTtruO0fw .nav-tabs .nav-item.open .nav-link:focus,
.cid-tOTtruO0fw .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tOTtruO0fw .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 2px solid #fb95d3;
}
@media (max-width: 767px) {
  .cid-tOTtruO0fw .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tOTtruO0fw .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tOTtruO0fw .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 0 !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  border-top-left-radius: 2rem!important;
  border-top-right-radius: 2rem !important;
  overflow: hidden!important;
}
.cid-tOTtruO0fw .nav-tabs .nav-link:not(.active) {
  color: #fb95d3;
}
.cid-tOTtruO0fw .nav-tabs .nav-link.active {
  color: #232323 !important;
  background-color: #fb95d3 !important;
  padding: 1.25rem 2rem!important;
}
.cid-tOTtruO0fw .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tOTtruO0fw .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tOTtruO0fw .mbr-text {
  color: #fff;
}
.cid-tOTtrvv1uD {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tOTtrvv1uD .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tOTtrvv1uD .row {
    justify-content: flex-start;
  }
}
.cid-tOTtrvv1uD .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tOTtrvv1uD .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tOTtrvv1uD .col-card {
    width: 100% !important;
  }
}
.cid-tOTtrvv1uD .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tOTtrvv1uD .card-title {
    padding: 0 !important;
  }
}
.cid-tOTtrvv1uD .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tOTtrvv1uD .card-wrapper {
  height: 100%;
}
.cid-tOTtrvv1uD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOTtrvv1uD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOTtrwCskC {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #232323;
}
.cid-tOTtrwCskC .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tOTtrwCskC .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tOTtrwCskC .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tQYiW18W8y .navbar-dropdown {
  position: relative !important;
}
.cid-tQYiW18W8y .show .link,
.cid-tQYiW18W8y .show .mbr-iconfont,
.cid-tQYiW18W8y .show .phone {
  color: #000000 !important;
}
.cid-tQYiW18W8y .opened .navbar-caption {
  color: #000000 !important;
}
.cid-tQYiW18W8y .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-tQYiW18W8y .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tQYiW18W8y .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-tQYiW18W8y .container {
  flex-wrap: nowrap;
}
.cid-tQYiW18W8y .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-tQYiW18W8y .dropdown-menu {
  padding: 1rem 0;
}
.cid-tQYiW18W8y .dropdown-item {
  color: #000000 !important;
}
.cid-tQYiW18W8y .dropdown-item span {
  color: #000000 !important;
}
.cid-tQYiW18W8y .dropdown-item:hover,
.cid-tQYiW18W8y .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tQYiW18W8y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQYiW18W8y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQYiW18W8y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQYiW18W8y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQYiW18W8y .nav-link {
  position: relative;
}
.cid-tQYiW18W8y .container {
  display: flex;
  margin: auto;
}
.cid-tQYiW18W8y .center {
  text-align: center;
}
.cid-tQYiW18W8y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQYiW18W8y .dropdown-menu,
.cid-tQYiW18W8y .navbar.opened {
  background: #ffffff !important;
}
.cid-tQYiW18W8y .nav-item:focus,
.cid-tQYiW18W8y .nav-link:focus {
  outline: none;
}
.cid-tQYiW18W8y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQYiW18W8y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQYiW18W8y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQYiW18W8y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQYiW18W8y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQYiW18W8y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQYiW18W8y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tQYiW18W8y .navbar.opened {
  transition: all 0.3s;
}
.cid-tQYiW18W8y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQYiW18W8y .navbar .navbar-logo img {
  width: auto;
}
.cid-tQYiW18W8y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQYiW18W8y .navbar.collapsed {
  justify-content: center;
}
.cid-tQYiW18W8y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQYiW18W8y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQYiW18W8y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tQYiW18W8y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQYiW18W8y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQYiW18W8y .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-tQYiW18W8y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQYiW18W8y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQYiW18W8y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQYiW18W8y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQYiW18W8y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQYiW18W8y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQYiW18W8y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQYiW18W8y .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-tQYiW18W8y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQYiW18W8y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQYiW18W8y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQYiW18W8y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQYiW18W8y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQYiW18W8y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQYiW18W8y .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQYiW18W8y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQYiW18W8y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQYiW18W8y .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-tQYiW18W8y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQYiW18W8y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQYiW18W8y .dropdown-item.active,
.cid-tQYiW18W8y .dropdown-item:active {
  background-color: transparent;
}
.cid-tQYiW18W8y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQYiW18W8y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQYiW18W8y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQYiW18W8y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQYiW18W8y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQYiW18W8y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQYiW18W8y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQYiW18W8y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQYiW18W8y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQYiW18W8y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQYiW18W8y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQYiW18W8y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQYiW18W8y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQYiW18W8y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQYiW18W8y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQYiW18W8y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQYiW18W8y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQYiW18W8y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQYiW18W8y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tQYiW18W8y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQYiW18W8y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQYiW18W8y .navbar {
    height: 70px;
  }
  .cid-tQYiW18W8y .navbar.opened {
    height: auto;
  }
  .cid-tQYiW18W8y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQYiW1A7Yg {
  display: flex;
  background-image: url("../../../assets/images/0559-2000x1333.jpg");
}
.cid-tQYiW1A7Yg .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-tQYiW1A7Yg .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tQYiW1A7Yg {
    align-items: flex-end;
  }
  .cid-tQYiW1A7Yg .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tQYiW1A7Yg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tQYiW1A7Yg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tQYiW1A7Yg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tQYiW1A7Yg .content-wrap {
    width: 100%;
  }
}
.cid-tQYiW1A7Yg .mbr-section-title {
  text-align: center;
}
.cid-tQYiW1A7Yg .mbr-text,
.cid-tQYiW1A7Yg .mbr-section-btn {
  text-align: center;
}
.cid-tQYjK4eUw5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tQYjK4eUw5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tQYjK4eUw5 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tQYjK4eUw5 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tQYjK4eUw5 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tQYiW3tRFq {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tQYiW3tRFq .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tQYiW3tRFq .row {
    justify-content: flex-start;
  }
}
.cid-tQYiW3tRFq .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tQYiW3tRFq .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tQYiW3tRFq .col-card {
    width: 100% !important;
  }
}
.cid-tQYiW3tRFq .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tQYiW3tRFq .card-title {
    padding: 0 !important;
  }
}
.cid-tQYiW3tRFq .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tQYiW3tRFq .card-wrapper {
  height: 100%;
}
.cid-tQYiW3tRFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQYiW3tRFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQYiW3X4qt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tQYiW3X4qt .mbr-overlay {
  background: #edefeb;
  opacity: 0.5;
}
.cid-tQYiW3X4qt .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-tQYiW3X4qt img,
.cid-tQYiW3X4qt .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tQYiW3X4qt .item:focus,
.cid-tQYiW3X4qt span:focus {
  outline: none;
}
.cid-tQYiW3X4qt .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tQYiW3X4qt .item {
    margin-top: 1rem;
  }
}
.cid-tQYiW3X4qt .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQYiW3X4qt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQYiW3X4qt .mbr-section-title {
  color: #232323;
}
.cid-tQYiW3X4qt .mbr-text,
.cid-tQYiW3X4qt .mbr-section-btn {
  color: #232323;
}
.cid-tQYiW3X4qt .item-title {
  color: #232323;
}
.cid-tQYiW4ug91 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tQYiW4ug91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQYiW4ug91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQYiW4ug91 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQYiW4ug91 .row {
  flex-direction: row-reverse;
}
.cid-tQYiW4ug91 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tQYiW4ug91 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tQYiW4ug91 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tQYiW4ug91 .mbr-section-title {
  color: #000000;
}
.cid-tQYiW4ug91 .mbr-text,
.cid-tQYiW4ug91 .mbr-section-btn {
  color: #000000;
}
.cid-tQYiW6sxbW {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #232323;
}
.cid-tQYiW6sxbW .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tQYiW6sxbW .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tQYiW6sxbW .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tRkOPK1wz7 .navbar-dropdown {
  position: relative !important;
}
.cid-tRkOPK1wz7 .show .link,
.cid-tRkOPK1wz7 .show .mbr-iconfont,
.cid-tRkOPK1wz7 .show .phone {
  color: #000000 !important;
}
.cid-tRkOPK1wz7 .opened .navbar-caption {
  color: #000000 !important;
}
.cid-tRkOPK1wz7 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-tRkOPK1wz7 .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tRkOPK1wz7 .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-tRkOPK1wz7 .container {
  flex-wrap: nowrap;
}
.cid-tRkOPK1wz7 .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-tRkOPK1wz7 .dropdown-menu {
  padding: 1rem 0;
}
.cid-tRkOPK1wz7 .dropdown-item {
  color: #000000 !important;
}
.cid-tRkOPK1wz7 .dropdown-item span {
  color: #000000 !important;
}
.cid-tRkOPK1wz7 .dropdown-item:hover,
.cid-tRkOPK1wz7 .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-tRkOPK1wz7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRkOPK1wz7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRkOPK1wz7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRkOPK1wz7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRkOPK1wz7 .nav-link {
  position: relative;
}
.cid-tRkOPK1wz7 .container {
  display: flex;
  margin: auto;
}
.cid-tRkOPK1wz7 .center {
  text-align: center;
}
.cid-tRkOPK1wz7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRkOPK1wz7 .dropdown-menu,
.cid-tRkOPK1wz7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRkOPK1wz7 .nav-item:focus,
.cid-tRkOPK1wz7 .nav-link:focus {
  outline: none;
}
.cid-tRkOPK1wz7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRkOPK1wz7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRkOPK1wz7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRkOPK1wz7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRkOPK1wz7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRkOPK1wz7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRkOPK1wz7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRkOPK1wz7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRkOPK1wz7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRkOPK1wz7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRkOPK1wz7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRkOPK1wz7 .navbar.collapsed {
  justify-content: center;
}
.cid-tRkOPK1wz7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRkOPK1wz7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRkOPK1wz7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tRkOPK1wz7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRkOPK1wz7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRkOPK1wz7 .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-tRkOPK1wz7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRkOPK1wz7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRkOPK1wz7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRkOPK1wz7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRkOPK1wz7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRkOPK1wz7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRkOPK1wz7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRkOPK1wz7 .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-tRkOPK1wz7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRkOPK1wz7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRkOPK1wz7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRkOPK1wz7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRkOPK1wz7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRkOPK1wz7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRkOPK1wz7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRkOPK1wz7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRkOPK1wz7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRkOPK1wz7 .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-tRkOPK1wz7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRkOPK1wz7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRkOPK1wz7 .dropdown-item.active,
.cid-tRkOPK1wz7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRkOPK1wz7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRkOPK1wz7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRkOPK1wz7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRkOPK1wz7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRkOPK1wz7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRkOPK1wz7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRkOPK1wz7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRkOPK1wz7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRkOPK1wz7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRkOPK1wz7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRkOPK1wz7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRkOPK1wz7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRkOPK1wz7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRkOPK1wz7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRkOPK1wz7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRkOPK1wz7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRkOPK1wz7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRkOPK1wz7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRkOPK1wz7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tRkOPK1wz7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRkOPK1wz7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRkOPK1wz7 .navbar {
    height: 70px;
  }
  .cid-tRkOPK1wz7 .navbar.opened {
    height: auto;
  }
  .cid-tRkOPK1wz7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRkOPKt0WW {
  display: flex;
  background-image: url("../../../assets/images/3t9a7567-d-2014x1344.jpg");
}
.cid-tRkOPKt0WW .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-tRkOPKt0WW .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tRkOPKt0WW {
    align-items: flex-end;
  }
  .cid-tRkOPKt0WW .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tRkOPKt0WW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tRkOPKt0WW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tRkOPKt0WW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tRkOPKt0WW .content-wrap {
    width: 100%;
  }
}
.cid-tRkOPKt0WW .mbr-section-title {
  text-align: center;
}
.cid-tRkOPKt0WW .mbr-text,
.cid-tRkOPKt0WW .mbr-section-btn {
  text-align: center;
}
.cid-tRkWaJtKjF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRkWaJtKjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRkWaJtKjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRkWaJtKjF .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tRkWaJtKjF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tRkWaJtKjF .container {
    padding: 0 24px;
  }
}
.cid-tRkWaJtKjF .row {
  justify-content: center;
}
.cid-tRkWaJtKjF .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-tRkWaJtKjF .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tRkWaJtKjF .content-wrapper {
    padding: 32px;
  }
}
.cid-tRkWaJtKjF .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tRkWaJtKjF .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-tRkWaJtKjF .mbr-section-title {
  color: #FF3399;
}
.cid-tRkWaJtKjF .mbr-text {
  color: #262642;
}
.cid-tRkQMlhqJ3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tRkQMlhqJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRkQMlhqJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRkQMlhqJ3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tRkQMlhqJ3 .item {
    margin-bottom: 1rem;
  }
}
.cid-tRkQMlhqJ3 .item-wrapper {
  position: relative;
}
.cid-tRkQMlhqJ3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-tRkQMlhqJ3 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tRkQMlhqJ3 .carousel-control,
.cid-tRkQMlhqJ3 .close {
  background: #1b1b1b;
}
.cid-tRkQMlhqJ3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRkQMlhqJ3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRkQMlhqJ3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRkQMlhqJ3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRkQMlhqJ3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRkQMlhqJ3 .close::before {
  content: '\e91a';
}
.cid-tRkQMlhqJ3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRkQMlhqJ3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRkQMlhqJ3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRkQMlhqJ3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRkQMlhqJ3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRkQMlhqJ3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRkQMlhqJ3 .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-tRkQMlhqJ3 .carousel-indicators li.active,
.cid-tRkQMlhqJ3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRkQMlhqJ3 .carousel-indicators li::after,
.cid-tRkQMlhqJ3 .carousel-indicators li::before {
  content: none;
}
.cid-tRkQMlhqJ3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRkQMlhqJ3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRkQMlhqJ3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRkQMlhqJ3 .carousel-indicators {
    display: none;
  }
}
.cid-tRkQMlhqJ3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRkQMlhqJ3 .carousel-inner > .active {
  display: block;
}
.cid-tRkQMlhqJ3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRkQMlhqJ3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRkQMlhqJ3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRkQMlhqJ3 .carousel-control,
  .cid-tRkQMlhqJ3 .carousel-indicators,
  .cid-tRkQMlhqJ3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRkQMlhqJ3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRkQMlhqJ3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRkQMlhqJ3 .carousel-indicators .active,
.cid-tRkQMlhqJ3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRkQMlhqJ3 .carousel-indicators .active {
  background: #fff;
}
.cid-tRkQMlhqJ3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRkQMlhqJ3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRkQMlhqJ3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRkQMlhqJ3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRkQMlhqJ3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRkQMlhqJ3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRkQMlhqJ3 .carousel {
  width: 100%;
}
.cid-tRkQMlhqJ3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRkQMlhqJ3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRkQMlhqJ3 .modal.fade .modal-dialog,
.cid-tRkQMlhqJ3 .modal.in .modal-dialog {
  transform: none;
}
.cid-tRkQMlhqJ3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRkQMlhqJ3 H6 {
  text-align: center;
}
.cid-tRkOPN31uv {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tRkOPN31uv .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tRkOPN31uv .row {
    justify-content: flex-start;
  }
}
.cid-tRkOPN31uv .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tRkOPN31uv .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tRkOPN31uv .col-card {
    width: 100% !important;
  }
}
.cid-tRkOPN31uv .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tRkOPN31uv .card-title {
    padding: 0 !important;
  }
}
.cid-tRkOPN31uv .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tRkOPN31uv .card-wrapper {
  height: 100%;
}
.cid-tRkOPN31uv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRkOPN31uv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRkOPNEFwC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tRkOPNEFwC .mbr-overlay {
  background: #edefeb;
  opacity: 0.5;
}
.cid-tRkOPNEFwC .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-tRkOPNEFwC img,
.cid-tRkOPNEFwC .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tRkOPNEFwC .item:focus,
.cid-tRkOPNEFwC span:focus {
  outline: none;
}
.cid-tRkOPNEFwC .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tRkOPNEFwC .item {
    margin-top: 1rem;
  }
}
.cid-tRkOPNEFwC .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tRkOPNEFwC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tRkOPNEFwC .mbr-section-title {
  color: #232323;
}
.cid-tRkOPNEFwC .mbr-text,
.cid-tRkOPNEFwC .mbr-section-btn {
  color: #232323;
}
.cid-tRkOPNEFwC .item-title {
  color: #232323;
}
.cid-tRkOPOkDIe {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tRkOPOkDIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRkOPOkDIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tRkOPOkDIe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRkOPOkDIe .row {
  flex-direction: row-reverse;
}
.cid-tRkOPOkDIe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tRkOPOkDIe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tRkOPOkDIe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tRkOPOkDIe .mbr-section-title {
  color: #000000;
}
.cid-tRkOPOkDIe .mbr-text,
.cid-tRkOPOkDIe .mbr-section-btn {
  color: #000000;
}
.cid-tRkOPP27hG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-tRkOPP27hG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRkOPP27hG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRkOPP27hG .nav-tabs .nav-item.open .nav-link:focus,
.cid-tRkOPP27hG .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tRkOPP27hG .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 2px solid #fb95d3;
}
@media (max-width: 767px) {
  .cid-tRkOPP27hG .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tRkOPP27hG .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tRkOPP27hG .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 0 !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  border-top-left-radius: 2rem!important;
  border-top-right-radius: 2rem !important;
  overflow: hidden!important;
}
.cid-tRkOPP27hG .nav-tabs .nav-link:not(.active) {
  color: #fb95d3;
}
.cid-tRkOPP27hG .nav-tabs .nav-link.active {
  color: #232323 !important;
  background-color: #fb95d3 !important;
  padding: 1.25rem 2rem!important;
}
.cid-tRkOPP27hG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tRkOPP27hG .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tRkOPP27hG .mbr-text {
  color: #fff;
}
.cid-tRkOPPRg1M {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-tRkOPPRg1M .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tRkOPPRg1M .row {
    justify-content: flex-start;
  }
}
.cid-tRkOPPRg1M .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tRkOPPRg1M .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tRkOPPRg1M .col-card {
    width: 100% !important;
  }
}
.cid-tRkOPPRg1M .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tRkOPPRg1M .card-title {
    padding: 0 !important;
  }
}
.cid-tRkOPPRg1M .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tRkOPPRg1M .card-wrapper {
  height: 100%;
}
.cid-tRkOPPRg1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRkOPPRg1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRkOPR8HPZ {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #232323;
}
.cid-tRkOPR8HPZ .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tRkOPR8HPZ .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tRkOPR8HPZ .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-u7hCtgVlju .navbar-dropdown {
  position: relative !important;
}
.cid-u7hCtgVlju .show .link,
.cid-u7hCtgVlju .show .mbr-iconfont,
.cid-u7hCtgVlju .show .phone {
  color: #000000 !important;
}
.cid-u7hCtgVlju .opened .navbar-caption {
  color: #000000 !important;
}
.cid-u7hCtgVlju .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-u7hCtgVlju .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-u7hCtgVlju .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-u7hCtgVlju .container {
  flex-wrap: nowrap;
}
.cid-u7hCtgVlju .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-u7hCtgVlju .dropdown-menu {
  padding: 1rem 0;
}
.cid-u7hCtgVlju .dropdown-item {
  color: #000000 !important;
}
.cid-u7hCtgVlju .dropdown-item span {
  color: #000000 !important;
}
.cid-u7hCtgVlju .dropdown-item:hover,
.cid-u7hCtgVlju .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-u7hCtgVlju .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7hCtgVlju .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7hCtgVlju .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7hCtgVlju .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7hCtgVlju .nav-link {
  position: relative;
}
.cid-u7hCtgVlju .container {
  display: flex;
  margin: auto;
}
.cid-u7hCtgVlju .center {
  text-align: center;
}
.cid-u7hCtgVlju .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7hCtgVlju .dropdown-menu,
.cid-u7hCtgVlju .navbar.opened {
  background: #ffffff !important;
}
.cid-u7hCtgVlju .nav-item:focus,
.cid-u7hCtgVlju .nav-link:focus {
  outline: none;
}
.cid-u7hCtgVlju .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7hCtgVlju .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7hCtgVlju .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7hCtgVlju .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7hCtgVlju .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7hCtgVlju .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7hCtgVlju .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u7hCtgVlju .navbar.opened {
  transition: all 0.3s;
}
.cid-u7hCtgVlju .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7hCtgVlju .navbar .navbar-logo img {
  width: auto;
}
.cid-u7hCtgVlju .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7hCtgVlju .navbar.collapsed {
  justify-content: center;
}
.cid-u7hCtgVlju .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7hCtgVlju .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7hCtgVlju .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u7hCtgVlju .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7hCtgVlju .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7hCtgVlju .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-u7hCtgVlju .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7hCtgVlju .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7hCtgVlju .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7hCtgVlju .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7hCtgVlju .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7hCtgVlju .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7hCtgVlju .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7hCtgVlju .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-u7hCtgVlju .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7hCtgVlju .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7hCtgVlju .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7hCtgVlju .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7hCtgVlju .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7hCtgVlju .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7hCtgVlju .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7hCtgVlju .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7hCtgVlju .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7hCtgVlju .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-u7hCtgVlju .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7hCtgVlju .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7hCtgVlju .dropdown-item.active,
.cid-u7hCtgVlju .dropdown-item:active {
  background-color: transparent;
}
.cid-u7hCtgVlju .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7hCtgVlju .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7hCtgVlju .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7hCtgVlju .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7hCtgVlju .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7hCtgVlju .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7hCtgVlju ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7hCtgVlju .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7hCtgVlju button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7hCtgVlju button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u7hCtgVlju button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7hCtgVlju button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7hCtgVlju button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7hCtgVlju button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7hCtgVlju nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7hCtgVlju nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7hCtgVlju nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7hCtgVlju nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7hCtgVlju .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7hCtgVlju a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7hCtgVlju .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7hCtgVlju .navbar {
    height: 70px;
  }
  .cid-u7hCtgVlju .navbar.opened {
    height: auto;
  }
  .cid-u7hCtgVlju .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7uhIwAVyX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/3t9a0877-pp-2000x1334.jpg");
}
.cid-u7uhIwAVyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7uhIwAVyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-u7uhIwAVyX .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-u7uhIwAVyX .mbr-section-title {
  color: #232323;
}
.cid-u7uhIwAVyX .mbr-text,
.cid-u7uhIwAVyX .mbr-section-btn {
  color: #232323;
}
.cid-u7uhIwAVyX .media-content,
.cid-u7uhIwAVyX .mbr-figure {
  align-self: center;
}
.cid-u7uhIwAVyX .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-u7uhIwAVyX .app-video-wrapper {
  background: transparent;
}
.cid-u7hCthORAU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7hCthORAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hCthORAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hCthORAU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u7hCthORAU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7hCthORAU .container {
    padding: 0 24px;
  }
}
.cid-u7hCthORAU .row {
  justify-content: center;
}
.cid-u7hCthORAU .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-u7hCthORAU .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u7hCthORAU .content-wrapper {
    padding: 32px;
  }
}
.cid-u7hCthORAU .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u7hCthORAU .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-u7hCthORAU .mbr-section-title {
  color: #FF3399;
}
.cid-u7hCthORAU .mbr-text {
  color: #262642;
}
.cid-u7hCtidDvR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-u7hCtidDvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hCtidDvR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hCtidDvR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u7hCtidDvR .item {
    margin-bottom: 1rem;
  }
}
.cid-u7hCtidDvR .item-wrapper {
  position: relative;
}
.cid-u7hCtidDvR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-u7hCtidDvR .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-u7hCtidDvR .carousel-control,
.cid-u7hCtidDvR .close {
  background: #1b1b1b;
}
.cid-u7hCtidDvR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u7hCtidDvR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u7hCtidDvR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u7hCtidDvR .carousel-control-next span {
  margin-left: 5px;
}
.cid-u7hCtidDvR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u7hCtidDvR .close::before {
  content: '\e91a';
}
.cid-u7hCtidDvR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u7hCtidDvR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u7hCtidDvR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7hCtidDvR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u7hCtidDvR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u7hCtidDvR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u7hCtidDvR .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-u7hCtidDvR .carousel-indicators li.active,
.cid-u7hCtidDvR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u7hCtidDvR .carousel-indicators li::after,
.cid-u7hCtidDvR .carousel-indicators li::before {
  content: none;
}
.cid-u7hCtidDvR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u7hCtidDvR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u7hCtidDvR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u7hCtidDvR .carousel-indicators {
    display: none;
  }
}
.cid-u7hCtidDvR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u7hCtidDvR .carousel-inner > .active {
  display: block;
}
.cid-u7hCtidDvR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u7hCtidDvR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u7hCtidDvR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u7hCtidDvR .carousel-control,
  .cid-u7hCtidDvR .carousel-indicators,
  .cid-u7hCtidDvR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u7hCtidDvR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u7hCtidDvR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u7hCtidDvR .carousel-indicators .active,
.cid-u7hCtidDvR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u7hCtidDvR .carousel-indicators .active {
  background: #fff;
}
.cid-u7hCtidDvR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u7hCtidDvR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u7hCtidDvR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u7hCtidDvR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u7hCtidDvR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u7hCtidDvR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u7hCtidDvR .carousel {
  width: 100%;
}
.cid-u7hCtidDvR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u7hCtidDvR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u7hCtidDvR .modal.fade .modal-dialog,
.cid-u7hCtidDvR .modal.in .modal-dialog {
  transform: none;
}
.cid-u7hCtidDvR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u7hCtidDvR H6 {
  text-align: center;
}
.cid-u7hCtk8tan {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-u7hCtk8tan .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-u7hCtk8tan .row {
    justify-content: flex-start;
  }
}
.cid-u7hCtk8tan .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-u7hCtk8tan .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-u7hCtk8tan .col-card {
    width: 100% !important;
  }
}
.cid-u7hCtk8tan .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-u7hCtk8tan .card-title {
    padding: 0 !important;
  }
}
.cid-u7hCtk8tan .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-u7hCtk8tan .card-wrapper {
  height: 100%;
}
.cid-u7hCtk8tan .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hCtk8tan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hCtkBhBu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u7hCtkBhBu .mbr-overlay {
  background: #edefeb;
  opacity: 0.5;
}
.cid-u7hCtkBhBu .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-u7hCtkBhBu img,
.cid-u7hCtkBhBu .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u7hCtkBhBu .item:focus,
.cid-u7hCtkBhBu span:focus {
  outline: none;
}
.cid-u7hCtkBhBu .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-u7hCtkBhBu .item {
    margin-top: 1rem;
  }
}
.cid-u7hCtkBhBu .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7hCtkBhBu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u7hCtkBhBu .mbr-section-title {
  color: #232323;
}
.cid-u7hCtkBhBu .mbr-text,
.cid-u7hCtkBhBu .mbr-section-btn {
  color: #232323;
}
.cid-u7hCtkBhBu .item-title {
  color: #232323;
}
.cid-u7hCtlc91F {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-u7hCtlc91F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hCtlc91F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7hCtlc91F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7hCtlc91F .row {
  flex-direction: row-reverse;
}
.cid-u7hCtlc91F .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7hCtlc91F .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u7hCtlc91F .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7hCtlc91F .mbr-section-title {
  color: #000000;
}
.cid-u7hCtlc91F .mbr-text,
.cid-u7hCtlc91F .mbr-section-btn {
  color: #000000;
}
.cid-u7hCtlFztk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-u7hCtlFztk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hCtlFztk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hCtlFztk .nav-tabs .nav-item.open .nav-link:focus,
.cid-u7hCtlFztk .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-u7hCtlFztk .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 2px solid #fb95d3;
}
@media (max-width: 767px) {
  .cid-u7hCtlFztk .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-u7hCtlFztk .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-u7hCtlFztk .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 0 !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  border-top-left-radius: 2rem!important;
  border-top-right-radius: 2rem !important;
  overflow: hidden!important;
}
.cid-u7hCtlFztk .nav-tabs .nav-link:not(.active) {
  color: #fb95d3;
}
.cid-u7hCtlFztk .nav-tabs .nav-link.active {
  color: #232323 !important;
  background-color: #fb95d3 !important;
  padding: 1.25rem 2rem!important;
}
.cid-u7hCtlFztk .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u7hCtlFztk .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u7hCtlFztk .mbr-text {
  color: #fff;
}
.cid-u7hCtmhdKV {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-u7hCtmhdKV .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-u7hCtmhdKV .row {
    justify-content: flex-start;
  }
}
.cid-u7hCtmhdKV .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-u7hCtmhdKV .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-u7hCtmhdKV .col-card {
    width: 100% !important;
  }
}
.cid-u7hCtmhdKV .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-u7hCtmhdKV .card-title {
    padding: 0 !important;
  }
}
.cid-u7hCtmhdKV .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-u7hCtmhdKV .card-wrapper {
  height: 100%;
}
.cid-u7hCtmhdKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7hCtmhdKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7hCtnmmL1 {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #232323;
}
.cid-u7hCtnmmL1 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u7hCtnmmL1 .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-u7hCtnmmL1 .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-u9DnJPV50o .navbar-dropdown {
  position: relative !important;
}
.cid-u9DnJPV50o .show .link,
.cid-u9DnJPV50o .show .mbr-iconfont,
.cid-u9DnJPV50o .show .phone {
  color: #000000 !important;
}
.cid-u9DnJPV50o .opened .navbar-caption {
  color: #000000 !important;
}
.cid-u9DnJPV50o .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-u9DnJPV50o .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-u9DnJPV50o .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-u9DnJPV50o .container {
  flex-wrap: nowrap;
}
.cid-u9DnJPV50o .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-u9DnJPV50o .dropdown-menu {
  padding: 1rem 0;
}
.cid-u9DnJPV50o .dropdown-item {
  color: #000000 !important;
}
.cid-u9DnJPV50o .dropdown-item span {
  color: #000000 !important;
}
.cid-u9DnJPV50o .dropdown-item:hover,
.cid-u9DnJPV50o .dropdown-item:focus {
  color: #9fe870 !important;
}
.cid-u9DnJPV50o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9DnJPV50o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9DnJPV50o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9DnJPV50o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9DnJPV50o .nav-link {
  position: relative;
}
.cid-u9DnJPV50o .container {
  display: flex;
  margin: auto;
}
.cid-u9DnJPV50o .center {
  text-align: center;
}
.cid-u9DnJPV50o .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9DnJPV50o .dropdown-menu,
.cid-u9DnJPV50o .navbar.opened {
  background: #ffffff !important;
}
.cid-u9DnJPV50o .nav-item:focus,
.cid-u9DnJPV50o .nav-link:focus {
  outline: none;
}
.cid-u9DnJPV50o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9DnJPV50o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9DnJPV50o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9DnJPV50o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9DnJPV50o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9DnJPV50o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9DnJPV50o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u9DnJPV50o .navbar.opened {
  transition: all 0.3s;
}
.cid-u9DnJPV50o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9DnJPV50o .navbar .navbar-logo img {
  width: auto;
}
.cid-u9DnJPV50o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9DnJPV50o .navbar.collapsed {
  justify-content: center;
}
.cid-u9DnJPV50o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9DnJPV50o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9DnJPV50o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9DnJPV50o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9DnJPV50o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9DnJPV50o .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-u9DnJPV50o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9DnJPV50o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9DnJPV50o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9DnJPV50o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9DnJPV50o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9DnJPV50o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9DnJPV50o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9DnJPV50o .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-u9DnJPV50o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9DnJPV50o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9DnJPV50o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9DnJPV50o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9DnJPV50o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9DnJPV50o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9DnJPV50o .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9DnJPV50o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9DnJPV50o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9DnJPV50o .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-u9DnJPV50o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9DnJPV50o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9DnJPV50o .dropdown-item.active,
.cid-u9DnJPV50o .dropdown-item:active {
  background-color: transparent;
}
.cid-u9DnJPV50o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9DnJPV50o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9DnJPV50o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9DnJPV50o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9DnJPV50o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9DnJPV50o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9DnJPV50o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9DnJPV50o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9DnJPV50o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9DnJPV50o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9DnJPV50o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9DnJPV50o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9DnJPV50o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9DnJPV50o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9DnJPV50o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9DnJPV50o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9DnJPV50o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9DnJPV50o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9DnJPV50o .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9DnJPV50o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9DnJPV50o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9DnJPV50o .navbar {
    height: 70px;
  }
  .cid-u9DnJPV50o .navbar.opened {
    height: auto;
  }
  .cid-u9DnJPV50o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9DnJQz08Z {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1052x701.jpg");
}
.cid-u9DnJQz08Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9DnJQz08Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-u9DnJQz08Z .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-u9DnJQz08Z .mbr-section-title {
  color: #ffffff;
}
.cid-u9DnJQz08Z .mbr-text,
.cid-u9DnJQz08Z .mbr-section-btn {
  color: #ffffff;
}
.cid-u9DnJQz08Z .media-content,
.cid-u9DnJQz08Z .mbr-figure {
  align-self: center;
}
.cid-u9DnJQz08Z .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-u9DnJQz08Z .app-video-wrapper {
  background: transparent;
}
.cid-u9DnJR1BKy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-u9DnJR1BKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9DnJR1BKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9DnJR1BKy .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9DnJR1BKy .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9DnJR1BKy .container {
    padding: 0;
  }
}
.cid-u9DnJR1BKy .row {
  margin: 0;
}
.cid-u9DnJR1BKy .card {
  padding: 0;
}
.cid-u9DnJR1BKy .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-u9DnJR1BKy .card .image-wrapper img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9DnJR1BKy .card .image-wrapper img {
    height: 300px;
  }
}
.cid-u9DnJR1BKy .card .title-wrapper {
  padding: 0 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-u9DnJR1BKy .card .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u9DnJR1BKy .card .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-u9DnJR1BKy .card .title-wrapper {
    padding: 0 90px;
  }
}
@media (max-width: 992px) {
  .cid-u9DnJR1BKy .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-u9DnJR1BKy .mbr-section-title {
  color: #ffffff;
}
.cid-u9DnJR1BKy .mbr-text {
  color: #ffffff;
}
.cid-u9DnJRxLJD {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-u9DnJRxLJD .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-u9DnJRxLJD .row {
    justify-content: flex-start;
  }
}
.cid-u9DnJRxLJD .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-u9DnJRxLJD .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-u9DnJRxLJD .col-card {
    width: 100% !important;
  }
}
.cid-u9DnJRxLJD .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-u9DnJRxLJD .card-title {
    padding: 0 !important;
  }
}
.cid-u9DnJRxLJD .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-u9DnJRxLJD .card-wrapper {
  height: 100%;
}
.cid-u9DnJRxLJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9DnJRxLJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9DnJS35FF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/6755121-960x640.jpg");
}
.cid-u9DnJS35FF .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-u9DnJS35FF .panel-group {
  border: none;
}
.cid-u9DnJS35FF .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-u9DnJS35FF .card-header {
    padding: 1rem 0rem;
  }
}
.cid-u9DnJS35FF .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u9DnJS35FF .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-u9DnJS35FF .img-col {
  padding: 0;
}
.cid-u9DnJS35FF .img-item {
  height: 100%;
}
.cid-u9DnJS35FF img {
  height: 100%;
  object-fit: cover;
}
.cid-u9DnJS35FF .collapsed span {
  transform: rotate(0deg);
}
.cid-u9DnJS35FF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9DnJS35FF p {
  margin-bottom: 0.3rem;
}
.cid-u9DnJS35FF .panel-title-edit {
  color: #e9c0e9;
}
.cid-u9DnJS35FF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-u9DnJS35FF .card {
  background: #fb95d3;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u9DnJS35FF .card {
    padding: 1.5rem;
  }
}
.cid-u9DnJS35FF .panel-text {
  color: #320707;
}
.cid-u9DnJS35FF .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-u9DnJS35FF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9DnJS35FF .panel-title-edit,
.cid-u9DnJS35FF .mbr-iconfont {
  color: #320707;
}
.cid-ua1JEQdkgp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ua1JEQdkgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua1JEQdkgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua1JEQdkgp .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-ua1JEQdkgp .card-title,
.cid-ua1JEQdkgp .iconfont-wrapper {
  color: #232323;
}
.cid-ua1JEQdkgp .card-text {
  color: #232323;
}
.cid-ua1JEQdkgp .mbr-section-title {
  color: #232323;
}
.cid-ua1JEQdkgp .mbr-section-subtitle {
  color: #232323;
}
.cid-ua1JEQdkgp .card-title,
.cid-ua1JEQdkgp .iconfont-wrapper DIV {
  text-align: left;
}
.cid-ua1LMudlt3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-ua1LMudlt3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua1LMudlt3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua1LMudlt3 .col-12 {
  position: relative;
}
.cid-ua1LMudlt3 img {
  max-width: 800px;
  margin: auto;
}
.cid-ua1LMudlt3 .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-ua1LMudlt3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ua1LMudlt3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ua1LMudlt3 .image-wrapper {
    padding: 1rem;
  }
}
.cid-ua1LMudlt3 .mbr-section-title {
  color: #000000;
}
.cid-u9DnJSzC0u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-u9DnJSzC0u .mbr-overlay {
  background: #edefeb;
  opacity: 0.5;
}
.cid-u9DnJSzC0u .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-u9DnJSzC0u img,
.cid-u9DnJSzC0u .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u9DnJSzC0u .item:focus,
.cid-u9DnJSzC0u span:focus {
  outline: none;
}
.cid-u9DnJSzC0u .item {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-u9DnJSzC0u .item {
    margin-top: 1rem;
  }
}
.cid-u9DnJSzC0u .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u9DnJSzC0u .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9DnJSzC0u .mbr-section-title {
  color: #232323;
}
.cid-u9DnJSzC0u .mbr-text,
.cid-u9DnJSzC0u .mbr-section-btn {
  color: #232323;
}
.cid-u9DnJSzC0u .item-title {
  color: #232323;
}
.cid-u9DnJTcO64 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-u9DnJTcO64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9DnJTcO64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u9DnJTcO64 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9DnJTcO64 .row {
  flex-direction: row-reverse;
}
.cid-u9DnJTcO64 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9DnJTcO64 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9DnJTcO64 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9DnJTcO64 .mbr-section-title {
  color: #000000;
}
.cid-u9DnJTcO64 .mbr-text,
.cid-u9DnJTcO64 .mbr-section-btn {
  color: #000000;
}
.cid-u9DnJTG8R3 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-u9DnJTG8R3 .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-u9DnJTG8R3 .row {
    justify-content: flex-start;
  }
}
.cid-u9DnJTG8R3 .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-u9DnJTG8R3 .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-u9DnJTG8R3 .col-card {
    width: 100% !important;
  }
}
.cid-u9DnJTG8R3 .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-u9DnJTG8R3 .card-title {
    padding: 0 !important;
  }
}
.cid-u9DnJTG8R3 .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-u9DnJTG8R3 .card-wrapper {
  height: 100%;
}
.cid-u9DnJTG8R3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9DnJTG8R3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9DnJUeFEH {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f92c50;
}
.cid-u9DnJUeFEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9DnJUeFEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9DnJUeFEH .card-wrapper {
  overflow: hidden;
  background: #edefeb;
}
.cid-u9DnJUeFEH .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-u9DnJUeFEH .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u9DnJUeFEH .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u9DnJUeFEH .row {
  flex-direction: row-reverse;
}
.cid-u9DnJUeFEH .image-wrapper {
  padding: 0 0.75rem;
}
.cid-u9DnJUeFEH img,
.cid-u9DnJUeFEH .image-wrapper {
  height: 600px;
  object-fit: cover;
}
.cid-u9DnJUeFEH .mbr-section-title {
  color: #000000;
}
.cid-u9DnJUeFEH .mbr-text {
  color: #000000;
}
.cid-u9DnJUeFEH .mbr-text,
.cid-u9DnJUeFEH .mbr-section-btn {
  text-align: left;
}
.cid-u9DnJUM1GE {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-u9DnJUM1GE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9DnJUM1GE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9DnJUM1GE .mbr-section-title {
  color: #24262b;
}
.cid-u9DnJUM1GE .mbr-section-subtitle {
  color: #24262b;
}
.cid-u9DnJUM1GE .mbr-section-btn {
  margin-top: 16px;
}
.cid-uaLrVWw8c3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .cid-uaLrVWw8c3 .col-md-6 {
    width: 100%;
  }
}
.cid-uaLrVWw8c3 h2,
.cid-uaLrVWw8c3 h4,
.cid-uaLrVWw8c3 p {
  margin: 0;
}
.cid-uaLrVWw8c3 .text-elements {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
}
@media (max-width: 1199px) {
  .cid-uaLrVWw8c3 .text-elements {
    padding: 0rem;
  }
}
.cid-uaLrVWw8c3 .inner {
  height: 100%;
}
.cid-uaLrVWw8c3 .col-border {
  border-right: 1px solid #efefef;
  max-height: 100%;
}
.cid-uaLrVWw8c3 .mbr-section-title {
  color: #232323;
  margin-bottom: 14px;
}
.cid-uaLrVWw8c3 .mbr-text {
  margin-top: 14px;
  color: #808080;
}
.cid-uaLrVWw8c3 .link-wrap {
  padding-top: 25px;
}
.cid-uaLrVWw8c3 .link {
  font-weight: 600;
  position: relative;
}
.cid-uaLrVWw8c3 .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-uaLrVWw8c3 .progress-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uaLrVWw8c3 .card {
  width: 300px;
  max-width: 300px;
  margin-right: 70px;
  margin-bottom: 25px;
}
.cid-uaLrVWw8c3 .card .circle-wrap {
  position: relative;
  display: flex;
  overflow: visible;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  max-height: 400px;
  margin-bottom: 26px;
}
.cid-uaLrVWw8c3 .card .circle-wrap svg {
  overflow: visible;
}
.cid-uaLrVWw8c3 .card .circle-wrap svg .circle-active {
  stroke: #ffbf31;
}
.cid-uaLrVWw8c3 .card .circle-wrap .circle-text {
  position: absolute;
}
.cid-uaLrVWw8c3 .card-wrapper {
  justify-content: center;
}
.cid-uaLrVWw8c3 .card-title {
  margin-bottom: 0.625rem;
}
.cid-uaLrVWw8c3 .card1 {
  margin: auto;
}
.cid-uaLrVWw8c3 .card1 .circle-wrap svg .circle-active {
  stroke-dashoffset: 49.76 !important;
}
.cid-uaLrVWw8c3 .card1 .circle-wrap .circle-text::before {
  content: "84";
}
@media (max-width: 1700px) {
  .cid-uaLrVWw8c3 .display-2 {
    font-size: 2.5rem !important;
    line-height: 1;
  }
  .cid-uaLrVWw8c3 .display-1 {
    font-size: 4rem !important;
  }
}
.cid-u9DnJXAlSn {
  padding-top: 9rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-u9DnJXAlSn .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-u9DnJXAlSn .row {
    justify-content: flex-start;
  }
}
.cid-u9DnJXAlSn .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-u9DnJXAlSn .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-u9DnJXAlSn .col-card {
    width: 100% !important;
  }
}
.cid-u9DnJXAlSn .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-u9DnJXAlSn .card-title {
    padding: 0 !important;
  }
}
.cid-u9DnJXAlSn .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-u9DnJXAlSn .card-wrapper {
  height: 100%;
}
.cid-u9DnJXAlSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9DnJXAlSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9DnJYQX9G {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #232323;
}
.cid-u9DnJYQX9G .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u9DnJYQX9G .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-u9DnJYQX9G .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
