body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 1rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 0.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.56rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: #ae9a70 !important;
}
.bg-success {
  background-color: #515151 !important;
}
.bg-info {
  background-color: #2299aa !important;
}
.bg-warning {
  background-color: #468348 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ae9a70 !important;
  border-color: #ae9a70 !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: #7f6d48 !important;
  border-color: #7f6d48 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7f6d48 !important;
  border-color: #7f6d48 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9f0000 !important;
  border-color: #9f0000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #480000 !important;
  border-color: #480000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #480000 !important;
  border-color: #480000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #2299aa !important;
  border-color: #2299aa !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: #145862 !important;
  border-color: #145862 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
}
.btn-success,
.btn-success:active {
  background-color: #515151 !important;
  border-color: #515151 !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: #262626 !important;
  border-color: #262626 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #468348 !important;
  border-color: #468348 !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: #284a29 !important;
  border-color: #284a29 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #284a29 !important;
  border-color: #284a29 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ae9a70;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7f6d48 !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: #ae9a70 !important;
  border-color: #ae9a70 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f0000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #480000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9f0000 !important;
  border-color: #9f0000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2299aa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #145862 !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: #2299aa !important;
  border-color: #2299aa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #515151;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #262626 !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: #515151 !important;
  border-color: #515151 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #468348;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #284a29 !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: #468348 !important;
  border-color: #468348 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !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: #ae9a70 !important;
}
.text-secondary {
  color: #9f0000 !important;
}
.text-success {
  color: #515151 !important;
}
.text-info {
  color: #2299aa !important;
}
.text-warning {
  color: #468348 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #756543 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #390000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1e1e1e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #114c55 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #224123 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #ae9a70;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2299aa;
}
.alert-warning {
  background-color: #468348;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ae9a70;
  border-color: #ae9a70;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ae9a70;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dcd3c1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c4c4c4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6ad2e1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #89c08b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ae9a70 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ae9a70;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ae9a70;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ae9a70;
}
.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: #ae9a70;
  border-bottom-color: #ae9a70;
}
.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: #ae9a70 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #9f0000 !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='%23ae9a70' %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-uDENrQNRk5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDENrQNRk5 nav.navbar {
  position: fixed;
}
.cid-uDENrQNRk5 .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-uDENrQNRk5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDENrQNRk5 .dropdown-item:hover,
.cid-uDENrQNRk5 .dropdown-item:focus {
  background: #ae9a70 !important;
  color: white !important;
}
.cid-uDENrQNRk5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDENrQNRk5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDENrQNRk5 .nav-dropdown .link {
  margin: 0.667em 1em !important;
}
.cid-uDENrQNRk5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDENrQNRk5 .nav-link {
  position: relative;
  padding: 0!important;
}
.cid-uDENrQNRk5 .nav-link:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  bottom: 0px;
  left: 0;
  background: #9f0000;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uDENrQNRk5 .nav-link:hover:before {
  opacity: 1;
}
.cid-uDENrQNRk5 .container {
  display: flex;
  margin: auto;
}
.cid-uDENrQNRk5 .iconfont-wrapper {
  color: #ae9a70 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDENrQNRk5 .dropdown-menu,
.cid-uDENrQNRk5 .navbar.opened {
  background: #000000 !important;
}
.cid-uDENrQNRk5 .nav-item:focus,
.cid-uDENrQNRk5 .nav-link:focus {
  outline: none;
}
.cid-uDENrQNRk5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDENrQNRk5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDENrQNRk5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDENrQNRk5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDENrQNRk5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDENrQNRk5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDENrQNRk5 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uDENrQNRk5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDENrQNRk5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDENrQNRk5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDENrQNRk5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDENrQNRk5 .navbar.collapsed {
  justify-content: center;
}
.cid-uDENrQNRk5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDENrQNRk5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDENrQNRk5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uDENrQNRk5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDENrQNRk5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDENrQNRk5 .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-uDENrQNRk5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDENrQNRk5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDENrQNRk5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDENrQNRk5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDENrQNRk5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDENrQNRk5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDENrQNRk5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDENrQNRk5 .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-uDENrQNRk5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDENrQNRk5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDENrQNRk5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDENrQNRk5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDENrQNRk5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDENrQNRk5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDENrQNRk5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDENrQNRk5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDENrQNRk5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDENrQNRk5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDENrQNRk5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDENrQNRk5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDENrQNRk5 .dropdown-item.active,
.cid-uDENrQNRk5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDENrQNRk5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDENrQNRk5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDENrQNRk5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDENrQNRk5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uDENrQNRk5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDENrQNRk5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDENrQNRk5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDENrQNRk5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDENrQNRk5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDENrQNRk5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7b7361;
}
.cid-uDENrQNRk5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDENrQNRk5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDENrQNRk5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDENrQNRk5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDENrQNRk5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDENrQNRk5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDENrQNRk5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDENrQNRk5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDENrQNRk5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDENrQNRk5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDENrQNRk5 .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-uDENrQNRk5 .navbar {
    height: 70px;
  }
  .cid-uDENrQNRk5 .navbar.opened {
    height: auto;
  }
  .cid-uDENrQNRk5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHCnEu4Xcg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uHCnEu4Xcg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCnEu4Xcg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHCnEu4Xcg .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHCnEu4Xcg .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uHCnEu4Xcg .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHCnEu4Xcg .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uDL1nnvcXb {
  background-image: url("../../../assets/images/glavnaslika1e.webp");
}
.cid-uDL1nnvcXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDL1nnvcXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDL1nnvcXb .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDL1nnvcXb .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uDRayVcFqI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uDRayVcFqI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uDRayVcFqI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uDRayVcFqI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uEpBplsc5F {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uEpBplsc5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEpBplsc5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEpBplsc5F .mbr-section-title {
  color: #bbbbbb;
  text-align: left;
}
.cid-uEpBplsc5F .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: left;
}
.cid-uHkwQPEbPP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uHkwQPEbPP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHkwQPEbPP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHkwQPEbPP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHkfjKf0HL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555-bcg-a-dark-1.webp");
}
.cid-uHkfjKf0HL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHkfjKf0HL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHkfjKf0HL .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHkfjKf0HL .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uHkfjKf0HL .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHkfjKf0HL .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uDRJWEgkFR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uDRJWEgkFR .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uDRJWEgkFR .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDRJWEgkFR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDRJWEgkFR .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uDRJWEgkFR .mbr-text,
.cid-uDRJWEgkFR .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uDRJWEgkFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDRJWEgkFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF57QwCjvH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uF57QwCjvH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uF57QwCjvH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF57QwCjvH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uDRKR7I7J3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uDRKR7I7J3 .row {
  flex-direction: row-reverse;
}
.cid-uDRKR7I7J3 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uDRKR7I7J3 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDRKR7I7J3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDRKR7I7J3 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uDRKR7I7J3 .mbr-text,
.cid-uDRKR7I7J3 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uDRKR7I7J3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDRKR7I7J3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF58gPefQM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uF58gPefQM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uF58gPefQM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF58gPefQM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uEpwz5Tohj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uEpwz5Tohj .mbr-overlay {
  background: #000000;
  opacity: 0.5;
}
.cid-uEpwz5Tohj .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uEpwz5Tohj .container {
    max-width: 1130px;
  }
  .cid-uEpwz5Tohj .wrap {
    width: 1130px;
    padding: 0;
  }
}
.cid-uEpwz5Tohj .item-content {
  padding: 0 1rem;
}
.cid-uEpwz5Tohj img,
.cid-uEpwz5Tohj .item-img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-uEpwz5Tohj img,
  .cid-uEpwz5Tohj .item-img {
    height: 260px;
  }
}
.cid-uEpwz5Tohj .item:focus,
.cid-uEpwz5Tohj span:focus {
  outline: none;
}
.cid-uEpwz5Tohj .item-wrapper {
  position: relative;
}
.cid-uEpwz5Tohj .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uEpwz5Tohj .mbr-text {
  text-align: center;
}
.cid-uEpwz5Tohj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
}
@media (max-width: 768px) {
  .cid-uEpwz5Tohj .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uEpwz5Tohj .embla__button--next,
.cid-uEpwz5Tohj .embla__button--prev {
  display: flex;
}
.cid-uEpwz5Tohj .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #fafafa;
  background-color: #353535;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uEpwz5Tohj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uEpwz5Tohj .embla__button:hover {
  background-color: #3c863e;
  color: #e6c63b;
}
.cid-uEpwz5Tohj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEpwz5Tohj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uEpwz5Tohj .embla__button {
    top: auto;
  }
}
.cid-uEpwz5Tohj .embla {
  position: relative;
  width: 100%;
}
.cid-uEpwz5Tohj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uEpwz5Tohj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEpwz5Tohj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEpwz5Tohj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEpwz5Tohj .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uE8CSdiQi9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uE8CSdiQi9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uE8CSdiQi9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uE8CSdiQi9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tx5jEN1gTd {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bcg1abwb.webp");
}
.cid-tx5jEN1gTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tx5jEN1gTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tx5jEN1gTd .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tx5jEN1gTd .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tx5jEN1gTd .row {
    text-align: center;
  }
  .cid-tx5jEN1gTd .row > div {
    margin: auto;
  }
  .cid-tx5jEN1gTd .social-row {
    justify-content: center;
  }
}
.cid-tx5jEN1gTd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tx5jEN1gTd .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tx5jEN1gTd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tx5jEN1gTd .list {
    margin-bottom: 0rem;
  }
}
.cid-tx5jEN1gTd .mbr-text {
  color: #bbbbbb;
}
.cid-tx5jEN1gTd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: black;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3rem;
  width: 3rem;
}
.cid-tx5jEN1gTd .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tx5jEN1gTd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tx5jEN1gTd H5 {
  color: #ae9a70;
}
.cid-tx5jEN1gTd .copyright {
  color: #7b7361;
}
.cid-uE8CT7gOAx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uE8CT7gOAx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uE8CT7gOAx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uE8CT7gOAx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHpZgY1HTj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHpZgY1HTj nav.navbar {
  position: fixed;
}
.cid-uHpZgY1HTj .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-uHpZgY1HTj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHpZgY1HTj .dropdown-item:hover,
.cid-uHpZgY1HTj .dropdown-item:focus {
  background: #ae9a70 !important;
  color: white !important;
}
.cid-uHpZgY1HTj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHpZgY1HTj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHpZgY1HTj .nav-dropdown .link {
  margin: 0.667em 1em !important;
}
.cid-uHpZgY1HTj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHpZgY1HTj .nav-link {
  position: relative;
  padding: 0!important;
}
.cid-uHpZgY1HTj .nav-link:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  bottom: 0px;
  left: 0;
  background: #9f0000;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uHpZgY1HTj .nav-link:hover:before {
  opacity: 1;
}
.cid-uHpZgY1HTj .container {
  display: flex;
  margin: auto;
}
.cid-uHpZgY1HTj .iconfont-wrapper {
  color: #ae9a70 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHpZgY1HTj .dropdown-menu,
.cid-uHpZgY1HTj .navbar.opened {
  background: #000000 !important;
}
.cid-uHpZgY1HTj .nav-item:focus,
.cid-uHpZgY1HTj .nav-link:focus {
  outline: none;
}
.cid-uHpZgY1HTj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHpZgY1HTj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHpZgY1HTj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHpZgY1HTj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHpZgY1HTj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHpZgY1HTj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHpZgY1HTj .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHpZgY1HTj .navbar.opened {
  transition: all 0.3s;
}
.cid-uHpZgY1HTj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHpZgY1HTj .navbar .navbar-logo img {
  width: auto;
}
.cid-uHpZgY1HTj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHpZgY1HTj .navbar.collapsed {
  justify-content: center;
}
.cid-uHpZgY1HTj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHpZgY1HTj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHpZgY1HTj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uHpZgY1HTj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHpZgY1HTj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHpZgY1HTj .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-uHpZgY1HTj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHpZgY1HTj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHpZgY1HTj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHpZgY1HTj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHpZgY1HTj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHpZgY1HTj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHpZgY1HTj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHpZgY1HTj .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-uHpZgY1HTj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHpZgY1HTj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHpZgY1HTj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHpZgY1HTj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHpZgY1HTj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHpZgY1HTj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHpZgY1HTj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHpZgY1HTj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHpZgY1HTj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHpZgY1HTj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHpZgY1HTj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHpZgY1HTj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHpZgY1HTj .dropdown-item.active,
.cid-uHpZgY1HTj .dropdown-item:active {
  background-color: transparent;
}
.cid-uHpZgY1HTj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHpZgY1HTj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHpZgY1HTj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHpZgY1HTj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHpZgY1HTj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHpZgY1HTj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHpZgY1HTj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHpZgY1HTj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHpZgY1HTj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHpZgY1HTj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7b7361;
}
.cid-uHpZgY1HTj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHpZgY1HTj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHpZgY1HTj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHpZgY1HTj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHpZgY1HTj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHpZgY1HTj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHpZgY1HTj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHpZgY1HTj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHpZgY1HTj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHpZgY1HTj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHpZgY1HTj .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-uHpZgY1HTj .navbar {
    height: 70px;
  }
  .cid-uHpZgY1HTj .navbar.opened {
    height: auto;
  }
  .cid-uHpZgY1HTj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHCnrb98QG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uHCnrb98QG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCnrb98QG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHCnrb98QG .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHCnrb98QG .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uHCnrb98QG .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHCnrb98QG .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uHq359ZD3c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/kontakt1banner1a.webp");
}
.cid-uHq359ZD3c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHq359ZD3c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHq359ZD3c .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uHq359ZD3c .content-wrapper {
    margin-top: 0;
  }
}
.cid-uHq359ZD3c .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHq359ZD3c .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHq359ZD3c .mbr-section-title {
  color: #ffffff;
}
.cid-uHq359ZD3c .mbr-text {
  color: #ffffff;
}
.cid-uHpZgQVTLF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHpZgQVTLF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHpZgQVTLF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHpZgQVTLF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHqoHUnsXD {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHqoHUnsXD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uHqoHUnsXD .form-control,
.cid-uHqoHUnsXD .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #cce1cc;
  border-color: #5e7e5f;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHqoHUnsXD .form-control::-webkit-input-placeholder,
.cid-uHqoHUnsXD .field-input::-webkit-input-placeholder,
.cid-uHqoHUnsXD .form-control::-webkit-input-placeholder,
.cid-uHqoHUnsXD .field-input::-webkit-input-placeholder {
  color: #007b04;
}
.cid-uHqoHUnsXD .form-control:-moz-placeholder,
.cid-uHqoHUnsXD .field-input:-moz-placeholder,
.cid-uHqoHUnsXD .form-control:-moz-placeholder,
.cid-uHqoHUnsXD .field-input:-moz-placeholder {
  color: #007b04;
}
.cid-uHqoHUnsXD .form-control:hover,
.cid-uHqoHUnsXD .field-input:hover,
.cid-uHqoHUnsXD .form-control:focus,
.cid-uHqoHUnsXD .field-input:focus {
  background-color: #fafafa;
  border-color: #5e7e5f;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uHqoHUnsXD .form-control:hover::-webkit-input-placeholder,
.cid-uHqoHUnsXD .field-input:hover::-webkit-input-placeholder,
.cid-uHqoHUnsXD .form-control:focus::-webkit-input-placeholder,
.cid-uHqoHUnsXD .field-input:focus::-webkit-input-placeholder,
.cid-uHqoHUnsXD .form-control:hover::-webkit-input-placeholder,
.cid-uHqoHUnsXD .field-input:hover::-webkit-input-placeholder,
.cid-uHqoHUnsXD .form-control:focus::-webkit-input-placeholder,
.cid-uHqoHUnsXD .field-input:focus::-webkit-input-placeholder {
  color: #5e7e5f;
}
.cid-uHqoHUnsXD .form-control:hover:-moz-placeholder,
.cid-uHqoHUnsXD .field-input:hover:-moz-placeholder,
.cid-uHqoHUnsXD .form-control:focus:-moz-placeholder,
.cid-uHqoHUnsXD .field-input:focus:-moz-placeholder,
.cid-uHqoHUnsXD .form-control:hover:-moz-placeholder,
.cid-uHqoHUnsXD .field-input:hover:-moz-placeholder,
.cid-uHqoHUnsXD .form-control:focus:-moz-placeholder,
.cid-uHqoHUnsXD .field-input:focus:-moz-placeholder {
  color: #5e7e5f;
}
.cid-uHqoHUnsXD textarea {
  padding-top: 1rem!important;
}
.cid-uHqoHUnsXD .jq-number__spin:hover,
.cid-uHqoHUnsXD .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #5e7e5f;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uHqoHUnsXD .jq-number__spin {
  background-color: #cce1cc;
  border-color: #5e7e5f;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHqoHUnsXD .jq-selectbox li,
.cid-uHqoHUnsXD .jq-selectbox li {
  background-color: #cce1cc;
  color: #000000;
}
.cid-uHqoHUnsXD .jq-selectbox li:hover,
.cid-uHqoHUnsXD .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-uHqoHUnsXD .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uHqoHUnsXD .jq-number__spin.minus:hover:after,
.cid-uHqoHUnsXD .jq-number__spin.plus:hover:after {
  border-top-color: #cce1cc;
  border-bottom-color: #cce1cc;
}
.cid-uHqoHUnsXD .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uHqoHUnsXD .jq-number__spin.minus:after,
.cid-uHqoHUnsXD .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-uHqoHUnsXD input::-webkit-clear-button {
  display: none;
}
.cid-uHqoHUnsXD input::-webkit-inner-spin-button {
  display: none;
}
.cid-uHqoHUnsXD input::-webkit-outer-spin-button {
  display: none;
}
.cid-uHqoHUnsXD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uHqoHUnsXD H5 {
  text-align: left;
  color: #bbbbbb;
}
.cid-uHpZgUHwoc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uHpZgUHwoc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHpZgUHwoc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHpZgUHwoc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHqqysPcn5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHqqysPcn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHqqysPcn5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHqqysPcn5 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uHqqysPcn5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uHqqysPcn5 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uHqqysPcn5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uHqqysPcn5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uHqqysPcn5 .mbr-section-title {
  color: #bbbbbb;
}
.cid-uHqqysPcn5 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uHpZgX9PQf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHpZgX9PQf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHpZgX9PQf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHpZgX9PQf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHpZgXuY8t {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bcg1abwb.webp");
}
.cid-uHpZgXuY8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHpZgXuY8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHpZgXuY8t .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHpZgXuY8t .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHpZgXuY8t .row {
    text-align: center;
  }
  .cid-uHpZgXuY8t .row > div {
    margin: auto;
  }
  .cid-uHpZgXuY8t .social-row {
    justify-content: center;
  }
}
.cid-uHpZgXuY8t .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHpZgXuY8t .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHpZgXuY8t .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHpZgXuY8t .list {
    margin-bottom: 0rem;
  }
}
.cid-uHpZgXuY8t .mbr-text {
  color: #bbbbbb;
}
.cid-uHpZgXuY8t .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: black;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3rem;
  width: 3rem;
}
.cid-uHpZgXuY8t .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHpZgXuY8t div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHpZgXuY8t H5 {
  color: #ae9a70;
}
.cid-uHpZgXuY8t .copyright {
  color: #7b7361;
}
.cid-uHpZgYxi1U {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHpZgYxi1U .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHpZgYxi1U .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHpZgYxi1U .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHtiH8pHnu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHtiH8pHnu nav.navbar {
  position: fixed;
}
.cid-uHtiH8pHnu .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-uHtiH8pHnu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHtiH8pHnu .dropdown-item:hover,
.cid-uHtiH8pHnu .dropdown-item:focus {
  background: #ae9a70 !important;
  color: white !important;
}
.cid-uHtiH8pHnu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHtiH8pHnu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHtiH8pHnu .nav-dropdown .link {
  margin: 0.667em 1em !important;
}
.cid-uHtiH8pHnu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHtiH8pHnu .nav-link {
  position: relative;
  padding: 0!important;
}
.cid-uHtiH8pHnu .nav-link:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  bottom: 0px;
  left: 0;
  background: #9f0000;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uHtiH8pHnu .nav-link:hover:before {
  opacity: 1;
}
.cid-uHtiH8pHnu .container {
  display: flex;
  margin: auto;
}
.cid-uHtiH8pHnu .iconfont-wrapper {
  color: #ae9a70 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHtiH8pHnu .dropdown-menu,
.cid-uHtiH8pHnu .navbar.opened {
  background: #000000 !important;
}
.cid-uHtiH8pHnu .nav-item:focus,
.cid-uHtiH8pHnu .nav-link:focus {
  outline: none;
}
.cid-uHtiH8pHnu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHtiH8pHnu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHtiH8pHnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHtiH8pHnu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHtiH8pHnu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHtiH8pHnu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHtiH8pHnu .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHtiH8pHnu .navbar.opened {
  transition: all 0.3s;
}
.cid-uHtiH8pHnu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHtiH8pHnu .navbar .navbar-logo img {
  width: auto;
}
.cid-uHtiH8pHnu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHtiH8pHnu .navbar.collapsed {
  justify-content: center;
}
.cid-uHtiH8pHnu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHtiH8pHnu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHtiH8pHnu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uHtiH8pHnu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHtiH8pHnu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHtiH8pHnu .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-uHtiH8pHnu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHtiH8pHnu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHtiH8pHnu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHtiH8pHnu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHtiH8pHnu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHtiH8pHnu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHtiH8pHnu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHtiH8pHnu .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-uHtiH8pHnu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHtiH8pHnu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHtiH8pHnu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHtiH8pHnu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHtiH8pHnu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHtiH8pHnu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHtiH8pHnu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHtiH8pHnu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHtiH8pHnu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHtiH8pHnu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHtiH8pHnu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHtiH8pHnu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHtiH8pHnu .dropdown-item.active,
.cid-uHtiH8pHnu .dropdown-item:active {
  background-color: transparent;
}
.cid-uHtiH8pHnu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHtiH8pHnu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHtiH8pHnu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHtiH8pHnu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHtiH8pHnu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHtiH8pHnu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHtiH8pHnu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHtiH8pHnu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHtiH8pHnu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHtiH8pHnu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7b7361;
}
.cid-uHtiH8pHnu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHtiH8pHnu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHtiH8pHnu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHtiH8pHnu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHtiH8pHnu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHtiH8pHnu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHtiH8pHnu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHtiH8pHnu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHtiH8pHnu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHtiH8pHnu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHtiH8pHnu .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-uHtiH8pHnu .navbar {
    height: 70px;
  }
  .cid-uHtiH8pHnu .navbar.opened {
    height: auto;
  }
  .cid-uHtiH8pHnu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHCnj3sj1U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uHCnj3sj1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCnj3sj1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHCnj3sj1U .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHCnj3sj1U .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uHCnj3sj1U .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHCnj3sj1U .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uHtjaEdBEz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/onama1banner1a.webp");
}
.cid-uHtjaEdBEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtjaEdBEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtjaEdBEz .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uHtjaEdBEz .content-wrapper {
    margin-top: 0;
  }
}
.cid-uHtjaEdBEz .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHtjaEdBEz .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHtjaEdBEz .mbr-section-title {
  color: #ffffff;
}
.cid-uHtjaEdBEz .mbr-text {
  color: #ffffff;
}
.cid-uHtiH2ioFl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHtiH2ioFl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHtiH2ioFl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHtiH2ioFl .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHtiH2yzaZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHtiH2yzaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtiH2yzaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtiH2yzaZ .mbr-section-title {
  color: #bbbbbb;
  text-align: left;
}
.cid-uHtiH2yzaZ .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMMwYx0KFz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uMMwYx0KFz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMMwYx0KFz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMMwYx0KFz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHtiH1JXda {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uHtiH1JXda .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uHtiH1JXda .container {
    max-width: 1130px;
  }
}
.cid-uHtiH1JXda .item-content {
  padding: 0 1rem;
}
.cid-uHtiH1JXda img,
.cid-uHtiH1JXda .item-img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-uHtiH1JXda img,
  .cid-uHtiH1JXda .item-img {
    height: 260px;
  }
}
.cid-uHtiH1JXda .item:focus,
.cid-uHtiH1JXda span:focus {
  outline: none;
}
.cid-uHtiH1JXda .item-wrapper {
  position: relative;
}
.cid-uHtiH1JXda .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uHtiH1JXda .mbr-text {
  text-align: center;
}
.cid-uHtiH1JXda .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
}
@media (max-width: 768px) {
  .cid-uHtiH1JXda .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uHtiH1JXda .embla__button--next,
.cid-uHtiH1JXda .embla__button--prev {
  display: flex;
}
.cid-uHtiH1JXda .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #fafafa;
  background-color: #353535;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHtiH1JXda .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHtiH1JXda .embla__button:hover {
  background-color: #5b523e;
  color: #a79d87;
}
.cid-uHtiH1JXda .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHtiH1JXda .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHtiH1JXda .embla__button {
    top: auto;
  }
}
.cid-uHtiH1JXda .embla {
  position: relative;
  width: 100%;
}
.cid-uHtiH1JXda .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHtiH1JXda .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHtiH1JXda .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHtiH1JXda .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHtiH6FPHB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uHtiH6FPHB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHtiH6FPHB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHtiH6FPHB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHtiH6gDsL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHtiH6gDsL img {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uHtiH6gDsL img {
    width: 100%;
  }
  .cid-uHtiH6gDsL .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-uHtiH6gDsL ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-uHtiH6gDsL ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-uHtiH6gDsL ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9f0000;
}
.cid-uHtiH6gDsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtiH6gDsL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtiH6gDsL .text1 {
  color: #bbbbbb;
}
.cid-uHtiH6gDsL H3 {
  color: #468348;
  text-align: center;
}
.cid-uHtiH6gDsL .counter-container {
  color: #bbbbbb;
}
.cid-uHtiH6gDsL .text2 {
  color: #bbbbbb;
}
.cid-uHtiH6gDsL H1 {
  text-align: center;
  color: #468348;
}
.cid-uHtiH3HtEi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uHtiH3HtEi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHtiH3HtEi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHtiH3HtEi .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHtiH4EHxG {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/5551555-bcg-a-dark-1.webp");
}
.cid-uHtiH4EHxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtiH4EHxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHtiH4EHxG .container {
    padding: 0 16px;
  }
}
.cid-uHtiH4EHxG .row {
  justify-content: center;
}
.cid-uHtiH4EHxG .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHtiH4EHxG .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uHtiH4EHxG .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uHtiH4EHxG .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uHtiH4EHxG .item .item-wrapper .item-img img {
    margin-bottom: 20px;
  }
}
.cid-uHtiH4EHxG .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uMTQBvBbMz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uMTQBvBbMz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMTQBvBbMz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMTQBvBbMz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMMxcRwtZE {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/5551555-bcg-a-dark-1.webp");
}
.cid-uMMxcRwtZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMxcRwtZE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMMxcRwtZE .container {
    padding: 0 16px;
  }
}
.cid-uMMxcRwtZE .row {
  justify-content: center;
}
.cid-uMMxcRwtZE .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMMxcRwtZE .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMMxcRwtZE .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uMMxcRwtZE .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-uMMxcRwtZE .item .item-wrapper .item-img img {
    margin-bottom: 20px;
  }
}
.cid-uMMxcRwtZE .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uMMxUzTUCM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uMMxUzTUCM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMMxUzTUCM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMMxUzTUCM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMMtXf6Enq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555-bcg-a-dark-1.webp");
}
.cid-uMMtXf6Enq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMtXf6Enq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMtXf6Enq .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMMtXf6Enq .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uMMtXf6Enq .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uMMtXf6Enq .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uHtiH4ixGU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHtiH4ixGU .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uHtiH4ixGU .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHtiH4ixGU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHtiH4ixGU .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHtiH4ixGU .mbr-text,
.cid-uHtiH4ixGU .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uHtiH4ixGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtiH4ixGU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMxMRMocP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uMMxMRMocP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMMxMRMocP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMMxMRMocP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNh6z47k7Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uNh6z47k7Q .row {
  flex-direction: row-reverse;
}
.cid-uNh6z47k7Q .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uNh6z47k7Q .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNh6z47k7Q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNh6z47k7Q .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uNh6z47k7Q .mbr-text,
.cid-uNh6z47k7Q .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uNh6z47k7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNh6z47k7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNh6HJjdmV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uNh6HJjdmV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uNh6HJjdmV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNh6HJjdmV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHtiH75JWp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHtiH75JWp .mbr-overlay {
  background: #000000;
  opacity: 0.5;
}
.cid-uHtiH75JWp .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uHtiH75JWp .container {
    max-width: 1130px;
  }
  .cid-uHtiH75JWp .wrap {
    width: 1130px;
    padding: 0;
  }
}
.cid-uHtiH75JWp .item-content {
  padding: 0 1rem;
}
.cid-uHtiH75JWp img,
.cid-uHtiH75JWp .item-img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-uHtiH75JWp img,
  .cid-uHtiH75JWp .item-img {
    height: 260px;
  }
}
.cid-uHtiH75JWp .item:focus,
.cid-uHtiH75JWp span:focus {
  outline: none;
}
.cid-uHtiH75JWp .item-wrapper {
  position: relative;
}
.cid-uHtiH75JWp .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uHtiH75JWp .mbr-text {
  text-align: center;
}
.cid-uHtiH75JWp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
}
@media (max-width: 768px) {
  .cid-uHtiH75JWp .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uHtiH75JWp .embla__button--next,
.cid-uHtiH75JWp .embla__button--prev {
  display: flex;
}
.cid-uHtiH75JWp .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #fafafa;
  background-color: #353535;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHtiH75JWp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHtiH75JWp .embla__button:hover {
  background-color: #3c863e;
  color: #e6c63b;
}
.cid-uHtiH75JWp .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHtiH75JWp .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHtiH75JWp .embla__button {
    top: auto;
  }
}
.cid-uHtiH75JWp .embla {
  position: relative;
  width: 100%;
}
.cid-uHtiH75JWp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHtiH75JWp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHtiH75JWp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHtiH75JWp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHtiH75JWp .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uHtiH7yHnv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHtiH7yHnv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHtiH7yHnv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHtiH7yHnv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHtiH7U0p9 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bcg1abwb.webp");
}
.cid-uHtiH7U0p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtiH7U0p9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtiH7U0p9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHtiH7U0p9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHtiH7U0p9 .row {
    text-align: center;
  }
  .cid-uHtiH7U0p9 .row > div {
    margin: auto;
  }
  .cid-uHtiH7U0p9 .social-row {
    justify-content: center;
  }
}
.cid-uHtiH7U0p9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHtiH7U0p9 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHtiH7U0p9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHtiH7U0p9 .list {
    margin-bottom: 0rem;
  }
}
.cid-uHtiH7U0p9 .mbr-text {
  color: #bbbbbb;
}
.cid-uHtiH7U0p9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: black;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3rem;
  width: 3rem;
}
.cid-uHtiH7U0p9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHtiH7U0p9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHtiH7U0p9 H5 {
  color: #ae9a70;
}
.cid-uHtiH7U0p9 .copyright {
  color: #7b7361;
}
.cid-uHtiH8WNL6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHtiH8WNL6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHtiH8WNL6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHtiH8WNL6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHtmGVG08T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHtmGVG08T nav.navbar {
  position: fixed;
}
.cid-uHtmGVG08T .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-uHtmGVG08T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHtmGVG08T .dropdown-item:hover,
.cid-uHtmGVG08T .dropdown-item:focus {
  background: #ae9a70 !important;
  color: white !important;
}
.cid-uHtmGVG08T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHtmGVG08T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHtmGVG08T .nav-dropdown .link {
  margin: 0.667em 1em !important;
}
.cid-uHtmGVG08T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHtmGVG08T .nav-link {
  position: relative;
  padding: 0!important;
}
.cid-uHtmGVG08T .nav-link:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  bottom: 0px;
  left: 0;
  background: #9f0000;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uHtmGVG08T .nav-link:hover:before {
  opacity: 1;
}
.cid-uHtmGVG08T .container {
  display: flex;
  margin: auto;
}
.cid-uHtmGVG08T .iconfont-wrapper {
  color: #ae9a70 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHtmGVG08T .dropdown-menu,
.cid-uHtmGVG08T .navbar.opened {
  background: #000000 !important;
}
.cid-uHtmGVG08T .nav-item:focus,
.cid-uHtmGVG08T .nav-link:focus {
  outline: none;
}
.cid-uHtmGVG08T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHtmGVG08T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHtmGVG08T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHtmGVG08T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHtmGVG08T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHtmGVG08T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHtmGVG08T .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHtmGVG08T .navbar.opened {
  transition: all 0.3s;
}
.cid-uHtmGVG08T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHtmGVG08T .navbar .navbar-logo img {
  width: auto;
}
.cid-uHtmGVG08T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHtmGVG08T .navbar.collapsed {
  justify-content: center;
}
.cid-uHtmGVG08T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHtmGVG08T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHtmGVG08T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uHtmGVG08T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHtmGVG08T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHtmGVG08T .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-uHtmGVG08T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHtmGVG08T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHtmGVG08T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHtmGVG08T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHtmGVG08T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHtmGVG08T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHtmGVG08T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHtmGVG08T .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-uHtmGVG08T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHtmGVG08T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHtmGVG08T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHtmGVG08T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHtmGVG08T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHtmGVG08T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHtmGVG08T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHtmGVG08T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHtmGVG08T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHtmGVG08T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHtmGVG08T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHtmGVG08T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHtmGVG08T .dropdown-item.active,
.cid-uHtmGVG08T .dropdown-item:active {
  background-color: transparent;
}
.cid-uHtmGVG08T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHtmGVG08T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHtmGVG08T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHtmGVG08T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHtmGVG08T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHtmGVG08T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHtmGVG08T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHtmGVG08T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHtmGVG08T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHtmGVG08T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7b7361;
}
.cid-uHtmGVG08T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHtmGVG08T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHtmGVG08T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHtmGVG08T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHtmGVG08T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHtmGVG08T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHtmGVG08T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHtmGVG08T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHtmGVG08T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHtmGVG08T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHtmGVG08T .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-uHtmGVG08T .navbar {
    height: 70px;
  }
  .cid-uHtmGVG08T .navbar.opened {
    height: auto;
  }
  .cid-uHtmGVG08T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHCnaEBq9J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uHCnaEBq9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCnaEBq9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHCnaEBq9J .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHCnaEBq9J .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uHCnaEBq9J .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHCnaEBq9J .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uHtndcjuBY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ratniput1banner1a.webp");
}
.cid-uHtndcjuBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtndcjuBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtndcjuBY .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uHtndcjuBY .content-wrapper {
    margin-top: 0;
  }
}
.cid-uHtndcjuBY .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHtndcjuBY .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHtndcjuBY .mbr-section-title {
  color: #ffffff;
}
.cid-uHtndcjuBY .mbr-text {
  color: #ffffff;
}
.cid-uHtmGMU81k {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHtmGMU81k .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHtmGMU81k .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHtmGMU81k .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHtmGNYW1I {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHtmGNYW1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtmGNYW1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtmGNYW1I .mbr-section-title {
  color: #bbbbbb;
  text-align: left;
}
.cid-uHtmGNYW1I .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: left;
}
.cid-uHtmGNI5PN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHtmGNI5PN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHtmGNI5PN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHtmGNI5PN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHtmGN9IJY {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uHtmGN9IJY .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uHtmGN9IJY .container {
    max-width: 1130px;
  }
}
.cid-uHtmGN9IJY .item-content {
  padding: 0 1rem;
}
.cid-uHtmGN9IJY img,
.cid-uHtmGN9IJY .item-img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-uHtmGN9IJY img,
  .cid-uHtmGN9IJY .item-img {
    height: 260px;
  }
}
.cid-uHtmGN9IJY .item:focus,
.cid-uHtmGN9IJY span:focus {
  outline: none;
}
.cid-uHtmGN9IJY .item-wrapper {
  position: relative;
}
.cid-uHtmGN9IJY .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uHtmGN9IJY .mbr-text {
  text-align: center;
}
.cid-uHtmGN9IJY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
}
@media (max-width: 768px) {
  .cid-uHtmGN9IJY .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uHtmGN9IJY .embla__button--next,
.cid-uHtmGN9IJY .embla__button--prev {
  display: flex;
}
.cid-uHtmGN9IJY .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #fafafa;
  background-color: #353535;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHtmGN9IJY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHtmGN9IJY .embla__button:hover {
  background-color: #5b523e;
  color: #a79d87;
}
.cid-uHtmGN9IJY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHtmGN9IJY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHtmGN9IJY .embla__button {
    top: auto;
  }
}
.cid-uHtmGN9IJY .embla {
  position: relative;
  width: 100%;
}
.cid-uHtmGN9IJY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHtmGN9IJY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHtmGN9IJY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHtmGN9IJY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMYg4vcR0j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uMYg4vcR0j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMYg4vcR0j .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMYg4vcR0j .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHtmGSbSUU {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uHtmGSbSUU .row {
  flex-direction: row-reverse;
}
.cid-uHtmGSbSUU .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uHtmGSbSUU .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHtmGSbSUU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHtmGSbSUU .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uHtmGSbSUU .mbr-text,
.cid-uHtmGSbSUU .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uHtmGSbSUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtmGSbSUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtmGRh2at {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uHtmGRh2at .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHtmGRh2at .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHtmGRh2at .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMYg2iLyyb {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMYg2iLyyb .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMYg2iLyyb .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMYg2iLyyb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMYg2iLyyb .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMYg2iLyyb .mbr-text,
.cid-uMYg2iLyyb .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMYg2iLyyb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMYg2iLyyb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtmGSIr8p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uHtmGSIr8p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHtmGSIr8p .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHtmGSIr8p .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHtmGPDaBr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555-bcg-a-dark-1.webp");
}
.cid-uHtmGPDaBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtmGPDaBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtmGPDaBr .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHtmGPDaBr .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uHtmGPDaBr .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHtmGPDaBr .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uHtmGQm2KJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHtmGQm2KJ .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uHtmGQm2KJ .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHtmGQm2KJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHtmGQm2KJ .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHtmGQm2KJ .mbr-text,
.cid-uHtmGQm2KJ .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uHtmGQm2KJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtmGQm2KJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtmGTR6Lr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uHtmGTR6Lr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHtmGTR6Lr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHtmGTR6Lr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHtmGUdG81 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHtmGUdG81 .mbr-overlay {
  background: #000000;
  opacity: 0.5;
}
.cid-uHtmGUdG81 .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uHtmGUdG81 .container {
    max-width: 1130px;
  }
  .cid-uHtmGUdG81 .wrap {
    width: 1130px;
    padding: 0;
  }
}
.cid-uHtmGUdG81 .item-content {
  padding: 0 1rem;
}
.cid-uHtmGUdG81 img,
.cid-uHtmGUdG81 .item-img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-uHtmGUdG81 img,
  .cid-uHtmGUdG81 .item-img {
    height: 260px;
  }
}
.cid-uHtmGUdG81 .item:focus,
.cid-uHtmGUdG81 span:focus {
  outline: none;
}
.cid-uHtmGUdG81 .item-wrapper {
  position: relative;
}
.cid-uHtmGUdG81 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uHtmGUdG81 .mbr-text {
  text-align: center;
}
.cid-uHtmGUdG81 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
}
@media (max-width: 768px) {
  .cid-uHtmGUdG81 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uHtmGUdG81 .embla__button--next,
.cid-uHtmGUdG81 .embla__button--prev {
  display: flex;
}
.cid-uHtmGUdG81 .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #fafafa;
  background-color: #353535;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHtmGUdG81 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHtmGUdG81 .embla__button:hover {
  background-color: #3c863e;
  color: #e6c63b;
}
.cid-uHtmGUdG81 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHtmGUdG81 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHtmGUdG81 .embla__button {
    top: auto;
  }
}
.cid-uHtmGUdG81 .embla {
  position: relative;
  width: 100%;
}
.cid-uHtmGUdG81 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHtmGUdG81 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHtmGUdG81 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHtmGUdG81 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHtmGUdG81 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uHtmGUQbcX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHtmGUQbcX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHtmGUQbcX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHtmGUQbcX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHtmGVchHN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bcg1abwb.webp");
}
.cid-uHtmGVchHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtmGVchHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtmGVchHN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHtmGVchHN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHtmGVchHN .row {
    text-align: center;
  }
  .cid-uHtmGVchHN .row > div {
    margin: auto;
  }
  .cid-uHtmGVchHN .social-row {
    justify-content: center;
  }
}
.cid-uHtmGVchHN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHtmGVchHN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHtmGVchHN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHtmGVchHN .list {
    margin-bottom: 0rem;
  }
}
.cid-uHtmGVchHN .mbr-text {
  color: #bbbbbb;
}
.cid-uHtmGVchHN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: black;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3rem;
  width: 3rem;
}
.cid-uHtmGVchHN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHtmGVchHN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHtmGVchHN H5 {
  color: #ae9a70;
}
.cid-uHtmGVchHN .copyright {
  color: #7b7361;
}
.cid-uHtmGWeims {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHtmGWeims .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHtmGWeims .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHtmGWeims .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHtquviq1f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHtquviq1f nav.navbar {
  position: fixed;
}
.cid-uHtquviq1f .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-uHtquviq1f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHtquviq1f .dropdown-item:hover,
.cid-uHtquviq1f .dropdown-item:focus {
  background: #ae9a70 !important;
  color: white !important;
}
.cid-uHtquviq1f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHtquviq1f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHtquviq1f .nav-dropdown .link {
  margin: 0.667em 1em !important;
}
.cid-uHtquviq1f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHtquviq1f .nav-link {
  position: relative;
  padding: 0!important;
}
.cid-uHtquviq1f .nav-link:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  bottom: 0px;
  left: 0;
  background: #9f0000;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uHtquviq1f .nav-link:hover:before {
  opacity: 1;
}
.cid-uHtquviq1f .container {
  display: flex;
  margin: auto;
}
.cid-uHtquviq1f .iconfont-wrapper {
  color: #ae9a70 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHtquviq1f .dropdown-menu,
.cid-uHtquviq1f .navbar.opened {
  background: #000000 !important;
}
.cid-uHtquviq1f .nav-item:focus,
.cid-uHtquviq1f .nav-link:focus {
  outline: none;
}
.cid-uHtquviq1f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHtquviq1f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHtquviq1f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHtquviq1f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHtquviq1f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHtquviq1f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHtquviq1f .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHtquviq1f .navbar.opened {
  transition: all 0.3s;
}
.cid-uHtquviq1f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHtquviq1f .navbar .navbar-logo img {
  width: auto;
}
.cid-uHtquviq1f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHtquviq1f .navbar.collapsed {
  justify-content: center;
}
.cid-uHtquviq1f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHtquviq1f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHtquviq1f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uHtquviq1f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHtquviq1f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHtquviq1f .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-uHtquviq1f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHtquviq1f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHtquviq1f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHtquviq1f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHtquviq1f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHtquviq1f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHtquviq1f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHtquviq1f .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-uHtquviq1f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHtquviq1f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHtquviq1f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHtquviq1f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHtquviq1f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHtquviq1f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHtquviq1f .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHtquviq1f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHtquviq1f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHtquviq1f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHtquviq1f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHtquviq1f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHtquviq1f .dropdown-item.active,
.cid-uHtquviq1f .dropdown-item:active {
  background-color: transparent;
}
.cid-uHtquviq1f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHtquviq1f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHtquviq1f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHtquviq1f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHtquviq1f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHtquviq1f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHtquviq1f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHtquviq1f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHtquviq1f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHtquviq1f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7b7361;
}
.cid-uHtquviq1f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHtquviq1f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHtquviq1f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHtquviq1f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHtquviq1f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHtquviq1f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHtquviq1f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHtquviq1f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHtquviq1f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHtquviq1f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHtquviq1f .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-uHtquviq1f .navbar {
    height: 70px;
  }
  .cid-uHtquviq1f .navbar.opened {
    height: auto;
  }
  .cid-uHtquviq1f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHCn2xmXaC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uHCn2xmXaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCn2xmXaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHCn2xmXaC .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHCn2xmXaC .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uHCn2xmXaC .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHCn2xmXaC .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uHtrirKxyL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/inmemori1banner4b-1.webp");
}
.cid-uHtrirKxyL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtrirKxyL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtrirKxyL .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uHtrirKxyL .content-wrapper {
    margin-top: 0;
  }
}
.cid-uHtrirKxyL .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHtrirKxyL .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHtrirKxyL .mbr-section-title {
  color: #ffffff;
}
.cid-uHtrirKxyL .mbr-text {
  color: #ffffff;
}
.cid-uHtqunL0eb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHtqunL0eb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHtqunL0eb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHtqunL0eb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHtquo2LyN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHtquo2LyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtquo2LyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtquo2LyN .mbr-section-title {
  color: #bbbbbb;
  text-align: left;
}
.cid-uHtquo2LyN .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMTNysSqdN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxrazmakx1b.webp");
}
.cid-uMTNysSqdN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMTNysSqdN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMTNysSqdN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMMzNDLQbr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzNDLQbr .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzNDLQbr .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzNDLQbr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzNDLQbr .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzNDLQbr .mbr-text,
.cid-uMMzNDLQbr .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzNDLQbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzNDLQbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3i87rZM7m {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-v3i87rZM7m .row {
  flex-direction: row-reverse;
}
.cid-v3i87rZM7m .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v3i87rZM7m .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3i87rZM7m .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3i87rZM7m .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-v3i87rZM7m .mbr-text,
.cid-v3i87rZM7m .mbr-section-btn {
  color: #bbbbbb;
}
.cid-v3i87rZM7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3i87rZM7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0y3yGnElV {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-v0y3yGnElV .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v0y3yGnElV .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0y3yGnElV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0y3yGnElV .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-v0y3yGnElV .mbr-text,
.cid-v0y3yGnElV .mbr-section-btn {
  color: #bbbbbb;
}
.cid-v0y3yGnElV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0y3yGnElV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0y3xTlHVb {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-v0y3xTlHVb .row {
  flex-direction: row-reverse;
}
.cid-v0y3xTlHVb .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v0y3xTlHVb .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0y3xTlHVb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0y3xTlHVb .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-v0y3xTlHVb .mbr-text,
.cid-v0y3xTlHVb .mbr-section-btn {
  color: #bbbbbb;
}
.cid-v0y3xTlHVb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0y3xTlHVb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZUfxTzSqC {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uZUfxTzSqC .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uZUfxTzSqC .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZUfxTzSqC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZUfxTzSqC .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uZUfxTzSqC .mbr-text,
.cid-uZUfxTzSqC .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uZUfxTzSqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZUfxTzSqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZxiuztyNp {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uZxiuztyNp .row {
  flex-direction: row-reverse;
}
.cid-uZxiuztyNp .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uZxiuztyNp .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZxiuztyNp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZxiuztyNp .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uZxiuztyNp .mbr-text,
.cid-uZxiuztyNp .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uZxiuztyNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZxiuztyNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXaJ68pMZd {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uXaJ68pMZd .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uXaJ68pMZd .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXaJ68pMZd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXaJ68pMZd .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uXaJ68pMZd .mbr-text,
.cid-uXaJ68pMZd .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uXaJ68pMZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXaJ68pMZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQtGVI0JZ3 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uQtGVI0JZ3 .row {
  flex-direction: row-reverse;
}
.cid-uQtGVI0JZ3 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uQtGVI0JZ3 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQtGVI0JZ3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQtGVI0JZ3 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uQtGVI0JZ3 .mbr-text,
.cid-uQtGVI0JZ3 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uQtGVI0JZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQtGVI0JZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN3LGK05Bz {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uN3LGK05Bz .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uN3LGK05Bz .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uN3LGK05Bz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uN3LGK05Bz .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uN3LGK05Bz .mbr-text,
.cid-uN3LGK05Bz .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uN3LGK05Bz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3LGK05Bz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzNUJsGy {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzNUJsGy .row {
  flex-direction: row-reverse;
}
.cid-uMMzNUJsGy .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzNUJsGy .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzNUJsGy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzNUJsGy .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzNUJsGy .mbr-text,
.cid-uMMzNUJsGy .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzNUJsGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzNUJsGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzO9SWZp {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzO9SWZp .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzO9SWZp .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzO9SWZp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzO9SWZp .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzO9SWZp .mbr-text,
.cid-uMMzO9SWZp .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzO9SWZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzO9SWZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzOnsC6i {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzOnsC6i .row {
  flex-direction: row-reverse;
}
.cid-uMMzOnsC6i .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzOnsC6i .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzOnsC6i .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzOnsC6i .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzOnsC6i .mbr-text,
.cid-uMMzOnsC6i .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzOnsC6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzOnsC6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzOzbYrI {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzOzbYrI .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzOzbYrI .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzOzbYrI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzOzbYrI .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzOzbYrI .mbr-text,
.cid-uMMzOzbYrI .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzOzbYrI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzOzbYrI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzOLQ51R {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzOLQ51R .row {
  flex-direction: row-reverse;
}
.cid-uMMzOLQ51R .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzOLQ51R .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzOLQ51R .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzOLQ51R .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzOLQ51R .mbr-text,
.cid-uMMzOLQ51R .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzOLQ51R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzOLQ51R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzOXcSnu {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzOXcSnu .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzOXcSnu .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzOXcSnu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzOXcSnu .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzOXcSnu .mbr-text,
.cid-uMMzOXcSnu .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzOXcSnu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzOXcSnu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzPa6SvY {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzPa6SvY .row {
  flex-direction: row-reverse;
}
.cid-uMMzPa6SvY .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzPa6SvY .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzPa6SvY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzPa6SvY .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzPa6SvY .mbr-text,
.cid-uMMzPa6SvY .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzPa6SvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzPa6SvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzPmDd0a {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzPmDd0a .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzPmDd0a .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzPmDd0a .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzPmDd0a .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzPmDd0a .mbr-text,
.cid-uMMzPmDd0a .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzPmDd0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzPmDd0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzPzF3wr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzPzF3wr .row {
  flex-direction: row-reverse;
}
.cid-uMMzPzF3wr .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzPzF3wr .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzPzF3wr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzPzF3wr .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzPzF3wr .mbr-text,
.cid-uMMzPzF3wr .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzPzF3wr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzPzF3wr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzPMsutW {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzPMsutW .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzPMsutW .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzPMsutW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzPMsutW .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzPMsutW .mbr-text,
.cid-uMMzPMsutW .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzPMsutW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzPMsutW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzPZgKvu {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzPZgKvu .row {
  flex-direction: row-reverse;
}
.cid-uMMzPZgKvu .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzPZgKvu .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzPZgKvu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzPZgKvu .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzPZgKvu .mbr-text,
.cid-uMMzPZgKvu .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzPZgKvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzPZgKvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzQbEL64 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzQbEL64 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzQbEL64 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzQbEL64 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzQbEL64 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzQbEL64 .mbr-text,
.cid-uMMzQbEL64 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzQbEL64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzQbEL64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzQpb7yj {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzQpb7yj .row {
  flex-direction: row-reverse;
}
.cid-uMMzQpb7yj .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzQpb7yj .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzQpb7yj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzQpb7yj .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzQpb7yj .mbr-text,
.cid-uMMzQpb7yj .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzQpb7yj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzQpb7yj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzQCDvxI {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzQCDvxI .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzQCDvxI .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzQCDvxI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzQCDvxI .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzQCDvxI .mbr-text,
.cid-uMMzQCDvxI .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzQCDvxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzQCDvxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzQQXEMI {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzQQXEMI .row {
  flex-direction: row-reverse;
}
.cid-uMMzQQXEMI .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzQQXEMI .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzQQXEMI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzQQXEMI .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzQQXEMI .mbr-text,
.cid-uMMzQQXEMI .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzQQXEMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzQQXEMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzRPtwA4 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzRPtwA4 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzRPtwA4 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzRPtwA4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzRPtwA4 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzRPtwA4 .mbr-text,
.cid-uMMzRPtwA4 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzRPtwA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzRPtwA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzS6AsgV {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzS6AsgV .row {
  flex-direction: row-reverse;
}
.cid-uMMzS6AsgV .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzS6AsgV .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzS6AsgV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzS6AsgV .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzS6AsgV .mbr-text,
.cid-uMMzS6AsgV .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzS6AsgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzS6AsgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzSmvqir {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzSmvqir .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzSmvqir .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzSmvqir .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzSmvqir .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzSmvqir .mbr-text,
.cid-uMMzSmvqir .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzSmvqir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzSmvqir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzSAZBbJ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzSAZBbJ .row {
  flex-direction: row-reverse;
}
.cid-uMMzSAZBbJ .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzSAZBbJ .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzSAZBbJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzSAZBbJ .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzSAZBbJ .mbr-text,
.cid-uMMzSAZBbJ .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzSAZBbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzSAZBbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzT7gzHp {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzT7gzHp .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzT7gzHp .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzT7gzHp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzT7gzHp .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzT7gzHp .mbr-text,
.cid-uMMzT7gzHp .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzT7gzHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzT7gzHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMzAslaLx {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMMzAslaLx .row {
  flex-direction: row-reverse;
}
.cid-uMMzAslaLx .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMMzAslaLx .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMMzAslaLx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMMzAslaLx .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMMzAslaLx .mbr-text,
.cid-uMMzAslaLx .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMMzAslaLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMzAslaLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtqup99NI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uHtqup99NI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHtqup99NI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHtqup99NI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHtquptFmN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555-bcg-a-dark-1.webp");
}
.cid-uHtquptFmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtquptFmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtquptFmN .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHtquptFmN .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uHtquptFmN .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHtquptFmN .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uHtqupPWbM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHtqupPWbM .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uHtqupPWbM .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHtqupPWbM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHtqupPWbM .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHtqupPWbM .mbr-text,
.cid-uHtqupPWbM .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uHtqupPWbM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtqupPWbM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtqusf1NN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uHtqusf1NN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHtqusf1NN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHtqusf1NN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHtqusBvgK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHtqusBvgK .mbr-overlay {
  background: #000000;
  opacity: 0.5;
}
.cid-uHtqusBvgK .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uHtqusBvgK .container {
    max-width: 1130px;
  }
  .cid-uHtqusBvgK .wrap {
    width: 1130px;
    padding: 0;
  }
}
.cid-uHtqusBvgK .item-content {
  padding: 0 1rem;
}
.cid-uHtqusBvgK img,
.cid-uHtqusBvgK .item-img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-uHtqusBvgK img,
  .cid-uHtqusBvgK .item-img {
    height: 260px;
  }
}
.cid-uHtqusBvgK .item:focus,
.cid-uHtqusBvgK span:focus {
  outline: none;
}
.cid-uHtqusBvgK .item-wrapper {
  position: relative;
}
.cid-uHtqusBvgK .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uHtqusBvgK .mbr-text {
  text-align: center;
}
.cid-uHtqusBvgK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
}
@media (max-width: 768px) {
  .cid-uHtqusBvgK .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uHtqusBvgK .embla__button--next,
.cid-uHtqusBvgK .embla__button--prev {
  display: flex;
}
.cid-uHtqusBvgK .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #fafafa;
  background-color: #353535;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHtqusBvgK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHtqusBvgK .embla__button:hover {
  background-color: #3c863e;
  color: #e6c63b;
}
.cid-uHtqusBvgK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHtqusBvgK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHtqusBvgK .embla__button {
    top: auto;
  }
}
.cid-uHtqusBvgK .embla {
  position: relative;
  width: 100%;
}
.cid-uHtqusBvgK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHtqusBvgK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHtqusBvgK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHtqusBvgK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHtqusBvgK .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uHtqutRgVp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHtqutRgVp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHtqutRgVp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHtqutRgVp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHtquuyQhB {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bcg1abwb.webp");
}
.cid-uHtquuyQhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtquuyQhB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtquuyQhB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHtquuyQhB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHtquuyQhB .row {
    text-align: center;
  }
  .cid-uHtquuyQhB .row > div {
    margin: auto;
  }
  .cid-uHtquuyQhB .social-row {
    justify-content: center;
  }
}
.cid-uHtquuyQhB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHtquuyQhB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHtquuyQhB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHtquuyQhB .list {
    margin-bottom: 0rem;
  }
}
.cid-uHtquuyQhB .mbr-text {
  color: #bbbbbb;
}
.cid-uHtquuyQhB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: black;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3rem;
  width: 3rem;
}
.cid-uHtquuyQhB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHtquuyQhB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHtquuyQhB H5 {
  color: #ae9a70;
}
.cid-uHtquuyQhB .copyright {
  color: #7b7361;
}
.cid-uHtquw0myH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHtquw0myH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHtquw0myH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHtquw0myH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHvtbModmj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHvtbModmj nav.navbar {
  position: fixed;
}
.cid-uHvtbModmj .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-uHvtbModmj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHvtbModmj .dropdown-item:hover,
.cid-uHvtbModmj .dropdown-item:focus {
  background: #ae9a70 !important;
  color: white !important;
}
.cid-uHvtbModmj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHvtbModmj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHvtbModmj .nav-dropdown .link {
  margin: 0.667em 1em !important;
}
.cid-uHvtbModmj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHvtbModmj .nav-link {
  position: relative;
  padding: 0!important;
}
.cid-uHvtbModmj .nav-link:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  bottom: 0px;
  left: 0;
  background: #9f0000;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uHvtbModmj .nav-link:hover:before {
  opacity: 1;
}
.cid-uHvtbModmj .container {
  display: flex;
  margin: auto;
}
.cid-uHvtbModmj .iconfont-wrapper {
  color: #ae9a70 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHvtbModmj .dropdown-menu,
.cid-uHvtbModmj .navbar.opened {
  background: #000000 !important;
}
.cid-uHvtbModmj .nav-item:focus,
.cid-uHvtbModmj .nav-link:focus {
  outline: none;
}
.cid-uHvtbModmj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHvtbModmj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHvtbModmj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHvtbModmj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHvtbModmj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHvtbModmj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHvtbModmj .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHvtbModmj .navbar.opened {
  transition: all 0.3s;
}
.cid-uHvtbModmj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHvtbModmj .navbar .navbar-logo img {
  width: auto;
}
.cid-uHvtbModmj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHvtbModmj .navbar.collapsed {
  justify-content: center;
}
.cid-uHvtbModmj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHvtbModmj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHvtbModmj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uHvtbModmj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHvtbModmj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHvtbModmj .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-uHvtbModmj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHvtbModmj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHvtbModmj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHvtbModmj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHvtbModmj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHvtbModmj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHvtbModmj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHvtbModmj .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-uHvtbModmj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHvtbModmj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHvtbModmj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHvtbModmj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHvtbModmj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHvtbModmj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHvtbModmj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHvtbModmj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHvtbModmj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHvtbModmj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHvtbModmj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHvtbModmj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHvtbModmj .dropdown-item.active,
.cid-uHvtbModmj .dropdown-item:active {
  background-color: transparent;
}
.cid-uHvtbModmj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHvtbModmj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHvtbModmj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHvtbModmj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHvtbModmj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHvtbModmj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHvtbModmj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHvtbModmj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHvtbModmj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHvtbModmj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7b7361;
}
.cid-uHvtbModmj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHvtbModmj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHvtbModmj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHvtbModmj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHvtbModmj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHvtbModmj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHvtbModmj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHvtbModmj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHvtbModmj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHvtbModmj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHvtbModmj .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-uHvtbModmj .navbar {
    height: 70px;
  }
  .cid-uHvtbModmj .navbar.opened {
    height: auto;
  }
  .cid-uHvtbModmj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHCmmnHFJV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uHCmmnHFJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCmmnHFJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHCmmnHFJV .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHCmmnHFJV .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uHCmmnHFJV .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHCmmnHFJV .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uHvtqSAt85 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/arhiva1banner3aaa-1.webp");
}
.cid-uHvtqSAt85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvtqSAt85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvtqSAt85 .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uHvtqSAt85 .content-wrapper {
    margin-top: 0;
  }
}
.cid-uHvtqSAt85 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #5e7e5f, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvtqSAt85 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHvtqSAt85 .mbr-section-title {
  color: #ffffff;
}
.cid-uHvtqSAt85 .mbr-text {
  color: #5e7e5f;
}
.cid-uHvtbFPMqh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHvtbFPMqh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHvtbFPMqh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHvtbFPMqh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHvtbJtrcT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555-bcg-a-dark-1.webp");
}
.cid-uHvtbJtrcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvtbJtrcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvtbJtrcT .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHvtbJtrcT .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uHvtbJtrcT .mbr-section-title {
  color: #ae9a70;
  text-align: center;
}
.cid-uHvtbJtrcT .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uJ5GjuRDY0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxrazmakx1b.webp");
}
.cid-uJ5GjuRDY0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJ5GjuRDY0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJ5GjuRDY0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHvtbK6rbW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uHvtbK6rbW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHvtbK6rbW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHvtbK6rbW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKjSqorumg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKjSqorumg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjSqorumg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjSqorumg .timeline-element {
  position: relative;
}
.cid-uKjSqorumg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKjSqorumg .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #353535;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uKjSqorumg .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uKjSqorumg .iconBackground {
    left: 50%;
  }
}
.cid-uKjSqorumg .row:after {
  content: "";
  position: absolute;
  background-color: #353535;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-uKjSqorumg .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uKjSqorumg .row:after {
    left: 50%;
  }
}
.cid-uKjSqorumg .row:nth-child(odd) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uKjSqorumg .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-uKjSqorumg .timeline-date-wrapper,
  .cid-uKjSqorumg .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uKjSqorumg .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKjSqorumg .timeline-date-wrapper,
  .cid-uKjSqorumg .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKjSqorumg .timeline-date-wrapper,
  .cid-uKjSqorumg .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-uKjSqorumg .mbr-timeline-date {
  color: #bbbbbb;
}
.cid-uKjSqorumg .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uKjSqorumg .mbr-section-title {
  color: #bbbbbb;
}
.cid-uKjSqorumg .mbr-text {
  color: #e43f3f;
}
.cid-uKjSqorumg .mbr-timeline-title {
  color: #fafafa;
}
.cid-uKjS20jqK1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxrazmakx1b.webp");
}
.cid-uKjS20jqK1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKjS20jqK1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKjS20jqK1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKgdQCwiQi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKgdQCwiQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKgdQCwiQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKgdQCwiQi .timeline-element {
  position: relative;
}
.cid-uKgdQCwiQi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKgdQCwiQi .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #353535;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uKgdQCwiQi .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uKgdQCwiQi .iconBackground {
    left: 50%;
  }
}
.cid-uKgdQCwiQi .row:after {
  content: "";
  position: absolute;
  background-color: #353535;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-uKgdQCwiQi .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uKgdQCwiQi .row:after {
    left: 50%;
  }
}
.cid-uKgdQCwiQi .row:nth-child(odd) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uKgdQCwiQi .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-uKgdQCwiQi .timeline-date-wrapper,
  .cid-uKgdQCwiQi .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uKgdQCwiQi .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKgdQCwiQi .timeline-date-wrapper,
  .cid-uKgdQCwiQi .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKgdQCwiQi .timeline-date-wrapper,
  .cid-uKgdQCwiQi .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-uKgdQCwiQi .mbr-timeline-date {
  color: #bbbbbb;
}
.cid-uKgdQCwiQi .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uKgdQCwiQi .mbr-section-title {
  color: #bbbbbb;
}
.cid-uKgdQCwiQi .mbr-text {
  color: #e43f3f;
}
.cid-uKgdQCwiQi .mbr-timeline-title {
  color: #fafafa;
}
.cid-uKjRT7u4l5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uKjRT7u4l5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKjRT7u4l5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKjRT7u4l5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKg6t0xea5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKg6t0xea5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKg6t0xea5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKg6t0xea5 .timeline-element {
  position: relative;
}
.cid-uKg6t0xea5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKg6t0xea5 .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #353535;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uKg6t0xea5 .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uKg6t0xea5 .iconBackground {
    left: 50%;
  }
}
.cid-uKg6t0xea5 .row:after {
  content: "";
  position: absolute;
  background-color: #353535;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-uKg6t0xea5 .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uKg6t0xea5 .row:after {
    left: 50%;
  }
}
.cid-uKg6t0xea5 .row:nth-child(odd) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uKg6t0xea5 .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-uKg6t0xea5 .timeline-date-wrapper,
  .cid-uKg6t0xea5 .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uKg6t0xea5 .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKg6t0xea5 .timeline-date-wrapper,
  .cid-uKg6t0xea5 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKg6t0xea5 .timeline-date-wrapper,
  .cid-uKg6t0xea5 .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-uKg6t0xea5 .mbr-timeline-date {
  color: #bbbbbb;
}
.cid-uKg6t0xea5 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uKg6t0xea5 .mbr-section-title {
  color: #bbbbbb;
}
.cid-uKg6t0xea5 .mbr-text {
  color: #e43f3f;
}
.cid-uKg6t0xea5 .mbr-timeline-title {
  color: #fafafa;
}
.cid-uKjRGjixN1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxrazmakx1b.webp");
}
.cid-uKjRGjixN1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKjRGjixN1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKjRGjixN1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKeOiGHDl1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKeOiGHDl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKeOiGHDl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKeOiGHDl1 .timeline-element {
  position: relative;
}
.cid-uKeOiGHDl1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKeOiGHDl1 .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #353535;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uKeOiGHDl1 .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uKeOiGHDl1 .iconBackground {
    left: 50%;
  }
}
.cid-uKeOiGHDl1 .row:after {
  content: "";
  position: absolute;
  background-color: #353535;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-uKeOiGHDl1 .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uKeOiGHDl1 .row:after {
    left: 50%;
  }
}
.cid-uKeOiGHDl1 .row:nth-child(odd) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uKeOiGHDl1 .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-uKeOiGHDl1 .timeline-date-wrapper,
  .cid-uKeOiGHDl1 .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uKeOiGHDl1 .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uKeOiGHDl1 .timeline-date-wrapper,
  .cid-uKeOiGHDl1 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKeOiGHDl1 .timeline-date-wrapper,
  .cid-uKeOiGHDl1 .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-uKeOiGHDl1 .mbr-timeline-date {
  color: #bbbbbb;
}
.cid-uKeOiGHDl1 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uKeOiGHDl1 .mbr-section-title {
  color: #bbbbbb;
}
.cid-uKeOiGHDl1 .mbr-text {
  color: #e43f3f;
}
.cid-uKeOiGHDl1 .mbr-timeline-title {
  color: #fafafa;
}
.cid-uKjPsaiOZ6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uKjPsaiOZ6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKjPsaiOZ6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKjPsaiOZ6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uJbZw4pxcF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uJbZw4pxcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbZw4pxcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbZw4pxcF .timeline-element {
  position: relative;
}
.cid-uJbZw4pxcF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJbZw4pxcF .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #353535;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uJbZw4pxcF .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uJbZw4pxcF .iconBackground {
    left: 50%;
  }
}
.cid-uJbZw4pxcF .row {
  flex-direction: row-reverse;
}
.cid-uJbZw4pxcF .row:after {
  content: "";
  position: absolute;
  background-color: #353535;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-uJbZw4pxcF .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uJbZw4pxcF .row:after {
    left: 50%;
  }
}
.cid-uJbZw4pxcF .row:nth-child(even) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uJbZw4pxcF .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-uJbZw4pxcF .timeline-date-wrapper,
  .cid-uJbZw4pxcF .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uJbZw4pxcF .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJbZw4pxcF .timeline-date-wrapper,
  .cid-uJbZw4pxcF .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uJbZw4pxcF .timeline-date-wrapper,
  .cid-uJbZw4pxcF .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-uJbZw4pxcF .mbr-timeline-date {
  color: #bbbbbb;
}
.cid-uJbZw4pxcF .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uJbZw4pxcF .mbr-section-title {
  color: #bbbbbb;
}
.cid-uJbZw4pxcF .mbr-text {
  color: #e43f3f;
}
.cid-uJbZw4pxcF .mbr-timeline-title {
  color: #fafafa;
}
.cid-uHvtbLz04J {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHvtbLz04J .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHvtbLz04J .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHvtbLz04J .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHvtbLUljY {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bcg1abwb.webp");
}
.cid-uHvtbLUljY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvtbLUljY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvtbLUljY .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHvtbLUljY .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHvtbLUljY .row {
    text-align: center;
  }
  .cid-uHvtbLUljY .row > div {
    margin: auto;
  }
  .cid-uHvtbLUljY .social-row {
    justify-content: center;
  }
}
.cid-uHvtbLUljY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHvtbLUljY .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHvtbLUljY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHvtbLUljY .list {
    margin-bottom: 0rem;
  }
}
.cid-uHvtbLUljY .mbr-text {
  color: #bbbbbb;
}
.cid-uHvtbLUljY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: black;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3rem;
  width: 3rem;
}
.cid-uHvtbLUljY .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHvtbLUljY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHvtbLUljY H5 {
  color: #ae9a70;
}
.cid-uHvtbLUljY .copyright {
  color: #7b7361;
}
.cid-uHvtbMSTPo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHvtbMSTPo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHvtbMSTPo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHvtbMSTPo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHvycbpbFt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHvycbpbFt nav.navbar {
  position: fixed;
}
.cid-uHvycbpbFt .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-uHvycbpbFt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHvycbpbFt .dropdown-item:hover,
.cid-uHvycbpbFt .dropdown-item:focus {
  background: #ae9a70 !important;
  color: white !important;
}
.cid-uHvycbpbFt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHvycbpbFt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHvycbpbFt .nav-dropdown .link {
  margin: 0.667em 1em !important;
}
.cid-uHvycbpbFt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHvycbpbFt .nav-link {
  position: relative;
  padding: 0!important;
}
.cid-uHvycbpbFt .nav-link:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  bottom: 0px;
  left: 0;
  background: #9f0000;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uHvycbpbFt .nav-link:hover:before {
  opacity: 1;
}
.cid-uHvycbpbFt .container {
  display: flex;
  margin: auto;
}
.cid-uHvycbpbFt .iconfont-wrapper {
  color: #ae9a70 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHvycbpbFt .dropdown-menu,
.cid-uHvycbpbFt .navbar.opened {
  background: #000000 !important;
}
.cid-uHvycbpbFt .nav-item:focus,
.cid-uHvycbpbFt .nav-link:focus {
  outline: none;
}
.cid-uHvycbpbFt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHvycbpbFt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHvycbpbFt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHvycbpbFt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHvycbpbFt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHvycbpbFt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHvycbpbFt .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHvycbpbFt .navbar.opened {
  transition: all 0.3s;
}
.cid-uHvycbpbFt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHvycbpbFt .navbar .navbar-logo img {
  width: auto;
}
.cid-uHvycbpbFt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHvycbpbFt .navbar.collapsed {
  justify-content: center;
}
.cid-uHvycbpbFt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHvycbpbFt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHvycbpbFt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uHvycbpbFt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHvycbpbFt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHvycbpbFt .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-uHvycbpbFt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHvycbpbFt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHvycbpbFt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHvycbpbFt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHvycbpbFt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHvycbpbFt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHvycbpbFt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHvycbpbFt .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-uHvycbpbFt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHvycbpbFt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHvycbpbFt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHvycbpbFt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHvycbpbFt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHvycbpbFt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHvycbpbFt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHvycbpbFt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHvycbpbFt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHvycbpbFt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHvycbpbFt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHvycbpbFt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHvycbpbFt .dropdown-item.active,
.cid-uHvycbpbFt .dropdown-item:active {
  background-color: transparent;
}
.cid-uHvycbpbFt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHvycbpbFt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHvycbpbFt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHvycbpbFt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHvycbpbFt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHvycbpbFt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHvycbpbFt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHvycbpbFt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHvycbpbFt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHvycbpbFt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7b7361;
}
.cid-uHvycbpbFt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHvycbpbFt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHvycbpbFt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHvycbpbFt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHvycbpbFt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHvycbpbFt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHvycbpbFt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHvycbpbFt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHvycbpbFt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHvycbpbFt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHvycbpbFt .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-uHvycbpbFt .navbar {
    height: 70px;
  }
  .cid-uHvycbpbFt .navbar.opened {
    height: auto;
  }
  .cid-uHvycbpbFt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHCm8QV1Yx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uHCm8QV1Yx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCm8QV1Yx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHCm8QV1Yx .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHCm8QV1Yx .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uHCm8QV1Yx .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHCm8QV1Yx .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uHvyq4uZj8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/arhiva1banner3aaa-1.webp");
}
.cid-uHvyq4uZj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvyq4uZj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvyq4uZj8 .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uHvyq4uZj8 .content-wrapper {
    margin-top: 0;
  }
}
.cid-uHvyq4uZj8 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvyq4uZj8 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHvyq4uZj8 .mbr-section-title {
  color: #ffffff;
}
.cid-uHvyq4uZj8 .mbr-text {
  color: #5e7e5f;
}
.cid-uHvyc53lgd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHvyc53lgd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHvyc53lgd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHvyc53lgd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHvyc8fTz1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555-bcg-a-dark-1.webp");
}
.cid-uHvyc8fTz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvyc8fTz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvyc8fTz1 .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHvyc8fTz1 .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uHvyc8fTz1 .mbr-section-title {
  color: #ae9a70;
  text-align: center;
}
.cid-uHvyc8fTz1 .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uJ5IzE6arz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxrazmakx1b.webp");
}
.cid-uJ5IzE6arz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJ5IzE6arz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJ5IzE6arz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHvyc8zskH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uHvyc8zskH .row {
  flex-direction: row-reverse;
}
.cid-uHvyc8zskH .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uHvyc8zskH .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHvyc8zskH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHvyc8zskH .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uHvyc8zskH .mbr-text,
.cid-uHvyc8zskH .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uHvyc8zskH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvyc8zskH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpHK7z5fN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpHK7z5fN .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpHK7z5fN .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpHK7z5fN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpHK7z5fN .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpHK7z5fN .mbr-text,
.cid-uKpHK7z5fN .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpHK7z5fN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpHK7z5fN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpHLvw1h8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpHLvw1h8 .row {
  flex-direction: row-reverse;
}
.cid-uKpHLvw1h8 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpHLvw1h8 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpHLvw1h8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpHLvw1h8 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpHLvw1h8 .mbr-text,
.cid-uKpHLvw1h8 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpHLvw1h8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpHLvw1h8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpHMG5iR0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpHMG5iR0 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpHMG5iR0 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpHMG5iR0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpHMG5iR0 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpHMG5iR0 .mbr-text,
.cid-uKpHMG5iR0 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpHMG5iR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpHMG5iR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpHN4UcFu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpHN4UcFu .row {
  flex-direction: row-reverse;
}
.cid-uKpHN4UcFu .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpHN4UcFu .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpHN4UcFu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpHN4UcFu .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpHN4UcFu .mbr-text,
.cid-uKpHN4UcFu .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpHN4UcFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpHN4UcFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpHNnEqau {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpHNnEqau .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpHNnEqau .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpHNnEqau .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpHNnEqau .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpHNnEqau .mbr-text,
.cid-uKpHNnEqau .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpHNnEqau .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpHNnEqau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpHNIZLZH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpHNIZLZH .row {
  flex-direction: row-reverse;
}
.cid-uKpHNIZLZH .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpHNIZLZH .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpHNIZLZH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpHNIZLZH .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpHNIZLZH .mbr-text,
.cid-uKpHNIZLZH .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpHNIZLZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpHNIZLZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpHO24PtQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpHO24PtQ .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpHO24PtQ .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpHO24PtQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpHO24PtQ .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpHO24PtQ .mbr-text,
.cid-uKpHO24PtQ .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpHO24PtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpHO24PtQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpHOmxueX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpHOmxueX .row {
  flex-direction: row-reverse;
}
.cid-uKpHOmxueX .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpHOmxueX .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpHOmxueX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpHOmxueX .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpHOmxueX .mbr-text,
.cid-uKpHOmxueX .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpHOmxueX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpHOmxueX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpHOFwlG6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpHOFwlG6 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpHOFwlG6 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpHOFwlG6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpHOFwlG6 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpHOFwlG6 .mbr-text,
.cid-uKpHOFwlG6 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpHOFwlG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpHOFwlG6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpHOWY4Fk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpHOWY4Fk .row {
  flex-direction: row-reverse;
}
.cid-uKpHOWY4Fk .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpHOWY4Fk .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpHOWY4Fk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpHOWY4Fk .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpHOWY4Fk .mbr-text,
.cid-uKpHOWY4Fk .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpHOWY4Fk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpHOWY4Fk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpHPfIYdk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpHPfIYdk .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpHPfIYdk .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpHPfIYdk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpHPfIYdk .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpHPfIYdk .mbr-text,
.cid-uKpHPfIYdk .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpHPfIYdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpHPfIYdk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpHPxk6Mo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpHPxk6Mo .row {
  flex-direction: row-reverse;
}
.cid-uKpHPxk6Mo .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpHPxk6Mo .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpHPxk6Mo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpHPxk6Mo .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpHPxk6Mo .mbr-text,
.cid-uKpHPxk6Mo .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpHPxk6Mo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpHPxk6Mo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpHPN1MtM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpHPN1MtM .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpHPN1MtM .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpHPN1MtM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpHPN1MtM .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpHPN1MtM .mbr-text,
.cid-uKpHPN1MtM .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpHPN1MtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpHPN1MtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpHQ4Iqo8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpHQ4Iqo8 .row {
  flex-direction: row-reverse;
}
.cid-uKpHQ4Iqo8 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpHQ4Iqo8 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpHQ4Iqo8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpHQ4Iqo8 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpHQ4Iqo8 .mbr-text,
.cid-uKpHQ4Iqo8 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpHQ4Iqo8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpHQ4Iqo8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvGZ08v9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvGZ08v9 .row {
  flex-direction: row-reverse;
}
.cid-uKpvGZ08v9 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvGZ08v9 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvGZ08v9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvGZ08v9 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvGZ08v9 .mbr-text,
.cid-uKpvGZ08v9 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvGZ08v9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvGZ08v9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvHFRXLo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvHFRXLo .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvHFRXLo .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvHFRXLo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvHFRXLo .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvHFRXLo .mbr-text,
.cid-uKpvHFRXLo .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvHFRXLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvHFRXLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvIdN9dA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvIdN9dA .row {
  flex-direction: row-reverse;
}
.cid-uKpvIdN9dA .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvIdN9dA .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvIdN9dA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvIdN9dA .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvIdN9dA .mbr-text,
.cid-uKpvIdN9dA .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvIdN9dA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvIdN9dA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvIGXbsT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvIGXbsT .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvIGXbsT .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvIGXbsT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvIGXbsT .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvIGXbsT .mbr-text,
.cid-uKpvIGXbsT .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvIGXbsT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvIGXbsT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvJ27DLH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvJ27DLH .row {
  flex-direction: row-reverse;
}
.cid-uKpvJ27DLH .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvJ27DLH .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvJ27DLH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvJ27DLH .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvJ27DLH .mbr-text,
.cid-uKpvJ27DLH .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvJ27DLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvJ27DLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvJh6ScT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvJh6ScT .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvJh6ScT .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvJh6ScT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvJh6ScT .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvJh6ScT .mbr-text,
.cid-uKpvJh6ScT .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvJh6ScT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvJh6ScT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvJufcix {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvJufcix .row {
  flex-direction: row-reverse;
}
.cid-uKpvJufcix .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvJufcix .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvJufcix .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvJufcix .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvJufcix .mbr-text,
.cid-uKpvJufcix .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvJufcix .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvJufcix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvJIl0m8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvJIl0m8 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvJIl0m8 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvJIl0m8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvJIl0m8 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvJIl0m8 .mbr-text,
.cid-uKpvJIl0m8 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvJIl0m8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvJIl0m8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvJWb19G {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvJWb19G .row {
  flex-direction: row-reverse;
}
.cid-uKpvJWb19G .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvJWb19G .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvJWb19G .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvJWb19G .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvJWb19G .mbr-text,
.cid-uKpvJWb19G .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvJWb19G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvJWb19G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvK8X9lS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvK8X9lS .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvK8X9lS .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvK8X9lS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvK8X9lS .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvK8X9lS .mbr-text,
.cid-uKpvK8X9lS .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvK8X9lS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvK8X9lS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvKlZFrm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvKlZFrm .row {
  flex-direction: row-reverse;
}
.cid-uKpvKlZFrm .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvKlZFrm .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvKlZFrm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvKlZFrm .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvKlZFrm .mbr-text,
.cid-uKpvKlZFrm .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvKlZFrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvKlZFrm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvKAvhj2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvKAvhj2 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvKAvhj2 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvKAvhj2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvKAvhj2 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvKAvhj2 .mbr-text,
.cid-uKpvKAvhj2 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvKAvhj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvKAvhj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvKOzlSO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvKOzlSO .row {
  flex-direction: row-reverse;
}
.cid-uKpvKOzlSO .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvKOzlSO .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvKOzlSO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvKOzlSO .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvKOzlSO .mbr-text,
.cid-uKpvKOzlSO .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvKOzlSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvKOzlSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvL1cWLW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvL1cWLW .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvL1cWLW .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvL1cWLW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvL1cWLW .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvL1cWLW .mbr-text,
.cid-uKpvL1cWLW .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvL1cWLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvL1cWLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvLdZLgR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvLdZLgR .row {
  flex-direction: row-reverse;
}
.cid-uKpvLdZLgR .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvLdZLgR .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvLdZLgR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvLdZLgR .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvLdZLgR .mbr-text,
.cid-uKpvLdZLgR .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvLdZLgR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvLdZLgR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvLrI8wT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvLrI8wT .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvLrI8wT .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvLrI8wT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvLrI8wT .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvLrI8wT .mbr-text,
.cid-uKpvLrI8wT .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvLrI8wT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvLrI8wT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvLEoWvo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvLEoWvo .row {
  flex-direction: row-reverse;
}
.cid-uKpvLEoWvo .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvLEoWvo .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvLEoWvo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvLEoWvo .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvLEoWvo .mbr-text,
.cid-uKpvLEoWvo .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvLEoWvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvLEoWvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvLSDKhV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvLSDKhV .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvLSDKhV .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvLSDKhV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvLSDKhV .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvLSDKhV .mbr-text,
.cid-uKpvLSDKhV .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvLSDKhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvLSDKhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvM6OJz2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvM6OJz2 .row {
  flex-direction: row-reverse;
}
.cid-uKpvM6OJz2 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvM6OJz2 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvM6OJz2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvM6OJz2 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvM6OJz2 .mbr-text,
.cid-uKpvM6OJz2 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvM6OJz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvM6OJz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvMkjVhg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvMkjVhg .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvMkjVhg .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvMkjVhg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvMkjVhg .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvMkjVhg .mbr-text,
.cid-uKpvMkjVhg .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvMkjVhg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvMkjVhg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKpvEUo5tO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKpvEUo5tO .row {
  flex-direction: row-reverse;
}
.cid-uKpvEUo5tO .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKpvEUo5tO .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKpvEUo5tO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKpvEUo5tO .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKpvEUo5tO .mbr-text,
.cid-uKpvEUo5tO .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKpvEUo5tO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpvEUo5tO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNiJQYgx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNiJQYgx .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNiJQYgx .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNiJQYgx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNiJQYgx .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNiJQYgx .mbr-text,
.cid-uKlNiJQYgx .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNiJQYgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNiJQYgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNZ9UJ8f {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNZ9UJ8f .row {
  flex-direction: row-reverse;
}
.cid-uKlNZ9UJ8f .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNZ9UJ8f .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNZ9UJ8f .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNZ9UJ8f .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNZ9UJ8f .mbr-text,
.cid-uKlNZ9UJ8f .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNZ9UJ8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNZ9UJ8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNklXKUh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNklXKUh .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNklXKUh .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNklXKUh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNklXKUh .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNklXKUh .mbr-text,
.cid-uKlNklXKUh .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNklXKUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNklXKUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNkYxsoV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNkYxsoV .row {
  flex-direction: row-reverse;
}
.cid-uKlNkYxsoV .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNkYxsoV .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNkYxsoV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNkYxsoV .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNkYxsoV .mbr-text,
.cid-uKlNkYxsoV .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNkYxsoV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNkYxsoV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNlUBYUf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNlUBYUf .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNlUBYUf .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNlUBYUf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNlUBYUf .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNlUBYUf .mbr-text,
.cid-uKlNlUBYUf .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNlUBYUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNlUBYUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNn0J1CF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNn0J1CF .row {
  flex-direction: row-reverse;
}
.cid-uKlNn0J1CF .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNn0J1CF .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNn0J1CF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNn0J1CF .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNn0J1CF .mbr-text,
.cid-uKlNn0J1CF .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNn0J1CF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNn0J1CF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNpyZQwQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNpyZQwQ .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNpyZQwQ .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNpyZQwQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNpyZQwQ .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNpyZQwQ .mbr-text,
.cid-uKlNpyZQwQ .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNpyZQwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNpyZQwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNsfArWD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNsfArWD .row {
  flex-direction: row-reverse;
}
.cid-uKlNsfArWD .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNsfArWD .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNsfArWD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNsfArWD .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNsfArWD .mbr-text,
.cid-uKlNsfArWD .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNsfArWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNsfArWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNtRqfaF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNtRqfaF .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNtRqfaF .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNtRqfaF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNtRqfaF .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNtRqfaF .mbr-text,
.cid-uKlNtRqfaF .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNtRqfaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNtRqfaF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNuWeXRA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNuWeXRA .row {
  flex-direction: row-reverse;
}
.cid-uKlNuWeXRA .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNuWeXRA .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNuWeXRA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNuWeXRA .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNuWeXRA .mbr-text,
.cid-uKlNuWeXRA .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNuWeXRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNuWeXRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNvr2crF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNvr2crF .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNvr2crF .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNvr2crF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNvr2crF .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNvr2crF .mbr-text,
.cid-uKlNvr2crF .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNvr2crF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNvr2crF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNvLSBmt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNvLSBmt .row {
  flex-direction: row-reverse;
}
.cid-uKlNvLSBmt .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNvLSBmt .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNvLSBmt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNvLSBmt .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNvLSBmt .mbr-text,
.cid-uKlNvLSBmt .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNvLSBmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNvLSBmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNwbYuoV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNwbYuoV .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNwbYuoV .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNwbYuoV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNwbYuoV .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNwbYuoV .mbr-text,
.cid-uKlNwbYuoV .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNwbYuoV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNwbYuoV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNwB7VDg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNwB7VDg .row {
  flex-direction: row-reverse;
}
.cid-uKlNwB7VDg .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNwB7VDg .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNwB7VDg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNwB7VDg .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNwB7VDg .mbr-text,
.cid-uKlNwB7VDg .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNwB7VDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNwB7VDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNwW1ZaM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNwW1ZaM .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNwW1ZaM .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNwW1ZaM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNwW1ZaM .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNwW1ZaM .mbr-text,
.cid-uKlNwW1ZaM .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNwW1ZaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNwW1ZaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNxgSrKz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNxgSrKz .row {
  flex-direction: row-reverse;
}
.cid-uKlNxgSrKz .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNxgSrKz .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNxgSrKz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNxgSrKz .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNxgSrKz .mbr-text,
.cid-uKlNxgSrKz .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNxgSrKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNxgSrKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNxzHujV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNxzHujV .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNxzHujV .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNxzHujV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNxzHujV .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNxzHujV .mbr-text,
.cid-uKlNxzHujV .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNxzHujV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNxzHujV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNxU0iPe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNxU0iPe .row {
  flex-direction: row-reverse;
}
.cid-uKlNxU0iPe .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNxU0iPe .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNxU0iPe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNxU0iPe .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNxU0iPe .mbr-text,
.cid-uKlNxU0iPe .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNxU0iPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNxU0iPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNyfVkCJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNyfVkCJ .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNyfVkCJ .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNyfVkCJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNyfVkCJ .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNyfVkCJ .mbr-text,
.cid-uKlNyfVkCJ .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNyfVkCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNyfVkCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNyyXLhV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNyyXLhV .row {
  flex-direction: row-reverse;
}
.cid-uKlNyyXLhV .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNyyXLhV .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNyyXLhV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNyyXLhV .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNyyXLhV .mbr-text,
.cid-uKlNyyXLhV .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNyyXLhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNyyXLhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNyRVlns {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNyRVlns .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNyRVlns .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNyRVlns .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNyRVlns .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNyRVlns .mbr-text,
.cid-uKlNyRVlns .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNyRVlns .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNyRVlns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNz9s04F {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNz9s04F .row {
  flex-direction: row-reverse;
}
.cid-uKlNz9s04F .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNz9s04F .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNz9s04F .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNz9s04F .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNz9s04F .mbr-text,
.cid-uKlNz9s04F .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNz9s04F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNz9s04F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNzqJFEQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNzqJFEQ .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNzqJFEQ .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNzqJFEQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNzqJFEQ .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNzqJFEQ .mbr-text,
.cid-uKlNzqJFEQ .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNzqJFEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNzqJFEQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlNzOVvzd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlNzOVvzd .row {
  flex-direction: row-reverse;
}
.cid-uKlNzOVvzd .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlNzOVvzd .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlNzOVvzd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlNzOVvzd .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlNzOVvzd .mbr-text,
.cid-uKlNzOVvzd .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlNzOVvzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlNzOVvzd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlzrnGJTC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlzrnGJTC .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlzrnGJTC .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlzrnGJTC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlzrnGJTC .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlzrnGJTC .mbr-text,
.cid-uKlzrnGJTC .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlzrnGJTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlzrnGJTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlzhA3gpE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlzhA3gpE .row {
  flex-direction: row-reverse;
}
.cid-uKlzhA3gpE .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlzhA3gpE .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlzhA3gpE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlzhA3gpE .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlzhA3gpE .mbr-text,
.cid-uKlzhA3gpE .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlzhA3gpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlzhA3gpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlzrQWGSw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlzrQWGSw .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlzrQWGSw .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlzrQWGSw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlzrQWGSw .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlzrQWGSw .mbr-text,
.cid-uKlzrQWGSw .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlzrQWGSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlzrQWGSw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlzf7dnBd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlzf7dnBd .row {
  flex-direction: row-reverse;
}
.cid-uKlzf7dnBd .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlzf7dnBd .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlzf7dnBd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlzf7dnBd .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlzf7dnBd .mbr-text,
.cid-uKlzf7dnBd .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlzf7dnBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlzf7dnBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlzscKTPf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlzscKTPf .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlzscKTPf .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlzscKTPf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlzscKTPf .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlzscKTPf .mbr-text,
.cid-uKlzscKTPf .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlzscKTPf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlzscKTPf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlzighu2D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlzighu2D .row {
  flex-direction: row-reverse;
}
.cid-uKlzighu2D .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlzighu2D .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlzighu2D .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlzighu2D .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlzighu2D .mbr-text,
.cid-uKlzighu2D .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlzighu2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlzighu2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlzszggrP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlzszggrP .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlzszggrP .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlzszggrP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlzszggrP .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlzszggrP .mbr-text,
.cid-uKlzszggrP .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlzszggrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlzszggrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlzfFC5ti {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlzfFC5ti .row {
  flex-direction: row-reverse;
}
.cid-uKlzfFC5ti .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlzfFC5ti .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlzfFC5ti .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlzfFC5ti .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlzfFC5ti .mbr-text,
.cid-uKlzfFC5ti .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlzfFC5ti .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlzfFC5ti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlzsTJhYu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlzsTJhYu .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlzsTJhYu .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlzsTJhYu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlzsTJhYu .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlzsTJhYu .mbr-text,
.cid-uKlzsTJhYu .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlzsTJhYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlzsTJhYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlziD41Co {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlziD41Co .row {
  flex-direction: row-reverse;
}
.cid-uKlziD41Co .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlziD41Co .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlziD41Co .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlziD41Co .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlziD41Co .mbr-text,
.cid-uKlziD41Co .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlziD41Co .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlziD41Co .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlztdAFZw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlztdAFZw .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlztdAFZw .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlztdAFZw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlztdAFZw .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlztdAFZw .mbr-text,
.cid-uKlztdAFZw .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlztdAFZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlztdAFZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlzgi3mzz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlzgi3mzz .row {
  flex-direction: row-reverse;
}
.cid-uKlzgi3mzz .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlzgi3mzz .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlzgi3mzz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlzgi3mzz .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlzgi3mzz .mbr-text,
.cid-uKlzgi3mzz .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlzgi3mzz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlzgi3mzz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlztx8vG3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlztx8vG3 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlztx8vG3 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlztx8vG3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlztx8vG3 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlztx8vG3 .mbr-text,
.cid-uKlztx8vG3 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlztx8vG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlztx8vG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlziX7NjA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlziX7NjA .row {
  flex-direction: row-reverse;
}
.cid-uKlziX7NjA .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlziX7NjA .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlziX7NjA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlziX7NjA .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlziX7NjA .mbr-text,
.cid-uKlziX7NjA .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlziX7NjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlziX7NjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlztQDfwh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlztQDfwh .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlztQDfwh .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlztQDfwh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlztQDfwh .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlztQDfwh .mbr-text,
.cid-uKlztQDfwh .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlztQDfwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlztQDfwh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlzdEP5PP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlzdEP5PP .row {
  flex-direction: row-reverse;
}
.cid-uKlzdEP5PP .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlzdEP5PP .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlzdEP5PP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlzdEP5PP .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlzdEP5PP .mbr-text,
.cid-uKlzdEP5PP .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlzdEP5PP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlzdEP5PP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlzu9Z3PO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlzu9Z3PO .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlzu9Z3PO .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlzu9Z3PO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlzu9Z3PO .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlzu9Z3PO .mbr-text,
.cid-uKlzu9Z3PO .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlzu9Z3PO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlzu9Z3PO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlzjfFSJb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlzjfFSJb .row {
  flex-direction: row-reverse;
}
.cid-uKlzjfFSJb .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlzjfFSJb .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlzjfFSJb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlzjfFSJb .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlzjfFSJb .mbr-text,
.cid-uKlzjfFSJb .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlzjfFSJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlzjfFSJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlzuHv8vo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlzuHv8vo .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlzuHv8vo .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlzuHv8vo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlzuHv8vo .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlzuHv8vo .mbr-text,
.cid-uKlzuHv8vo .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlzuHv8vo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlzuHv8vo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlzjy2Buy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKlzjy2Buy .row {
  flex-direction: row-reverse;
}
.cid-uKlzjy2Buy .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKlzjy2Buy .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKlzjy2Buy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKlzjy2Buy .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKlzjy2Buy .mbr-text,
.cid-uKlzjy2Buy .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKlzjy2Buy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlzjy2Buy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKllyEbooS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKllyEbooS .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKllyEbooS .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKllyEbooS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKllyEbooS .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKllyEbooS .mbr-text,
.cid-uKllyEbooS .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKllyEbooS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKllyEbooS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKllD0THn2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKllD0THn2 .row {
  flex-direction: row-reverse;
}
.cid-uKllD0THn2 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKllD0THn2 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKllD0THn2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKllD0THn2 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKllD0THn2 .mbr-text,
.cid-uKllD0THn2 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKllD0THn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKllD0THn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKllDGlmEd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKllDGlmEd .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKllDGlmEd .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKllDGlmEd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKllDGlmEd .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKllDGlmEd .mbr-text,
.cid-uKllDGlmEd .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKllDGlmEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKllDGlmEd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKllE2U2T4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKllE2U2T4 .row {
  flex-direction: row-reverse;
}
.cid-uKllE2U2T4 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKllE2U2T4 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKllE2U2T4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKllE2U2T4 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKllE2U2T4 .mbr-text,
.cid-uKllE2U2T4 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKllE2U2T4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKllE2U2T4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKllEsqQ9V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKllEsqQ9V .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKllEsqQ9V .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKllEsqQ9V .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKllEsqQ9V .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKllEsqQ9V .mbr-text,
.cid-uKllEsqQ9V .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKllEsqQ9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKllEsqQ9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKllFtkwU8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKllFtkwU8 .row {
  flex-direction: row-reverse;
}
.cid-uKllFtkwU8 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKllFtkwU8 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKllFtkwU8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKllFtkwU8 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKllFtkwU8 .mbr-text,
.cid-uKllFtkwU8 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKllFtkwU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKllFtkwU8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKllFRd4DW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKllFRd4DW .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKllFRd4DW .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKllFRd4DW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKllFRd4DW .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKllFRd4DW .mbr-text,
.cid-uKllFRd4DW .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKllFRd4DW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKllFRd4DW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKllA2cEjN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKllA2cEjN .row {
  flex-direction: row-reverse;
}
.cid-uKllA2cEjN .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKllA2cEjN .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKllA2cEjN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKllA2cEjN .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKllA2cEjN .mbr-text,
.cid-uKllA2cEjN .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKllA2cEjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKllA2cEjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkTdgg5D1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKkTdgg5D1 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKkTdgg5D1 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKkTdgg5D1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKkTdgg5D1 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKkTdgg5D1 .mbr-text,
.cid-uKkTdgg5D1 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKkTdgg5D1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkTdgg5D1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkTepYuNp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKkTepYuNp .row {
  flex-direction: row-reverse;
}
.cid-uKkTepYuNp .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKkTepYuNp .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKkTepYuNp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKkTepYuNp .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKkTepYuNp .mbr-text,
.cid-uKkTepYuNp .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKkTepYuNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkTepYuNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkRKCPU6A {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uKkRKCPU6A .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uKkRKCPU6A .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKkRKCPU6A .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKkRKCPU6A .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uKkRKCPU6A .mbr-text,
.cid-uKkRKCPU6A .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uKkRKCPU6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkRKCPU6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgYFsU4Us {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uJgYFsU4Us .row {
  flex-direction: row-reverse;
}
.cid-uJgYFsU4Us .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uJgYFsU4Us .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJgYFsU4Us .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uJgYFsU4Us .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uJgYFsU4Us .mbr-text,
.cid-uJgYFsU4Us .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uJgYFsU4Us .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgYFsU4Us .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvycaycDg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHvycaycDg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHvycaycDg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHvycaycDg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHvycaVFdk {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bcg1abwb.webp");
}
.cid-uHvycaVFdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvycaVFdk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvycaVFdk .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHvycaVFdk .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHvycaVFdk .row {
    text-align: center;
  }
  .cid-uHvycaVFdk .row > div {
    margin: auto;
  }
  .cid-uHvycaVFdk .social-row {
    justify-content: center;
  }
}
.cid-uHvycaVFdk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHvycaVFdk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHvycaVFdk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHvycaVFdk .list {
    margin-bottom: 0rem;
  }
}
.cid-uHvycaVFdk .mbr-text {
  color: #bbbbbb;
}
.cid-uHvycaVFdk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: black;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3rem;
  width: 3rem;
}
.cid-uHvycaVFdk .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHvycaVFdk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHvycaVFdk H5 {
  color: #ae9a70;
}
.cid-uHvycaVFdk .copyright {
  color: #7b7361;
}
.cid-uHvycbVpc5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHvycbVpc5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHvycbVpc5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHvycbVpc5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHvAXsVj5Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHvAXsVj5Q nav.navbar {
  position: fixed;
}
.cid-uHvAXsVj5Q .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-uHvAXsVj5Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHvAXsVj5Q .dropdown-item:hover,
.cid-uHvAXsVj5Q .dropdown-item:focus {
  background: #ae9a70 !important;
  color: white !important;
}
.cid-uHvAXsVj5Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHvAXsVj5Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHvAXsVj5Q .nav-dropdown .link {
  margin: 0.667em 1em !important;
}
.cid-uHvAXsVj5Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHvAXsVj5Q .nav-link {
  position: relative;
  padding: 0!important;
}
.cid-uHvAXsVj5Q .nav-link:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  bottom: 0px;
  left: 0;
  background: #9f0000;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uHvAXsVj5Q .nav-link:hover:before {
  opacity: 1;
}
.cid-uHvAXsVj5Q .container {
  display: flex;
  margin: auto;
}
.cid-uHvAXsVj5Q .iconfont-wrapper {
  color: #ae9a70 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHvAXsVj5Q .dropdown-menu,
.cid-uHvAXsVj5Q .navbar.opened {
  background: #000000 !important;
}
.cid-uHvAXsVj5Q .nav-item:focus,
.cid-uHvAXsVj5Q .nav-link:focus {
  outline: none;
}
.cid-uHvAXsVj5Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHvAXsVj5Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHvAXsVj5Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHvAXsVj5Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHvAXsVj5Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHvAXsVj5Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHvAXsVj5Q .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHvAXsVj5Q .navbar.opened {
  transition: all 0.3s;
}
.cid-uHvAXsVj5Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHvAXsVj5Q .navbar .navbar-logo img {
  width: auto;
}
.cid-uHvAXsVj5Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHvAXsVj5Q .navbar.collapsed {
  justify-content: center;
}
.cid-uHvAXsVj5Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHvAXsVj5Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHvAXsVj5Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uHvAXsVj5Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHvAXsVj5Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHvAXsVj5Q .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-uHvAXsVj5Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHvAXsVj5Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHvAXsVj5Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHvAXsVj5Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHvAXsVj5Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHvAXsVj5Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHvAXsVj5Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHvAXsVj5Q .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-uHvAXsVj5Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHvAXsVj5Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHvAXsVj5Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHvAXsVj5Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHvAXsVj5Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHvAXsVj5Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHvAXsVj5Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHvAXsVj5Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHvAXsVj5Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHvAXsVj5Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHvAXsVj5Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHvAXsVj5Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHvAXsVj5Q .dropdown-item.active,
.cid-uHvAXsVj5Q .dropdown-item:active {
  background-color: transparent;
}
.cid-uHvAXsVj5Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHvAXsVj5Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHvAXsVj5Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHvAXsVj5Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHvAXsVj5Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHvAXsVj5Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHvAXsVj5Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHvAXsVj5Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHvAXsVj5Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHvAXsVj5Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7b7361;
}
.cid-uHvAXsVj5Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHvAXsVj5Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHvAXsVj5Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHvAXsVj5Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHvAXsVj5Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHvAXsVj5Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHvAXsVj5Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHvAXsVj5Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHvAXsVj5Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHvAXsVj5Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHvAXsVj5Q .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-uHvAXsVj5Q .navbar {
    height: 70px;
  }
  .cid-uHvAXsVj5Q .navbar.opened {
    height: auto;
  }
  .cid-uHvAXsVj5Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHClPFPPz6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uHClPFPPz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHClPFPPz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHClPFPPz6 .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHClPFPPz6 .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uHClPFPPz6 .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHClPFPPz6 .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uHvB92Pvhe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/arhiva1banner3aaa-1.webp");
}
.cid-uHvB92Pvhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvB92Pvhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvB92Pvhe .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uHvB92Pvhe .content-wrapper {
    margin-top: 0;
  }
}
.cid-uHvB92Pvhe .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvB92Pvhe .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHvB92Pvhe .mbr-section-title {
  color: #ffffff;
}
.cid-uHvB92Pvhe .mbr-text {
  color: #5e7e5f;
}
.cid-uHvAXlzn91 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHvAXlzn91 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHvAXlzn91 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHvAXlzn91 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHvAXpESot {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555-bcg-a-dark-1.webp");
}
.cid-uHvAXpESot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvAXpESot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvAXpESot .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHvAXpESot .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uHvAXpESot .mbr-section-title {
  color: #ae9a70;
  text-align: center;
}
.cid-uHvAXpESot .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uL0opvqfJ8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxrazmakx1b.webp");
}
.cid-uL0opvqfJ8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uL0opvqfJ8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uL0opvqfJ8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHvAXpYVeR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uHvAXpYVeR .row {
  flex-direction: row-reverse;
}
.cid-uHvAXpYVeR .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uHvAXpYVeR .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHvAXpYVeR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHvAXpYVeR .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uHvAXpYVeR .mbr-text,
.cid-uHvAXpYVeR .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uHvAXpYVeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvAXpYVeR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59p7Mbzj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59p7Mbzj .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59p7Mbzj .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59p7Mbzj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59p7Mbzj .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59p7Mbzj .mbr-text,
.cid-uL59p7Mbzj .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59p7Mbzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59p7Mbzj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59pynnao {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59pynnao .row {
  flex-direction: row-reverse;
}
.cid-uL59pynnao .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59pynnao .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59pynnao .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59pynnao .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59pynnao .mbr-text,
.cid-uL59pynnao .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59pynnao .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59pynnao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59q5GL27 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59q5GL27 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59q5GL27 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59q5GL27 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59q5GL27 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59q5GL27 .mbr-text,
.cid-uL59q5GL27 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59q5GL27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59q5GL27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59qrt4ri {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59qrt4ri .row {
  flex-direction: row-reverse;
}
.cid-uL59qrt4ri .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59qrt4ri .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59qrt4ri .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59qrt4ri .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59qrt4ri .mbr-text,
.cid-uL59qrt4ri .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59qrt4ri .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59qrt4ri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59qL03a1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59qL03a1 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59qL03a1 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59qL03a1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59qL03a1 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59qL03a1 .mbr-text,
.cid-uL59qL03a1 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59qL03a1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59qL03a1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59r5WW8v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59r5WW8v .row {
  flex-direction: row-reverse;
}
.cid-uL59r5WW8v .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59r5WW8v .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59r5WW8v .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59r5WW8v .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59r5WW8v .mbr-text,
.cid-uL59r5WW8v .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59r5WW8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59r5WW8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59rq1lve {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59rq1lve .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59rq1lve .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59rq1lve .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59rq1lve .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59rq1lve .mbr-text,
.cid-uL59rq1lve .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59rq1lve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59rq1lve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59rJ99xt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59rJ99xt .row {
  flex-direction: row-reverse;
}
.cid-uL59rJ99xt .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59rJ99xt .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59rJ99xt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59rJ99xt .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59rJ99xt .mbr-text,
.cid-uL59rJ99xt .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59rJ99xt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59rJ99xt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59s0BBeT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59s0BBeT .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59s0BBeT .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59s0BBeT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59s0BBeT .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59s0BBeT .mbr-text,
.cid-uL59s0BBeT .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59s0BBeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59s0BBeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59sjUJqC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59sjUJqC .row {
  flex-direction: row-reverse;
}
.cid-uL59sjUJqC .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59sjUJqC .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59sjUJqC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59sjUJqC .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59sjUJqC .mbr-text,
.cid-uL59sjUJqC .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59sjUJqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59sjUJqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59sBNOo3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59sBNOo3 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59sBNOo3 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59sBNOo3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59sBNOo3 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59sBNOo3 .mbr-text,
.cid-uL59sBNOo3 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59sBNOo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59sBNOo3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59sTnHaQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59sTnHaQ .row {
  flex-direction: row-reverse;
}
.cid-uL59sTnHaQ .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59sTnHaQ .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59sTnHaQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59sTnHaQ .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59sTnHaQ .mbr-text,
.cid-uL59sTnHaQ .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59sTnHaQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59sTnHaQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59tdgatp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59tdgatp .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59tdgatp .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59tdgatp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59tdgatp .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59tdgatp .mbr-text,
.cid-uL59tdgatp .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59tdgatp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59tdgatp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59twyjZS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59twyjZS .row {
  flex-direction: row-reverse;
}
.cid-uL59twyjZS .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59twyjZS .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59twyjZS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59twyjZS .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59twyjZS .mbr-text,
.cid-uL59twyjZS .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59twyjZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59twyjZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59tPRYSP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59tPRYSP .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59tPRYSP .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59tPRYSP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59tPRYSP .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59tPRYSP .mbr-text,
.cid-uL59tPRYSP .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59tPRYSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59tPRYSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59uaEe66 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59uaEe66 .row {
  flex-direction: row-reverse;
}
.cid-uL59uaEe66 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59uaEe66 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59uaEe66 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59uaEe66 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59uaEe66 .mbr-text,
.cid-uL59uaEe66 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59uaEe66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59uaEe66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59utgbDc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59utgbDc .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59utgbDc .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59utgbDc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59utgbDc .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59utgbDc .mbr-text,
.cid-uL59utgbDc .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59utgbDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59utgbDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59uLFWE7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59uLFWE7 .row {
  flex-direction: row-reverse;
}
.cid-uL59uLFWE7 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59uLFWE7 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59uLFWE7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59uLFWE7 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59uLFWE7 .mbr-text,
.cid-uL59uLFWE7 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59uLFWE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59uLFWE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59v6k99t {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59v6k99t .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59v6k99t .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59v6k99t .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59v6k99t .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59v6k99t .mbr-text,
.cid-uL59v6k99t .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59v6k99t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59v6k99t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59vpjIPl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59vpjIPl .row {
  flex-direction: row-reverse;
}
.cid-uL59vpjIPl .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59vpjIPl .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59vpjIPl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59vpjIPl .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59vpjIPl .mbr-text,
.cid-uL59vpjIPl .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59vpjIPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59vpjIPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59vJXJ6B {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59vJXJ6B .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59vJXJ6B .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59vJXJ6B .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59vJXJ6B .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59vJXJ6B .mbr-text,
.cid-uL59vJXJ6B .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59vJXJ6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59vJXJ6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59w4bIY4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59w4bIY4 .row {
  flex-direction: row-reverse;
}
.cid-uL59w4bIY4 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59w4bIY4 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59w4bIY4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59w4bIY4 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59w4bIY4 .mbr-text,
.cid-uL59w4bIY4 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59w4bIY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59w4bIY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59wnehFV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59wnehFV .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59wnehFV .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59wnehFV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59wnehFV .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59wnehFV .mbr-text,
.cid-uL59wnehFV .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59wnehFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59wnehFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL59nk8J47 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL59nk8J47 .row {
  flex-direction: row-reverse;
}
.cid-uL59nk8J47 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL59nk8J47 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL59nk8J47 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL59nk8J47 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL59nk8J47 .mbr-text,
.cid-uL59nk8J47 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL59nk8J47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL59nk8J47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4N9LuSuP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4N9LuSuP .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4N9LuSuP .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4N9LuSuP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4N9LuSuP .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4N9LuSuP .mbr-text,
.cid-uL4N9LuSuP .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4N9LuSuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4N9LuSuP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4NbedD5H {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4NbedD5H .row {
  flex-direction: row-reverse;
}
.cid-uL4NbedD5H .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4NbedD5H .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4NbedD5H .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4NbedD5H .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4NbedD5H .mbr-text,
.cid-uL4NbedD5H .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4NbedD5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4NbedD5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4NbElbnE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4NbElbnE .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4NbElbnE .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4NbElbnE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4NbElbnE .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4NbElbnE .mbr-text,
.cid-uL4NbElbnE .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4NbElbnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4NbElbnE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4NbWB1Mk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4NbWB1Mk .row {
  flex-direction: row-reverse;
}
.cid-uL4NbWB1Mk .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4NbWB1Mk .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4NbWB1Mk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4NbWB1Mk .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4NbWB1Mk .mbr-text,
.cid-uL4NbWB1Mk .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4NbWB1Mk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4NbWB1Mk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4NcdfBWK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4NcdfBWK .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4NcdfBWK .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4NcdfBWK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4NcdfBWK .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4NcdfBWK .mbr-text,
.cid-uL4NcdfBWK .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4NcdfBWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4NcdfBWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4Nct8aOd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4Nct8aOd .row {
  flex-direction: row-reverse;
}
.cid-uL4Nct8aOd .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4Nct8aOd .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4Nct8aOd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4Nct8aOd .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4Nct8aOd .mbr-text,
.cid-uL4Nct8aOd .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4Nct8aOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4Nct8aOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4NcIL7qV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4NcIL7qV .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4NcIL7qV .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4NcIL7qV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4NcIL7qV .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4NcIL7qV .mbr-text,
.cid-uL4NcIL7qV .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4NcIL7qV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4NcIL7qV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4NcZhuKv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4NcZhuKv .row {
  flex-direction: row-reverse;
}
.cid-uL4NcZhuKv .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4NcZhuKv .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4NcZhuKv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4NcZhuKv .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4NcZhuKv .mbr-text,
.cid-uL4NcZhuKv .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4NcZhuKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4NcZhuKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4NdgGWKW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4NdgGWKW .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4NdgGWKW .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4NdgGWKW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4NdgGWKW .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4NdgGWKW .mbr-text,
.cid-uL4NdgGWKW .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4NdgGWKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4NdgGWKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4NdwbhZF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4NdwbhZF .row {
  flex-direction: row-reverse;
}
.cid-uL4NdwbhZF .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4NdwbhZF .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4NdwbhZF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4NdwbhZF .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4NdwbhZF .mbr-text,
.cid-uL4NdwbhZF .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4NdwbhZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4NdwbhZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4NdOeNFI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4NdOeNFI .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4NdOeNFI .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4NdOeNFI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4NdOeNFI .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4NdOeNFI .mbr-text,
.cid-uL4NdOeNFI .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4NdOeNFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4NdOeNFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4Ne3S5qI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4Ne3S5qI .row {
  flex-direction: row-reverse;
}
.cid-uL4Ne3S5qI .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4Ne3S5qI .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4Ne3S5qI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4Ne3S5qI .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4Ne3S5qI .mbr-text,
.cid-uL4Ne3S5qI .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4Ne3S5qI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4Ne3S5qI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4NekaArt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4NekaArt .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4NekaArt .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4NekaArt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4NekaArt .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4NekaArt .mbr-text,
.cid-uL4NekaArt .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4NekaArt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4NekaArt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4NeAzljv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4NeAzljv .row {
  flex-direction: row-reverse;
}
.cid-uL4NeAzljv .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4NeAzljv .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4NeAzljv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4NeAzljv .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4NeAzljv .mbr-text,
.cid-uL4NeAzljv .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4NeAzljv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4NeAzljv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4NePEB5w {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4NePEB5w .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4NePEB5w .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4NePEB5w .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4NePEB5w .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4NePEB5w .mbr-text,
.cid-uL4NePEB5w .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4NePEB5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4NePEB5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4Nf59Lo0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4Nf59Lo0 .row {
  flex-direction: row-reverse;
}
.cid-uL4Nf59Lo0 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4Nf59Lo0 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4Nf59Lo0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4Nf59Lo0 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4Nf59Lo0 .mbr-text,
.cid-uL4Nf59Lo0 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4Nf59Lo0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4Nf59Lo0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4NflHmbP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4NflHmbP .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4NflHmbP .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4NflHmbP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4NflHmbP .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4NflHmbP .mbr-text,
.cid-uL4NflHmbP .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4NflHmbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4NflHmbP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4NfBmwoi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4NfBmwoi .row {
  flex-direction: row-reverse;
}
.cid-uL4NfBmwoi .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4NfBmwoi .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4NfBmwoi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4NfBmwoi .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4NfBmwoi .mbr-text,
.cid-uL4NfBmwoi .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4NfBmwoi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4NfBmwoi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4Ng2XcjL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4Ng2XcjL .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4Ng2XcjL .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4Ng2XcjL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4Ng2XcjL .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4Ng2XcjL .mbr-text,
.cid-uL4Ng2XcjL .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4Ng2XcjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4Ng2XcjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4N6LJJHf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4N6LJJHf .row {
  flex-direction: row-reverse;
}
.cid-uL4N6LJJHf .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4N6LJJHf .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4N6LJJHf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4N6LJJHf .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4N6LJJHf .mbr-text,
.cid-uL4N6LJJHf .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4N6LJJHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4N6LJJHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4ELKje6M {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4ELKje6M .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4ELKje6M .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4ELKje6M .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4ELKje6M .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4ELKje6M .mbr-text,
.cid-uL4ELKje6M .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4ELKje6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4ELKje6M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4EMxF6QM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4EMxF6QM .row {
  flex-direction: row-reverse;
}
.cid-uL4EMxF6QM .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4EMxF6QM .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4EMxF6QM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4EMxF6QM .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4EMxF6QM .mbr-text,
.cid-uL4EMxF6QM .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4EMxF6QM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4EMxF6QM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4ENefKOl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4ENefKOl .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4ENefKOl .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4ENefKOl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4ENefKOl .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4ENefKOl .mbr-text,
.cid-uL4ENefKOl .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4ENefKOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4ENefKOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4ENzWKJY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4ENzWKJY .row {
  flex-direction: row-reverse;
}
.cid-uL4ENzWKJY .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4ENzWKJY .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4ENzWKJY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4ENzWKJY .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4ENzWKJY .mbr-text,
.cid-uL4ENzWKJY .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4ENzWKJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4ENzWKJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4ENRUUoa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4ENRUUoa .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4ENRUUoa .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4ENRUUoa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4ENRUUoa .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4ENRUUoa .mbr-text,
.cid-uL4ENRUUoa .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4ENRUUoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4ENRUUoa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4EO7E1WA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4EO7E1WA .row {
  flex-direction: row-reverse;
}
.cid-uL4EO7E1WA .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4EO7E1WA .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4EO7E1WA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4EO7E1WA .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4EO7E1WA .mbr-text,
.cid-uL4EO7E1WA .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4EO7E1WA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4EO7E1WA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4EOnnh2R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4EOnnh2R .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4EOnnh2R .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4EOnnh2R .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4EOnnh2R .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4EOnnh2R .mbr-text,
.cid-uL4EOnnh2R .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4EOnnh2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4EOnnh2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4EOEG1q3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4EOEG1q3 .row {
  flex-direction: row-reverse;
}
.cid-uL4EOEG1q3 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4EOEG1q3 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4EOEG1q3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4EOEG1q3 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4EOEG1q3 .mbr-text,
.cid-uL4EOEG1q3 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4EOEG1q3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4EOEG1q3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4EOUjagj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4EOUjagj .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4EOUjagj .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4EOUjagj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4EOUjagj .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4EOUjagj .mbr-text,
.cid-uL4EOUjagj .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4EOUjagj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4EOUjagj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4EPa2cmG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4EPa2cmG .row {
  flex-direction: row-reverse;
}
.cid-uL4EPa2cmG .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4EPa2cmG .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4EPa2cmG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4EPa2cmG .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4EPa2cmG .mbr-text,
.cid-uL4EPa2cmG .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4EPa2cmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4EPa2cmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4EPr4tQj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4EPr4tQj .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4EPr4tQj .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4EPr4tQj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4EPr4tQj .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4EPr4tQj .mbr-text,
.cid-uL4EPr4tQj .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4EPr4tQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4EPr4tQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4EPFc2ft {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4EPFc2ft .row {
  flex-direction: row-reverse;
}
.cid-uL4EPFc2ft .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4EPFc2ft .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4EPFc2ft .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4EPFc2ft .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4EPFc2ft .mbr-text,
.cid-uL4EPFc2ft .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4EPFc2ft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4EPFc2ft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4EPUxFLz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4EPUxFLz .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4EPUxFLz .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4EPUxFLz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4EPUxFLz .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4EPUxFLz .mbr-text,
.cid-uL4EPUxFLz .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4EPUxFLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4EPUxFLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4EQayq8V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4EQayq8V .row {
  flex-direction: row-reverse;
}
.cid-uL4EQayq8V .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4EQayq8V .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4EQayq8V .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4EQayq8V .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4EQayq8V .mbr-text,
.cid-uL4EQayq8V .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4EQayq8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4EQayq8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4EQpnJde {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4EQpnJde .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4EQpnJde .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4EQpnJde .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4EQpnJde .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4EQpnJde .mbr-text,
.cid-uL4EQpnJde .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4EQpnJde .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4EQpnJde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4EQFnYVn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4EQFnYVn .row {
  flex-direction: row-reverse;
}
.cid-uL4EQFnYVn .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4EQFnYVn .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4EQFnYVn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4EQFnYVn .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4EQFnYVn .mbr-text,
.cid-uL4EQFnYVn .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4EQFnYVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4EQFnYVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4EQUm1cX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4EQUm1cX .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4EQUm1cX .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4EQUm1cX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4EQUm1cX .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4EQUm1cX .mbr-text,
.cid-uL4EQUm1cX .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4EQUm1cX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4EQUm1cX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4ERan8Ax {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4ERan8Ax .row {
  flex-direction: row-reverse;
}
.cid-uL4ERan8Ax .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4ERan8Ax .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4ERan8Ax .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4ERan8Ax .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4ERan8Ax .mbr-text,
.cid-uL4ERan8Ax .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4ERan8Ax .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4ERan8Ax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4ERQrnzv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4ERQrnzv .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4ERQrnzv .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4ERQrnzv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4ERQrnzv .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4ERQrnzv .mbr-text,
.cid-uL4ERQrnzv .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4ERQrnzv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4ERQrnzv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4E7oaya6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4E7oaya6 .row {
  flex-direction: row-reverse;
}
.cid-uL4E7oaya6 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4E7oaya6 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4E7oaya6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4E7oaya6 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4E7oaya6 .mbr-text,
.cid-uL4E7oaya6 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4E7oaya6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4E7oaya6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4E5HY6ks {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL4E5HY6ks .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL4E5HY6ks .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL4E5HY6ks .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL4E5HY6ks .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL4E5HY6ks .mbr-text,
.cid-uL4E5HY6ks .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL4E5HY6ks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4E5HY6ks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0pljYxCM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL0pljYxCM .row {
  flex-direction: row-reverse;
}
.cid-uL0pljYxCM .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL0pljYxCM .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0pljYxCM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL0pljYxCM .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL0pljYxCM .mbr-text,
.cid-uL0pljYxCM .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL0pljYxCM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0pljYxCM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0plZDArj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL0plZDArj .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL0plZDArj .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0plZDArj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL0plZDArj .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL0plZDArj .mbr-text,
.cid-uL0plZDArj .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL0plZDArj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0plZDArj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0pmsyU17 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL0pmsyU17 .row {
  flex-direction: row-reverse;
}
.cid-uL0pmsyU17 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL0pmsyU17 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0pmsyU17 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL0pmsyU17 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL0pmsyU17 .mbr-text,
.cid-uL0pmsyU17 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL0pmsyU17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0pmsyU17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0pmNoKRT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL0pmNoKRT .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL0pmNoKRT .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0pmNoKRT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL0pmNoKRT .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL0pmNoKRT .mbr-text,
.cid-uL0pmNoKRT .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL0pmNoKRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0pmNoKRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0pn6Zg9P {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL0pn6Zg9P .row {
  flex-direction: row-reverse;
}
.cid-uL0pn6Zg9P .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL0pn6Zg9P .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0pn6Zg9P .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL0pn6Zg9P .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL0pn6Zg9P .mbr-text,
.cid-uL0pn6Zg9P .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL0pn6Zg9P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0pn6Zg9P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0pnpJusu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL0pnpJusu .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL0pnpJusu .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0pnpJusu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL0pnpJusu .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL0pnpJusu .mbr-text,
.cid-uL0pnpJusu .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL0pnpJusu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0pnpJusu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0pnGqJOT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL0pnGqJOT .row {
  flex-direction: row-reverse;
}
.cid-uL0pnGqJOT .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL0pnGqJOT .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0pnGqJOT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL0pnGqJOT .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL0pnGqJOT .mbr-text,
.cid-uL0pnGqJOT .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL0pnGqJOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0pnGqJOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0pnXh6Iq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL0pnXh6Iq .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL0pnXh6Iq .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0pnXh6Iq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL0pnXh6Iq .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL0pnXh6Iq .mbr-text,
.cid-uL0pnXh6Iq .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL0pnXh6Iq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0pnXh6Iq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0pofuOHF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL0pofuOHF .row {
  flex-direction: row-reverse;
}
.cid-uL0pofuOHF .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL0pofuOHF .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0pofuOHF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL0pofuOHF .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL0pofuOHF .mbr-text,
.cid-uL0pofuOHF .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL0pofuOHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0pofuOHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0powEwWR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL0powEwWR .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL0powEwWR .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0powEwWR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL0powEwWR .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL0powEwWR .mbr-text,
.cid-uL0powEwWR .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL0powEwWR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0powEwWR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0poLmMy8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL0poLmMy8 .row {
  flex-direction: row-reverse;
}
.cid-uL0poLmMy8 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL0poLmMy8 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0poLmMy8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL0poLmMy8 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL0poLmMy8 .mbr-text,
.cid-uL0poLmMy8 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL0poLmMy8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0poLmMy8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0pp0lkaX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL0pp0lkaX .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL0pp0lkaX .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0pp0lkaX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL0pp0lkaX .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL0pp0lkaX .mbr-text,
.cid-uL0pp0lkaX .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL0pp0lkaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0pp0lkaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0ppgm22k {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL0ppgm22k .row {
  flex-direction: row-reverse;
}
.cid-uL0ppgm22k .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL0ppgm22k .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0ppgm22k .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL0ppgm22k .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL0ppgm22k .mbr-text,
.cid-uL0ppgm22k .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL0ppgm22k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0ppgm22k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0ppx8c8b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL0ppx8c8b .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL0ppx8c8b .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0ppx8c8b .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL0ppx8c8b .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL0ppx8c8b .mbr-text,
.cid-uL0ppx8c8b .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL0ppx8c8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0ppx8c8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0ppLKc4I {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL0ppLKc4I .row {
  flex-direction: row-reverse;
}
.cid-uL0ppLKc4I .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL0ppLKc4I .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0ppLKc4I .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL0ppLKc4I .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL0ppLKc4I .mbr-text,
.cid-uL0ppLKc4I .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL0ppLKc4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0ppLKc4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0pq1JfZd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL0pq1JfZd .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL0pq1JfZd .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0pq1JfZd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL0pq1JfZd .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL0pq1JfZd .mbr-text,
.cid-uL0pq1JfZd .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL0pq1JfZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0pq1JfZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0pqfN47U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL0pqfN47U .row {
  flex-direction: row-reverse;
}
.cid-uL0pqfN47U .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL0pqfN47U .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0pqfN47U .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL0pqfN47U .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL0pqfN47U .mbr-text,
.cid-uL0pqfN47U .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL0pqfN47U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0pqfN47U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0pqu8CEQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL0pqu8CEQ .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL0pqu8CEQ .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0pqu8CEQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL0pqu8CEQ .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL0pqu8CEQ .mbr-text,
.cid-uL0pqu8CEQ .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL0pqu8CEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0pqu8CEQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL0pdqW01Y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uL0pdqW01Y .row {
  flex-direction: row-reverse;
}
.cid-uL0pdqW01Y .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uL0pdqW01Y .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL0pdqW01Y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL0pdqW01Y .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uL0pdqW01Y .mbr-text,
.cid-uL0pdqW01Y .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uL0pdqW01Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL0pdqW01Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvAXrZzTJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHvAXrZzTJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHvAXrZzTJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHvAXrZzTJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHvAXspQhe {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bcg1abwb.webp");
}
.cid-uHvAXspQhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvAXspQhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvAXspQhe .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHvAXspQhe .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHvAXspQhe .row {
    text-align: center;
  }
  .cid-uHvAXspQhe .row > div {
    margin: auto;
  }
  .cid-uHvAXspQhe .social-row {
    justify-content: center;
  }
}
.cid-uHvAXspQhe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHvAXspQhe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHvAXspQhe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHvAXspQhe .list {
    margin-bottom: 0rem;
  }
}
.cid-uHvAXspQhe .mbr-text {
  color: #bbbbbb;
}
.cid-uHvAXspQhe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: black;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3rem;
  width: 3rem;
}
.cid-uHvAXspQhe .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHvAXspQhe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHvAXspQhe H5 {
  color: #ae9a70;
}
.cid-uHvAXspQhe .copyright {
  color: #7b7361;
}
.cid-uHvAXtu2Zv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHvAXtu2Zv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHvAXtu2Zv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHvAXtu2Zv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHvCH7QGCV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHvCH7QGCV nav.navbar {
  position: fixed;
}
.cid-uHvCH7QGCV .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-uHvCH7QGCV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHvCH7QGCV .dropdown-item:hover,
.cid-uHvCH7QGCV .dropdown-item:focus {
  background: #ae9a70 !important;
  color: white !important;
}
.cid-uHvCH7QGCV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHvCH7QGCV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHvCH7QGCV .nav-dropdown .link {
  margin: 0.667em 1em !important;
}
.cid-uHvCH7QGCV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHvCH7QGCV .nav-link {
  position: relative;
  padding: 0!important;
}
.cid-uHvCH7QGCV .nav-link:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  bottom: 0px;
  left: 0;
  background: #9f0000;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uHvCH7QGCV .nav-link:hover:before {
  opacity: 1;
}
.cid-uHvCH7QGCV .container {
  display: flex;
  margin: auto;
}
.cid-uHvCH7QGCV .iconfont-wrapper {
  color: #ae9a70 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHvCH7QGCV .dropdown-menu,
.cid-uHvCH7QGCV .navbar.opened {
  background: #000000 !important;
}
.cid-uHvCH7QGCV .nav-item:focus,
.cid-uHvCH7QGCV .nav-link:focus {
  outline: none;
}
.cid-uHvCH7QGCV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHvCH7QGCV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHvCH7QGCV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHvCH7QGCV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHvCH7QGCV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHvCH7QGCV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHvCH7QGCV .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHvCH7QGCV .navbar.opened {
  transition: all 0.3s;
}
.cid-uHvCH7QGCV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHvCH7QGCV .navbar .navbar-logo img {
  width: auto;
}
.cid-uHvCH7QGCV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHvCH7QGCV .navbar.collapsed {
  justify-content: center;
}
.cid-uHvCH7QGCV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHvCH7QGCV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHvCH7QGCV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uHvCH7QGCV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHvCH7QGCV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHvCH7QGCV .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-uHvCH7QGCV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHvCH7QGCV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHvCH7QGCV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHvCH7QGCV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHvCH7QGCV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHvCH7QGCV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHvCH7QGCV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHvCH7QGCV .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-uHvCH7QGCV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHvCH7QGCV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHvCH7QGCV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHvCH7QGCV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHvCH7QGCV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHvCH7QGCV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHvCH7QGCV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHvCH7QGCV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHvCH7QGCV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHvCH7QGCV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHvCH7QGCV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHvCH7QGCV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHvCH7QGCV .dropdown-item.active,
.cid-uHvCH7QGCV .dropdown-item:active {
  background-color: transparent;
}
.cid-uHvCH7QGCV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHvCH7QGCV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHvCH7QGCV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHvCH7QGCV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHvCH7QGCV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHvCH7QGCV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHvCH7QGCV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHvCH7QGCV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHvCH7QGCV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHvCH7QGCV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7b7361;
}
.cid-uHvCH7QGCV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHvCH7QGCV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHvCH7QGCV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHvCH7QGCV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHvCH7QGCV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHvCH7QGCV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHvCH7QGCV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHvCH7QGCV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHvCH7QGCV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHvCH7QGCV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHvCH7QGCV .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-uHvCH7QGCV .navbar {
    height: 70px;
  }
  .cid-uHvCH7QGCV .navbar.opened {
    height: auto;
  }
  .cid-uHvCH7QGCV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHClEz0Kah {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uHClEz0Kah .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHClEz0Kah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHClEz0Kah .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHClEz0Kah .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uHClEz0Kah .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHClEz0Kah .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uHvCTOFkPh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/arhiva1banner3aaa-1.webp");
}
.cid-uHvCTOFkPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvCTOFkPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvCTOFkPh .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uHvCTOFkPh .content-wrapper {
    margin-top: 0;
  }
}
.cid-uHvCTOFkPh .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvCTOFkPh .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHvCTOFkPh .mbr-section-title {
  color: #ffffff;
}
.cid-uHvCTOFkPh .mbr-text {
  color: #5e7e5f;
}
.cid-uHvCH0v1AS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHvCH0v1AS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHvCH0v1AS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHvCH0v1AS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLazyXuz7E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555-bcg-a-dark-1.webp");
}
.cid-uLazyXuz7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLazyXuz7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLazyXuz7E .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLazyXuz7E .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uLazyXuz7E .mbr-section-title {
  color: #ae9a70;
  text-align: center;
}
.cid-uLazyXuz7E .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uLazr1QKsX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxrazmakx1b.webp");
}
.cid-uLazr1QKsX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uLazr1QKsX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLazr1QKsX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHvCH4TzA4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uHvCH4TzA4 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uHvCH4TzA4 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHvCH4TzA4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHvCH4TzA4 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uHvCH4TzA4 .mbr-text,
.cid-uHvCH4TzA4 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uHvCH4TzA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvCH4TzA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3i5MyAIqw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-v3i5MyAIqw .row {
  flex-direction: row-reverse;
}
.cid-v3i5MyAIqw .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v3i5MyAIqw .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3i5MyAIqw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3i5MyAIqw .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-v3i5MyAIqw .mbr-text,
.cid-v3i5MyAIqw .mbr-section-btn {
  color: #bbbbbb;
}
.cid-v3i5MyAIqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3i5MyAIqw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3i5LwN4qo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-v3i5LwN4qo .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v3i5LwN4qo .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3i5LwN4qo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3i5LwN4qo .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-v3i5LwN4qo .mbr-text,
.cid-v3i5LwN4qo .mbr-section-btn {
  color: #bbbbbb;
}
.cid-v3i5LwN4qo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3i5LwN4qo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2IAQ4uSvR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-v2IAQ4uSvR .row {
  flex-direction: row-reverse;
}
.cid-v2IAQ4uSvR .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v2IAQ4uSvR .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2IAQ4uSvR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2IAQ4uSvR .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-v2IAQ4uSvR .mbr-text,
.cid-v2IAQ4uSvR .mbr-section-btn {
  color: #bbbbbb;
}
.cid-v2IAQ4uSvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2IAQ4uSvR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2h67s3PHa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-v2h67s3PHa .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v2h67s3PHa .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v2h67s3PHa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v2h67s3PHa .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-v2h67s3PHa .mbr-text,
.cid-v2h67s3PHa .mbr-section-btn {
  color: #bbbbbb;
}
.cid-v2h67s3PHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2h67s3PHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1U4KUeTIs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-v1U4KUeTIs .row {
  flex-direction: row-reverse;
}
.cid-v1U4KUeTIs .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v1U4KUeTIs .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v1U4KUeTIs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1U4KUeTIs .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-v1U4KUeTIs .mbr-text,
.cid-v1U4KUeTIs .mbr-section-btn {
  color: #bbbbbb;
}
.cid-v1U4KUeTIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1U4KUeTIs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Cwa0MA9E {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-v1Cwa0MA9E .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v1Cwa0MA9E .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v1Cwa0MA9E .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1Cwa0MA9E .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-v1Cwa0MA9E .mbr-text,
.cid-v1Cwa0MA9E .mbr-section-btn {
  color: #bbbbbb;
}
.cid-v1Cwa0MA9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Cwa0MA9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1f1wKRnjS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-v1f1wKRnjS .row {
  flex-direction: row-reverse;
}
.cid-v1f1wKRnjS .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v1f1wKRnjS .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v1f1wKRnjS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1f1wKRnjS .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-v1f1wKRnjS .mbr-text,
.cid-v1f1wKRnjS .mbr-section-btn {
  color: #bbbbbb;
}
.cid-v1f1wKRnjS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1f1wKRnjS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0y03JC0Zk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-v0y03JC0Zk .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v0y03JC0Zk .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0y03JC0Zk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0y03JC0Zk .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-v0y03JC0Zk .mbr-text,
.cid-v0y03JC0Zk .mbr-section-btn {
  color: #bbbbbb;
}
.cid-v0y03JC0Zk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0y03JC0Zk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0y02oXRpP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-v0y02oXRpP .row {
  flex-direction: row-reverse;
}
.cid-v0y02oXRpP .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v0y02oXRpP .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0y02oXRpP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0y02oXRpP .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-v0y02oXRpP .mbr-text,
.cid-v0y02oXRpP .mbr-section-btn {
  color: #bbbbbb;
}
.cid-v0y02oXRpP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0y02oXRpP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0y01jJg1p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-v0y01jJg1p .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v0y01jJg1p .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0y01jJg1p .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0y01jJg1p .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-v0y01jJg1p .mbr-text,
.cid-v0y01jJg1p .mbr-section-btn {
  color: #bbbbbb;
}
.cid-v0y01jJg1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0y01jJg1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZlJ6I2klI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uZlJ6I2klI .row {
  flex-direction: row-reverse;
}
.cid-uZlJ6I2klI .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uZlJ6I2klI .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZlJ6I2klI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZlJ6I2klI .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uZlJ6I2klI .mbr-text,
.cid-uZlJ6I2klI .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uZlJ6I2klI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZlJ6I2klI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYJN9ef9V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uYYJN9ef9V .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uYYJN9ef9V .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYYJN9ef9V .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYYJN9ef9V .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uYYJN9ef9V .mbr-text,
.cid-uYYJN9ef9V .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uYYJN9ef9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYJN9ef9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYHsafTJy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uYYHsafTJy .row {
  flex-direction: row-reverse;
}
.cid-uYYHsafTJy .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uYYHsafTJy .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYYHsafTJy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYYHsafTJy .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uYYHsafTJy .mbr-text,
.cid-uYYHsafTJy .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uYYHsafTJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYHsafTJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYGv5cbBE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uYYGv5cbBE .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uYYGv5cbBE .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYYGv5cbBE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYYGv5cbBE .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uYYGv5cbBE .mbr-text,
.cid-uYYGv5cbBE .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uYYGv5cbBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYGv5cbBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYGcCZoDu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uYYGcCZoDu .row {
  flex-direction: row-reverse;
}
.cid-uYYGcCZoDu .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uYYGcCZoDu .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYYGcCZoDu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYYGcCZoDu .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uYYGcCZoDu .mbr-text,
.cid-uYYGcCZoDu .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uYYGcCZoDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYGcCZoDu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYYEZPx7wA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uYYEZPx7wA .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uYYEZPx7wA .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYYEZPx7wA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYYEZPx7wA .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uYYEZPx7wA .mbr-text,
.cid-uYYEZPx7wA .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uYYEZPx7wA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYYEZPx7wA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYJTrs76lC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uYJTrs76lC .row {
  flex-direction: row-reverse;
}
.cid-uYJTrs76lC .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uYJTrs76lC .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uYJTrs76lC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYJTrs76lC .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uYJTrs76lC .mbr-text,
.cid-uYJTrs76lC .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uYJTrs76lC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYJTrs76lC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXgdIICBRw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uXgdIICBRw .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uXgdIICBRw .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXgdIICBRw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXgdIICBRw .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uXgdIICBRw .mbr-text,
.cid-uXgdIICBRw .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uXgdIICBRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXgdIICBRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZ7v1xP5E {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uWZ7v1xP5E .row {
  flex-direction: row-reverse;
}
.cid-uWZ7v1xP5E .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uWZ7v1xP5E .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWZ7v1xP5E .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWZ7v1xP5E .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uWZ7v1xP5E .mbr-text,
.cid-uWZ7v1xP5E .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uWZ7v1xP5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZ7v1xP5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXaIsplOEW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uXaIsplOEW .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uXaIsplOEW .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXaIsplOEW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXaIsplOEW .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uXaIsplOEW .mbr-text,
.cid-uXaIsplOEW .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uXaIsplOEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXaIsplOEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWNvHsd8QP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uWNvHsd8QP .row {
  flex-direction: row-reverse;
}
.cid-uWNvHsd8QP .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uWNvHsd8QP .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWNvHsd8QP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWNvHsd8QP .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uWNvHsd8QP .mbr-text,
.cid-uWNvHsd8QP .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uWNvHsd8QP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWNvHsd8QP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW8SYQFIYq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uW8SYQFIYq .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uW8SYQFIYq .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uW8SYQFIYq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uW8SYQFIYq .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uW8SYQFIYq .mbr-text,
.cid-uW8SYQFIYq .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uW8SYQFIYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW8SYQFIYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW7w6Izjc2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uW7w6Izjc2 .row {
  flex-direction: row-reverse;
}
.cid-uW7w6Izjc2 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uW7w6Izjc2 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uW7w6Izjc2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uW7w6Izjc2 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uW7w6Izjc2 .mbr-text,
.cid-uW7w6Izjc2 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uW7w6Izjc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW7w6Izjc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVtnxiFX2i {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uVtnxiFX2i .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uVtnxiFX2i .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVtnxiFX2i .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVtnxiFX2i .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uVtnxiFX2i .mbr-text,
.cid-uVtnxiFX2i .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uVtnxiFX2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVtnxiFX2i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVo4RH7gIb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uVo4RH7gIb .row {
  flex-direction: row-reverse;
}
.cid-uVo4RH7gIb .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uVo4RH7gIb .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVo4RH7gIb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVo4RH7gIb .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uVo4RH7gIb .mbr-text,
.cid-uVo4RH7gIb .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uVo4RH7gIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVo4RH7gIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVmdZgE8RE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uVmdZgE8RE .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uVmdZgE8RE .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVmdZgE8RE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVmdZgE8RE .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uVmdZgE8RE .mbr-text,
.cid-uVmdZgE8RE .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uVmdZgE8RE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVmdZgE8RE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVme0dYeNh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uVme0dYeNh .row {
  flex-direction: row-reverse;
}
.cid-uVme0dYeNh .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uVme0dYeNh .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVme0dYeNh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVme0dYeNh .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uVme0dYeNh .mbr-text,
.cid-uVme0dYeNh .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uVme0dYeNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVme0dYeNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVme1tlDty {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uVme1tlDty .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uVme1tlDty .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVme1tlDty .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVme1tlDty .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uVme1tlDty .mbr-text,
.cid-uVme1tlDty .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uVme1tlDty .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVme1tlDty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVme2swKu5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uVme2swKu5 .row {
  flex-direction: row-reverse;
}
.cid-uVme2swKu5 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uVme2swKu5 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVme2swKu5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVme2swKu5 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uVme2swKu5 .mbr-text,
.cid-uVme2swKu5 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uVme2swKu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVme2swKu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVmdY8VIQM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uVmdY8VIQM .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uVmdY8VIQM .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVmdY8VIQM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVmdY8VIQM .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uVmdY8VIQM .mbr-text,
.cid-uVmdY8VIQM .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uVmdY8VIQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVmdY8VIQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTMYfNnTmW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uTMYfNnTmW .row {
  flex-direction: row-reverse;
}
.cid-uTMYfNnTmW .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uTMYfNnTmW .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTMYfNnTmW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTMYfNnTmW .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uTMYfNnTmW .mbr-text,
.cid-uTMYfNnTmW .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uTMYfNnTmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTMYfNnTmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA8TOEd75 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uTA8TOEd75 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uTA8TOEd75 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTA8TOEd75 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTA8TOEd75 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uTA8TOEd75 .mbr-text,
.cid-uTA8TOEd75 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uTA8TOEd75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA8TOEd75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA8UqAExY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uTA8UqAExY .row {
  flex-direction: row-reverse;
}
.cid-uTA8UqAExY .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uTA8UqAExY .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTA8UqAExY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTA8UqAExY .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uTA8UqAExY .mbr-text,
.cid-uTA8UqAExY .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uTA8UqAExY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA8UqAExY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA8V5akzY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uTA8V5akzY .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uTA8V5akzY .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTA8V5akzY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTA8V5akzY .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uTA8V5akzY .mbr-text,
.cid-uTA8V5akzY .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uTA8V5akzY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA8V5akzY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA8VryTw1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uTA8VryTw1 .row {
  flex-direction: row-reverse;
}
.cid-uTA8VryTw1 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uTA8VryTw1 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTA8VryTw1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTA8VryTw1 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uTA8VryTw1 .mbr-text,
.cid-uTA8VryTw1 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uTA8VryTw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA8VryTw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA8VMChaK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uTA8VMChaK .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uTA8VMChaK .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTA8VMChaK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTA8VMChaK .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uTA8VMChaK .mbr-text,
.cid-uTA8VMChaK .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uTA8VMChaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA8VMChaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA8W5Pt3T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uTA8W5Pt3T .row {
  flex-direction: row-reverse;
}
.cid-uTA8W5Pt3T .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uTA8W5Pt3T .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTA8W5Pt3T .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTA8W5Pt3T .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uTA8W5Pt3T .mbr-text,
.cid-uTA8W5Pt3T .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uTA8W5Pt3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA8W5Pt3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA8WoAIRR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uTA8WoAIRR .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uTA8WoAIRR .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTA8WoAIRR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTA8WoAIRR .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uTA8WoAIRR .mbr-text,
.cid-uTA8WoAIRR .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uTA8WoAIRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA8WoAIRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA8WGdo8j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uTA8WGdo8j .row {
  flex-direction: row-reverse;
}
.cid-uTA8WGdo8j .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uTA8WGdo8j .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTA8WGdo8j .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTA8WGdo8j .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uTA8WGdo8j .mbr-text,
.cid-uTA8WGdo8j .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uTA8WGdo8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA8WGdo8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA8X1aiNV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uTA8X1aiNV .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uTA8X1aiNV .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTA8X1aiNV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTA8X1aiNV .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uTA8X1aiNV .mbr-text,
.cid-uTA8X1aiNV .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uTA8X1aiNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA8X1aiNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA8Xk9Ty7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uTA8Xk9Ty7 .row {
  flex-direction: row-reverse;
}
.cid-uTA8Xk9Ty7 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uTA8Xk9Ty7 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTA8Xk9Ty7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTA8Xk9Ty7 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uTA8Xk9Ty7 .mbr-text,
.cid-uTA8Xk9Ty7 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uTA8Xk9Ty7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA8Xk9Ty7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA8XD9moC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uTA8XD9moC .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uTA8XD9moC .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTA8XD9moC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTA8XD9moC .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uTA8XD9moC .mbr-text,
.cid-uTA8XD9moC .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uTA8XD9moC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA8XD9moC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA8XZsVul {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uTA8XZsVul .row {
  flex-direction: row-reverse;
}
.cid-uTA8XZsVul .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uTA8XZsVul .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTA8XZsVul .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTA8XZsVul .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uTA8XZsVul .mbr-text,
.cid-uTA8XZsVul .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uTA8XZsVul .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA8XZsVul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA8Yirqg9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uTA8Yirqg9 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uTA8Yirqg9 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTA8Yirqg9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTA8Yirqg9 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uTA8Yirqg9 .mbr-text,
.cid-uTA8Yirqg9 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uTA8Yirqg9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA8Yirqg9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTA8SXnGIf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uTA8SXnGIf .row {
  flex-direction: row-reverse;
}
.cid-uTA8SXnGIf .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uTA8SXnGIf .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTA8SXnGIf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTA8SXnGIf .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uTA8SXnGIf .mbr-text,
.cid-uTA8SXnGIf .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uTA8SXnGIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTA8SXnGIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVLlqu7pk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uQVLlqu7pk .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uQVLlqu7pk .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQVLlqu7pk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQVLlqu7pk .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uQVLlqu7pk .mbr-text,
.cid-uQVLlqu7pk .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uQVLlqu7pk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVLlqu7pk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQc6836MDe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uQc6836MDe .row {
  flex-direction: row-reverse;
}
.cid-uQc6836MDe .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uQc6836MDe .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQc6836MDe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQc6836MDe .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uQc6836MDe .mbr-text,
.cid-uQc6836MDe .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uQc6836MDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQc6836MDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQc66vRNXk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uQc66vRNXk .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uQc66vRNXk .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQc66vRNXk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQc66vRNXk .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uQc66vRNXk .mbr-text,
.cid-uQc66vRNXk .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uQc66vRNXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQc66vRNXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOY7VKwdaA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uOY7VKwdaA .row {
  flex-direction: row-reverse;
}
.cid-uOY7VKwdaA .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOY7VKwdaA .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOY7VKwdaA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOY7VKwdaA .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uOY7VKwdaA .mbr-text,
.cid-uOY7VKwdaA .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uOY7VKwdaA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOY7VKwdaA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSt92GUiK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uOSt92GUiK .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOSt92GUiK .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOSt92GUiK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOSt92GUiK .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uOSt92GUiK .mbr-text,
.cid-uOSt92GUiK .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uOSt92GUiK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSt92GUiK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSnKOAriG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uOSnKOAriG .row {
  flex-direction: row-reverse;
}
.cid-uOSnKOAriG .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOSnKOAriG .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOSnKOAriG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOSnKOAriG .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uOSnKOAriG .mbr-text,
.cid-uOSnKOAriG .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uOSnKOAriG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSnKOAriG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNOIoeatvK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uNOIoeatvK .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uNOIoeatvK .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNOIoeatvK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNOIoeatvK .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uNOIoeatvK .mbr-text,
.cid-uNOIoeatvK .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uNOIoeatvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNOIoeatvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNCO6KzNer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uNCO6KzNer .row {
  flex-direction: row-reverse;
}
.cid-uNCO6KzNer .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uNCO6KzNer .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNCO6KzNer .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNCO6KzNer .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uNCO6KzNer .mbr-text,
.cid-uNCO6KzNer .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uNCO6KzNer .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNCO6KzNer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNCNrv9tzv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uNCNrv9tzv .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uNCNrv9tzv .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNCNrv9tzv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNCNrv9tzv .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uNCNrv9tzv .mbr-text,
.cid-uNCNrv9tzv .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uNCNrv9tzv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNCNrv9tzv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN3LjTAcJ6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uN3LjTAcJ6 .row {
  flex-direction: row-reverse;
}
.cid-uN3LjTAcJ6 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uN3LjTAcJ6 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uN3LjTAcJ6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uN3LjTAcJ6 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uN3LjTAcJ6 .mbr-text,
.cid-uN3LjTAcJ6 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uN3LjTAcJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN3LjTAcJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQJrJSggb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMQJrJSggb .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMQJrJSggb .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMQJrJSggb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMQJrJSggb .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMQJrJSggb .mbr-text,
.cid-uMQJrJSggb .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMQJrJSggb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQJrJSggb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHU1dx28x {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMHU1dx28x .row {
  flex-direction: row-reverse;
}
.cid-uMHU1dx28x .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMHU1dx28x .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMHU1dx28x .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMHU1dx28x .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMHU1dx28x .mbr-text,
.cid-uMHU1dx28x .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMHU1dx28x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHU1dx28x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHU3fAYHv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMHU3fAYHv .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMHU3fAYHv .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMHU3fAYHv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMHU3fAYHv .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMHU3fAYHv .mbr-text,
.cid-uMHU3fAYHv .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMHU3fAYHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHU3fAYHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHL6OEov1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMHL6OEov1 .row {
  flex-direction: row-reverse;
}
.cid-uMHL6OEov1 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMHL6OEov1 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMHL6OEov1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMHL6OEov1 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMHL6OEov1 .mbr-text,
.cid-uMHL6OEov1 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMHL6OEov1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHL6OEov1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMBlHc5JaZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMBlHc5JaZ .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMBlHc5JaZ .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMBlHc5JaZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMBlHc5JaZ .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMBlHc5JaZ .mbr-text,
.cid-uMBlHc5JaZ .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMBlHc5JaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMBlHc5JaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMBlFPJQcZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMBlFPJQcZ .row {
  flex-direction: row-reverse;
}
.cid-uMBlFPJQcZ .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMBlFPJQcZ .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMBlFPJQcZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMBlFPJQcZ .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMBlFPJQcZ .mbr-text,
.cid-uMBlFPJQcZ .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMBlFPJQcZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMBlFPJQcZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMBlgwekQl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uMBlgwekQl .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uMBlgwekQl .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMBlgwekQl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMBlgwekQl .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMBlgwekQl .mbr-text,
.cid-uMBlgwekQl .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMBlgwekQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMBlgwekQl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmUt4ysaf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLmUt4ysaf .row {
  flex-direction: row-reverse;
}
.cid-uLmUt4ysaf .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLmUt4ysaf .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLmUt4ysaf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLmUt4ysaf .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLmUt4ysaf .mbr-text,
.cid-uLmUt4ysaf .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLmUt4ysaf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmUt4ysaf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLmUkKF8RR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLmUkKF8RR .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLmUkKF8RR .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLmUkKF8RR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLmUkKF8RR .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLmUkKF8RR .mbr-text,
.cid-uLmUkKF8RR .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLmUkKF8RR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmUkKF8RR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcd7ovzUd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLcd7ovzUd .row {
  flex-direction: row-reverse;
}
.cid-uLcd7ovzUd .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLcd7ovzUd .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLcd7ovzUd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLcd7ovzUd .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLcd7ovzUd .mbr-text,
.cid-uLcd7ovzUd .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLcd7ovzUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcd7ovzUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDF9P8FG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDF9P8FG .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDF9P8FG .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDF9P8FG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDF9P8FG .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDF9P8FG .mbr-text,
.cid-uLaDF9P8FG .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDF9P8FG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDF9P8FG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDFYx0x5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDFYx0x5 .row {
  flex-direction: row-reverse;
}
.cid-uLaDFYx0x5 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDFYx0x5 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDFYx0x5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDFYx0x5 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDFYx0x5 .mbr-text,
.cid-uLaDFYx0x5 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDFYx0x5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDFYx0x5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDGhD3n6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDGhD3n6 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDGhD3n6 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDGhD3n6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDGhD3n6 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDGhD3n6 .mbr-text,
.cid-uLaDGhD3n6 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDGhD3n6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDGhD3n6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDGx0GdD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDGx0GdD .row {
  flex-direction: row-reverse;
}
.cid-uLaDGx0GdD .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDGx0GdD .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDGx0GdD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDGx0GdD .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDGx0GdD .mbr-text,
.cid-uLaDGx0GdD .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDGx0GdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDGx0GdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDGLsirq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDGLsirq .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDGLsirq .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDGLsirq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDGLsirq .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDGLsirq .mbr-text,
.cid-uLaDGLsirq .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDGLsirq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDGLsirq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDGZMsAi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDGZMsAi .row {
  flex-direction: row-reverse;
}
.cid-uLaDGZMsAi .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDGZMsAi .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDGZMsAi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDGZMsAi .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDGZMsAi .mbr-text,
.cid-uLaDGZMsAi .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDGZMsAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDGZMsAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDHem8LP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDHem8LP .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDHem8LP .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDHem8LP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDHem8LP .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDHem8LP .mbr-text,
.cid-uLaDHem8LP .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDHem8LP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDHem8LP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDHtAUHK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDHtAUHK .row {
  flex-direction: row-reverse;
}
.cid-uLaDHtAUHK .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDHtAUHK .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDHtAUHK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDHtAUHK .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDHtAUHK .mbr-text,
.cid-uLaDHtAUHK .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDHtAUHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDHtAUHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDHJStCR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDHJStCR .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDHJStCR .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDHJStCR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDHJStCR .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDHJStCR .mbr-text,
.cid-uLaDHJStCR .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDHJStCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDHJStCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDHWMlwa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDHWMlwa .row {
  flex-direction: row-reverse;
}
.cid-uLaDHWMlwa .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDHWMlwa .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDHWMlwa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDHWMlwa .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDHWMlwa .mbr-text,
.cid-uLaDHWMlwa .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDHWMlwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDHWMlwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDIb016j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDIb016j .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDIb016j .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDIb016j .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDIb016j .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDIb016j .mbr-text,
.cid-uLaDIb016j .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDIb016j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDIb016j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDInTND9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDInTND9 .row {
  flex-direction: row-reverse;
}
.cid-uLaDInTND9 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDInTND9 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDInTND9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDInTND9 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDInTND9 .mbr-text,
.cid-uLaDInTND9 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDInTND9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDInTND9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDIBbH6w {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDIBbH6w .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDIBbH6w .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDIBbH6w .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDIBbH6w .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDIBbH6w .mbr-text,
.cid-uLaDIBbH6w .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDIBbH6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDIBbH6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDJ3utyo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDJ3utyo .row {
  flex-direction: row-reverse;
}
.cid-uLaDJ3utyo .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDJ3utyo .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDJ3utyo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDJ3utyo .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDJ3utyo .mbr-text,
.cid-uLaDJ3utyo .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDJ3utyo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDJ3utyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDJUblDX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDJUblDX .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDJUblDX .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDJUblDX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDJUblDX .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDJUblDX .mbr-text,
.cid-uLaDJUblDX .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDJUblDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDJUblDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDKfNT2K {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDKfNT2K .row {
  flex-direction: row-reverse;
}
.cid-uLaDKfNT2K .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDKfNT2K .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDKfNT2K .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDKfNT2K .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDKfNT2K .mbr-text,
.cid-uLaDKfNT2K .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDKfNT2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDKfNT2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDKvboYk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDKvboYk .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDKvboYk .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDKvboYk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDKvboYk .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDKvboYk .mbr-text,
.cid-uLaDKvboYk .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDKvboYk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDKvboYk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDKKTdpD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDKKTdpD .row {
  flex-direction: row-reverse;
}
.cid-uLaDKKTdpD .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDKKTdpD .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDKKTdpD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDKKTdpD .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDKKTdpD .mbr-text,
.cid-uLaDKKTdpD .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDKKTdpD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDKKTdpD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDLc3M3J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDLc3M3J .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDLc3M3J .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDLc3M3J .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDLc3M3J .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDLc3M3J .mbr-text,
.cid-uLaDLc3M3J .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDLc3M3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDLc3M3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDLqmxpz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDLqmxpz .row {
  flex-direction: row-reverse;
}
.cid-uLaDLqmxpz .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDLqmxpz .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDLqmxpz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDLqmxpz .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDLqmxpz .mbr-text,
.cid-uLaDLqmxpz .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDLqmxpz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDLqmxpz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaDLEpG1L {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaDLEpG1L .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaDLEpG1L .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaDLEpG1L .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaDLEpG1L .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaDLEpG1L .mbr-text,
.cid-uLaDLEpG1L .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaDLEpG1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaDLEpG1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLaAkYvtud {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uLaAkYvtud .row {
  flex-direction: row-reverse;
}
.cid-uLaAkYvtud .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uLaAkYvtud .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLaAkYvtud .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLaAkYvtud .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uLaAkYvtud .mbr-text,
.cid-uLaAkYvtud .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uLaAkYvtud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLaAkYvtud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvCH6UCFr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHvCH6UCFr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHvCH6UCFr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHvCH6UCFr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHvCH7iPk6 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bcg1abwb.webp");
}
.cid-uHvCH7iPk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvCH7iPk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvCH7iPk6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHvCH7iPk6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHvCH7iPk6 .row {
    text-align: center;
  }
  .cid-uHvCH7iPk6 .row > div {
    margin: auto;
  }
  .cid-uHvCH7iPk6 .social-row {
    justify-content: center;
  }
}
.cid-uHvCH7iPk6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHvCH7iPk6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHvCH7iPk6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHvCH7iPk6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uHvCH7iPk6 .mbr-text {
  color: #bbbbbb;
}
.cid-uHvCH7iPk6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: black;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3rem;
  width: 3rem;
}
.cid-uHvCH7iPk6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHvCH7iPk6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHvCH7iPk6 H5 {
  color: #ae9a70;
}
.cid-uHvCH7iPk6 .copyright {
  color: #7b7361;
}
.cid-uHvCH8oQ9j {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHvCH8oQ9j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHvCH8oQ9j .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHvCH8oQ9j .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHw64HFEO4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHw64HFEO4 nav.navbar {
  position: fixed;
}
.cid-uHw64HFEO4 .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-uHw64HFEO4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHw64HFEO4 .dropdown-item:hover,
.cid-uHw64HFEO4 .dropdown-item:focus {
  background: #ae9a70 !important;
  color: white !important;
}
.cid-uHw64HFEO4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHw64HFEO4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHw64HFEO4 .nav-dropdown .link {
  margin: 0.667em 1em !important;
}
.cid-uHw64HFEO4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHw64HFEO4 .nav-link {
  position: relative;
  padding: 0!important;
}
.cid-uHw64HFEO4 .nav-link:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  bottom: 0px;
  left: 0;
  background: #9f0000;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uHw64HFEO4 .nav-link:hover:before {
  opacity: 1;
}
.cid-uHw64HFEO4 .container {
  display: flex;
  margin: auto;
}
.cid-uHw64HFEO4 .iconfont-wrapper {
  color: #ae9a70 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHw64HFEO4 .dropdown-menu,
.cid-uHw64HFEO4 .navbar.opened {
  background: #000000 !important;
}
.cid-uHw64HFEO4 .nav-item:focus,
.cid-uHw64HFEO4 .nav-link:focus {
  outline: none;
}
.cid-uHw64HFEO4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHw64HFEO4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHw64HFEO4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHw64HFEO4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHw64HFEO4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHw64HFEO4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHw64HFEO4 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHw64HFEO4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHw64HFEO4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHw64HFEO4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uHw64HFEO4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHw64HFEO4 .navbar.collapsed {
  justify-content: center;
}
.cid-uHw64HFEO4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHw64HFEO4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHw64HFEO4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uHw64HFEO4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHw64HFEO4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHw64HFEO4 .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-uHw64HFEO4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHw64HFEO4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHw64HFEO4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHw64HFEO4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHw64HFEO4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHw64HFEO4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHw64HFEO4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHw64HFEO4 .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-uHw64HFEO4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHw64HFEO4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHw64HFEO4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHw64HFEO4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHw64HFEO4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHw64HFEO4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHw64HFEO4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHw64HFEO4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHw64HFEO4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHw64HFEO4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHw64HFEO4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHw64HFEO4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHw64HFEO4 .dropdown-item.active,
.cid-uHw64HFEO4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHw64HFEO4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHw64HFEO4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHw64HFEO4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHw64HFEO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHw64HFEO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHw64HFEO4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHw64HFEO4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHw64HFEO4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHw64HFEO4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHw64HFEO4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7b7361;
}
.cid-uHw64HFEO4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHw64HFEO4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHw64HFEO4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHw64HFEO4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHw64HFEO4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHw64HFEO4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHw64HFEO4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHw64HFEO4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHw64HFEO4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHw64HFEO4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHw64HFEO4 .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-uHw64HFEO4 .navbar {
    height: 70px;
  }
  .cid-uHw64HFEO4 .navbar.opened {
    height: auto;
  }
  .cid-uHw64HFEO4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHCl1z05wg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uHCl1z05wg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCl1z05wg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHCl1z05wg .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHCl1z05wg .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uHCl1z05wg .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHCl1z05wg .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uHw6jmTe8l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/podkast1banner2b-3.webp");
  position: relative;
}
.cid-uHw6jmTe8l::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uHw6jmTe8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHw6jmTe8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHw6jmTe8l .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uHw6jmTe8l .content-wrapper {
    margin-top: 0;
  }
}
.cid-uHw6jmTe8l .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHw6jmTe8l .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHw6jmTe8l .mbr-section-title {
  color: #ffffff;
}
.cid-uHw6jmTe8l .mbr-text {
  color: #ffffff;
}
.cid-uHw64Ak9ya {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHw64Ak9ya .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHw64Ak9ya .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHw64Ak9ya .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHw64BrxP8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHw64BrxP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHw64BrxP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHw64BrxP8 .mbr-section-title {
  color: #bbbbbb;
  text-align: left;
}
.cid-uHw64BrxP8 .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMTDLqYW5v {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxrazmakx1b.webp");
}
.cid-uMTDLqYW5v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMTDLqYW5v .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMTDLqYW5v .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHw64ERsjN {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uHw64ERsjN .row {
  flex-direction: row-reverse;
}
.cid-uHw64ERsjN .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uHw64ERsjN .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHw64ERsjN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHw64ERsjN .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uHw64ERsjN .mbr-text,
.cid-uHw64ERsjN .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uHw64ERsjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHw64ERsjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHw64GLgTo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHw64GLgTo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHw64GLgTo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHw64GLgTo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHw64DfMXz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555-bcg-a-dark-1.webp");
}
.cid-uHw64DfMXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHw64DfMXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHw64DfMXz .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHw64DfMXz .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uHw64DfMXz .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHw64DfMXz .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uHw64DysQT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHw64DysQT .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uHw64DysQT .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHw64DysQT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHw64DysQT .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHw64DysQT .mbr-text,
.cid-uHw64DysQT .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uHw64DysQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHw64DysQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHw64FW2uw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uHw64FW2uw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHw64FW2uw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHw64FW2uw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHw64GiHw0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHw64GiHw0 .mbr-overlay {
  background: #000000;
  opacity: 0.5;
}
.cid-uHw64GiHw0 .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uHw64GiHw0 .container {
    max-width: 1130px;
  }
  .cid-uHw64GiHw0 .wrap {
    width: 1130px;
    padding: 0;
  }
}
.cid-uHw64GiHw0 .item-content {
  padding: 0 1rem;
}
.cid-uHw64GiHw0 img,
.cid-uHw64GiHw0 .item-img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-uHw64GiHw0 img,
  .cid-uHw64GiHw0 .item-img {
    height: 260px;
  }
}
.cid-uHw64GiHw0 .item:focus,
.cid-uHw64GiHw0 span:focus {
  outline: none;
}
.cid-uHw64GiHw0 .item-wrapper {
  position: relative;
}
.cid-uHw64GiHw0 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uHw64GiHw0 .mbr-text {
  text-align: center;
}
.cid-uHw64GiHw0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
}
@media (max-width: 768px) {
  .cid-uHw64GiHw0 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uHw64GiHw0 .embla__button--next,
.cid-uHw64GiHw0 .embla__button--prev {
  display: flex;
}
.cid-uHw64GiHw0 .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #fafafa;
  background-color: #353535;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHw64GiHw0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHw64GiHw0 .embla__button:hover {
  background-color: #3c863e;
  color: #e6c63b;
}
.cid-uHw64GiHw0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHw64GiHw0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHw64GiHw0 .embla__button {
    top: auto;
  }
}
.cid-uHw64GiHw0 .embla {
  position: relative;
  width: 100%;
}
.cid-uHw64GiHw0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHw64GiHw0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHw64GiHw0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHw64GiHw0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHw64GiHw0 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uMTE09ybbK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uMTE09ybbK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMTE09ybbK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMTE09ybbK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHw64H9Ncn {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bcg1abwb.webp");
}
.cid-uHw64H9Ncn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHw64H9Ncn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHw64H9Ncn .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHw64H9Ncn .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHw64H9Ncn .row {
    text-align: center;
  }
  .cid-uHw64H9Ncn .row > div {
    margin: auto;
  }
  .cid-uHw64H9Ncn .social-row {
    justify-content: center;
  }
}
.cid-uHw64H9Ncn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHw64H9Ncn .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHw64H9Ncn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHw64H9Ncn .list {
    margin-bottom: 0rem;
  }
}
.cid-uHw64H9Ncn .mbr-text {
  color: #bbbbbb;
}
.cid-uHw64H9Ncn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: black;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3rem;
  width: 3rem;
}
.cid-uHw64H9Ncn .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHw64H9Ncn div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHw64H9Ncn H5 {
  color: #ae9a70;
}
.cid-uHw64H9Ncn .copyright {
  color: #7b7361;
}
.cid-uHw64IbcnV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHw64IbcnV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHw64IbcnV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHw64IbcnV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHw8ePt1s7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHw8ePt1s7 nav.navbar {
  position: fixed;
}
.cid-uHw8ePt1s7 .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-uHw8ePt1s7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHw8ePt1s7 .dropdown-item:hover,
.cid-uHw8ePt1s7 .dropdown-item:focus {
  background: #ae9a70 !important;
  color: white !important;
}
.cid-uHw8ePt1s7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHw8ePt1s7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHw8ePt1s7 .nav-dropdown .link {
  margin: 0.667em 1em !important;
}
.cid-uHw8ePt1s7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHw8ePt1s7 .nav-link {
  position: relative;
  padding: 0!important;
}
.cid-uHw8ePt1s7 .nav-link:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  bottom: 0px;
  left: 0;
  background: #9f0000;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uHw8ePt1s7 .nav-link:hover:before {
  opacity: 1;
}
.cid-uHw8ePt1s7 .container {
  display: flex;
  margin: auto;
}
.cid-uHw8ePt1s7 .iconfont-wrapper {
  color: #ae9a70 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHw8ePt1s7 .dropdown-menu,
.cid-uHw8ePt1s7 .navbar.opened {
  background: #000000 !important;
}
.cid-uHw8ePt1s7 .nav-item:focus,
.cid-uHw8ePt1s7 .nav-link:focus {
  outline: none;
}
.cid-uHw8ePt1s7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHw8ePt1s7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHw8ePt1s7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHw8ePt1s7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHw8ePt1s7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHw8ePt1s7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHw8ePt1s7 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHw8ePt1s7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHw8ePt1s7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHw8ePt1s7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uHw8ePt1s7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHw8ePt1s7 .navbar.collapsed {
  justify-content: center;
}
.cid-uHw8ePt1s7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHw8ePt1s7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHw8ePt1s7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uHw8ePt1s7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHw8ePt1s7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHw8ePt1s7 .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-uHw8ePt1s7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHw8ePt1s7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHw8ePt1s7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHw8ePt1s7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHw8ePt1s7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHw8ePt1s7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHw8ePt1s7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHw8ePt1s7 .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-uHw8ePt1s7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHw8ePt1s7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHw8ePt1s7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHw8ePt1s7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHw8ePt1s7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHw8ePt1s7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHw8ePt1s7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHw8ePt1s7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHw8ePt1s7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHw8ePt1s7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHw8ePt1s7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHw8ePt1s7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHw8ePt1s7 .dropdown-item.active,
.cid-uHw8ePt1s7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHw8ePt1s7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHw8ePt1s7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHw8ePt1s7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHw8ePt1s7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHw8ePt1s7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHw8ePt1s7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHw8ePt1s7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHw8ePt1s7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHw8ePt1s7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHw8ePt1s7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7b7361;
}
.cid-uHw8ePt1s7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHw8ePt1s7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHw8ePt1s7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHw8ePt1s7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHw8ePt1s7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHw8ePt1s7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHw8ePt1s7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHw8ePt1s7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHw8ePt1s7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHw8ePt1s7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHw8ePt1s7 .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-uHw8ePt1s7 .navbar {
    height: 70px;
  }
  .cid-uHw8ePt1s7 .navbar.opened {
    height: auto;
  }
  .cid-uHw8ePt1s7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHCdRXkMgw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uHCdRXkMgw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCdRXkMgw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHCdRXkMgw .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHCdRXkMgw .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uHCdRXkMgw .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHCdRXkMgw .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uHw8vbF5Xf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/nestali1banner2c-2.webp");
  position: relative;
}
.cid-uHw8vbF5Xf::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uHw8vbF5Xf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHw8vbF5Xf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHw8vbF5Xf .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uHw8vbF5Xf .content-wrapper {
    margin-top: 0;
  }
}
.cid-uHw8vbF5Xf .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHw8vbF5Xf .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHw8vbF5Xf .mbr-section-title {
  color: #ffffff;
}
.cid-uHw8vbF5Xf .mbr-text {
  color: #ffffff;
}
.cid-uHw8eJ9cWL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHw8eJ9cWL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHw8eJ9cWL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHw8eJ9cWL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHw8eJsFUM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHw8eJsFUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHw8eJsFUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHw8eJsFUM .mbr-section-title {
  color: #bbbbbb;
  text-align: left;
}
.cid-uHw8eJsFUM .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: left;
}
.cid-uHw8eKCYdh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uHw8eKCYdh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHw8eKCYdh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHw8eKCYdh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2IRKY0ouK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555-bcg-a-dark-1.webp");
}
.cid-v2IRKY0ouK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2IRKY0ouK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2IRKY0ouK .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2IRKY0ouK .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-v2IRKY0ouK .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-v2IRKY0ouK .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uHw8eLgLQg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHw8eLgLQg .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uHw8eLgLQg .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHw8eLgLQg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHw8eLgLQg .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHw8eLgLQg .mbr-text,
.cid-uHw8eLgLQg .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uHw8eLgLQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHw8eLgLQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHw8eLYG8k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uHw8eLYG8k .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHw8eLYG8k .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHw8eLYG8k .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHw8eO48CS {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHw8eO48CS .mbr-overlay {
  background: #000000;
  opacity: 0.5;
}
.cid-uHw8eO48CS .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uHw8eO48CS .container {
    max-width: 1130px;
  }
  .cid-uHw8eO48CS .wrap {
    width: 1130px;
    padding: 0;
  }
}
.cid-uHw8eO48CS .item-content {
  padding: 0 1rem;
}
.cid-uHw8eO48CS img,
.cid-uHw8eO48CS .item-img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-uHw8eO48CS img,
  .cid-uHw8eO48CS .item-img {
    height: 260px;
  }
}
.cid-uHw8eO48CS .item:focus,
.cid-uHw8eO48CS span:focus {
  outline: none;
}
.cid-uHw8eO48CS .item-wrapper {
  position: relative;
}
.cid-uHw8eO48CS .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uHw8eO48CS .mbr-text {
  text-align: center;
}
.cid-uHw8eO48CS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
}
@media (max-width: 768px) {
  .cid-uHw8eO48CS .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uHw8eO48CS .embla__button--next,
.cid-uHw8eO48CS .embla__button--prev {
  display: flex;
}
.cid-uHw8eO48CS .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #fafafa;
  background-color: #353535;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHw8eO48CS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHw8eO48CS .embla__button:hover {
  background-color: #3c863e;
  color: #e6c63b;
}
.cid-uHw8eO48CS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHw8eO48CS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHw8eO48CS .embla__button {
    top: auto;
  }
}
.cid-uHw8eO48CS .embla {
  position: relative;
  width: 100%;
}
.cid-uHw8eO48CS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHw8eO48CS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHw8eO48CS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHw8eO48CS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHw8eO48CS .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uHw8eOAgqC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHw8eOAgqC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHw8eOAgqC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHw8eOAgqC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHw8eOXsvK {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bcg1abwb.webp");
}
.cid-uHw8eOXsvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHw8eOXsvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHw8eOXsvK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHw8eOXsvK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHw8eOXsvK .row {
    text-align: center;
  }
  .cid-uHw8eOXsvK .row > div {
    margin: auto;
  }
  .cid-uHw8eOXsvK .social-row {
    justify-content: center;
  }
}
.cid-uHw8eOXsvK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHw8eOXsvK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHw8eOXsvK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHw8eOXsvK .list {
    margin-bottom: 0rem;
  }
}
.cid-uHw8eOXsvK .mbr-text {
  color: #bbbbbb;
}
.cid-uHw8eOXsvK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: black;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3rem;
  width: 3rem;
}
.cid-uHw8eOXsvK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHw8eOXsvK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHw8eOXsvK H5 {
  color: #ae9a70;
}
.cid-uHw8eOXsvK .copyright {
  color: #7b7361;
}
.cid-uHw8ePZijB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHw8ePZijB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHw8ePZijB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHw8ePZijB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHwbBmc2js {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHwbBmc2js nav.navbar {
  position: fixed;
}
.cid-uHwbBmc2js .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-uHwbBmc2js .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHwbBmc2js .dropdown-item:hover,
.cid-uHwbBmc2js .dropdown-item:focus {
  background: #ae9a70 !important;
  color: white !important;
}
.cid-uHwbBmc2js .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHwbBmc2js .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHwbBmc2js .nav-dropdown .link {
  margin: 0.667em 1em !important;
}
.cid-uHwbBmc2js .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHwbBmc2js .nav-link {
  position: relative;
  padding: 0!important;
}
.cid-uHwbBmc2js .nav-link:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  bottom: 0px;
  left: 0;
  background: #9f0000;
  opacity: 0;
  transition: all 0.3s;
}
.cid-uHwbBmc2js .nav-link:hover:before {
  opacity: 1;
}
.cid-uHwbBmc2js .container {
  display: flex;
  margin: auto;
}
.cid-uHwbBmc2js .iconfont-wrapper {
  color: #ae9a70 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHwbBmc2js .dropdown-menu,
.cid-uHwbBmc2js .navbar.opened {
  background: #000000 !important;
}
.cid-uHwbBmc2js .nav-item:focus,
.cid-uHwbBmc2js .nav-link:focus {
  outline: none;
}
.cid-uHwbBmc2js .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHwbBmc2js .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHwbBmc2js .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHwbBmc2js .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHwbBmc2js .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHwbBmc2js .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHwbBmc2js .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-uHwbBmc2js .navbar.opened {
  transition: all 0.3s;
}
.cid-uHwbBmc2js .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHwbBmc2js .navbar .navbar-logo img {
  width: auto;
}
.cid-uHwbBmc2js .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHwbBmc2js .navbar.collapsed {
  justify-content: center;
}
.cid-uHwbBmc2js .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHwbBmc2js .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHwbBmc2js .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uHwbBmc2js .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHwbBmc2js .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHwbBmc2js .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-uHwbBmc2js .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHwbBmc2js .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHwbBmc2js .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHwbBmc2js .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHwbBmc2js .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHwbBmc2js .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHwbBmc2js .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHwbBmc2js .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-uHwbBmc2js .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHwbBmc2js .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHwbBmc2js .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHwbBmc2js .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHwbBmc2js .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHwbBmc2js .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHwbBmc2js .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHwbBmc2js .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHwbBmc2js .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHwbBmc2js .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHwbBmc2js .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHwbBmc2js .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHwbBmc2js .dropdown-item.active,
.cid-uHwbBmc2js .dropdown-item:active {
  background-color: transparent;
}
.cid-uHwbBmc2js .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHwbBmc2js .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHwbBmc2js .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHwbBmc2js .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uHwbBmc2js .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHwbBmc2js .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHwbBmc2js ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHwbBmc2js .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHwbBmc2js button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHwbBmc2js button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7b7361;
}
.cid-uHwbBmc2js button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHwbBmc2js button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHwbBmc2js button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHwbBmc2js button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHwbBmc2js nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHwbBmc2js nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHwbBmc2js nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHwbBmc2js nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHwbBmc2js .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHwbBmc2js a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHwbBmc2js .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-uHwbBmc2js .navbar {
    height: 70px;
  }
  .cid-uHwbBmc2js .navbar.opened {
    height: auto;
  }
  .cid-uHwbBmc2js .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHCkoHLgcN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uHCkoHLgcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCkoHLgcN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHCkoHLgcN .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHCkoHLgcN .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uHCkoHLgcN .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHCkoHLgcN .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uHwbNFgduP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ljudikojepamtimo1banner1b.webp");
}
.cid-uHwbNFgduP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHwbNFgduP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHwbNFgduP .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uHwbNFgduP .content-wrapper {
    margin-top: 0;
  }
}
.cid-uHwbNFgduP .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHwbNFgduP .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHwbNFgduP .mbr-section-title {
  color: #ffffff;
}
.cid-uHwbNFgduP .mbr-text {
  color: #ffffff;
}
.cid-uHwbBfF2LZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHwbBfF2LZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHwbBfF2LZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHwbBfF2LZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHwbBfYWVq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHwbBfYWVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHwbBfYWVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHwbBfYWVq .mbr-section-title {
  color: #bbbbbb;
  text-align: left;
}
.cid-uHwbBfYWVq .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: left;
}
.cid-uHwbBglDHJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uHwbBglDHJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHwbBglDHJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHwbBglDHJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHwbBgEjDL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHwbBgEjDL img,
.cid-uHwbBgEjDL .item-img {
  width: 100%;
}
.cid-uHwbBgEjDL .item:focus,
.cid-uHwbBgEjDL span:focus {
  outline: none;
}
.cid-uHwbBgEjDL .item-wrapper {
  position: relative;
}
.cid-uHwbBgEjDL .slide-content {
  position: relative;
  border-radius: 4px;
  background: #bbbbbb;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uHwbBgEjDL .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHwbBgEjDL .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uHwbBgEjDL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uHwbBgEjDL .mbr-section-title {
  color: #468348;
}
.cid-uHwbBgEjDL .mbr-text,
.cid-uHwbBgEjDL .mbr-section-btn {
  text-align: left;
}
.cid-uHwbBgEjDL .item-title {
  text-align: left;
}
.cid-uHwbBgEjDL .item-subtitle {
  text-align: left;
}
.cid-uHwbBgEjDL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uHwbBgEjDL .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uHwbBgEjDL .embla__button--next,
.cid-uHwbBgEjDL .embla__button--prev {
  display: flex;
}
.cid-uHwbBgEjDL .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ae9a70;
  border: 2px solid #ae9a70;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHwbBgEjDL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHwbBgEjDL .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uHwbBgEjDL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHwbBgEjDL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHwbBgEjDL .embla__button {
    top: auto;
  }
}
.cid-uHwbBgEjDL .embla {
  position: relative;
  width: 100%;
}
.cid-uHwbBgEjDL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHwbBgEjDL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHwbBgEjDL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHwbBgEjDL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHwbBiBcmw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uHwbBiBcmw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHwbBiBcmw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHwbBiBcmw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHwbBiXzgb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555-bcg-a-dark-1.webp");
}
.cid-uHwbBiXzgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHwbBiXzgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHwbBiXzgb .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHwbBiXzgb .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uHwbBiXzgb .mbr-section-title {
  color: #ae9a70;
  text-align: center;
}
.cid-uHwbBiXzgb .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uHwbBji5S4 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/5551555bcgredkock4a.webp");
}
.cid-uHwbBji5S4 .row {
  flex-direction: row-reverse;
}
.cid-uHwbBji5S4 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uHwbBji5S4 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHwbBji5S4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHwbBji5S4 .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uHwbBji5S4 .mbr-text,
.cid-uHwbBji5S4 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uHwbBji5S4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHwbBji5S4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHwbBkryPI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uHwbBkryPI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHwbBkryPI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHwbBkryPI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMMt3wJltB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555-bcg-a-dark-1.webp");
}
.cid-uMMt3wJltB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMMt3wJltB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMMt3wJltB .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMMt3wJltB .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uMMt3wJltB .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uMMt3wJltB .mbr-text {
  color: #66788d;
  text-align: center;
}
.cid-uHwbBhRU60 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uHwbBhRU60 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uHwbBhRU60 .image-wrapper {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHwbBhRU60 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHwbBhRU60 .mbr-section-title {
  color: #468348;
  text-align: center;
}
.cid-uHwbBhRU60 .mbr-text,
.cid-uHwbBhRU60 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uHwbBhRU60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHwbBhRU60 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMXJZG2rVQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/crtaxukrascrta1b.webp");
}
.cid-uMXJZG2rVQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMXJZG2rVQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMXJZG2rVQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMXK94uiKV {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/5551555bcgredkock4.webp");
}
.cid-uMXK94uiKV .mbr-overlay {
  background: #000000;
  opacity: 0.5;
}
.cid-uMXK94uiKV .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uMXK94uiKV .container {
    max-width: 1130px;
  }
  .cid-uMXK94uiKV .wrap {
    width: 1130px;
    padding: 0;
  }
}
.cid-uMXK94uiKV .item-content {
  padding: 0 1rem;
}
.cid-uMXK94uiKV img,
.cid-uMXK94uiKV .item-img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-uMXK94uiKV img,
  .cid-uMXK94uiKV .item-img {
    height: 260px;
  }
}
.cid-uMXK94uiKV .item:focus,
.cid-uMXK94uiKV span:focus {
  outline: none;
}
.cid-uMXK94uiKV .item-wrapper {
  position: relative;
}
.cid-uMXK94uiKV .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uMXK94uiKV .mbr-text {
  text-align: center;
}
.cid-uMXK94uiKV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
}
@media (max-width: 768px) {
  .cid-uMXK94uiKV .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uMXK94uiKV .embla__button--next,
.cid-uMXK94uiKV .embla__button--prev {
  display: flex;
}
.cid-uMXK94uiKV .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #fafafa;
  background-color: #353535;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMXK94uiKV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uMXK94uiKV .embla__button:hover {
  background-color: #3c863e;
  color: #e6c63b;
}
.cid-uMXK94uiKV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMXK94uiKV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMXK94uiKV .embla__button {
    top: auto;
  }
}
.cid-uMXK94uiKV .embla {
  position: relative;
  width: 100%;
}
.cid-uMXK94uiKV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uMXK94uiKV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMXK94uiKV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMXK94uiKV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMXK94uiKV .mbr-section-title {
  color: #897a5a;
  text-align: center;
}
.cid-uHwbBli0h7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHwbBli0h7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHwbBli0h7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHwbBli0h7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHwbBlFBae {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bcg1abwb.webp");
}
.cid-uHwbBlFBae .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHwbBlFBae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHwbBlFBae .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHwbBlFBae .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHwbBlFBae .row {
    text-align: center;
  }
  .cid-uHwbBlFBae .row > div {
    margin: auto;
  }
  .cid-uHwbBlFBae .social-row {
    justify-content: center;
  }
}
.cid-uHwbBlFBae .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHwbBlFBae .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHwbBlFBae .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHwbBlFBae .list {
    margin-bottom: 0rem;
  }
}
.cid-uHwbBlFBae .mbr-text {
  color: #bbbbbb;
}
.cid-uHwbBlFBae .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: black;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3rem;
  width: 3rem;
}
.cid-uHwbBlFBae .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHwbBlFBae div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHwbBlFBae H5 {
  color: #ae9a70;
}
.cid-uHwbBlFBae .copyright {
  color: #7b7361;
}
.cid-uHwbBmKz3H {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crtaxukrasxpleter3b.webp");
}
.cid-uHwbBmKz3H .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHwbBmKz3H .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHwbBmKz3H .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
