body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 3.43rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.2875rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 2.43rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.0375rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1.31rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6375rem;
}
.display-5 {
  font-family: 'Syne', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.744rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.401rem;
    font-size: calc( 1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.944rem;
    font-size: calc( 1.5005000000000002rem + (2.43 - 1.5005000000000002) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.5005000000000002rem + (2.43 - 1.5005000000000002) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.048rem;
    font-size: calc( 1.1085rem + (1.31 - 1.1085) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1085rem + (1.31 - 1.1085) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7f8678 !important;
}
.bg-success {
  background-color: #6d9aba !important;
}
.bg-info {
  background-color: #4479d9 !important;
}
.bg-warning {
  background-color: #5b6153 !important;
}
.bg-danger {
  background-color: #caa884 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7f8678 !important;
  border-color: #7f8678 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #54584f !important;
  border-color: #54584f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #54584f !important;
  border-color: #54584f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d7d3c6 !important;
  border-color: #d7d3c6 !important;
  color: #5d5641 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b3ac93 !important;
  border-color: #b3ac93 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5d5641 !important;
  background-color: #b3ac93 !important;
  border-color: #b3ac93 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6d9aba !important;
  border-color: #6d9aba !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #436e8d !important;
  border-color: #436e8d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #436e8d !important;
  border-color: #436e8d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b6153 !important;
  border-color: #5b6153 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2f322b !important;
  border-color: #2f322b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2f322b !important;
  border-color: #2f322b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #caa884 !important;
  border-color: #caa884 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ad7d4a !important;
  border-color: #ad7d4a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ad7d4a !important;
  border-color: #ad7d4a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7f8678;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #54584f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7f8678 !important;
  border-color: #7f8678 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d7d3c6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b3ac93 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5d5641 !important;
  background-color: #d7d3c6 !important;
  border-color: #d7d3c6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6d9aba;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #436e8d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6d9aba !important;
  border-color: #6d9aba !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5b6153;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2f322b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b6153 !important;
  border-color: #5b6153 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #caa884;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ad7d4a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #caa884 !important;
  border-color: #caa884 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #7f8678 !important;
}
.text-secondary {
  color: #d7d3c6 !important;
}
.text-success {
  color: #6d9aba !important;
}
.text-info {
  color: #4479d9 !important;
}
.text-warning {
  color: #5b6153 !important;
}
.text-danger {
  color: #caa884 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4c5048 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ada58a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3e6683 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1f4a98 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #272a24 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a27546 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #7f8678;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4479d9;
}
.alert-warning {
  background-color: #5b6153;
}
.alert-danger {
  background-color: #caa884;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7f8678;
  border-color: #7f8678;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #7f8678;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfc2bb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c4d6e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba292;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1.31rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.6375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #7f8678 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1.31rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.6375rem;
}
blockquote {
  border-color: #7f8678;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7f8678;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7f8678;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7f8678;
  border-bottom-color: #7f8678;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #7f8678 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d7d3c6 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%237f8678' %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-sMG60EKFJr .navbar-dropdown {
  position: relative !important;
}
.cid-sMG60EKFJr .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-sMG60EKFJr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMG60EKFJr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMG60EKFJr .dropdown-item:hover,
.cid-sMG60EKFJr .dropdown-item:focus {
  background: #7f8678 !important;
  color: white !important;
}
.cid-sMG60EKFJr .dropdown-item:hover span {
  color: white;
}
.cid-sMG60EKFJr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMG60EKFJr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMG60EKFJr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-sMG60EKFJr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMG60EKFJr .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-sMG60EKFJr .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-sMG60EKFJr .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-sMG60EKFJr .container {
  display: flex;
  margin: auto;
}
.cid-sMG60EKFJr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMG60EKFJr .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .navbar-nav {
    align-items: center;
  }
}
.cid-sMG60EKFJr .dropdown-menu,
.cid-sMG60EKFJr .navbar.opened {
  background: #fffdf7 !important;
}
.cid-sMG60EKFJr .nav-item:focus,
.cid-sMG60EKFJr .nav-link:focus {
  outline: none;
}
.cid-sMG60EKFJr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-sMG60EKFJr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMG60EKFJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMG60EKFJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMG60EKFJr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMG60EKFJr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMG60EKFJr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fffdf7;
  padding: 0 !important;
  box-shadow: none;
}
.cid-sMG60EKFJr .navbar.opened {
  transition: all 0.3s;
}
.cid-sMG60EKFJr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMG60EKFJr .navbar .navbar-logo img {
  width: auto;
}
.cid-sMG60EKFJr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMG60EKFJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMG60EKFJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMG60EKFJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMG60EKFJr .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-sMG60EKFJr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMG60EKFJr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMG60EKFJr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMG60EKFJr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMG60EKFJr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMG60EKFJr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMG60EKFJr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMG60EKFJr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMG60EKFJr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-sMG60EKFJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMG60EKFJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMG60EKFJr .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-sMG60EKFJr .dropdown-item.active,
.cid-sMG60EKFJr .dropdown-item:active {
  background-color: transparent;
}
.cid-sMG60EKFJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMG60EKFJr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMG60EKFJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMG60EKFJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffdf7;
}
.cid-sMG60EKFJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMG60EKFJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMG60EKFJr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMG60EKFJr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMG60EKFJr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMG60EKFJr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMG60EKFJr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMG60EKFJr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMG60EKFJr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMG60EKFJr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMG60EKFJr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sMG60EKFJr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMG60EKFJr .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-sMG60EKFJr .navbar {
    height: 70px;
  }
  .cid-sMG60EKFJr .navbar.opened {
    height: auto;
  }
  .cid-sMG60EKFJr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMG60EKFJr .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .container-fluid {
    padding: 0 40px;
  }
}
.cid-sMG60EKFJr .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-sMG60EKFJr .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-sMG60EKFJr .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-sMG60EKFJr .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-sMG60EKFJr .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-sMG60EKFJr .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sMG6pF5iz9 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1246.jpg");
}
.cid-sMG6pF5iz9 .mbr-overlay {
  background: #fffdf7;
  opacity: 0.4;
}
.cid-sMG6pF5iz9 .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-sMG6pF5iz9 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-sMG6pF5iz9 .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sMG6pF5iz9 .item-text {
  padding: 0 32px 55px;
}
.cid-sMG6pF5iz9 .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-sMG6pF5iz9 .text-container {
    flex-wrap: wrap;
  }
}
.cid-sMG6pF5iz9 .mbr-section-title {
  flex-grow: 1;
  line-height: 65px!important;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sMG6pF5iz9 .mbr-section-title {
    font-size: 79px;
    line-height: 87px!important;
  }
}
.cid-sMG6pF5iz9 .text {
  color: #3d3d3d;
}
.cid-sMG6pF5iz9 .link-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 50px;
  width: 18%;
}
@media (max-width: 767px) {
  .cid-sMG6pF5iz9 .link-wrap {
    width: 100%;
  }
}
.cid-sMG6pF5iz9 .emerging-underline-link {
  color: #3d3d3d;
}
.cid-sMG6pF5iz9 .item-image {
  padding: 0 32px;
  max-height: 100vh;
}
.cid-sMGbIAODLD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sMGbIAODLD .mbr-overlay {
  z-index: 1;
}
.cid-sMGbIAODLD .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  z-index: 2;
}
.cid-sMGbIAODLD .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-sMGbIAODLD .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-sMGbIAODLD .item-img:hover img {
  transform: scale(1);
}
.cid-sMGbIAODLD .item-title {
  line-height: 1.25em;
}
.cid-sMGbIAODLD .mbr-section-title {
  line-height: 1.25em;
}
.cid-sMGbIAODLD .card-container {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sMGbIAODLD .card-container {
    flex-wrap: wrap;
  }
}
.cid-sMGbIAODLD .card {
  padding: 60px 60px 23px;
  border-radius: 0;
  border-bottom: 1px solid #7F8678;
}
@media (max-width: 575px) {
  .cid-sMGbIAODLD .card {
    padding: 35px 35px 23px;
  }
}
@media (min-width: 768px) {
  .cid-sMGbIAODLD .card:nth-child(2n+1) {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 991px) {
  .cid-sMGbIAODLD .card {
    border-right: 1px solid #7F8678;
  }
  .cid-sMGbIAODLD .card:last-child {
    border-right: none;
  }
}
.cid-sMGbIAODLD .data-item {
  display: flex;
  align-items: center;
}
.cid-sMGbIAODLD .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-sMGbIAODLD .link-wrap {
  margin: 30px 0 6px;
}
.cid-sMGbIAODLD .text-art {
  flex-grow: 1;
}
.cid-sMGfdEevyj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sMGfdEevyj .mbr-overlay {
  z-index: 1;
}
.cid-sMGfdEevyj .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sMGfdEevyj .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sMGfdEevyj .text-container {
  height: 100%;
  background: #bfc6b8;
}
@media (min-width: 992px) {
  .cid-sMGfdEevyj .text-container {
    border-left: 1px solid #7F8678;
  }
}
.cid-sMGfdEevyj .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-sMGfdEevyj .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-sMGfdEevyj .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sMGfdEevyj .text {
  color: #3d3d3d;
}
.cid-sMGfdEevyj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sMGfdEevyj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sMGfdEevyj .item-wrapper {
  width: 100%;
}
.cid-sMGfdEevyj .mbr-section-title {
  line-height: 1.25em;
}
.cid-sMGfdEevyj .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-sMGfdEevyj .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-sMGfdEevyj .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sMGfdEevyj .item-img:hover img {
  transform: scale(1);
}
.cid-sMGfdEevyj .link {
  color: #3d3d3d;
}
.cid-sMGfdEevyj .underlined-link {
  color: #3d3d3d;
}
.cid-sMGfdEevyj .underlined-link:after {
  height: 1px !important;
}
.cid-sMGeJagnW4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sMGeJagnW4 .mbr-overlay {
  z-index: 1;
}
.cid-sMGeJagnW4 .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sMGeJagnW4 .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sMGeJagnW4 .text-container {
  height: 100%;
  background: #cae1f4;
}
@media (min-width: 992px) {
  .cid-sMGeJagnW4 .text-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-sMGeJagnW4 .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-sMGeJagnW4 .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-sMGeJagnW4 .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sMGeJagnW4 .text {
  color: #3d3d3d;
}
.cid-sMGeJagnW4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sMGeJagnW4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sMGeJagnW4 .item-wrapper {
  width: 100%;
}
.cid-sMGeJagnW4 .mbr-section-title {
  line-height: 1.25em;
}
.cid-sMGeJagnW4 .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-sMGeJagnW4 .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-sMGeJagnW4 .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sMGeJagnW4 .item-img:hover img {
  transform: scale(1);
}
.cid-sMGeJagnW4 .link {
  color: #3d3d3d;
}
.cid-sMGeJagnW4 .underlined-link {
  color: #3d3d3d;
}
.cid-sMGeJagnW4 .underlined-link:after {
  height: 1px !important;
}
.cid-sMGhpjzmhe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sMGhpjzmhe .mbr-overlay {
  z-index: 1;
}
.cid-sMGhpjzmhe .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sMGhpjzmhe .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sMGhpjzmhe .text-container {
  height: 100%;
  background: #bfc6b8;
}
@media (min-width: 992px) {
  .cid-sMGhpjzmhe .text-container {
    border-left: 1px solid #7F8678;
  }
}
.cid-sMGhpjzmhe .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-sMGhpjzmhe .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-sMGhpjzmhe .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sMGhpjzmhe .text {
  color: #3d3d3d;
}
.cid-sMGhpjzmhe .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sMGhpjzmhe .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sMGhpjzmhe .item-wrapper {
  width: 100%;
}
.cid-sMGhpjzmhe .mbr-section-title {
  line-height: 1.25em;
}
.cid-sMGhpjzmhe .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-sMGhpjzmhe .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-sMGhpjzmhe .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sMGhpjzmhe .item-img:hover img {
  transform: scale(1);
}
.cid-sMGhpjzmhe .link {
  color: #3d3d3d;
}
.cid-sMGhpjzmhe .underlined-link {
  color: #3d3d3d;
}
.cid-sMGhpjzmhe .underlined-link:after {
  height: 1px !important;
}
.cid-sMGkTYEDAh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sMGkTYEDAh .mbr-overlay {
  z-index: 1;
}
.cid-sMGkTYEDAh .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sMGkTYEDAh .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sMGkTYEDAh .text-container {
  height: 100%;
  background: #cae1f4;
}
@media (min-width: 992px) {
  .cid-sMGkTYEDAh .text-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-sMGkTYEDAh .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-sMGkTYEDAh .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-sMGkTYEDAh .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sMGkTYEDAh .text {
  color: #3d3d3d;
}
.cid-sMGkTYEDAh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sMGkTYEDAh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sMGkTYEDAh .item-wrapper {
  width: 100%;
}
.cid-sMGkTYEDAh .mbr-section-title {
  line-height: 1.25em;
}
.cid-sMGkTYEDAh .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-sMGkTYEDAh .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-sMGkTYEDAh .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sMGkTYEDAh .item-img:hover img {
  transform: scale(1);
}
.cid-sMGkTYEDAh .link {
  color: #3d3d3d;
}
.cid-sMGkTYEDAh .underlined-link {
  color: #3d3d3d;
}
.cid-sMGkTYEDAh .underlined-link:after {
  height: 1px !important;
}
.cid-sMGmWGfcsj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sMGmWGfcsj .mbr-overlay {
  z-index: 1;
}
.cid-sMGmWGfcsj .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sMGmWGfcsj .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sMGmWGfcsj .text-container {
  height: 100%;
  background: #bfc6b8;
}
@media (min-width: 992px) {
  .cid-sMGmWGfcsj .text-container {
    border-left: 1px solid #7F8678;
  }
}
.cid-sMGmWGfcsj .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-sMGmWGfcsj .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-sMGmWGfcsj .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sMGmWGfcsj .text {
  color: #3d3d3d;
}
.cid-sMGmWGfcsj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sMGmWGfcsj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sMGmWGfcsj .item-wrapper {
  width: 100%;
}
.cid-sMGmWGfcsj .mbr-section-title {
  line-height: 1.25em;
}
.cid-sMGmWGfcsj .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-sMGmWGfcsj .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-sMGmWGfcsj .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sMGmWGfcsj .item-img:hover img {
  transform: scale(1);
}
.cid-sMGmWGfcsj .link {
  color: #3d3d3d;
}
.cid-sMGmWGfcsj .underlined-link {
  color: #3d3d3d;
}
.cid-sMGmWGfcsj .underlined-link:after {
  height: 1px !important;
}
.cid-sMGofzYjNw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-sMGofzYjNw .mbr-overlay {
  z-index: 1;
}
.cid-sMGofzYjNw .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-sMGofzYjNw .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sMGofzYjNw .text-container {
  height: 100%;
  background: #cae1f4;
}
@media (min-width: 992px) {
  .cid-sMGofzYjNw .text-container {
    border-right: 1px solid #7F8678;
  }
}
.cid-sMGofzYjNw .text-wrap {
  display: flex;
  flex-direction: column;
  padding: 25px 32px;
  margin-bottom: auto;
  min-height: 390px;
}
@media (min-width: 992px) {
  .cid-sMGofzYjNw .text-wrap {
    max-width: 512px;
    min-height: 644px;
  }
}
.cid-sMGofzYjNw .main-text {
  width: 100%;
  margin: 0 0 auto;
}
.cid-sMGofzYjNw .text {
  color: #3d3d3d;
}
.cid-sMGofzYjNw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sMGofzYjNw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sMGofzYjNw .item-wrapper {
  width: 100%;
}
.cid-sMGofzYjNw .mbr-section-title {
  line-height: 1.25em;
}
.cid-sMGofzYjNw .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-sMGofzYjNw .item-img {
  flex-grow: 1;
  display: flex;
  transition: border-color 200ms ease;
  width: 100%;
  overflow: hidden;
  height: 644px;
}
.cid-sMGofzYjNw .item-img img {
  object-fit: cover;
  height: 100%;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-sMGofzYjNw .item-img:hover img {
  transform: scale(1);
}
.cid-sMGofzYjNw .link {
  color: #3d3d3d;
}
.cid-sMGofzYjNw .underlined-link {
  color: #3d3d3d;
}
.cid-sMGofzYjNw .underlined-link:after {
  height: 1px !important;
}
.cid-sMGoVwGrnM {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fffdf7;
}
.cid-sMGoVwGrnM .mbr-overlay {
  z-index: 1;
}
.cid-sMGoVwGrnM .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-sMGoVwGrnM .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sMGoVwGrnM .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  box-sizing: border-box;
}
.cid-sMGoVwGrnM .content-left {
  align-items: flex-start;
}
.cid-sMGoVwGrnM .content-right {
  align-items: flex-end;
}
.cid-sMGoVwGrnM .content-center {
  padding: 32px 0;
}
.cid-sMGoVwGrnM .mbr-text {
  width: 100%;
}
.cid-sMGoVwGrnM .big-text {
  font-size: 80px;
  line-height: 1em;
}
@media (min-width: 768px) {
  .cid-sMGoVwGrnM .big-text {
    font-size: 268px;
  }
}
.cid-sMGoVwGrnM .link {
  width: 100%;
}
.cid-sMGoVwGrnM .big-text-right {
  text-align: right;
}
.cid-sMGoVwGrnM .big-text-left {
  text-align: center;
}
.cid-sN3kQyLUFG {
  padding-top: 15px;
  padding-bottom: 30px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #fffdf7;
}
.cid-sN3kQyLUFG .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-sN3kQyLUFG .copyright {
  margin-top: 0.5rem;
  color: #3d3d3d;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-sN3kQyLUFG .produced {
  margin-top: 0.5rem;
  color: #3d3d3d;
  flex-grow: 1;
}
